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 113630 - NPE in select root methods
Summary: NPE in select root methods
Status: VERIFIED DUPLICATE of bug 113635
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-08-23 16:27 UTC by Alexander Kouznetsov
Modified: 2007-09-08 11:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (7.41 KB, text/plain)
2007-08-23 16:28 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2007-08-23 16:27:29 UTC
Product Version: NetBeans IDE Dev (Build 200708211200) 
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)

Product Version: NetBeans IDE Dev (Build 200708150158) 
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06 
System: SunOS version 5.10 running on sparc; ISO8859-1; en_US (nb)

Steps to reproduce:
- Open JBoss Test application in IDE with all required projects
(http://www.netbeans.org/nonav/issues/showattachment.cgi/38685/jboss_test.zip)
- Resolve all references problems
- Invoke Profile Main Project
- Check Show All Projects
- Check JBoss-EJBModule
- Uncheck JBoss-WebModule (you have to click the checkbox twice)
- RESULT: NPE:
java.lang.NullPointerException
	at org.netbeans.modules.profiler.selector.api.ui.RootSelectorTree.calculateInflatedSelection(RootSelectorTree.java:279)
        ...
Comment 1 Alexander Kouznetsov 2007-08-23 16:28:13 UTC
Created attachment 47187 [details]
Exception
Comment 2 Alexander Kouznetsov 2007-08-23 16:33:35 UTC
Sorry, I've forgotten two steps: to select Part of Application and open Select Root Methods dialog.
Comment 3 J Bachorik 2007-08-24 13:07:40 UTC
looks like a dupe of the issue #113635

*** This issue has been marked as a duplicate of 113635 ***
Comment 4 Alexander Kouznetsov 2007-09-08 11:06:49 UTC
Verified with Beta1