Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-07-15Bug 537044 - stop running team job for migration from 2.x to 3.0Y20180801-2200Y20180725-2200Y20180723-0635Y20180723-0615Y20180720-0300Y20180718-2200S4_9_0_M2I20180806-2000I20180806-0300I20180805-2000I20180804-1500I20180803-2000I20180801-2000I20180801-0820I20180801-0800I20180801-0550I20180731-2000I20180731-1305I20180731-1250I20180731-1025I20180731-0800I20180731-0340I20180730-2240I20180730-2000I20180730-0800I20180729-2000I20180729-0800I20180728-1500I20180728-0805I20180727-2000I20180726-2000I20180725-2000I20180724-2000I20180723-2000I20180722-2000I20180721-1500I20180720-2000I20180719-2000I20180718-2000I20180718-0130I20180717-2000I20180717-0320I20180716-2000I20180716-0715I20180715-2000Andrey Loskutov4-38/+1
According to bug 67778 comment 4, we can stop running this job. I doubt anyone migrates from Eclipse 2.x to 4.9 and has projects with disabled capabilities. Change-Id: I7d5845baf48dd203fb4f38c7582342fc01888760 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-07-06Reuse existing variableY20180712-0200I20180714-1500I20180713-2000I20180712-2000I20180711-2000I20180710-2000I20180709-2000I20180708-2000I20180707-1500I20180706-2000Mykola Nikishov1-1/+1
Change-Id: I376093c74cadad26de991318151e19a2ac113b21 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2018-07-06Use guard condition in TextMergeViewer's configureCompareFilterActionsMykola Nikishov1-81/+54
Change-Id: I55638c8d55ef0825892effe8415b028a859dad6b Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2018-07-05Bug 326103 - NPE when comparing two projectsI20180705-2000Mykola Nikishov1-6/+13
Even when MergeSourceViewer's getSourceViewer() returns null so that calling getFindReplaceTarget() is pointless, return something meaningful. org.eclipse.ui.texteditor.FindReplaceTarget is doing the same. Change-Id: I36edbcfdcdcad7946c79909a0e2b6612450e85a1 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2018-07-05Bug 326103 - NPE when comparing two projectsMykola Nikishov1-16/+20
To localize some calls to MergeSourceViewer's getSourceViewer() which is NPE prone, extract method to get Find/Replace target. Change-Id: I95df7b183bab126c2edacf68bf2b3ed6e03bff93 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2018-07-04Bug 536677 - History view should call super.dispose() at the end ofY20180705-0105I20180704-2000Andrey Loskutov1-1/+1
dispose() Change-Id: Ib2ab537751e2f330ce9ceee5c1e26542a4fd377e Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-07-04Fixes unusedExceptionParameter=error in compare.coreI20180704-0805I20180704-0605I20180704-0545Lars Vogel1-1/+1
Change-Id: I5b2782b63d1c1b4e95162fc2c09cb6efe0551f3f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-07-03Cleanup of CompareWithOtherResourceDialogI20180703-2000Lars Vogel1-94/+34
Usage of SelectionAdapter Adjust some code to line formatter Use enhance for loop Move cleanButton declaration to usage Reorder final static Remove non-Javadoc Change-Id: I16568177f730b42c6191f8c461cc1d66c1fbdfd2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-07-03Code cleanup in compare.core including save actions and formatterLars Vogel5-21/+429
Change-Id: I2f0f8a2c79640610852de2b7ecd4e06fb47e6fe5 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-07-03Remove unused import-package on com.ibm.icu.util .Alexander Kurtakov1-2/+1
Change-Id: I5474a04b884d5997dc63b4e1746470ec0244c77f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-07-03Fix warnings due to never used import.Alexander Kurtakov3-18/+7
And enable the save actions to prevent it from happening any more. Change-Id: I421ed5b21a45b77bf2f4099b4807394ca68541c4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-07-02Enable formatter and save actions for Compare core plug-inI20180702-2000Lars Vogel2-3/+313
Change-Id: Ia2a2e467ffdbcdf6bf6a657c8e28cae511385fff Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-07-02Removes support for dead Platform.WS_CARBONLars Vogel3-8/+0
Change-Id: If17db1d03335611f6438b7b6e5d3c57a976ae478 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-07-02Minor cleanup of org.eclipse.compare.examplesLars Vogel2-18/+3
Removes unless see comments and uses try with resources Change-Id: I30d26d8eeaaa3c4c51f7e1cf43c5b2d45ee3f4ca Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-07-02Migrates compare test suite to JUnit4Lars Vogel4-105/+105
Also updates ContentMergeViewerTest.java, LineReaderTest and TextMergeViewer to Junit4. The rest is currently left with JUnit3 due to time constraints. Change-Id: I4569525a7a500ef23251bd304d84a85ee3247f91 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-07-02Minor changes in LineReaderTestLars Vogel1-14/+10
Use static imports for assert statements and remove redundant catch block Change-Id: I81cfde09d60a39930a55facbd9c7c63644651039
2018-07-02Removes non-Javadoc from ComparePluginLars Vogel1-8/+0
Change-Id: I482ce55d710c7c7b1588ba793d5d3eb23d7362b0 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-07-02Cleanup Sonar warnings in ComparePreferencePageLars Vogel1-28/+21
change to retrieger Change-Id: I63d84731e30ad94954697a37d58c2ff53789ae50 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-28Removes trailing whitespace from org.eclipse.jsch.uiI20180702-0435I20180701-2000I20180630-1500I20180629-2000I20180629-0420I20180629-0400Lars Vogel15-300/+422
Change-Id: I65e095b8ca684d26b971012618d02832d0b8e987 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-28Bug 536399 - [Dark Theme] ssh preference page tabs not styledI20180628-2000Lars Vogel1-11/+11
Change-Id: I1c3828bbee4ff25be0ef2a50a5524a9c54d2009b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-06Bug 394087: [Net] Migration from GConf to GSettings.Y20180628-0525I20180628-0230I20180627-2020I20180627-2000I20180625-1545I20180621-2000I20180618-0800I20180615-0655I20180615-0300I20180614-2045I20180614-2000I20180613-0440I20180613-0300I20180607-2000I20180606-1020Eric Williams6-104/+90
Use GSettings instead of GConf2 to fetch proxy settings from GNOME. Instead it now uses the following GSettings schemas for proxies: org.gnome.system.proxy org.gnome.system.proxy.http org.gnome.system.proxy.https org.gnome.system.proxy.socks org.gnome.system.proxy.ftp You can get/set values for the keys in each of these schemas by running gsettings [get/set] schema key value. For example, to set the SOCKS proxy host, run: gsettings set org.gnome.system.proxy.socks host <value> To test in Eclipse, import the org.eclipse.core.net and org.eclipse.core.net.linux.x86_64 projects into your workspace. Launch a child Eclipse that depends on these two workspace plugins, and make sure the child Eclipse launches with the argument: -Dorg.eclipse.core.net.enableGnome as this enables the GNOME proxy functionality. In the child Eclipse, go to Window -> Preferences -> General -> Network connections. Selecting the "native" combo option will pull in proxy/network settings as set via GNOME. Change-Id: I0f620275aa15205245ae4156d9ed63ebf20c3568 Signed-off-by: Eric Williams <ericwill@redhat.com>
2018-06-06Bug 535318 - Update license to EPL-2.0 for platform.team in about.htmlLars Vogel26-437/+625
Change-Id: Ib7c6af977035dad5e0b2f5ec3d709e3e3dbcfd57 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-06Version 4.9 increase as prep for the EPL 2.0 changeLars Vogel54-58/+58
Change-Id: Ib9d9f0e313870b2f70b5edaf88f3d1196d8c43f7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-30Bug 535191 - POM version change for 4.9 releaseI20180601-0915I20180601-0900I20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov30-40/+43
Rearranged tests to be modules of their parent so tycho set-version works. Update version for o.e.cvs to satisfy comparator. Change-Id: Ifcbd5eefef676e8038a5dfa43307fd91b0410e61 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-15Bug 527927 - Add Automatic-Module-Name in Team repositoryS4_8_0_RC4aS4_8_0_RC4S4_8_0_RC3S4_8_0_RC2S4_8_0_RC1R4_8I20180611-0500I20180607-1630I20180607-0300I20180606-2000I20180606-0800I20180605-2000I20180605-0800I20180605-0430I20180604-2000I20180604-0800I20180603-2000I20180603-0800I20180602-1500I20180602-0800I20180601-2000I20180531-0700I20180530-2000I20180530-0800I20180530-0200I20180530-0035I20180529-2345I20180529-2000I20180529-0800I20180529-0600I20180529-0210I20180528-2020I20180528-2000I20180528-0800I20180527-2250I20180527-2000I20180527-0800I20180526-1500I20180526-0800I20180525-2000I20180524-0900I20180523-2000I20180523-0800I20180522-2000I20180522-0800I20180521-2000I20180521-0800I20180520-2000I20180520-0800I20180519-1500I20180519-0800I20180518-2000I20180516-2000I20180516-0800I20180515-2000I20180515-1755I20180515-1620I20180515-1440I20180515-1300Michael Keppler11-8/+15
I imported everything from git, so these should be the last missing projects in the team repository and the bug can be closed afterwards. Bumped versions for 4.8. Change-Id: I617177b5febb7c18e0c7e5b33c978c8b8189a210 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug:527927
2018-05-12Bug 531433 - Replace usage of SubProgressMonitor by SubMonitorI20180515-0950I20180515-0800I20180514-2000I20180514-0800I20180513-2000I20180513-0800I20180512-1500I20180512-0830Karsten Thoms1-2/+1
Fixes a regression. beginTask must not be called twice on an IProgressMonitor instance. SubMonitor.convert() will call beginTask on the given monitor, so beginTask must not be called before on this monitor instance. To avoid this, a SubMonitor is created with subMonitorFor given the required number of ticks. Change-Id: Icb87740d2a98a0c7b73bfaf6879c767e937759bf Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-10Bug 534534 - Copyright dates must be updated to 2018I20180511-2000Sravan Kumar Lakkimsetti1-2/+2
Change-Id: I127fa1fbe79da167fe7478ce5f3bc194756b3cff Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-04-21Bug 533818 - Improve the Oomph setups for the platform projectsS4_8_0_M7I20180509-2000I20180509-0800I20180508-2000I20180508-0800I20180507-2205I20180507-2000I20180507-0810I20180507-0800I20180506-2000I20180506-0800I20180505-1500I20180504-2000I20180503-2000I20180503-0740I20180502-2000I20180502-0100I20180501-2000I20180430-2000I20180430-0715I20180429-2000I20180428-2020I20180428-1500I20180427-2000I20180426-2000I20180426-0500I20180425-2000I20180425-1705I20180425-1650I20180425-1455I20180425-0910I20180425-0725I20180425-0505I20180425-0250I20180424-2000I20180423-2000I20180423-0655I20180423-0640I20180422-2000I20180421-1500Ed Merks1-7/+1
The root Platform.setup in Oomph will manage the fixed value for the eclipse.target.platform variable so that it only needs to be managed in a single place in the future. Change-Id: Ief70c1fb15abd7b08efe7de0c4c60f324f65567a Signed-off-by: Ed Merks <ed.merks@gmail.com>
2018-04-18Bug 533755 - Direct use of IStructuredSelectionI20180420-2000I20180419-2000I20180418-2000Alexander Kurtakov32-932/+849
Instead of getSelection and cast. Touched files have been converted to lambdas and useless @see comments removed. Change-Id: I249927f61cab0dfd2a1645b6aee3b0a1cc9760f1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-10Bug 533374: [Dark] Compare for new files shows white backgroundI20180417-2000I20180416-2000I20180416-0305I20180415-2000I20180414-1500I20180413-2000I20180412-2000I20180411-2000I20180411-0735I20180411-0530I20180410-2000Matthias Becker1-1/+3
Change-Id: If0199505fefde500a9454e62f8468535c04857af Signed-off-by: Matthias Becker <ma.becker@sap.com>
2018-03-29Bug 533042 - Modernize o.e.compare.testsI20180409-2000I20180408-2000I20180407-1500I20180406-2000I20180405-2000I20180404-2000I20180403-2000I20180402-2000I20180401-2000I20180331-1500I20180330-2235I20180330-2000I20180329-2000Alexander Kurtakov12-332/+268
Convert to lambda, generify, deprecations and etc. Enabled save actions to automate cleanup tasks. Change-Id: I0ac28928c80871810cfa2eb584079b0ff92a25fd Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-29Bug 533040 - Use system cursorsAlexander Kurtakov3-103/+45
To prevent needlessly creating and disposing cursors. Change-Id: Ieb88dc236954a136dae8e515790c458d78ea6563 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-12Fixed bug 532325: org.eclipse.compare.patch in org.eclipse.compare.core ↵I20180329-0000I20180328-2000I20180327-2000I20180327-0805I20180327-0630I20180326-2000I20180325-2000I20180324-1500I20180323-2000I20180323-0355I20180322-2000I20180322-0645I20180322-0225I20180321-2000I20180320-2000I20180319-2000I20180318-2000I20180317-1500I20180316-2000I20180316-0740I20180316-0730I20180316-0525I20180316-0510I20180316-0455I20180315-2000I20180314-2000I20180313-2000I20180312-2000Dani Megert1-1/+1
should be marked as split package
2018-03-12Pick up new signing certificateDani Megert1-0/+1
2018-03-09Bug 531433 - Replace usage of SubProgressMonitor by SubMonitorI20180311-2000I20180310-1500I20180309-2000Karsten Thoms29-89/+89
Change-Id: I68e635f60614b9a923c8c848c17115b6e9275a30 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-03-09Bug 531889 - Replace usage of IConfigurationElement#getNamespaceKarsten Thoms1-1/+1
Change-Id: I9b1ebf7d76f285365a036967510fb1c97f23d375 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-03-09Bug 531630 - Replace usage of System.getProperty("file.separator")Karsten Thoms3-5/+3
Change-Id: Ida18ec7c840c380570f3f4690683fedb55677cc1 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-03-02Bug 531895 - Replace usage of IDE#getEditorDescriptor(IFile)Karsten Thoms1-2/+2
Change-Id: I7c9967ccb3b7443e37432c338de0f8656649c708 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-02-07Bug 530860 - Generify Class related APIsS4_8_0_M6I20180308-0630I20180307-2000I20180307-1025I20180307-0900I20180307-0825I20180307-0800I20180306-2000I20180306-0800I20180305-2000I20180305-0800I20180305-0300I20180304-2000I20180304-0800I20180303-1500I20180303-1200I20180303-0800I20180303-0335I20180303-0155I20180303-0055I20180302-2000I20180301-2000I20180228-2000I20180227-2000I20180226-2000I20180225-2000I20180224-1500I20180223-2000I20180222-2000I20180221-2000I20180220-2000I20180219-2000I20180218-2000I20180217-1500I20180216-2000I20180216-0415I20180215-2000I20180214-2000I20180213-2000I20180213-0125I20180212-2000I20180211-2000I20180210-1500I20180209-2000I20180208-2000I20180207-2000Alexander Kurtakov39-182/+143
Change-Id: I2ce29644a969e3df4d47bfcbe2557ebf439c7d0b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-02-07Remove useless casts.Alexander Kurtakov4-10/+7
Change-Id: I68499b9ac1017b4cca1b9ed10e26935b30ff1233 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-02-07Bug 530854 - Move away of methods deprecated in Java 9Alexander Kurtakov8-81/+44
Number constructors and Class.newInstance. Some small cleanups (generification, lambdas) in surrounding code. Change-Id: I62bab4119a98a7b5df560b8c9247f79fdfa8da03 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-27Bug 530412 - IExtension.getNamespaceIdentifier() wrongly used whereI20180206-2000I20180206-0315I20180205-2000I20180204-2000I20180203-1500I20180202-2000I20180202-0315I20180201-2325I20180201-2000I20180201-0200I20180131-2000I20180130-2000I20180129-2000I20180129-0605I20180129-0540I20180128-2000Andrey Loskutov2-4/+4
IExtension.getContributor().getName() is required Change-Id: Ib3cb9d21c221dbbd53721135c70a17e1de6d4cc8 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-01-23Bug 530116 - [sonar] Resolve "Write to static field from instance meth."I20180127-1500I20180127-0150I20180126-2040René Purrio1-2/+4
Change-Id: Ib9562b2f96d24b3745e7f40b64e3eac7695aed7b Signed-off-by: René Purrio <rpurrio@itemis.de>
2018-01-19Remove useless throws.S4_8_0_M5I20180124-2000I20180124-0800I20180123-2000I20180123-1010I20180123-0800I20180122-2000I20180122-0800I20180121-2000I20180121-0800I20180120-1500I20180120-0800I20180119-2000Alexander Kurtakov2-19/+15
Of UnsupportedEncodingException. Change-Id: I4b319dbe9ec446eda138c72902f29ca1d4471b06 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-17Bug 529824 - [sonar] Resolve "Possible null pointer dereference"I20180119-0110I20180118-2000René Purrio7-25/+87
Change-Id: I1a4ce29ea6ee3c49b6d218b0c1063415f72466c5 Signed-off-by: René Purrio <rpurrio@itemis.de>
2018-01-11Bug 528178 - Some Java projects do not get a warning for missingI20180117-2000I20180116-2000I20180115-2000I20180114-2000I20180113-1500Vikas Chandra5-2/+23
Automatic-Module-Name Change-Id: Ica088861e9759744355f819bbc159191e3605562 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
2018-01-05Bug 529426 - [sonar] Resolve "instanceof will always return true"I20180112-2000I20180111-2000I20180111-0530I20180110-2000I20180110-0100I20180109-2000I20180108-2000I20180107-2000I20180106-1500I20180105-2000René Purrio1-4/+3
Change-Id: If011ab24cdbd99b312b58b3e497bca63dfcc2793 Signed-off-by: René Purrio <rpurrio@itemis.de>
2017-12-24Bug 529162 - Don't use empty job namesI20180104-2000I20180104-0030I20180103-2000I20180103-0140I20180102-2215I20180102-2000I20180101-2000I20171231-2000I20171230-1500I20171229-2000I20171228-2000I20171227-2000I20171226-2000I20171225-2000I20171224-2000Andrey Loskutov3-2/+6
Change-Id: Ied1e4d7978be868bc9ebc3c36ff3d2ede4b60bc6 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-12-12Bug 528254 - [Java9] Added Automatic-Module-Name HeaderI20171223-1500I20171222-2000I20171221-2000I20171220-2000I20171219-2000I20171218-2000I20171217-2000I20171216-1500I20171215-2000I20171215-0930I20171215-0215I20171215-0120I20171214-2000I20171214-0120I20171213-2000I20171212-2000Karsten Thoms21-8/+25
Increment version for Eclipse 4.8 Photon Change-Id: Ieffc7ed1c3fca5481844ce78182cc9a3c300f49b Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-12-08Bug 526886 - Network connections preferences are not visibleI20171211-2000I20171210-2000I20171209-1500I20171209-1020I20171208-2000Alexander Kurtakov2-42/+2
The two label providers were also color providers but implementing only getBackround which is a recipe for this kind of issues as whenever one implements background he should take care of foreground also to ensure readability of the text. Furthermore hardcoding colors doesn't play well with e4 theming engine and can lead to unreadable or just plain ugly lookgin interfaces. Change-Id: I8dbc667942a43079e29f97dca4b5982e68a73c1c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>

Back to the top