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 208258 - NullPointerException at org.netbeans.modules.profiler.selector.api.nodes.ClassNode.<init>
Summary: NullPointerException at org.netbeans.modules.profiler.selector.api.nodes.Clas...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
: 209495 214871 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-10 15:34 UTC by yeradis
Modified: 2012-06-29 09:59 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181091


Attachments
stacktrace (10.78 KB, text/plain)
2012-02-10 15:34 UTC, yeradis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yeradis 2012-02-10 15:34:26 UTC
This issue was reported manually by thurka.
It already has 3 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-7840-on-20110906)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.selector.api.nodes.ClassNode.<init>(ClassNode.java:108)
   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)
   at org.netbeans.modules.j2ee.dd.impl.web.metadata.WebAppMetadataModelImpl$2.call(WebAppMetadataModelImpl.java:134)
Comment 1 yeradis 2012-02-10 15:34:30 UTC
Created attachment 115591 [details]
stacktrace
Comment 2 J Bachorik 2012-03-19 15:42:52 UTC
*** Bug 209495 has been marked as a duplicate of this bug. ***
Comment 3 J Bachorik 2012-03-19 15:46:23 UTC
fixed - http://hg.netbeans.org/profiler-main/rev/e574f734143e
Comment 4 Quality Engineering 2012-03-20 12:52:05 UTC
Integrated into 'main-golden', will be available in build *201203200400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e574f734143e
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #208258: Adding some fallback behavior when ClassNode can not resolve the associated java source
Comment 5 J Bachorik 2012-06-29 09:59:30 UTC
*** Bug 214871 has been marked as a duplicate of this bug. ***