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 64436 - First open of Allocation Stacktraces tab panel in memory snapshot produces NPE
Summary: First open of Allocation Stacktraces tab panel in memory snapshot produces NPE
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-15 14:28 UTC by ehucka
Modified: 2006-10-09 10:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2005-09-15 14:28:01 UTC
After I invoked action 
Show Allocation Stack Traces on an object the exception is not thrown any more.

java.lang.NullPointerException
com.sun.tools.profiler.ui.memory.SnapshotReverseMemCallGraphPanel.isEmpty(SnapshotReverseMemCallGraphPanel.java:240)
org.netbeans.modules.profiler.MemorySnapshotPanel.updateToolbar(MemorySnapshotPanel.java:134)
org.netbeans.modules.profiler.MemorySnapshotPanel.stateChanged(MemorySnapshotPanel.java:129)
javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:290)
javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:222)
Comment 1 iformanek 2005-09-15 15:29:46 UTC
Fixed
Comment 2 ehucka 2005-11-11 14:56:06 UTC
v