Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-09-07Bug 476724 - Remove new Boolean and Boolean.valueOf().booleanValue()I20150929-0800I20150922-0800I20150916-2000I20150916-0800I20150915-2000I20150915-0800I20150914-2000I20150914-1545I20150914-1130I20150914-0800I20150913-2000I20150908-0800Alex Blewitt2-6/+4
The new Boolean constructor creates a new instance of a Boolean object, but it can easily be replaced with Boolean.valueOf which returns the reference to the global Boolean.TRUE or Boolean.FALSE. Replace calls to new Boolean() with Boolean.valueOf() for identical semantics except without object collection. Additionally Boolean.valueOf().booleanValue() is identical to Boolean.parseBoolean() and will result in no garbage. In addition, methods will be (slightly) smaller and parseBoolean will often be in-lined by the JIT, which can often prove that the value is non-null for faster checking. Replace Boolean.valueOf().booleanValue() chains with Boolean.parseBoolean(). Some other tests can use Wrapper.valueOf() to take advantage of the built-in caches that these objects maintain (for values in the range -128..127). Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com> Change-Id: I5da4216a26ffbb6b8fd3365515ee800dd82b36ae
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150818-0800I20150811-1400I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000I20150728-0800I20150721-0800I20150714-0800I20150707-0800Thomas Watson1-1/+1
- update parent poms for 4.6
2015-05-19Bug 467570: Reword error message for failing update on Mac OS XI20150520-2000I20150519-2000I20150519-1000Markus Keller1-1/+1
Change-Id: I55fdd991b0b89314fe9d831d3ced3da9a07a2eff Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
2015-04-24Bug 462282 - Prevent (automatic) update to new Mac layoutI20150427-0800I20150426-2000Pascal Rapicault6-1/+104
This is the first part of the fix. It consists in adding a new action that will be able to fail the installation. Change-Id: I24babd4df8202c94714528be723313b8eb4f9615 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2015-04-24Revert "Bug 462282 - Prevent (automatic) update to new Mac layout"Pascal Rapicault6-104/+1
This reverts commit c2595d75a8a591bcae06c4e5efb6aa30dde3952d.
2015-04-24Bug 462282 - Prevent (automatic) update to new Mac layoutPascal Rapicault6-1/+104
This is the first part of the fix. It consists in adding a new action that will be able to fail the installation. Change-Id: I254612f37707b02940b4c24a2e97b98786b16d31 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2015-04-01Bug 409709 - use loopback device when opening a port for uniqueness toChristian Schneider1-1/+3
avoid Windows Firewall Popup; use 127.0.0.1 for Java 1.5 compatibility Change-Id: I07b5fc89b1f7a7bb49d2f1c2e8f2b8382a55653d Signed-off-by: Christian Schneider <schneider@yatta.de>
2015-03-31Check for Windows packages using Windows registryChristian Georgi8-7/+190
Bug: 456811 Change-Id: I4bce66b7a8ffe1f2844d5a3f3f19c6a8e1c96bee Signed-off-by: Christian Georgi <christian.georgi@sap.com>
2015-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov1-2/+3
Instead of retrieving services based on their String class name there is newer implementation that takes the class directly and returns the correct class preventing casts. Change-Id: I8b26f4d294b927f4c28a6ba4e68e35bd401df4ec Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-02-20Bug 441098 - Windows - can not remove product.exePascal Rapicault1-0/+6
2014-11-11Make version optional and allow for a version comparator inI20141111-0830I20141111-0800Pascal Rapicault9-25/+82
checkOrPromptForNative action
2014-11-10Fix typo in the way depends is builtPascal Rapicault1-1/+1
2014-11-10Make sure all properties always have a value and fix formatting ofPascal Rapicault1-20/+26
depends
2014-11-10Remove undesirable backup filePascal Rapicault1-8/+0
2014-11-08change separator to comma instead of semi colonPascal Rapicault1-1/+1
2014-11-07Add application to collect native packages from an installationPascal Rapicault5-1/+328
2014-11-07change type from Object to StringPascal Rapicault1-3/+4
2014-11-06Update pom.xml version to match manifestPascal Rapicault1-1/+1
2014-11-05Initial addition of the support to check for debian packagesPascal Rapicault13-15/+284
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-05-23Deal with eclipsec.exe and use equalsIgnoreCase R4_4M20140903-1600M20140903-0800M20140902-1430M20140829-0500M20140827-1200M20140827-0800M20140820-1200M20140820-0800M20140813-0800M20140806-0900M20140731-1200M20140730-0800M20140723-0800M20140716-0800M20140709-0800I20140606-1215I20140605-1635I20140604-2000I20140603-2300I20140603-2000I20140602-2000I20140601-2000I20140531-1500I20140530-2000I20140528-2000I20140528-0930I20140528-0830I20140528-0800I20140528-0115I20140527-2300Pascal Rapicault1-1/+1
Change-Id: Id595d453c624c12cfbdec422b71410d6898e629f Signed-off-by: Pascal Rapicault <pascal.rapicault@ericsson.com>
2014-05-22Bug 427148 - Unable to update from one version to the next,I20140527-2000I20140526-2000I20140525-2000I20140524-1500I20140523-2000I20140522-1330I20140522-1230I20140522-1100Ian Bull1-8/+54
On Windows only - can not remove eclipse.exe When Eclipse is installed on a different volume than the users home directory, an update of the eclipse.exe fails. This is because the exe is locked as a running process, and cannot be 'moved' to the backup store because it exists on a different volume. To fix this we rename the file in-place. This moves the exe 'out-of-the-way' so it can be updated. This only works for files named eclipse.exe or Eclipse.exe For more information, see: http://bugs.eclipse.org/427148 http://eclipsesource.com/blogs/2014/05/16/read-the-javadoc-then-test-your-assumptions/ Change-Id: Ic3b6a633aa0a25d84e0219934418c5aa245c666d
2013-11-13Bug 421339 - Accept java 1.5Krzysztof Daniel1-2/+1
Make 1.5 setting default in Eclipse (P2 is compiled as 1.5 with tycho anyway). Drop jsr14. Change-Id: I848d7865211126ad32a226914a046f9553a48f04 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-06-26Bug 411170 -- Updated the parent poms for Luna (Eclipse 4.4)Ian Bull1-1/+1
2013-03-27Bug 403971 - Update Equinox p2 parent versionsI20130402-0800Pascal Rapicault2-3/+4
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-185631Ian Bull1-1/+1
Upated all the pom.xml files (in the bundles) to include the proper groupID. The groupID is the first three segments of the artifactID.
2013-01-19bug 397183 - initial support for lastResult variablev20130119-221347Pascal Rapicault6-15/+61
2012-11-21Bug 390385 - Stop the use of jsr14v20121121-194827Pascal Rapicault (Ericsson)1-2/+0
2012-11-21Re-enable p2 build to work standalonev20121121-164058Pascal Rapicault (Ericsson)1-1/+1
2012-09-06Bug 389000 - Native touchpoint bundle uses class libraries not in Foundation 1.1v20120906-203549John Arthorne1-4/+2
2012-05-24Add poms for Tycho buildv20120524-0542Igor Fedorenko1-1/+1
2012-04-28Update version to 1.1Pascal Rapicault1-1/+1
2012-04-28Bug 307580 - [native] Add support for include/exclude patterns in unzipPascal Rapicault3-22/+128
action
2012-01-17364929 support customizable download statisticsv20120117-1140v20120117-0330Mengxin Zhu1-2/+2
Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
2011-08-01304594 Fix obvious POM configuration issuesTobias Oberlies1-2/+3
- Correct relativePath to parent POM. - Use recommended version format in POMs: A version with automatically replaced qualifier maps to a SNAPSHOT version in the POMs.
2011-07-20Changed .cvsignore to .gitignore filesJohn Arthorne2-1/+1
2011-05-02copyright updatev20110502-1955v20110502-1930Ian Bull14-14/+14
2011-04-11Bug 336986 - [native] Enable removal of redundant files and folders by ↵Pascal Rapicault1-17/+49
RemoveAction
2011-02-22Bug 331609 - [native] Don't fail install when rmdir cannot delete empty ↵DJ Houghton1-6/+4
directory
2011-02-17Update version numbers in poms.Pascal Rapicault1-1/+1
2010-11-19Fix use of 1.5 methodsAndrew Niefer1-2/+2
2010-10-07Bug 327236 - please retag the following p2 bundles for the next 3.7 I-buildv20101011-2110DJ Houghton1-1/+1
2010-08-17Add target folderv20101119Pascal Rapicault1-0/+1
2010-07-11bug 319380: Back to Back provisioning operations can lead to a closed backup ↵Ian Bull1-2/+2
store https://bugs.eclipse.org/bugs/show_bug.cgi?id=319380
2010-04-10Bug 308038 - CleanupUnzip does not cleanup all directoriesPascal Rapicault1-5/+21
2010-03-20Adding pom files to allow build with tychoPascal Rapicault1-0/+14
2010-03-04Bug 295399 - [ui] [api] IServiceUI API cleanupSusan Franklin1-1/+0
2010-03-02Move metadata factory to a public package and change signature of ↵Pascal Rapicault1-1/+0
IUpdateDescriptor
2010-02-24Fix up import versionsPascal Rapicault1-16/+16
2010-02-18Bug 297255 - [Engine][API] Make Operands internalSimon Kaegi3-8/+4

Back to the top