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 247370 - NullPointerException: test 5
Summary: NullPointerException: test 5
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 15:26 UTC by Tomas Hurka
Modified: 2014-09-22 17:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212106


Attachments
stacktrace (3.95 KB, text/plain)
2014-09-22 15:26 UTC, Tomas Hurka
Details
stacktrace (3.95 KB, text/plain)
2014-09-22 15:45 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 15:26:09 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 5




Stacktrace: 
java.lang.NullPointerException: test 2
   at org.netbeans.lib.profiler.heap.DominatorTree.computeOneLevel(DominatorTree.java:155)
   at org.netbeans.lib.profiler.heap.DominatorTree.computeDominators(DominatorTree.java:104)
   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)
Comment 1 Tomas Hurka 2014-09-22 15:26:11 UTC
Created attachment 149425 [details]
stacktrace
Comment 2 Tomas Hurka 2014-09-22 15:45:04 UTC
Created attachment 149428 [details]
stacktrace

test 6
Comment 3 Tomas Hurka 2014-09-22 17:44:39 UTC

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