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 250345 - ArrayIndexOutOfBoundsException: 305
Summary: ArrayIndexOutOfBoundsException: 305
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-10 14:21 UTC by Ondrej Vrabec
Modified: 2015-02-13 04:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215326


Attachments
stacktrace (3.48 KB, text/plain)
2015-02-10 14:21 UTC, Ondrej Vrabec
Details
stacktrace (3.48 KB, text/plain)
2015-02-11 10:48 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2015-02-10 14:21:53 UTC
Build: NetBeans IDE Dev (Build 20150127-5c356a7a0878)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Linux

User Comments:
ovrabec: Attached debugger




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 305
   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.debugger.jpda.projects.EditorContextSupport$7.run(EditorContextSupport.java:704)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:603)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:153)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:137)
Comment 1 Ondrej Vrabec 2015-02-10 14:21:54 UTC
Created attachment 151926 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-02-11 10:48:31 UTC
Created attachment 151947 [details]
stacktrace

again, just attached debugger
Comment 3 Martin Entlicher 2015-02-11 13:28:36 UTC
Fixed by changeset:   284028:7753a385ef87
http://hg.netbeans.org/core-main/rev/7753a385ef87
Comment 4 Quality Engineering 2015-02-13 04:13:53 UTC
Integrated into 'main-silver', will be available in build *201502130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7753a385ef87
User: mentlicher@netbeans.org
Log: #250345: Move the catch of IndexOutOfBoundsException to the proper place.