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 60400 - Threads view is broken
Summary: Threads view is broken
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-06-22 18:56 UTC by Martin Entlicher
Modified: 2010-04-29 09:23 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 Martin Entlicher 2005-06-22 18:57:00 UTC
After the fix of issue #59898 the Threads view is broken. A lot of exceptions
are thrown. The problem is, that the models that were registered under
org.netbeans.spi.viewmodel.Model are dropped.
Comment 1 Martin Entlicher 2005-06-22 19:25:33 UTC
Fixed in trunk:

/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/views/ViewModelListener.java,v
 <--  ViewModelListener.java
new revision: 1.10; previous revision: 1.9

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/views/ViewModelListener.java,v
 <--  ViewModelListener.java
new revision: 1.10; previous revision: 1.9

/cvs/debuggercore/viewmodel/src/org/netbeans/spi/viewmodel/Models.java,v  <-- 
Models.java
new revision: 1.21; previous revision: 1.20
Comment 2 Quality Engineering 2010-04-29 09:23:21 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.