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 110603 - Unselect doesn't work as expected in Select Root Dialog
Summary: Unselect doesn't work as expected in Select Root 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: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-23 14:49 UTC by Alexander Kouznetsov
Modified: 2007-07-25 14:37 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-07-23 14:49:29 UTC
Profiler 1.2 070720
Product Version: NetBeans IDE Dev (Build 200707201200) 
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105 System: 
Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Steps to reproduce:
- Create new Anagram Game Sample Application
- Invoke Profile, select Performance, Part of application, click Define. 
- Click Add from Project button.
- Check the whole project in Select Root Method dialog
- Then expand Sources | com | toy and Libraries | com nodes.
- Uncheck toy package
- RESULT: com package is unchecked in Libraries. It is expected that Libraries | com | sun node would left checked.
Comment 1 J Bachorik 2007-07-25 14:37:20 UTC
it's fixed in trunk
now the selector works like this:
1) when you select eg. com.* both "com" packages are selected (source + libraries)
2) when you unselect com.* in either source or libraries the both "com" packages get unselected
3) if you unselect a subpackage of com.* (eg. com.toy.libraries) com.* gets unselected and instead all of the packages
from under the "com" package (not including com.*, com.toy.* and com.toy.libraries.*) will get selected instead