| Re: [aspectj-dev] if (false) pointcut and the empty set |
-Jim
I don't understand the internals of ajc, but the error messages also indicate to me that "if (false)" still results in some sort of evaluation at all join points and hence it still imposes a lot of overhead during the build. True? If so, a way to really turn it off "completely" would be nice (or some sort of alternative mechanism ....)
dean
Macneil Shonle wrote:
Hi all,
This is a minor feature request, but something I'd like to see. Sometimes I want to disable a pointcut in my development (essentially commenting it out). I used to do this by making the pointcut be "if (false)" but this creates errors for after advice when expection handlers are present:
<...> Thanks, Macneil