Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] getting java.lang.StackOverflowError


hi

i'm getting a java.lang.StackOverflowError
when usingh a pointcut that looks like this:

pointcut ConstrCall(): call(*.new(..));

thing is, i need to be able to capture every possibile call to a constructor
(hence "new")... any idea?

i also need to notice every possible call of every method!!

how do i do that?
it's pretty urgent,
thanks everybody in advance

-m

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/



Back to the top