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 203423 - IllegalStateException in root method selector
Summary: IllegalStateException 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-10-10 10:27 UTC by Tomas Hurka
Modified: 2011-10-14 15:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (4.32 KB, text/plain)
2011-10-10 10:27 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2011-10-10 10:27:13 UTC
Created attachment 111763 [details]
exception

Steps:
1) open root method selector
2) unselect 'Source', select 'Libraries'
3) select only 'java' package
4) expand 'java' node
5) select only 'lang' package
6) expand 'lang' node
7) unselect 'ref' node
Comment 1 J Bachorik 2011-10-10 14:34:59 UTC
fixed in http://hg.netbeans.org/profiler-main/rev/b285b0cbaf9f
Comment 2 Quality Engineering 2011-10-14 15:04:28 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/b285b0cbaf9f
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #203423: Fixing problems in the root method selector caused by incorrect signature for "all in a class" selection and accessing anonymous inner classes without having their sources at hand.