Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 154543 Details for
Bug 297242
Patches for org.eclipse.ui.ide in the API branch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
org.eclipse.ui.ide.patch
ui_ide.patch (text/plain), 1.98 KB, created by
Ian Bull
on 2009-12-16 02:06:56 EST
(
hide
)
Description:
org.eclipse.ui.ide.patch
Filename:
MIME Type:
Creator:
Ian Bull
Created:
2009-12-16 02:06:56 EST
Size:
1.98 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.ide >Index: src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java,v >retrieving revision 1.14.2.1 >diff -u -r1.14.2.1 ConfigurationLogUpdateSection.java >--- src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java 8 Dec 2009 17:50:21 -0000 1.14.2.1 >+++ src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java 16 Dec 2009 07:05:06 -0000 >@@ -17,11 +17,11 @@ > import java.util.SortedSet; > import java.util.TreeSet; > >-import org.eclipse.equinox.internal.provisional.p2.metadata.query.Collector; > import org.eclipse.equinox.internal.provisional.p2.metadata.query.InstallableUnitQuery; > import org.eclipse.equinox.p2.engine.IProfile; > import org.eclipse.equinox.p2.engine.IProfileRegistry; > import org.eclipse.equinox.p2.metadata.IInstallableUnit; >+import org.eclipse.equinox.p2.metadata.query.IQueryResult; > import org.eclipse.osgi.service.resolver.BundleDescription; > import org.eclipse.osgi.service.resolver.PlatformAdmin; > import org.eclipse.osgi.service.resolver.State; >@@ -68,9 +68,9 @@ > // Since this code is only called in the Help -> About -> Configuration Details case we > // won't worry too much about performance here and we will sort the query results > // afterwards, but before printing them out. >- Collector collector = profile.available(InstallableUnitQuery.ANY, null); >+ IQueryResult queryResult = profile.available(InstallableUnitQuery.ANY, null); > SortedSet sorted = new TreeSet(); >- for (Iterator iter = collector.iterator(); iter.hasNext();) { >+ for (Iterator iter = queryResult.iterator(); iter.hasNext();) { > IInstallableUnit unit = (IInstallableUnit) iter.next(); > sorted.add(NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_IU, unit.getId(), unit.getVersion())); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 297242
:
154543
|
155815