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 204783 - Methods and Constructor nodes are missing in Root method selector
Summary: Methods and Constructor nodes are missing in Root method selector
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 15:22 UTC by Tomas Hurka
Modified: 2011-11-11 15:39 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 Tomas Hurka 2011-11-07 15:22:42 UTC
Steps:
1) open Root method selector
2) select java.lang.Thread class and unselect 'Constructors' and 'Inner classes'.
3) close Root method selector 
4) reopen Root method selector and go to java.lang.Thread. 
5) Method and Constructor node are missing
Comment 1 J Bachorik 2011-11-08 11:45:50 UTC
Changeset: 4dd56f627e75
Author:    Jaroslav Bachorik <yardus@netbeans.org>
Date:      2011-11-08 12:44
Message:   Issue #204783 - Methods and Constructor nodes are missing in Root method selector
Adjusting the ClassNode full-check signature to the change introduced in #203446 ("<class_name>$**" signature means all methods from the class and its inner classes rescursively)
Comment 2 Tomas Hurka 2011-11-09 12:57:52 UTC
There still some problems, when you select individual methods.
Comment 4 Quality Engineering 2011-11-10 16:01:15 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/4dd56f627e75
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: Issue #204783 - Methods and Constructor nodes are missing in Root method selector
Adjusting the ClassNode full-check signature to the change introduced in #203446 ("<class_name>$**" signature means all methods from the class and its inner classes rescursively)
Comment 5 Quality Engineering 2011-11-11 15:39:59 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/5902cf80850b
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #204783: Correcting the package tree checking algorithm to work with wildcards correctly