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 180348

Summary: AssertionError: Unknown breakpoint type: "org.netbeans.api.debugger.jpda.ExceptionBreakpoint$ExceptionBreakpointImpl"
Product: debugger Reporter: Jesse Glick <jglick>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal CC: jglick
Priority: P3 Keywords: REGRESSION
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 164915
Attachments: stacktrace
stacktrace

Description Jesse Glick 2010-02-05 09:12:32 UTC
Build: NetBeans IDE Dev (Build 100205-58198648bf03)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
jglick: Just restarted IDE with Java class open.




Stacktrace: 
java.lang.AssertionError: Unknown breakpoint type: "org.netbeans.api.debugger.jpda.ExceptionBreakpoint$ExceptionBreakpointImpl"
   at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointsReader.read(BreakpointsReader.java:241)
   at org.netbeans.api.debugger.Properties$PropertiesImpl.getObject(Properties.java:1035)
   at org.netbeans.api.debugger.Properties$DelegatingProperties.getObject(Properties.java:1427)
   at org.netbeans.api.debugger.Properties$PropertiesImpl.getArray(Properties.java:1093)
   at org.netbeans.api.debugger.Properties$DelegatingProperties.getArray(Properties.java:1435)
   at org.netbeans.modules.debugger.jpda.breakpoints.PersistenceManager.initBreakpoints(PersistenceManager.java:78)
Comment 1 Jesse Glick 2010-02-05 09:12:36 UTC
Created attachment 93919 [details]
stacktrace
Comment 2 Jesse Glick 2010-02-05 09:13:42 UTC
Created attachment 93920 [details]
stacktrace

Switched to Java file. No breakpoints that I know of.
Comment 3 Jesse Glick 2010-02-05 09:18:05 UTC
If I open the Breakpoints window, it is thrown again and no entries are shown. It is possible I had a global exception breakpoint defined; I haven't used the debugger in a while so I am not sure.
Comment 4 Martin Entlicher 2010-02-05 10:03:55 UTC
This is a regression, some implementation classes have changed. I'll push the fix soon...
Comment 5 Martin Entlicher 2010-02-06 08:35:46 UTC
Fixed in changeset:   159396:3fe06f4d27a4
http://hg.netbeans.org/main/rev/3fe06f4d27a4