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 71750 - Modify profiling from entire CPU to memory throws many NEPs
Summary: Modify profiling from entire CPU to memory throws many NEPs
Status: VERIFIED DUPLICATE of bug 70301
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-23 12:52 UTC by ehucka
Modified: 2006-10-23 16:40 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 2006-01-23 12:52:15 UTC
Exception:

java.lang.NullPointerException
        at
com.sun.tools.profiler.results.cpu.FlatProfileContainerFree.getMethodNameAtRow(FlatProfileContainerFree.java:62)
        at
com.sun.tools.profiler.ui.cpu.FlatProfilePanel$5.getValueAt(FlatProfilePanel.java:564)
        at
com.sun.tools.profiler.ui.components.ExtendedTableModel.getValueAt(ExtendedTableModel.java:113)
        at javax.swing.JTable.getValueAt(JTable.java:1902)
        at javax.swing.JTable.prepareRenderer(JTable.java:3907)
        at javax.swing.JTable.getToolTipText(JTable.java:2572)
        at
javax.swing.ToolTipManager$insideTimerAction.actionPerformed(ToolTipManager.java:649)
        at javax.swing.Timer.fireActionPerformed(Timer.java:271)
        at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)

The scenario usualy leaves opened an empty 'Progress ...' dialog too.
Comment 1 Jiri Sedlacek 2006-02-09 13:18:49 UTC
Duplicate of already fixed issue.

*** This issue has been marked as a duplicate of 70301 ***
Comment 2 ehucka 2006-03-22 10:19:47 UTC
verified