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 241419

Summary: Debugger View/Debugging toolbar sort by name does not seem checked
Product: debugger Reporter: williambacchi
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description williambacchi 2014-02-05 05:00:26 UTC
In Debugging view sort by name button does not seem checked (does not look like show suspend/resume table) even if you click it.
Comment 1 Jiri Kovalsky 2014-02-05 08:39:51 UTC
Product Version: NetBeans IDE Dev (Build 201401290001)
Updates: Updates available
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b63
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b121
System: Linux version 3.0.0-12-generic running on amd64; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/dev
Cache directory: /home/cesilko/.cache/netbeans/dev

Reproduced. The behavior is really weird. None of the buttons seems clicked and in my opinion they don't even work. Procedure:

1. Open MemoryView project.
2. Invoke "Debug File" on tests.ThreadSuspending1.java.
3. Suspend Thread-2.
4. Click "Sort by suspended/resumed state" button.
5. Nothing changes.

Expected: Order of threads changes.
Comment 2 Martin Entlicher 2014-02-05 16:08:36 UTC
Reproduced, this is likely caused by the move of Debugging view to debugger core.
Comment 3 Martin Entlicher 2014-02-06 17:14:41 UTC
Fixed by changeset:   271751:c25af124b733
http://hg.netbeans.org/core-main/rev/c25af124b733
Comment 4 Quality Engineering 2014-02-08 04:29:40 UTC
Integrated into 'main-silver', will be available in build *201402080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c25af124b733
User: mentlicher@netbeans.org
Log: #241419, #241420: Sort buttons behavior fixed.