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

Summary: NullPointerException at org.netbeans.modules.profiler.ppoints.Utils$ProfilingPointScopeRenderer.setValue
Product: profiler Reporter: Ivan Sidorkin <ivansidorkin>
Component: BaseAssignee: issues@profiler <issues>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=150613
Issue Type: DEFECT Exception Reporter: 150613
Attachments: stacktrace

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