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

Summary: ArrayIndexOutOfBoundsException: -1
Product: debugger Reporter: scanti <scanti>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: emiddio, rad
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 179967
Attachments: stacktrace

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