Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] NullPointer Exception in runtime.reflect?

"Andy Clement" <andrew.clement@xxxxxxxxx> writes:

>> Exception in thread "main" java.lang.NullPointerException
>>         at org.aspectj.runtime.reflect.SignatureImpl$CacheImpl.get(SignatureImpl.java:216)
>>         at org.aspectj.runtime.reflect.SignatureImpl.toString(SignatureImpl.java:50)
>>         at org.aspectj.runtime.reflect.JoinPointImpl$StaticPartImpl.toString(JoinPointImpl.java:43)
>>         at org.aspectj.runtime.reflect.JoinPointImpl$StaticPartImpl.toString(JoinPointImpl.java:48)
>>   ...
>>   at tracelib.AbstractTracerAspect.ajc$after$tracelib_AbstractTracerAspect$2$73e098b(AbstractTracerAspect.aj:152)

> Looks like a bug... what version of AJ are you on because I know that
> code changed recently...

Eclipse AspectJ Development Tools

Version: 1.4.0
Build id: 20060525055413
AspectJ version: 1.5.2.20060518084747

-- 
Simon


Back to the top