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 - Thread monitors - show reference to monitor
Summary: Thread monitors - show reference to monitor
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-08-11 13:20 UTC by _ lcincura
Modified: 2006-03-24 09:51 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 _ 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