Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is It Possible For Two PointCut To Go Infinite Loop?

Hi Anto.

How about sharing some actual code?
-- 
Alexander Kriegisch


Am 25.11.2015 um 16:39 schrieb Anto Aravinth <anto.aravinth.cse@xxxxxxxxx>:

Hi All,

I have two pointcuts designed in my aspectj file. First pointcut checks whether the class under execution has extended a particular class. If so sets a state and another point cut there on track all the method calls into a file ( until the first pointcut  sets the state to false in its after method).

But looks like these two point cut goes into infinite loop. Because the moment I'm using this jar, my program hangs. So I'm guessing it would went infinite loop. Since I'm new to aspect world, first need to make sure the approach what I have taken is correct and is there any possibility that the two point cut can hang?

Note that I'm using load time weaving. 

Your thoughts can help me in debugging.

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top