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?

Hi everyone, could you please remove this alias from your group list.
This email alias has been reassigned and do not need this information.

Regards,

-Joe



-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Simon Walter
Sent: Friday, May 26, 2006 10:39 AM
To: aspectj-users@xxxxxxxxxxx
Subject: 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.ja
va:216)
>>         at
org.aspectj.runtime.reflect.SignatureImpl.toString(SignatureImpl.java:50
)
>>         at
org.aspectj.runtime.reflect.JoinPointImpl$StaticPartImpl.toString(JoinPo
intImpl.java:43)
>>         at
org.aspectj.runtime.reflect.JoinPointImpl$StaticPartImpl.toString(JoinPo
intImpl.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