Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-06-04Bug 573960 - POM and product version change for 4.21 releaseI20210604-0350Sravan Kumar Lakkimsetti28-28/+28
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-05-11Bug 573468 - 4.20 I-Build: I20210510-1800 - Comparator Errors FoundS4_20_0_RC2aS4_20_0_RC2S4_20_0_RC1S4_20_0_M3R4_20I20210611-1600I20210610-1250I20210610-1220I20210610-0400I20210609-0520I20210609-0400I20210609-0220I20210603-0040I20210602-1800I20210602-0600I20210601-1800I20210601-0600I20210531-1800I20210531-0600I20210530-1800I20210529-1800I20210529-0600I20210528-1800I20210526-2310I20210526-1800I20210526-0600I20210525-1800I20210525-0730I20210524-1800I20210524-0600I20210523-1800I20210523-0600I20210522-1800I20210522-0600I20210521-1800I20210521-0150I20210521-0110I20210519-1800I20210519-0600I20210518-1800I20210518-0850I20210518-0600I20210518-0200I20210517-1800I20210517-0600I20210516-1800I20210516-0600I20210515-1800I20210515-0600I20210514-1800I20210513-1800I20210512-2250I20210512-1800I20210511-1800I20210511-0740I20210511-0330I20210511-0200R4_20_maintenanceAlexander Kurtakov1-0/+1
Touch org.eclipse.team.cvs.core so it picks the new static inner classes as expected. Change-Id: Iff2d890325c6a7cedd7a87aa5eecaf9473b88bb3 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/180449 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-05-10Use JDT static inner class clean up for team.coreI20210510-1800Lars Vogel2-2/+2
This ticket uses and tests the "Use static inner class" cleanup feature: - It reviews the feature - It reduces the memory consumption as it avoids the pointer to the outer class Example: Before: public class Outer { public class InnerClass { int i; public boolean anotherMethod() { return true; } } } After: public class Outer { public static class InnerClass { int i; public boolean anotherMethod() { return true; } } } Change-Id: I3982b15f62d5e42da12f3ee114712002655651c7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/180222 Tested-by: Platform Bot <platform-bot@eclipse.org>
2021-05-10Bug 566638 - Make linux proxy support work for all archsJeff Johnston1-1/+2
- fix org.eclipse.core.net.linux.x86_64 p2.inf file to properly refer to org.eclipse.core.net.linux Change-Id: I9bc8483eea0406cadfd50cca26ddab57ed279f16 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/180368 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-26Small code modernizations in team.examples.filesystemI20210509-1800I20210508-1800I20210507-1800I20210506-1800I20210505-1800I20210505-0510I20210505-0100I20210504-1800I20210503-1800I20210502-1800I20210502-0730I20210501-1800I20210430-1800I20210429-1800I20210429-0600I20210428-1800I20210428-0330I20210428-0040I20210427-1800I20210426-2110I20210426-1800Alexander Kurtakov2-31/+31
Change-Id: I23b9caa4df8d3f8b90cadaca92ec992d032908d9 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179827 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-26Bug 573138 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-13/+35
Move o.e.team.examples.filesystem. Change-Id: I942e3ffdcde6fa08c9858cff8d1fcdca4a32c009 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179825 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-26Bug 573138 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-7/+10
Move o.e.team.genericeditor.diff.extension Change-Id: I14411e867d655f7191d48899e9c017cec1c7e356 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179824 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
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-04-26Bug 573138 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-13/+35
Move o.e.jsch.ui Change-Id: I5a8da52c9bbedde07cbca2447365fdf97c7f8737 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179822 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-26Bug 573138 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-8/+11
Move o.e.ui.net Change-Id: I952e28cefbdb70176edb881fae29d09b39ee8969 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179820 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-26Bug 573138 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-8/+11
Move o.e.team.ui Change-Id: Ieca47ca63c7c29697b4367b49c218fe17edbd7fc Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179818 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-26Bug 573138 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-8/+11
Move o.e.team.cvs.ssh2 Change-Id: Id2b1c64b490ccd461b688319662f4f56c4d64595 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179817 Tested-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-24Bug 573138 - Move bundles with deps on Java 11 to it tooI20210425-1800I20210424-1800Alexander Kurtakov4-9/+9
Move o.e.team.cvs.core Change-Id: I7b9714f3229735079c3515d99262ca1feeb3151c Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179801 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-24Bug 573138 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov12-26/+45
Move some test bundles. Done together due to usage of test classpath. Change-Id: Ib3967c35e9b06fb2eb6184f5b151a5f06b0c11b7 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179799 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-24Bug 573138 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-8/+11
Move o.e.team.core Change-Id: Id9e4b99fa20705f1243d33154d40ae261fda3004 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179798 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-24Bug 573138 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-8/+11
Move o.e.compare.examples. Change-Id: Ie16d07c980bac3506bd2e019257a5e11f77c8ae0 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179797 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-24Bug 573138 - Move bundles with deps on Java 11 to it tooAlexander Kurtakov4-8/+11
Move o.e.compare.examples.xml Change-Id: I453ef90e8eb1fe0d1a4f8109d6ef9596e63c758f Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179796 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-24Get rido of activator in o.e.core.tests.net.Alexander Kurtakov4-43/+8
Change-Id: Ifade1e925b3401d35318d3dbc221cc1c963691cd Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179785 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-24Move o.e.core.tests.net BREE to Java 11.Alexander Kurtakov4-8/+15
Change-Id: Ia53dbc7a2de6c14344a72d899cdcf8610b67ac09 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179795 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-24Bug 566638 - Make linux proxy support work for all archsAlexander Kurtakov3-316/+0
Remove C code for linux proxy support. Change-Id: Icf99bb69787708766e0c7f7c748238804a4ba597 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179784 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-24Bug 566638 - Make linux proxy support work for all archsAlexander Kurtakov2-2/+11
Update the classpath settings to really be Java 11. Change-Id: Id6d538f474c4a9f593b25d6a67f8e65d7a40b53e Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179783 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-23Bug 566638 - Make linux proxy support work for all archsI20210423-1800Jeff Johnston16-108/+311
- add new o.e.core.net.linux fragment that is implemented using JNA and can support multiple architectures - make o.e.core.net.linux.x86_64 an empty fragment that requires new o.e.core.net.linux - remove UnixProxyProvider as it is no longer used Change-Id: I612371fa1d664f2b312eefb1554d599ff583d44b Signed-off-by: Jeff Johnston <jjohnstn@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/175195 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
2021-04-15Bug 572789 - Comparator errors in I20210412-1800 after moving toI20210423-0350I20210423-0140I20210422-1800I20210421-1800I20210420-1800I20210420-0500I20210420-0240I20210418-1800I20210417-2330I20210416-1800I20210416-0810I20210415-1800Mickael Istria1-0/+1
compiler from 4.20 M1 Change-Id: I3cbbea9ef27f71ace2e46e6152516bfa57172053
2021-04-09Use try-with-resources in FileContentManagerI20210415-0010I20210414-1800I20210414-0330I20210413-2350I20210413-1800I20210413-1400I20210412-2130I20210412-1800I20210411-1800I20210410-1800I20210410-0630I20210409-2140I20210409-1800Lars Vogel1-7/+4
Manually adjusted the JDT cleanup as the try in a try block looked unnecessary. Change-Id: If193933cf8396993ab29c6ba87b268b8587e2300 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-04-09[dogfooding][cleanup] Use static inner class clean up forLars Vogel3-3/+3
examples Using this cleanup brings: - It reviews the feature - For optimization: small memory usage reduction as the outer pointer is removed Change-Id: Ib00d5f852ff9614036666620a7a31cea232a9277 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-04-094.20 update for org.eclipse.team.examples.filesystemLars Vogel2-2/+2
Required for https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/179074 Change-Id: I20279640036bbf121c6ccb333e774a98c118daff
2021-04-06Bug 571954 - Fix NPE in paint listener for center controlS4_20_0_M1I20210407-1800Sebastian Ratz1-0/+5
Fixup for e534a45caef77d7c4d52cb1473501c0bc2252ea6. Paint events can occur earlier than the doPaint() on the old BufferedCanvas control - even before before the left / right controls are actually created. Ignore such early events. Change-Id: I4f9c8410d5646bd02088b4e4ec94c4fca8d50186
2021-04-01[dogfooding][cleanup] Use static inner class clean up for team codeI20210407-0600I20210407-0040I20210406-1800I20210406-0600I20210405-1800I20210405-0840I20210405-0630I20210405-0600I20210404-1800I20210404-0600I20210403-1800I20210403-0600I20210402-1800I20210402-0510Lars Vogel7-9/+9
Using this cleanup brings: - It reviews the feature - For optimization: small memory usage reduction as the outer pointer is removed Change-Id: I85c3e8d93c8b567296c3a7a4a0133d6ce635dda3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-04-01[dogfooding][cleanup] Use static inner class clean up for compare cocdeLars Vogel4-6/+6
Using this cleanup brings: - It reviews the feature - For optimization: small memory usage reduction as the outer pointer is removed Change-Id: I8f1bdcb09e0e654683c0cb5e26c8370d6a47638e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-30Apply "Primitive parsing" JDT cleanup to Activator of core.netI20210331-1800I20210330-1800Lars Vogel1-2/+1
Change-Id: I53238058cfc1a6249ef96ac3f58e180632895fd7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-294.20 update of org.eclipse.core.netLars Vogel2-2/+2
For Gerrits Change-Id: I1627d918940ed31b24acfedc8b28b13a5b56176f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-24Bug 571954 - Replace obsolete BufferedCanvas with standard SWT BufferingI20210329-1800I20210329-0200I20210328-1800I20210327-1800Lars Vogel2-123/+47
SWT offers a standard way of handling double buffering hence we can replace the custom implementation with a default SWT canvas. Windows requires the double-buffering flag for that the other platforms do that automatically. Change-Id: I799d32c3cf40fbfaac94ab0e5506c8e777fe1ae7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-19Bug 572036 - Remove pack call on the left/right buttons in the dividerI20210326-1800I20210325-1800I20210324-1800I20210324-0950I20210324-0320I20210323-2250I20210323-1800I20210323-1240I20210323-0200I20210322-1800I20210321-1800I20210321-0340I20210320-1800I20210320-0650I20210319-1800Lars Vogel1-2/+0
Buttons are initial invisible and the layout manager is supposed to handle the sizing. Change-Id: I09289fab59595bcd05449e71051189c1259b5d6e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-18Bug 571698 - Enable API check for new bundles introduced in 4.19I20210319-0030I20210318-2320I20210318-2100Sravan Kumar Lakkimsetti1-4/+0
Change-Id: I5e554174848508e62859da826cbd27fd8dd84575 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-03-17Bug 572036 - Update org.eclipse.compare code to Java 11I20210317-1850Lars Vogel4-11/+38
Platform requires Java 11, make no sense to keep compare to Java 8. This allows us to update the code base if desired. Change-Id: I363fac860fa3018fc5440ca9528cd2457ae22845 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-17Bug 572036 - Evaluate without null checkI20210317-1320Lars Vogel3-17/+10
Done with the JDT clean-up -> Unnecesarry code -> Evaluate without null check Change-Id: I3b38dbc83593d8248d05ec89341a73aba4c01a44 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-16Make inner class Match static in AbstractMatchingI20210317-0910I20210317-0650I20210317-0330I20210316-1800Lars Vogel1-1/+1
This avoids the pointer to the outer class and save a tiny bit of memory. Done via JDT cleanup actions Change-Id: Iccc9b7a6e5effaf1d8959f34d4a9b58d27402e68 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-10Make inner class CompareInputConnecton static inI20210315-2050I20210314-1800I20210313-1800I20210312-2010I20210312-1800I20210312-1540I20210312-1410I20210312-1150I20210312-0940I20210312-0840I20210311-1800I20210310-2050Lars Vogel1-1/+1
CompareInputChangeNotifier This avoids the pointer to the outer class and save a tiny bit of memory. Done via JDT cleanup actions Change-Id: Icd120b612d819e9c8d375cd3ccb1f2a9eb24fbf6 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-10Bug 571536 - Remove obsolete USE_DOUBLE_BUFFER=true in BufferedCanvasLars Vogel1-8/+0
This used to be a platform specific setting, but move to a constant which can be removed. Change-Id: I303e3beeae03a30d57a0065fb3f5e648f2f91bef Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-104.20 update of org.eclipse.team.uiLars Vogel2-2/+2
For https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/176782/ Change-Id: I3e14f4046aea9b63ee9805b3fe6a3a7b73b0e9d6 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-104.20 update for compare.examples.xmlLars Vogel2-2/+2
Required for https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/176793 Change-Id: Ied59602bc70403b5f864d310eaf29cfffc2cf407 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-03-10Bug 571840 - 4.20 I-Build: I20210310-0250 - Comparator Errors FoundI20210310-0620Sravan Kumar Lakkimsetti1-0/+2
Change-Id: I2cfe2fa00c55b3cc05ace5f75b4cdad014a2d056 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-03-09Bug 571649 - Make "swap left & right" action accessibleI20210310-0250Thomas Wolf3-0/+10
Register the action as a command. This enables users to define a key binding for it, and makes the command show up in Quick Access. While the command name is "Swap Left and Right View" the description uses the expression "Switch sides" on purpose as it makes it easier to find the command since there are more different search words that can be matched. Change-Id: Ic5713ccb434224536545f97545f7c2f3d0dfd6d3 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2021-03-09Version bump o.e.compare and o.e.team.core for 4.20I20210309-1800I20210309-0500Thomas Wolf4-4/+4
Change-Id: I2a057eece49c3624e90738027613dcbc843981d1 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2021-03-08Bug 571697 - Version bumps for 4.20 streamI20210308-1800Alexander Kurtakov4-4/+4
Change-Id: Id592c6717857962a6824441d24c96d09e550f807 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2021-03-08Comparator errors in I20210308-0720I20210308-1030Sravan Kumar Lakkimsetti1-1/+2
Change-Id: Ic7f8ad625c51cb5a9d40819810a17fb38db3fb1f Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-03-05Bug 571689 - POM and product version change for 4.20 releaseI20210308-0720I20210305-0820Alexander Kurtakov27-27/+27
Change-Id: I9bdbfbf6977917debdf5d738aedc93215af73a76 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2021-02-21Bug 571301 - Copyright needs to updated to 2021Y20210316-1310Y20210316-0510Y20210315-1000Y20210314-1000Y20210313-1000Y20210312-2250Y20210312-1250Y20210312-1000Y20210311-1000Y20210310-1000Y20210309-1000Y20210307-1000Y20210306-1000Y20210305-1000Y20210304-1000Y20210303-1000Y20210301-1000Y20210228-1000Y20210227-1000Y20210226-1000Y20210225-1000Y20210224-1000Y20210223-1050Y20210222-1000Y20210221-1000S4_19_0_RC2S4_19_0_RC1R4_19I20210303-1800I20210303-0600I20210302-1800I20210302-0930I20210302-0720I20210302-0600I20210301-1800I20210301-0600I20210228-1800I20210228-0600I20210227-1800I20210227-0600I20210226-2140I20210226-1800I20210226-0220I20210224-1800I20210224-0840I20210224-0600I20210223-1800I20210223-0650I20210223-0600I20210222-1800I20210222-0600I20210221-1800R4_19_maintenanceSravan Kumar Lakkimsetti1-2/+2
Change-Id: Ic94c0d8b90fe14272c81541cb47591aaac71ca9e Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2021-02-04Replace boolean parsing in team.uiY20210220-1000Y20210219-1000Y20210218-1000Y20210217-1000Y20210216-1000Y20210215-1020Y20210214-1000Y20210213-1200Y20210212-1200Y20210211-1200Y20210211-0600Y20210210-1200Y20210210-0100Y20210209-1200Y20210205-1200S4_19_0_M3I20210221-0600I20210220-1800I20210220-0600I20210219-1800I20210219-0300I20210217-1800I20210217-0600I20210216-2020I20210216-1800I20210216-1340I20210216-1140I20210216-1030I20210216-0600I20210215-1800I20210215-0700I20210215-0600I20210214-1800I20210214-0600I20210213-1800I20210213-0600I20210212-1840I20210211-1810I20210210-1800I20210210-0910I20210209-1800I20210208-1800I20210207-1800I20210206-1800I20210206-0720I20210206-0050I20210205-1800I20210204-2320I20210204-1800I20210204-1430I20210204-1300I20210204-1100I20210204-0900Lars Vogel3-4/+3
Using the Primitive parsing cleanup on team.ui Change-Id: Iaf004d826bbc3f8bc674ca48d103ba7374eaaa87 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2021-02-03Use Integer.toString directly in team uiLars Vogel5-9/+9
Replace Integer.valueOf(i).toString()) with Integer.toString(i) using JDT cleanup "Primitive serialization". Change-Id: I644f7cbd855c46e0f2d2eb8741e1e7f8cd5fc81b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>

Back to the top