Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-02Bug 531917 - Remove redundant type parametersAlexander Kurtakov1-3/+3
With Java 8 and properly generified some apis it's not needed to specify the types anymore. Change-Id: Ib758c6f50b1b1fd3f56bd52eb7e664b89b6cc776 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-11-15Bug 527309 - Move p2.tests.ui to Java 8I20171121-0020I20171120-2225I20171120-2000I20171119-2000I20171118-1500I20171117-2000I20171116-2000I20171115-2000Alexander Kurtakov32-237/+246
* Bump BREE. * Enable more warnings. * Update minor version. * Generify. * Add missing Override/Deprecate annotations. * Try-with-resources. Change-Id: Ib552796cc41bf978877264fd32078f5c936b774d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-04-19Bug 489706 - Replace new Integer() with Integer.valueOf()I20160419-0800Alex Blewitt2-5/+5
There are a lot of new Integer() calls in the P2 codebase, which results in many duplicate values of Integer being stored, particularly when performing updates or checks. Integer.valueOf() performs this caching already, which means that it's unnecessary to call new Integer() and instead can call Integer.valueOf(). In the places where the int value is being used directly, the call can be further optimised to Integer.parseInt() instead. Replace calls to new Integer() with Integer.valueOf() or .parseInt() as appropriate. Change-Id: Ic760e66084c856fc90cb7c8a358007c975213638 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov1-3/+4
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-01-08456940 Work around NPE in getActiveWorkbenchWindow in tests on HudsonTobias Oberlies2-5/+20
- Remove unused parameter in ElementUtils, which would require calling the problematic getActiveWorkbenchWindow in the test. - Do an extra call to getActiveWorkbenchWindow() and ignore potential exceptions before the first time the method is needed in the IUPropertyPagesTest. Bug: 456940 Change-Id: Ie3a38c2576ebc96e831ff2eb685a8c595c3ae5ff
2013-11-15Bug 421798 - Fix various warnings.Alexander Kurtakov3-15/+11
* Remove unneeded casts. * Remove unneeded throws. * Remove unneeded semicolons. Change-Id: I7454ea216cfc194a0d394550feecc29042d23363 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-14Bug 421771 - Don't use deprecated junit Assert.Alexander Kurtakov1-3/+1
Changing from junit.framework to org.junit is enough. Change-Id: I541d00c1dd6652003d4df51a66fb98d1e3342625 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-04-27Add automated test for remediation page in install wizardPascal Rapicault2-0/+280
2013-04-27Remove unnecessary exceptionPascal Rapicault (JBoss)1-2/+1
2013-03-24Add remediation pagePascal Rapicault (JBoss)2-2/+159
When an operation can't succeed, the error page is replaced by a dialog letting the user pick a better solution. This is enabled in all major workflows. At the projector level, it features a new encoding for optionality and a new way of defining optimization functions.
2013-01-22Bypass install license wizard page via plugin_customizationv20130122-144437Hamdan Msheik1-2/+64
2012-12-09Remove warningsv20121209-230052I20121211-0800I20121210-2000I20121210-0800I20121209-2000Pascal Rapicault1-9/+11
2012-12-09Tests for fix of bug 394156v20121209-225410Pascal Rapicault2-12/+84
2012-11-27Bug 387115 - [import/export] Enable "Import->Install->Install Software Items ↵v20121127-161011Pascal Rapicault (Ericsson)2-3/+41
from File" without explicit locations
2012-11-07393177 Move tests with UI dependency out of org.eclipse.equinox.p2.testsv20121107-122131I20121113-0800integrationTobias Oberlies4-0/+254
2012-04-30Bug 338495 - [ui] composite children prevent explicit repo additionv20120430-2044I20120430-2000I20120430-1800Pascal Rapicault2-0/+43
("Duplicate location" when adding update site)
2011-06-09bug 348941 - [ui] CCE while selecting feature for uninstallMatthew Piggott3-21/+25
2011-05-10Bug 336015 - [ui] ProvisioningOperationWizard will not use ↵Pascal Rapicault1-5/+39
ProfileChangeOperation
2011-05-04Bug 337016 - [operations] Simplify operation API to cater for self casev20110504-1715DJ Houghton1-0/+180
2011-05-02copyright updatev20110502-1955v20110502-1930Ian Bull30-30/+30
2011-01-28Bug 332314 - [ui] possible over use of ProvUIActivator.getProvisioningUI() ↵v20110201-0200DJ Houghton3-15/+11
and ProvisioningUI.getDefaultUI()
2010-09-23Bug 326090 - [api] ProfileChangeOperation leaks non-APIv20100927-1600DJ Houghton1-5/+3
2010-09-23Bug 309539 - [planner] Make ProfileChangeRequest internalDJ Houghton3-3/+6
2010-09-02Bug 320613 - [ui] [admin] - problem installing with vague error messageSusan Franklin2-84/+0
2010-05-11Bug 310507 - [ui] Work with combo intermittently misses changes made in ↵Susan Franklin1-50/+0
pref dialog
2010-04-22Bug 310206 - [ui] how and when does UI make use of ProvisioningContext repo ↵Susan Franklin5-46/+99
referencing?
2010-04-22Bug 299818 - [ui] Uninstall should not contact the external worldSusan Franklin2-0/+52
2010-04-13Bug 290858 - [ui] Checking for updates from the about dialog blocks the UISusan Franklin5-32/+21
2010-04-01Bug 305534 - Potential unused code in ProvisioningSessionSusan Franklin2-0/+42
2010-03-17Bug 305919 - decouple org.eclipse.equinox.p2.ui from org.eclipse.compareSusan Franklin1-0/+26
2010-03-10Bug 304130 - Query API only allows expression queriesv20100310-1800John Arthorne2-2/+1
2010-03-09Bug 301083 - [metadata] [api] MetadataFactory needs to be made APIDJ Houghton4-30/+18
2010-03-09Bug 229183 - [director] [api] ProvisioningContex does not handle repository ↵Susan Franklin2-6/+8
in a consistent way
2010-03-08fixed compiler warningJohn Arthorne1-3/+1
2010-03-07Bug 302183 - [operations] ProvisioningSession is weirdv20100307-1300Susan Franklin3-19/+15
2010-03-05Bug 304280 - [api] PhaseSet is still APISimon Kaegi1-1/+3
2010-03-02Move metadata factory to a public package and change signature of ↵Pascal Rapicault9-23/+28
IUpdateDescriptor
2010-02-27302193 : Return type inconsistency on IInstallableUnit's gettersThomas Hallgren1-5/+5
2010-02-25302201 : Unify the two query approaches used in p2, final step.Thomas Hallgren10-41/+26
2010-02-24302201 : Unify the two query approaches used in p2, step 6.Thomas Hallgren3-3/+6
2010-02-19302201 : Unify the two query approaches used in p2Thomas Hallgren1-1/+1
2010-02-17Bug 233027 - [ui] Remembered licenses should be stored in the profile data areaSusan Franklin4-6/+132
2010-02-12avoid raw typeJohn Arthorne1-1/+1
2010-02-11Initial release of the planner APIPascal Rapicault13-87/+122
2010-02-05299987 : Removal of p2 services in favor of always using an agent.Thomas Hallgren2-25/+8
2010-01-24Bug 300561 - [ui] Prov Admin Metadata repos tab does not show repositoriesv20100124-1705Susan Franklin2-7/+6
2010-01-23regression test for Bug 300445 - [ui] Can't update from I20100119-0800 - ↵Susan Franklin1-1/+3
include test for second resolve
2010-01-23regression test for Bug 300445 - [ui] Can't update from I20100119-0800Susan Franklin1-11/+20
2010-01-23Bug 300240 - [ui] Not all versions of updates are shownSusan Franklin1-37/+4
Bug 300445 - [ui] Can't update from I20100119-0800
2010-01-18Bug 262446 - [ui] Check that nested categories still workv20100118Susan Franklin2-0/+80

Back to the top