| Re: [aspectj-users] Confused by cflow interaction |
thanks, Keith S.
<snip examples>Keith,
I'll see if I can take a look at this over the weekend and get back to you.
Nick On Mar 26, 2004, at 1:53 PM, SADER, KEITH D (CONTRACTOR) wrote:
When I build this in Eclipse 2.1.3 using ajdt 1.1.4 it shows that not only does this aspect advise my Flow class, but it also advises other System.out.prinln() calls in other classes and aspects as shown in the aspect view after doing a 'Project | Rebuild All'
I would have thought that the matchPrint() joinpoint would have excluded any System.out.println() call that didn't occur within a method "two()" (two() isn't defined for any of my other classes).