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

Summary: Threads view is broken
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.