Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Confused by cflow interaction

Sorry I didn't make this clear in the first post, but the aspects themselves only advise their stated pointcuts, its just that the visualizer shows the advice acting on other (wrong) pointcuts.

thanks,
Keith S.

Nicholas Lesiecki wrote:
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:

<snip examples>
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).





Back to the top