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 121907 - Select Root Methods dialog incorrectly behaves on second and third click
Summary: Select Root Methods dialog incorrectly behaves on second and third click
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-11-14 14:20 UTC by Alexander Kouznetsov
Modified: 2008-09-03 17:33 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-11-14 14:20:24 UTC
Product Version: NetBeans IDE 6.0 RC1 (Build 200711140000)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Steps to reproduce:
- Open Select Root Methods dialog for AnagramGame application
- Expand nodes and check AnargamGame > Sources > com > toy > anagrams > ui > About node
- Then check AnargamGame > Sources > com > toy > anagrams > lib node
- Then click the node again
- RESULT: com.*, com.toy.*, com.toy.anagrams.*, com.toy.anagrams.ui.About.* are now selected. It is expected that lib is
deselected leaving only com.toy.anagrams.ui.About.* selected.
- Then click the node again
- RESULT: com.sun.*, com.toy.anagrams.ui.*, com.toy.anagrams.ui.About.* are selected. It is expected that lib is
deselected leaving only com.toy.anagrams.ui.About.* selected.
Comment 1 J Bachorik 2008-03-29 12:14:20 UTC
changing milestone
Comment 2 J Bachorik 2008-09-01 11:04:24 UTC
fixed

http://hg.netbeans.org/profiler-main/rev/b54cf168bf63
Comment 3 Quality Engineering 2008-09-03 17:33:23 UTC
Integrated into 'main-golden', will be available in build *200809031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b54cf168bf63
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #121907 - Select Root Methods dialog incorrectly behaves on second and third click