Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] infinite recursion warning with cflow

Hi,
Is it possible to write an aspect that prints a message after a giving number of recursive invocations.. and warns that there is a potential infinite recursion?

Or is there any mean to check for example if there is a given sequence of calls in the control flow?

Can I write a pointcut that captures the control flow only when X.f was called 3 times before Y.g?

Many thanks

Alex



Back to the top