Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] JoinPoint.getArgs()'s second argument is not working

Hi Team,
    I am using a advise to capture the method call, I have JoinPoint as my
parameter. I am getting Object array with only one argument, where as I have
more than one argument in the callee method. 

I am using Jdk 1.5, Intellij Idea and aspectj 1.7

Please help.

Thanks and regards,
Jagadeesh J



--
View this message in context: http://aspectj.2085585.n4.nabble.com/JoinPoint-getArgs-s-second-argument-is-not-working-tp4650681.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top