Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] Need help interpreting ajc NullPointer dump

I'm working with a recent development build of AJ1.5. It's throwing a NullPointerException in org.aspectj.weaver.patterns.WildAnnotationTypePattern.matches, WildAnnotationTypePattern.java:56. Ajc also dumps the byte code for all the methods in my java class it's compiling.

I suspect an ajc bug ;^), but I'd like some advice interpreting the output of the dump so I can determine what in my class causes the problem. While it dump's the byte code for all methods in the class, it doesn't indicate where the trouble spot might be. Any suggestions are welcome.

In the meantime, I'll try commenting out bits to see what might cause it to work again. ;^)

TIA,

dean

--
Dean Wampler, Ph.D.
dean at aspectprogramming.com
http://www.aspectprogramming.com
http://www.contract4j.org
I want my tombstone to say:
   Unknown Application Error in Dean Wampler.exe.
   Application Terminated.
   [Okay]    [Cancel]


Back to the top