Bug 92335 - RFE: suppress AdviceDidNotMatch on pointcut
Summary: RFE: suppress AdviceDidNotMatch on pointcut
Status: REOPENED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.5.0M2   Edit
Hardware: PC Windows XP
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Adrian Colyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-22 02:07 EDT by Wes Isberg CLA
Modified: 2009-08-30 02:48 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 Wes Isberg CLA 2005-04-22 02:07:43 EDT
It would be nice to say

  declare message {level} : {pointcut} : {message} {, {message}}..;

e.g., 

  declare message ignore : logging() : AdviceDidNotMatch ;

Then (among other things) you could flag pointcuts used to disable/enable
features as such, without false positives (i.e., without losing fthe ability to
see advice that you intended to match not match).

(I realize this would be ridiculous to implement, but hey, that's what P4+ is for!)
Comment 1 Adrian Colyer CLA 2005-08-26 11:22:45 EDT
We're not going to get to this in AJ 1.5.0. Marking as "LATER" for consideration
in 1.5.1 and future release planning.
Comment 2 Eclipse Webmaster CLA 2009-08-30 02:48:44 EDT
LATER/REMIND bugs are being automatically reopened as P5 because the LATER and REMIND resolutions are deprecated.