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 - AssertionError: Unknown breakpoint type: "org.netbeans.api.debugger.jpda.ExceptionBreakpoint$ExceptionBreakpointImpl"
Summary: AssertionError: Unknown breakpoint type: "org.netbeans.api.debugger.jpda.Exce...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-02-05 09:12 UTC by Jesse Glick
Modified: 2010-02-06 08:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 164915


Attachments
stacktrace (1.98 KB, text/plain)
2010-02-05 09:12 UTC, Jesse Glick
Details
stacktrace (1.98 KB, text/plain)
2010-02-05 09:13 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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