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 47095

Summary: Thread monitors - show reference to monitor
Product: debugger Reporter: _ lcincura <lcincura>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description _ lcincura 2004-08-11 13:20:58 UTC
NetBeans IDE 200408101800 on java 1.4.2_05

1, Create simple application that deadlocks
2, Run the application in debugger
3, When it deadlocks, ivoke Pause action
4, Expand threads in thread view, it shows
contended and owned monitors => the reference
value to the monitors is missing, user cannot see
the application deadlocked without such
information (it was shown in NB3.6)
Comment 1 Maros Sandor 2004-08-11 16:06:26 UTC
Monitor information in threads view now also contains value of the 
monitor.

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/
Bundle.properties,v  <--  Bundle.properties
new revision: 1.18; previous revision: 1.17
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/
MonitorModel.java,v  <--  MonitorModel.java
new revision: 1.7; previous revision: 1.6
Comment 2 _ lcincura 2004-09-14 11:17:59 UTC
Verified on build 200409131800