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 78088 Details for
Bug 202960
[WorkingSets] [workingsets] hashcode implementation is WorkingSet violates contract
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]
proposed fix
202960.patch (text/plain), 778 bytes, created by
Michael Rennie
on 2007-09-11 13:41:42 EDT
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Michael Rennie
Created:
2007-09-11 13:41:42 EDT
Size:
778 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/WorkingSet.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkingSet.java,v >retrieving revision 1.31 >diff -u -r1.31 WorkingSet.java >--- Eclipse UI/org/eclipse/ui/internal/WorkingSet.java 10 Sep 2007 15:34:17 -0000 1.31 >+++ Eclipse UI/org/eclipse/ui/internal/WorkingSet.java 11 Sep 2007 17:43:31 -0000 >@@ -129,7 +129,7 @@ > * @return the hash code. > */ > public int hashCode() { >- int hashCode = getName().hashCode() & getElementsArray().hashCode(); >+ int hashCode = getName().hashCode(); > > if (editPageId != null) { > hashCode &= editPageId.hashCode();
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 202960
: 78088