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 271481 - ArrayIndexOutOfBoundsException: -1
Summary: ArrayIndexOutOfBoundsException: -1
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-15 00:02 UTC by scanti
Modified: 2017-09-15 00:02 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179967


Attachments
stacktrace (2.24 KB, text/plain)
2017-09-15 00:02 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2017-09-15 00:02:47 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.141-b15, Java(TM) SE Runtime Environment, 1.8.0_141-b15
OS: Linux

User Comments:
emiddio: unknown

rad: remoute debugging

scanti: Interrupted an application while it was launching

emiddio: using database explorer

emiddio: unknown




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at java.util.ArrayList.fastRemove(ArrayList.java:546)
   at java.util.ArrayList.remove(ArrayList.java:529)
   at org.netbeans.api.debugger.jpda.JPDABreakpoint.enginePropertyChange(JPDABreakpoint.java:309)
   at org.netbeans.api.debugger.jpda.LineBreakpoint$LineBreakpointImpl.propertyChange(LineBreakpoint.java:631)
   at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.remove(BreakpointImpl.java:243)
   at org.netbeans.modules.debugger.jpda.breakpoints.ClassBasedBreakpoint.remove(ClassBasedBreakpoint.java:200)
Comment 1 scanti 2017-09-15 00:02:50 UTC
Created attachment 165133 [details]
stacktrace