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 107368 - All checkboxes should be clickable in Select Root Methods dialog
Summary: All checkboxes should be clickable in Select Root Methods dialog
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-20 08:55 UTC by Alexander Kouznetsov
Modified: 2008-09-08 17:26 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 Alexander Kouznetsov 2007-06-20 08:55:21 UTC
org.netbeans.modules.profiler/1 [1.1.1 070615]

Consider the following steps:
  1. Opened Select Root Methods dialog for Anagram Game application
  2. Checked Libraries node -> Sources node is checked as well
  3. Tried to uncheck Sources node -> Nothing happens. It is strange
     from user perspective if nothing happens when checkbox is clicked.
Comment 1 Alexander Kouznetsov 2007-11-14 10:22:40 UTC
Seems to be more defect than enhancement
Comment 2 J Bachorik 2008-03-29 11:35:15 UTC
This happens because of the fact that "Sources" and "Libraries" share some of the root packages, eg. "com.*". In this
case it is consistent to select both "Sources" and "Libraries".
The non-working unchecking sounds more inconvenient - probably the best would be to forbid checking the highest level
nodes at all.
Changing milestone
Comment 3 J Bachorik 2008-09-04 11:08:47 UTC
The root method selector didn't handle unselection of certain nodes (like "Sources" or "Libraries") correctly.
Fixed - http://hg.netbeans.org/profiler-main/rev/de369b2b50da
Comment 4 Quality Engineering 2008-09-08 17:26:15 UTC
Integrated into 'main-golden', will be available in build *200809081401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/de369b2b50da
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #107368 - Root method selector now handles removing a selection correctly