Bug 86609

Summary: Access restriction exclusion pattern /org/eclipse/jdt/internal/core/** matches corext package
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.