Skip to main content

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

http://www.eclipse.org/aspectj/doc/released/faq.html#q:infiniterecursion

> ------------Original Message------------
> From: mfirrincieli@xxxxxxxxxxxxxxxxx
> To: aspectj-users@xxxxxxxxxxx
> Date: Fri, Feb-3-2006 3:19 AM
> Subject: [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/
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
> 



Back to the top