Bug 322282

Summary: overriding incorrectly happening for declare annotation
Product: [Tools] AspectJ Reporter: Andrew Clement <aclement>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: DEVELOPMENT   
Target Milestone: 1.6.10   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Andrew Clement CLA 2010-08-10 16:05:41 EDT
declare annotation statements shouldn't be subject to overriding rules. Due to their names, they will be in some cases (for example in AjLookupEnvironment when hunting for the annotation to apply, we will walk the hierarchy to discover the 'declarer').  We need some testcases and a fix for this.
Comment 1 Andrew Clement CLA 2010-08-10 16:08:19 EDT
see bug 322272 for related notes and tests.
Comment 2 Andrew Clement CLA 2010-08-10 19:49:05 EDT
fixed