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 164468 - NullPointerException at org.netbeans.modules.profiler.ppoints.Utils$ProfilingPointScopeRenderer.setValue
Summary: NullPointerException at org.netbeans.modules.profiler.ppoints.Utils$Profiling...
Status: VERIFIED DUPLICATE of bug 122707
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-05-05 11:57 UTC by Ivan Sidorkin
Modified: 2009-07-09 15:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150613


Attachments
stacktrace (5.39 KB, text/plain)
2009-05-05 11:57 UTC, Ivan Sidorkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sidorkin 2009-05-05 11:57:49 UTC
Build: NetBeans IDE Dev (Build 200905050201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b02
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.profiler.ppoints.Utils$ProfilingPointScopeRenderer.setValue(Utils.java:215)
        at org.netbeans.lib.profiler.ui.components.table.EnhancedTableCellRenderer.getTableCellRendererComponent(EnhancedTableCellRenderer.java:164)
        at javax.swing.JTable.prepareRenderer(JTable.java:5729)
        at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2075)
        at javax.swing.plaf.basic.BasicTableUI.paintCells(BasicTableUI.java:1977)
        at javax.swing.plaf.basic.BasicTableUI.paint(BasicTableUI.java:1773)
Comment 1 Ivan Sidorkin 2009-05-05 11:57:54 UTC
Created attachment 81532 [details]
stacktrace
Comment 2 Jiri Sedlacek 2009-05-05 15:02:42 UTC
The same root cause as in Issue 122707.

*** This issue has been marked as a duplicate of 122707 ***
Comment 3 Ivan Sidorkin 2009-07-09 15:46:33 UTC
verified