Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04Bug 579073 - POM and product version change for 4.24 releaseI20220312-0100I20220311-1800I20220310-1800I20220309-1800I20220308-1800I20220307-1800I20220307-1010I20220307-0630I20220307-0340Sravan Kumar Lakkimsetti1-1/+1
Change-Id: I6e3defbd144547a523c4fea0ba5ffc65c8bb3a1e Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/191465
2021-11-26Bug 577442 - POM and product version change for 4.23 releaseI20211126-0230Sravan Kumar Lakkimsetti1-1/+1
Change-Id: I0b107a92336ad92c05566eefbfd8dae1634df1a8 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/188125
2021-09-06Bug 575782 - POM and product version change for 4.22 releaseI20210906-1800I20210906-1000I20210906-0820I20210906-0610Kit Lo1-1/+1
Change-Id: Iaebdc3a72dc4bfd6daaef7633925dac42044d59d Signed-off-by: Kit Lo <kitlo@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/185015 Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Tested-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-06-04Bug 573960 - POM and product version change for 4.21 releaseI20210604-0350Sravan Kumar Lakkimsetti1-1/+1
Change-Id: Icbeab9556782cf1441ed978b5108e1d9e52656d8 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/181371
2021-04-26Bug 573138 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-9/+11
Move o.e.team.cvs.ui Change-Id: If88299d5108e4d95e4c00393c5b5ed8ddb2e107e Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179823 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-03-05Bug 571689 - POM and product version change for 4.20 releaseI20210308-0720I20210305-0820Alexander Kurtakov1-1/+1
Change-Id: I9bdbfbf6977917debdf5d738aedc93215af73a76 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-12-01Bug 569318 - POM and product version change for 4.19 releaseI20201204-0610I20201204-0340Sravan Kumar Lakkimsetti1-1/+1
Change-Id: I22d5b229f0e0bab9844d5e8e4cd928433ff86fa2 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-09-03Bug 566356 - POM and product version change for 4.18 releaseI20200904-0540I20200904-0210Alexander Kurtakov1-1/+1
Change-Id: Ia5858d90295b576097ab96aea4dd306ddec8264b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-06-04Bug 563840 - POM and product version change for 4.17 releaseI20200606-0050I20200605-2140I20200605-1500I20200605-1230I20200605-1200I20200605-1150I20200605-0950I20200605-0910I20200605-0720Sravan Kumar Lakkimsetti1-1/+1
Change-Id: Ib2abc1e1374c9bfdfc21b9e33a18e1dad81cee49 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-04-22Remove .cvsignore files.Y20200428-0250Y20200428-0140Y20200427-2330I20200428-0630I20200428-0610I20200428-0230I20200427-1800I20200426-1800I20200425-1800I20200424-1800I20200424-0540I20200423-1800I20200422-1800Alexander Kurtakov1-2/+0
Time for cvs to RIP. Change-Id: Iabf74d3fe9c20ddbd54927a2999e12f5d4c01088 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-04-12Bug 562048 - Remove dependency on icu from platform.teamI20200413-1800I20200412-1800Alexander Kurtakov14-39/+56
Direct replacements only. Change-Id: If8287ead3f0715155294bd9632aa12a310818e8c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-03-19Use .isEmpty() instead of .size()==0 or .equals("")I20200402-2250I20200402-1800I20200402-0850I20200402-0410I20200401-1800I20200331-1800I20200330-1800I20200329-1800I20200328-1800I20200327-1800I20200326-1800I20200325-1800I20200324-1800I20200323-1800I20200322-1800I20200322-1150Carsten Hammer12-15/+15
Change-Id: If2db9cef6eddb2d79e3fd1c312b2c8248dd288d6 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2020-03-14Use switch over strings where possibleI20200319-0550I20200318-1800I20200318-1400I20200318-1100I20200317-1800I20200316-1800Carsten Hammer2-36/+92
Change cascades of ifs which can be converted to switch over Strings. A switch statement might be faster than an if-then-else chain. And it improves clarity. The problem with the if..else chain is that I have to look into all the if conditions to understand what the program is doing. And the variable might change in the chain processing. Change-Id: Ia7003e12ff240ea8c7ad63a382123c00786110a7 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2020-03-14Version update for 4.16 streamCarsten Hammer2-2/+2
Required for https://git.eclipse.org/r/#/c/156567/ Change-Id: Iaf52d8f78385bd7f495c65d336223a6cd161b7fc Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2020-03-06Bug 560872 - POM and product version change for 4.16 releaseY20200308-0700Y20200308-0520X20200306-1900I20200307-1800I20200307-1145Mat Booth1-1/+1
Change-Id: I420d948f7275c460da447327af2334b1a6461e53 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2020-02-11Use map method directly if possibleLars Vogel1-1/+1
JDT provides a new cleanup which allows to transform code to call methods directly on map instead of accessing the values or the keys before calling the same method. Saves code which we have to read and might be slightly faster. Change-Id: If957522bcf8ad88721ac35e989695e17080b59a9 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2020-01-14Move away of deprecated Platform.find.Alexander Kurtakov1-2/+3
Change-Id: I07c2b1fde48daf5fa3ec366f821ba7e523470d4f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-01-14Remove useless instanceof check.Alexander Kurtakov1-2/+2
Change-Id: I9539744c0632e5dc98ff651d61d45e2276bbe17f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-01-13Bug 559097 - Compile warnings in I20200113-0130Y20200114-0045I20200113-1800Alexander Kurtakov3-3/+4
Suppress warning in ShowAnnotationOperation as the open editor will access the resource. Change-Id: I1ba30eb4cab855232aff69734bef659d79faaf0a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-12-06Bug 553742 - POM and product version change for 4.15 releaseY20191208-2315I20191210-0230I20191209-2205I20191209-1600I20191209-1310I20191209-1130I20191209-1110Niraj Modi1-1/+1
Change-Id: Id5a20b47a43410c0e5f75bd18ce1326e586e744d Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-11-22Bug 548250 - Javadoc problems in platform.teamY20191127-0140Y20191126-0500S4_14_0_RC2aS4_14_0_RC2S4_14_0_RC1R4_14I20191210-0610I20191204-1800I20191204-0600I20191203-1800I20191203-0600I20191202-1800I20191202-0600I20191201-1800I20191201-0600I20191130-1800I20191130-0600I20191129-1800I20191127-1800I20191127-0600I20191126-2315I20191126-1800I20191126-0600I20191125-1800I20191125-0600I20191124-1800I20191124-0600I20191123-1800I20191123-1115I20191123-0600I20191123-0100R4_14_maintenancePaul Pazderski3-5/+5
Change-Id: Ibd321a8cca382afa1deec69c5fb557a94a15209e Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-10-25Bug 552423 - Replace usage of deprecated AbstractUIPlugin#getWorkbenchI20191105-0025I20191104-1800I20191103-1800I20191102-1800I20191101-1800I20191101-0300I20191031-1800I20191031-1325I20191030-1800I20191030-0010I20191029-1800I20191028-1800I20191027-1800I20191026-1800I20191025-1805Karsten Thoms6-9/+10
Change-Id: I2d91baeccedbcfc8f8e8e6baa7cfbfb1a5b355f2 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-09-25Use try-with-resourcesI20190926-0625Carsten Hammer1-38/+11
Convert try finally block to try-with-resources Change-Id: Iff35bb041daf77cd29f9c17ee931c8b2de186e4c Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-09-25Bug 551438 - Fix files that have ended up with CRLF in the gitEd Merks1-2/+2
repository Fix PatchBuilderTest to adjust expectations based on the line delimiter of the input file. Fix PatchUITest so that it passes on Windows when the expected input is already using CRLF. Change-Id: I6a397114f410feceb5791644591b76cd2e0bb11b Signed-off-by: Ed Merks <ed.merks@gmail.com>
2019-09-16Remove unnecessary type specificationsI20190916-1800Carsten Hammer2-3/+3
Since Java 7 the diamond operator can be used instead of explicit type parameters. Change-Id: I2a5017574b71a0aa5125cf81efa784b3a3a05735 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-09-16Manual array copyCarsten Hammer4-15/+5
Use Arrays.asList or System.arraycopy instead of copying array in a for loop Change-Id: I339f0b950d86f6d4edebe0cc10881f274c77ecdb Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-09-13Bug 465914 - [Graphics] New filter iconMatthias Becker9-3/+3
Change-Id: I05e7051951e2668ba3b19afabc6dbf94befb7572 Signed-off-by: Matthias Becker <ma.becker@sap.com>
2019-09-06Bug 550767 - POM and product version change for 4.14 releaseI20190910-0815I20190910-0145I20190909-1520I20190909-1425I20190909-0925Niraj Modi1-1/+1
Change-Id: I2ace444c172f6762135c0767317e0aba657b2941 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-07-01Bug 488215 - Support varargs in the Viewer APIY20190722-0900Y20190718-0905Y20190718-0450Y20190715-2335Y20190715-0900Y20190711-2335Y20190711-0900Y20190708-0900Y20190705-0620Y20190704-0900S4_13_0_M1I20190723-1800I20190722-1800I20190721-1800I20190720-1800I20190719-1800I20190718-1800I20190717-1800I20190716-1800I20190715-1800I20190714-1800I20190713-1800I20190713-1105I20190713-0230I20190712-1800I20190712-0625I20190711-1805I20190711-1120I20190711-0825I20190710-1800I20190710-0610I20190709-1800I20190709-0610I20190708-1800I20190708-1035I20190708-0800I20190707-1800I20190707-0110I20190706-1800I20190705-1800I20190704-1800I20190704-0245I20190703-1800I20190703-0640I20190702-1800I20190702-0930I20190702-0610I20190701-1805Alexander Kurtakov1-2/+2
Fix warnings in team repo. Change-Id: I0637a6e9a888b760f87b05647c8b5fed83bda9d3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-06-19Bug 474156 - Prepare for build-time API analysisI20190625-1800I20190625-0535I20190624-1800I20190623-1800I20190621-1800I20190620-1800I20190620-0130I20190619-1820I20190619-1800Mickael Istria1-1/+1
Change-Id: Ife63a50859c8505fb34b9a419db17f2322eb6226 Signed-off-by: Mickael Istria <mistria@redhat.com>
2019-06-18Use addAll, deleteAll instead of looping through a collectionI20190618-1805Lars Vogel8-30/+12
Change-Id: If74eec05fb721ceeb1f9f8d7fbac9d68be6e767f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-17Removes redundant semicolonsI20190618-0225Lars Vogel4-4/+4
Change-Id: I6b3957f95c87ed0fdae4b0bd2b1d9bcc114db884 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-17StringBuilder instead of StringBufferLars Vogel2-2/+2
Change-Id: I0a1fd31b9530259947c257b8d05418e69565ab67 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-17Use String.contains instead of indexOfLars Vogel3-5/+5
Change-Id: I46605c9328b8f30d8a48737681adfb71c31e9183 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-15Use jdk 5 for-each loopI20190616-1800I20190615-1800Carsten Hammer126-811/+566
Replace simple uses of Iterator with a corresponding for-each loop. Also add missing braces on loops as necessary. Change-Id: I8cee98245fb49892d80949d1dcda89c9bf72f3e4 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-12String.indexOf can be replaced with String.containsI20190614-1800I20190614-0330I20190613-1800I20190613-0210I20190612-1800I20190612-0115Carsten Hammer3-6/+6
Change-Id: I6ec0fd3fa12538157a4ce6a1008424229cf4cc24 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-11Use isEmpty() instead of size()==0 where possibleCarsten Hammer4-4/+4
Change-Id: I591baac7b623f8ed3681a12471ffe6438a13175f Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-10Use StringBuilder instead of StringBuffer where possible.I20190610-1800Carsten Hammer14-18/+21
Change-Id: I6a212c309685e9d6a74a4d287e2bb51f52f509fe Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseI20190608-0140I20190607-1345I20190607-1000I20190607-0725Niraj Modi1-1/+1
Change-Id: I506109fc9e9e5c9198702c2d09ea1041b6aa7b3b Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-05-19Bug 547304 - [cleanup] Fix wrong space/tab indentationS4_12_0_RC2S4_12_0_RC1aS4_12_0_RC1S4_12_0_M3R4_12I20190605-1800I20190605-0600I20190604-1800I20190604-0600I20190603-1800I20190603-0600I20190602-1800I20190602-0600I20190601-1800I20190531-1800I20190531-0245I20190529-2005I20190529-1800I20190529-0600I20190528-1800I20190528-0915I20190528-0850I20190528-0600I20190527-1805I20190527-0600I20190526-1800I20190526-0600I20190525-1800I20190525-0600I20190524-1800I20190524-0135I20190522-1800I20190522-0600I20190521-1800I20190521-0600I20190520-1805I20190520-0600R4_12_maintenancePaul Pazderski179-8016/+8016
This change fixes space or mixed tab/space indentations in all Java files. This also includes two or three space indentations and even fix most stray single spaces in indentations. The change includes only whitespace formatting and no code changes. Change-Id: I4149aaf4e48ccf7b49083f36d52e0c7a67433c7d
2019-05-18Bug 547304 - [cleanup] Fix wrong line delimitersPaul Pazderski1-67/+67
This updates all Java files with wrong or mixed line delimiters to use Unix style delimiters. The change includes only whitespace formatting and no code changes. Change-Id: I1f6bc53b2a6827208b42ec562a855874d9ce69ae
2019-04-17Remove useless non-javadoc/@see comments. (take 4)I20190417-1800Alexander Kurtakov73-485/+169
Put @Override instead where needed. Change-Id: I3798bfbb5fd3c05c16531f7fac7885d2f6eb65b7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-04-17Remove useless non-javadoc/@see comments. (take 2)Alexander Kurtakov170-1915/+438
Put @Override instead where needed. Change-Id: I7739642c6d6ccdb4845bb02ae89ac7b03f408b33 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-03-27Bug 544904: Japanese Calendar - Wrong Japanese era of Data tag in CVSS4_12_0_M1I20190412-1800I20190412-0520I20190411-0625I20190410-1800I20190410-0600I20190409-1800I20190409-0600I20190408-1800I20190408-0600I20190407-1800I20190406-1800I20190405-1800I20190404-1800I20190403-1800I20190402-1800I20190401-1800I20190331-1800I20190330-1800I20190329-1800I20190329-0120I20190328-1800I20190327-1800Kalyan Prasad Tatavarthi1-3/+23
repos view This fix modifies the display string for Date if the year is not just a number. This handles the case for Japanese Calendar Change-Id: If85725e0da3a1d3de6c06135937d74e8f8f9b6c0 Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
2019-03-20Bug 544904: Japanese Calendar - Wrong Japanese era of Data tag in CVSI20190326-2305I20190326-1800I20190325-1800I20190325-0105I20190324-1800I20190323-1800I20190322-1800I20190321-1800I20190321-0435I20190321-0245I20190320-1800Kalyan Prasad Tatavarthi3-5/+18
repos view Change-Id: I91f6bad5f7c2abcdbb599860bcc2aed65a606ce7 Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
2019-03-08Bug 545094 - POM and product version change for 4.12 releaseI20190309-1830I20190308-1830I20190308-1525I20190308-1055I20190308-0740Niraj Modi1-1/+1
Change-Id: I9a392831e7cae962a1b075c73b27dc53740cbfb4 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-02-14Resolve raw type warningsI20190215-0055Karsten Thoms77-529/+672
Change-Id: I5a66afa307f4a830c3766c2c54a8ac2a371f90be Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-12-07Bug 541822 - POM and product version change for 4.11 releaseNiraj Modi1-1/+1
Change-Id: If50445800a280bb2ce4884e573c792a89e526f04 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-10-30More lambdas (take 3).Y20181030-1100Alexander Kurtakov6-113/+106
Change-Id: I7b9c94f440e87fec72499baeb7055a26cd77533f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-30Even more lambda conversions.Y20181030-0940Alexander Kurtakov19-320/+287
Change-Id: I621c582be5c5afba330cacb1f3d635465c41158a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>

Back to the top