Re: [aspectj-users] java.lang.ArrayIndexOutOfBoundsException Error

2008-02-29 Thread Eric Bodden
Maybe there are calls that have no arguments? Eric On 29/02/2008, Lau Man Kwong <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to aspectj. When I do some practice on aspectj, an error > "java.lang.ArrayIndexOutOfBoundsException: 0 at > com.at.aspect.LoggingAspect.log(Unknown Source)" was encountere

[aspectj-users] java.lang.ArrayIndexOutOfBoundsException Error

2008-02-29 Thread Lau Man Kwong
Hi, I'm new to aspectj. When I do some practice on aspectj, an error " java.lang.ArrayIndexOutOfBoundsException: 0 at com.at.aspect.LoggingAspect.log(Unknown Source)" was encountered. I have searched on internet but get no answer. Can you give me some hints for this error? I am using AspectJ 1.5.