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 157335 - NullPointerException at org.netbeans.modules.profiler.heapwalk.model.ObjectNode$1.computeChildren
Summary: NullPointerException at org.netbeans.modules.profiler.heapwalk.model.ObjectNo...
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-22 21:33 UTC by mps77
Modified: 2009-10-16 12:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 145483


Attachments
stacktrace (405 bytes, text/plain)
2009-01-22 21:33 UTC, mps77
Details
stacktrace (1.50 KB, text/plain)
2009-10-16 12:08 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mps77 2009-01-22 21:33:54 UTC
Build: NetBeans IDE Dev (Build 200901201401)
VM: Java HotSpot(TM) Server VM, 14.0-b07, Java(TM) SE Runtime Environment, 1.7.0-ea-b40
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.profiler.heapwalk.model.ObjectNode$1.computeChildren(ObjectNode.java:163)
        at org.netbeans.modules.profiler.heapwalk.model.BrowserUtils$1$1.run(BrowserUtils.java:211)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 mps77 2009-01-22 21:33:58 UTC
Created attachment 76160 [details]
stacktrace
Comment 2 Tomas Hurka 2009-03-24 16:52:13 UTC
Can you, please, provide steps how to reproduce it. Thanks. 
Comment 3 Petr Cyhelsky 2009-04-21 15:17:18 UTC
Unable to reproduce, without feedback for long time => closing as worksforme, feel free to reopen if encountered again.
Comment 4 Jaroslav Tulach 2009-10-16 12:08:01 UTC
Build: NetBeans IDE Dev (Build 090914)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.29.6-desktop-1mnb, i386

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.profiler.heapwalk.model.ObjectNode$1.computeChildren(ObjectNode.java:167)
        at org.netbeans.modules.profiler.heapwalk.model.BrowserUtils$1$1.run(BrowserUtils.java:211)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1070)
Comment 5 Jaroslav Tulach 2009-10-16 12:08:05 UTC
Created attachment 89611 [details]
stacktrace