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 11530 Details for
Bug 65234
Inclusion filter not working
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 patch
org.eclipse.jdt.core_patch65234.txt (text/plain), 989 bytes, created by
Jerome Lanneluc
on 2004-06-03 07:40:20 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Jerome Lanneluc
Created:
2004-06-03 07:40:20 EDT
Size:
989 bytes
patch
obsolete
>Index: model/org/eclipse/jdt/internal/core/DeltaProcessor.java >=================================================================== >RCS file: /data/cvs/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java,v >retrieving revision 1.241 >diff -u -r1.241 DeltaProcessor.java >--- model/org/eclipse/jdt/internal/core/DeltaProcessor.java 28 May 2004 15:32:55 -0000 1.241 >+++ model/org/eclipse/jdt/internal/core/DeltaProcessor.java 3 Jun 2004 11:37:24 -0000 >@@ -1194,7 +1194,9 @@ > if (rootInfo != null && rootInfo.isRootOfProject(res.getFullPath())) { > return IJavaElement.PACKAGE_FRAGMENT_ROOT; > } >- return NON_JAVA_RESOURCE; // not yet in a package fragment root or root of another project >+ // not yet in a package fragment root or root of another project >+ // or package fragment to be included (see below) >+ // -> let it go through > > case IJavaElement.PACKAGE_FRAGMENT_ROOT: > case IJavaElement.PACKAGE_FRAGMENT:
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 65234
: 11530 |
11531