Bug 86609 - Access restriction exclusion pattern /org/eclipse/jdt/internal/core/** matches corext package
Summary: Access restriction exclusion pattern /org/eclipse/jdt/internal/core/** matche...
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-25 06:14 EST by Dirk Baeumer CLA
Modified: 2005-03-28 12:27 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2005-02-25 06:14:05 EST
I have setup the above exclusion pattern for the org.eclipse.jdt.ui.tests
project. Doing so flags imports like

org.eclipse.jdt.internal.corext.buildpath.ClasspathModifier;

as invalid as well.
Comment 1 Philipe Mulet CLA 2005-02-25 06:30:30 EST
Feels like we are matching 'core' with 'corext'...
Comment 2 Jerome Lanneluc CLA 2005-03-09 16:20:34 EST
I cannot reproduce this problem. Only if I have
'org/eclipse/jdt/internal/core*/**' I get the warning (as expected).
Dirk, do you have more details ?
Comment 3 Jerome Lanneluc CLA 2005-03-28 12:27:38 EST
Cannot reproduce.