Bug 91498 - Reconcile still sees old access rules
Summary: Reconcile still sees old access rules
Status: VERIFIED FIXED
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 M7   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-15 04:20 EDT by Jerome Lanneluc CLA
Modified: 2005-05-11 10:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2005-04-15 04:20:04 EDT
I20050413

1. Create a project entry with a set of access rules
2. Open editor and use an accessible type as defined by the access rules
3. Change the access rules to make the type non-accessible (keeping the same
classpath entries)
4. Reconcile
Observe: No error is reported
Comment 1 Jerome Lanneluc CLA 2005-04-15 04:27:48 EDT
Changed JavaProject#updatPackageFragmentRoots() to reset the caches even if the
roots are the same.
Added regression test ReconcileTests#testAccessRestriction5()
Comment 2 Frederic Fusier CLA 2005-05-11 10:32:10 EDT
Verified for 3.1 M7 using build I20050509-2010 + jdt.core HEAD.