Bug 230276 - Overly repetitive algorithm for managing the addition of aspect hierarchies to the weaver
Summary: Overly repetitive algorithm for managing the addition of aspect hierarchies t...
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-05 14:59 EDT by Andrew Clement CLA
Modified: 2008-05-05 14:59 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 2008-05-05 14:59:19 EDT
See bug 230134 for a description of where the problem is (that bug also contains a good testcode to show the complexity).

I'm sure it could be more straightforward and only add the aspects once - something like whilst recursing up the hierarchy adding super aspects, be careful about modifying descendents that have just been added.