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 209495 - NullPointerException at org.netbeans.modules.profiler.selector.api.nodes.ClassNode.isAnonymous
Summary: NullPointerException at org.netbeans.modules.profiler.selector.api.nodes.Clas...
Status: RESOLVED DUPLICATE of bug 208258
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-13 06:59 UTC by Alniks
Modified: 2012-03-19 15:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185801


Attachments
stacktrace (6.15 KB, text/plain)
2012-03-13 06:59 UTC, Alniks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alniks 2012-03-13 06:59:44 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.selector.api.nodes.ClassNode.isAnonymous(ClassNode.java:153)
   at org.netbeans.modules.profiler.selector.api.nodes.ClassNode.<init>(ClassNode.java:115)
   at org.netbeans.modules.profiler.j2ee.selector.nodes.web.servlet.ServletNode.<init>(ServletNode.java:68)
   at org.netbeans.modules.profiler.j2ee.selector.nodes.web.servlet.ServletsNode.collectChildren(ServletsNode.java:88)
   at org.netbeans.modules.profiler.j2ee.selector.nodes.web.AbstractWebContainerNode$Children$1.run(AbstractWebContainerNode.java:84)
   at org.netbeans.modules.profiler.j2ee.selector.nodes.web.AbstractWebContainerNode$Children$1.run(AbstractWebContainerNode.java:79)
Comment 1 Alniks 2012-03-13 06:59:47 UTC
Created attachment 116641 [details]
stacktrace
Comment 2 J Bachorik 2012-03-19 15:42:52 UTC
The same root cause as #208258

*** This bug has been marked as a duplicate of bug 208258 ***