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 63798 - NPE after show backtraces in CPU snapshot
Summary: NPE after show backtraces in CPU snapshot
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 15:01 UTC by ehucka
Modified: 2006-03-24 12:55 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-07 15:01:57 UTC
dev build of profiler from 2005.9.7, jdk 1.5.0_04, linux

java.lang.NullPointerException
com.sun.tools.profiler.ui.cpu.ReverseCallGraphPanel.createPopupMenu(ReverseCallGraphPanel.java:112)
com.sun.tools.profiler.ui.cpu.CPUResultsPanel.<init>(CPUResultsPanel.java:51)
com.sun.tools.profiler.ui.cpu.SnapshotCPUResultsPanel.<init>(SnapshotCPUResultsPanel.java:31)
com.sun.tools.profiler.ui.cpu.ReverseCallGraphPanel.<init>(ReverseCallGraphPanel.java:51)
org.netbeans.modules.profiler.CPUSnapshotPanel$CPUActionsHandler.showReverseCallGraph(CPUSnapshotPanel.java:597)
com.sun.tools.profiler.ui.cpu.SnapshotCPUResultsPanel.showReverseCallGraph(SnapshotCPUResultsPanel.java:46)
com.sun.tools.profiler.ui.cpu.CPUResultsPanel.menuActionPerformed(CPUResultsPanel.java:168)
com.sun.tools.profiler.ui.cpu.CPUResultsPanel$1.actionPerformed(CPUResultsPanel.java:115)
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
Comment 1 iformanek 2005-09-13 11:55:56 UTC
Fixed
Comment 2 ehucka 2005-11-11 14:53:00 UTC
v