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 57440

Summary: Exception when stopping at breakpoint
Product: debugger Reporter: Daniel Blaukopf <blaukopf>
Component: AntAssignee: Martin Entlicher <mentlicher>
Status: CLOSED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Daniel Blaukopf 2005-04-04 17:36:56 UTC
In the nightly build.

java.lang.AbstractMethodError
	at
org.netbeans.spi.viewmodel.Models$DelegatingTreeModel.addModelListener(Models.java:897)
	at
org.netbeans.spi.viewmodel.Models$CompoundModel.addModelListener(Models.java:2106)
	at org.netbeans.modules.viewmodel.TreeModelRoot.<init>(TreeModelRoot.java:53)
	at org.netbeans.modules.viewmodel.TreeTable.setModel(TreeTable.java:127)
[catch] at org.netbeans.spi.viewmodel.Models$1.run(Models.java:114)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

The exception is shown when the breakpoint is reached and also when switching
views in the debugging window (e.g. from "Local Variables" to "Call Stack"
Comment 1 Martin Entlicher 2005-10-31 16:29:46 UTC
Can not reproduce nowadays. Looks like a badly compiled source code rather then
some real bug...
Comment 2 Quality Engineering 2010-04-29 09:21:54 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.