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 216661 - IndexOutOfBoundsException: Index: 0, Size: 0
Summary: IndexOutOfBoundsException: Index: 0, Size: 0
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-10 12:46 UTC by Jiri Skrivanek
Modified: 2012-08-15 10:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191456


Attachments
stacktrace (2.54 KB, text/plain)
2012-08-10 12:46 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-08-10 12:46:19 UTC
Build: NetBeans IDE Dev (Build EaselCSS-474-on-20120810)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b22
OS: Windows 7

User Comments:
jskrivanek: Happend when debugger left last command in embedded JavaScript.




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   at java.util.ArrayList.RangeCheck(ArrayList.java:604)
   at java.util.ArrayList.get(ArrayList.java:382)
   at org.netbeans.modules.web.javascript.debugger.callstack.CallStackModel.setStackTrace(CallStackModel.java:120)
   at org.netbeans.modules.web.javascript.debugger.callstack.CallStackModel.paused(CallStackModel.java:355)
   at org.netbeans.modules.web.webkit.debugging.api.Debugger.notifyPaused(Debugger.java:199)
   at org.netbeans.modules.web.webkit.debugging.api.Debugger.access$700(Debugger.java:70)
Comment 1 Jiri Skrivanek 2012-08-10 12:46:21 UTC
Created attachment 122989 [details]
stacktrace
Comment 2 Martin Entlicher 2012-08-15 09:37:51 UTC
Fixed by http://hg.netbeans.org/web-main/rev/b1a1ebd413d8