Bug 375708 - NullPointerException MethodVerifier.checkForRedundantSuperinterfaces
Summary: NullPointerException MethodVerifier.checkForRedundantSuperinterfaces
Status: NEW
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: 1.7.0   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: 2.1.3   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 06:35 EDT by Martin Vanek CLA
Modified: 2012-03-30 06:36 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Vanek CLA 2012-03-30 06:35:45 EDT
Build Identifier: 

It started after upgrading STS to 2.9.1

I've got my aspect library. (logging etc) Works OK when used as aspect library.
Adding another one - spring-aspects-3.1.0.RELEASE.jar causes NullPointerException
Removing it makes compilation work again

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.Me ... oBuildJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Reproducible: Always