Bug 396660

Summary: Adding Spring Data Neo4j @NodeEnity annotation to interface triggers Exception in STS 3.1.0
Product: [Tools] AspectJ Reporter: Alfio Zappala <alfio.a.z.2>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: aclement
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Alfio Zappala CLA 2012-12-15 08:47:32 EST
Internal Compiler Error:
java.lang.ArrayIndexOutOfBoundsException
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.checkForRedundantSuperinterfaces(MethodVerifier.java:282)
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.computeInheritedMethods(MethodVerifier.java:583)
at org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.verify(MethodVerifier.java:993)
at org.aspectj.org.eclipse.jdt.internal.compiler.loo ... ldJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

Compile error: ArrayIndexOutOfBoundsException thrown: 1
Comment 1 Andrew Clement CLA 2012-12-21 11:42:20 EST
Quite peculiar as the line before that references the same array index. I suppose possibly a race that clear the array but that would make it an intermittent thing. Do you see it as intermittent or as a hard failure every time? Any chance of sharing a project that leads to this problem?