Bug 86789 - annotations and "circularity in declare precedence"
Summary: annotations and "circularity in declare precedence"
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.5.0M1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 1.5.0 M2   Edit
Assignee: Adrian Colyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-27 16:24 EST by Oliver CLA
Modified: 2005-03-23 09:51 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 Oliver CLA 2005-02-27 16:24:12 EST
The following example

    declare precedence : (@PremiumPartner *), *;

results in the error message

    circularity in declare precedence, ''*'' occurs more than once   

It is the same example (apart form the name) as in the developers notebook.
(see also http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg01326.html)
Comment 1 Adrian Colyer CLA 2005-03-23 09:51:44 EST
fixed in aj5m2