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 247369 - NullPointerException: test 2
Summary: NullPointerException: test 2
Status: RESOLVED DUPLICATE of bug 247372
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-22 14:53 UTC by Tomas Hurka
Modified: 2014-09-22 17:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212103


Attachments
stacktrace (3.86 KB, text/plain)
2014-09-22 14:53 UTC, Tomas Hurka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2014-09-22 14:53:35 UTC
Build: NetBeans IDE Dev (Build 20140916-1e837da0700f)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-b19
OS: Mac OS X

User Comments:
thurka: test 4




Stacktrace: 
java.lang.NullPointerException: test 2
   at org.netbeans.lib.profiler.heap.DominatorTree.computeDominators(DominatorTree.java:112)
   at org.netbeans.lib.profiler.heap.HprofHeap.computeRetainedSize(HprofHeap.java:575)
   at org.netbeans.lib.profiler.heap.HprofHeap.computeRetainedSizeByClass(HprofHeap.java:632)
   at org.netbeans.lib.profiler.heap.ClassDump.getRetainedSizeByClass(ClassDump.java:140)
   at org.netbeans.modules.profiler.heapwalk.HeapFragmentWalker.computeRetainedSizes(HeapFragmentWalker.java:138)
   at org.netbeans.modules.profiler.heapwalk.HintsController$2.run(HintsController.java:149)
Comment 1 Tomas Hurka 2014-09-22 14:53:38 UTC
Created attachment 149422 [details]
stacktrace
Comment 2 Tomas Hurka 2014-09-22 17:44:31 UTC

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