Bug 92335

Summary: RFE: suppress AdviceDidNotMatch on pointcut
Product: [Tools] AspectJ Reporter: Wes Isberg <wes>
Component: CompilerAssignee: Adrian Colyer <adrian.colyer>
Status: REOPENED --- QA Contact:
Severity: enhancement    
Priority: P5    
Version: 1.5.0M2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.