Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Null pointer exception when building

Eclipse 3.4.1, AJDT 1.6.2.20081210124925, AspectJ 1.6.3.20081210092200

On Thu, Dec 11, 2008 at 2:28 PM, Andrew Eisenberg <andrew@xxxxxxxxxxxx> wrote:
> What version of eclipse/AJDT/aspectj are you using?
>
> On Thu, Dec 11, 2008 at 2:18 PM,  <kmerriman+aspects@xxxxxxxxx> wrote:
>> I get an NPE when building, and I'm trying to make a smaller test
>> case, but for now I'll just throw it out and see if anyone can help.
>>
>> As far as I can tell, this only happens when building through eclipse,
>> and it prevents all aspects from being applied to the files in
>> question. I am declaring a constructor and a few methods/variables on
>> the classes in question.
>>
>> java.lang.NullPointerException
>> at org.aspectj.weaver.model.AsmRelationshipProvider.getNode(AsmRelationshipProvider.java:437)
>> at org.aspectj.weaver.model.AsmRelationshipProvider.adviceMunger(AsmRelationshipProvider.java:372)
>> at org.aspectj.weaver.bcel.BcelWorld.reportMatch(BcelWorld.java:132)
>> at org.aspectj.weaver.Shadow.implementMungers(Shadow.java:614)
>> at org.aspectj.weaver.Shadow.implement(Shadow.java:527)
>> at org.aspectj.weaver.bcel. ... uildAction.java:182)
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>>
>> Thanks in advance,
>> Kendall
>> _______________________________________________
>> aspectj-users mailing list
>> aspectj-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top