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 140705 - NullPointerException at org.netbeans.lib.profiler.heap.HprofHeap.findReferencesFor
Summary: NullPointerException at org.netbeans.lib.profiler.heap.HprofHeap.findReferenc...
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-18 10:48 UTC by Petr Cyhelsky
Modified: 2008-09-03 08:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 76604


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-07-18 10:48:45 UTC
Build: NetBeans IDE Dev (Build 080714)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-19-generic, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.lib.profiler.heap.HprofHeap.findReferencesFor(HprofHeap.java:422)
        at org.netbeans.lib.profiler.heap.InstanceDump.getReferences(InstanceDump.java:113)
        at org.netbeans.modules.profiler.heapwalk.model.ObjectNode$1.computeChildren(ObjectNode.java:180)
        at org.netbeans.modules.profiler.heapwalk.model.BrowserUtils$1$1.run(BrowserUtils.java:210)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 Tomas Hurka 2008-07-18 10:52:48 UTC
Fixed.

changeset f5d19b9b6d30 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=f5d19b9b6d30
description: getID() fixed - do not widen int to long

Comment 2 Petr Cyhelsky 2008-09-03 08:42:43 UTC
verified