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 122298 Details for
Bug 260747
Compiler warnings in N20090111-2000 seems to expose a bug
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
patch_ui_workbench.txt (text/plain), 1012 bytes, created by
Olivier Thomann
on 2009-01-12 12:11:31 EST
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Olivier Thomann
Created:
2009-01-12 12:11:31 EST
Size:
1012 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java,v >retrieving revision 1.10 >diff -u -r1.10 ModifyWorkingSetDelegate.java >--- Eclipse UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java 10 Sep 2007 14:18:25 -0000 1.10 >+++ Eclipse UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java 12 Jan 2009 17:11:07 -0000 >@@ -271,10 +271,11 @@ > } > else if (adaptables.length > 0) { > for (int k = 0; k < adaptables.length; k++) { >- if (existingElements.contains(adaptables[k])) >+ if (existingElements.contains(adaptables[k])) { > visible = true; // show if any element > // is present in removal >- break; >+ break; >+ } > } > } >
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 260747
: 122298