Bug 297513 - Scoping mechanism for limiting effect of discovered aspects
Summary: Scoping mechanism for limiting effect of discovered aspects
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: LTWeaving (show other bugs)
Version: 1.6.7   Edit
Hardware: PC Windows NT
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-10 12:45 EST by Andrew Clement CLA
Modified: 2009-12-10 12:45 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 Andrew Clement CLA 2009-12-10 12:45:00 EST
When an aspect is discovered during reweaving (found in an affected classfile) and it has not been declared up front in an aop.xml, an error is produced.  Really we should be able to activate that aspect dynamically and have it only affect those types it previously affected.