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 120382 Details for
Bug 256921
Wrong type used in org.eclipse.help
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]
Patch
patch256921.txt (text/plain), 1.21 KB, created by
Chris Goldthorpe
on 2008-12-12 17:54:12 EST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Chris Goldthorpe
Created:
2008-12-12 17:54:12 EST
Size:
1.21 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.help >Index: src/org/eclipse/help/internal/util/ProductPreferences.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.help/src/org/eclipse/help/internal/util/ProductPreferences.java,v >retrieving revision 1.17 >diff -u -r1.17 ProductPreferences.java >--- src/org/eclipse/help/internal/util/ProductPreferences.java 4 Dec 2008 17:52:05 -0000 1.17 >+++ src/org/eclipse/help/internal/util/ProductPreferences.java 12 Dec 2008 22:50:16 -0000 >@@ -19,12 +19,10 @@ > import java.util.Comparator; > import java.util.HashMap; > import java.util.Iterator; >-import java.util.LinkedHashSet; > import java.util.List; > import java.util.Locale; > import java.util.Map; > import java.util.Properties; >-import java.util.Set; > import java.util.StringTokenizer; > > import org.eclipse.core.runtime.IConfigurationElement; >@@ -199,7 +197,7 @@ > */ > public static List getOrderedList(List items, List primary, List[] secondary, Map nameIdMap) { > List result = new ArrayList(); >- Set set = new LinkedHashSet(items); >+ List set = new ArrayList(items); > if (orderResolver == null) { > orderResolver = new SequenceResolver(); > }
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 256921
: 120382