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 213556 - “Make Current” option is enabled even if Thread is marked as “make current”
Summary: “Make Current” option is enabled even if Thread is marked as “make current”
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 16:28 UTC by dds.dhawal
Modified: 2012-06-10 02:36 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 dds.dhawal 2012-06-04 16:28:48 UTC
Product Version: NetBeans IDE 7.2 Beta (Build 201205031832)
Java: 1.6.0_23; Java HotSpot(TM) Client VM 19.0-b09
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
User directory: C:\Documents and Settings\Administrator\Application
Data\NetBeans\7.2beta
Cache directory: C:\Documents and Settings\Administrator\Local
Settings\Application Data\NetBeans\Cache\7.2beta

Test Case: http://wiki.netbeans.org/TS_67_MultiThreadedDebugging

Steps to reproduce:
1.  Right click on multithreaded java file and invoke “debug file”.
2.  Right click on Thread1, invoke “Make Current”.
3.  Right click on Thread1. “Make Current” is disabled.
4.  Right click on Thread1 again, “Make Current” is enabled.
5.  Right click on Thread1 again, “Make Current” is disabled. Every time right click is done, “Make Current” option flag is toggled.
6.  Right Click on Thread2 ( currently Thread1 is “Make Current”) , “Make Current” is disabled but it should be enabled since Thread1 is marked as current.
Comment 1 Martin Entlicher 2012-06-07 13:01:10 UTC
Fixed by changeset:   223777:d4b0c9a05b69
http://hg.netbeans.org/main/rev/d4b0c9a05b69
Comment 2 dds.dhawal 2012-06-10 02:36:07 UTC
Verified fixed.