Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Local vars and recursion

 Hi,

AspecJ doesn't support local vars pointcuts, instead a way to do it is refactoring local vars to fields. What happens with recursive programs wich contain local vars? Not always refactoring works. Any suggestion?

Also, if args pcd matches local vars, how can I apply a pointcut when they are setting or getting?

Cheers
Uli.

Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading spam and email virus protection.

Back to the top