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 241519 - Current thread chooser
Summary: Current thread chooser
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: PC Linux
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 05:15 UTC by williambacchi
Modified: 2015-01-21 17:54 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 williambacchi 2014-02-07 05:15:58 UTC
performing test

http://services.netbeans.org/synergy/client/app/index.html#/case/1285/suite/248/v/1

it happens that if I first invoke Debug | Set Current Thread... from main menu then alt shift T does not work.

If I press alt shift T without invoking Debug | Set Current Thread... all works fine.
Comment 1 Martin Entlicher 2014-02-07 11:23:35 UTC
The test specification does not make much sense to me.
When you invoke the Debug | Set Current Thread... from main menu, it's easy to click on the desired thread, when you already have the mouse in your hand, or use arrows to navigate to the desired thread.
The shortcut ALT-SHIFT-T is handy mainly to invoke the action in the first place and then it can be also used to switch between the threads.
Comment 2 IrianR 2014-02-08 13:11:36 UTC
In this case I agree with Martin, the test case clearly failed, but the functionality being tested does not make much sense to me either.

(In reply to Martin Entlicher from comment #1)
> The test specification does not make much sense to me.
> When you invoke the Debug | Set Current Thread... from main menu, it's easy
> to click on the desired thread, when you already have the mouse in your
> hand, or use arrows to navigate to the desired thread.
> The shortcut ALT-SHIFT-T is handy mainly to invoke the action in the first
> place and then it can be also used to switch between the threads.
Comment 3 Jiri Kovalsky 2015-01-21 17:54:34 UTC
I agree as well. Test specification has been updated.