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 214871 - 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: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-27 12:32 UTC by Exceptions Reporter
Modified: 2012-06-29 09:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190148


Attachments
stacktrace (10.65 KB, text/plain)
2012-06-27 12:32 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-27 12:32:41 UTC
This bug was originally marked as duplicate of bug 208258, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Windows 7

User Comments:
GUEST: working




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 Exceptions Reporter 2012-06-27 12:32:45 UTC
Created attachment 121447 [details]
stacktrace
Comment 2 J Bachorik 2012-06-29 09:59:30 UTC
The issue #208258 had been resolved for NB 7.2. This issue has been recreated for NB 7.1 for some strange reasons. Closing as duplicate again.

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