Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] help on pointcuts weaving

 
I have mistaken the previous result shown in the decompiled class file..It is obviuos that the advice got woven at that many points.
 
But for this point cut,
 
call(public * Socket.getInetAddress.getLocalHost(..)) && withincode(public * testSockets.*(..));
 
I am still not able to weave in the advice.Is there any other way to call these methods.
 
thanks.
 
neeraja.

Back to the top