This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 214963 - ArrayIndexOutOfBoundsException: -1
Summary: ArrayIndexOutOfBoundsException: -1
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 08:32 UTC by Jan Lahoda
Modified: 2013-09-02 14:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190259


Attachments
stacktrace (9.15 KB, text/plain)
2012-06-29 08:32 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2012-06-29 08:32:36 UTC
Build: NetBeans IDE Dev (Build 20120626-b6750309314c)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at com.sun.tools.javac.util.Position$LineMapImpl.getStartPosition(Position.java:175)
   at com.sun.tools.javac.util.Position$LineMapImpl.getStartPosition(Position.java:179)
   at org.netbeans.modules.jackpot30.ide.usages.Nodes$OccurrenceNode.<init>(Nodes.java:547)
   at org.netbeans.modules.jackpot30.ide.usages.Nodes$OccurrenceNode.<init>(Nodes.java:526)
   at org.netbeans.modules.jackpot30.ide.usages.Nodes$4$1.handleNode(Nodes.java:431)
   at org.netbeans.modules.jackpot30.ide.usages.Nodes$4$1.visitIdentifier(Nodes.java:396)
Comment 1 Jan Lahoda 2012-06-29 08:32:40 UTC
Created attachment 121540 [details]
stacktrace