Bug 396660 - Adding Spring Data Neo4j @NodeEnity annotation to interface triggers Exception in STS 3.1.0
Summary: Adding Spring Data Neo4j @NodeEnity annotation to interface triggers Exceptio...
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-15 08:47 EST by Alfio Zappala CLA
Modified: 2012-12-21 11:42 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 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?