Bug 311910 - AspectJ internal Compiler Error
Summary: AspectJ internal Compiler Error
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 1.6.9M2   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 11:22 EDT by Vinay.Koduri CLA
Modified: 2010-05-13 13:48 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vinay.Koduri CLA 2010-05-06 11:22:11 EDT
Stack Trace:
java.lang.NullPointerException
at org.aspectj.weaver.model.AsmRelationshipProvider.createSourceLocation(AsmRelationshipProvider.java:303)
at org.aspectj.weaver.model.AsmRelationshipProvider.addPointcuts(AsmRelationshipProvider.java:580)
at org.aspectj.weaver.model.AsmRelationshipProvider.createHierarchyForBinaryAspect(AsmRelationshipProvider.java:562)
at org.aspectj.weaver.model.AsmRelationshipProvider.addAdvisedRelationship(AsmRelations ...       ARETURN
  end public Object run(Object[])
end public class com.cerner.isis.biz.services.asclepius.patient.PatientManagerImplTest$AjcClosure3


Happening when weaving a jar with a aspect jar.
Comment 1 Andrew Clement CLA 2010-05-06 12:36:06 EDT
i'd need more to go on to do a proper fix (and work out why the aspect is running a null location).  I'd need the jar and the aspect.  For now I've just committed a guard.