Bug 322282 - overriding incorrectly happening for declare annotation
Summary: overriding incorrectly happening for declare annotation
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: 1.6.10   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-10 16:05 EDT by Andrew Clement CLA
Modified: 2010-08-10 19:49 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 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