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 - Exception when stopping at breakpoint
Summary: Exception when stopping at breakpoint
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-04 17:36 UTC by Daniel Blaukopf
Modified: 2010-04-29 09:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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