Excellent, I'm glad someone else identified it, as I was not having much luck.
On Fri, Dec 12, 2008 at 9:19 AM, Andy Clement <[email protected]> wrote: > Just to follow up on this. A test program was reported that shows this > problem in https://bugs.eclipse.org/bugs/show_bug.cgi?id=258653 . It is now > fixed in HEAD and will be in AJDT dev builds in a couple of hours. > > cheers, > Andy. > > 2008/12/11 <[email protected]> >> >> 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 >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/aspectj-users > > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
