Bug 372962 - NullPointerException at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.checkForRedundantSuperinterfaces
Summary: NullPointerException at org.aspectj.org.eclipse.jdt.internal.compiler.lookup....
Status: CLOSED DUPLICATE of bug 368018
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 1.7.0   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 06:31 EST by Thomas Pasch CLA
Modified: 2012-03-01 11:20 EST (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 Thomas Pasch CLA 2012-03-01 06:31:04 EST
This is a current snapshot from AJDT Update Site - http://download.eclipse.org/tools/ajdt/37/dev/update

java.lang.NullPointerException
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.checkForRedundantSuperinterfaces(MethodVerifier.java:307)
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.computeInheritedMethods(MethodVerifier.java:567)
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.verify(MethodVerifier.java:977)
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Method ... AutoBuildJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Compile error: NullPointerException thrown: null
Comment 1 Andrew Clement CLA 2012-03-01 11:20:59 EST
This is a dup.  As per my comment in 368018 - if you have some testcode that shows the problem it will really help me fix it?

*** This bug has been marked as a duplicate of bug 368018 ***