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 30722 Details for
Bug 83992
[Markers] Error description column in Problems is empty
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]
Source patch for fix.
markers.txt (text/plain), 859 bytes, created by
John Arthorne
on 2005-11-28 14:13:01 EST
(
hide
)
Description:
Source patch for fix.
Filename:
MIME Type:
Creator:
John Arthorne
Created:
2005-11-28 14:13:01 EST
Size:
859 bytes
patch
obsolete
>Index: src/org/eclipse/core/internal/resources/MarkerAttributeMap.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/MarkerAttributeMap.java,v >retrieving revision 1.12 >diff -u -r1.12 MarkerAttributeMap.java >--- src/org/eclipse/core/internal/resources/MarkerAttributeMap.java 21 Feb 2005 23:10:23 -0000 1.12 >+++ src/org/eclipse/core/internal/resources/MarkerAttributeMap.java 28 Nov 2005 16:10:20 -0000 >@@ -267,7 +267,8 @@ > Object[] array = elements; > if (array == null) > return; >- for (int i = 0; i < array.length; i++) { >+ //don't share keys because they are already interned >+ for (int i = 1; i < array.length; i = i + 2) { > Object o = array[i]; > if (o instanceof String) > array[i] = set.add((String)o);
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 83992
: 30722