Bug 108118 - Complete implementation of @SuppressAjWarnings
Summary: Complete implementation of @SuppressAjWarnings
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows XP
: P2 enhancement (vote)
Target Milestone: 1.5.0 M4   Edit
Assignee: Adrian Colyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-26 10:37 EDT by Adrian Colyer CLA
Modified: 2005-09-29 11:43 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 Adrian Colyer CLA 2005-08-26 10:37:42 EDT
ensure that @SuppressAJWarnings are indeed suppressed during pointcut
operations. This requires wrapping major pointcut operations with calls to Lint
from the associated advice.
Comment 1 Adrian Colyer CLA 2005-08-26 10:37:59 EDT
for M4
Comment 2 Adrian Colyer CLA 2005-09-27 05:56:21 EDT
raising to P2
Comment 3 Adrian Colyer CLA 2005-09-29 11:43:11 EDT
Calls now wrapped appropriately in BcelAdvice (Advice supertype has no knowledge
of the annotations, this could be refactored better if we had multiple
implementations of Advice, but since we don't it's plenty good enough for the
time being).