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?

Ok - fix for this has just been committed.  It will in AspectJ dev
builds later today and AJDT builds by tomorrow (hopefully).

Andy.

On 26/05/06, Simon Walter <simon.walter@xxxxxxxxxxxxx> wrote:
"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
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top