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 172889 Details for
Bug 318162
[backport] Resource filters do not work in CDT 7.0 projects
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]
Fix
patch317783.txt (text/plain), 935 bytes, created by
Serge Beauchamp
on 2010-06-28 07:03:19 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Serge Beauchamp
Created:
2010-06-28 07:03:19 EDT
Size:
935 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.core.resources >Index: src/org/eclipse/core/internal/resources/Resource.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Resource.java,v >retrieving revision 1.190 >diff -u -r1.190 Resource.java >--- src/org/eclipse/core/internal/resources/Resource.java 20 Apr 2010 15:48:36 -0000 1.190 >+++ src/org/eclipse/core/internal/resources/Resource.java 24 Jun 2010 15:52:22 -0000 >@@ -1655,6 +1655,8 @@ > workspace.prepareOperation(rule, monitor); > if (!isRoot && !getProject().isAccessible()) > return; >+ if (!exists() && isFiltered()) >+ return; > workspace.beginOperation(true); > if (getType() == IResource.PROJECT || getType() == IResource.ROOT) > workspace.broadcastEvent(LifecycleEvent.newEvent(LifecycleEvent.PRE_REFRESH, this));
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 318162
:
172888
| 172889