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 255902 - NullPointerException at org.netbeans.lib.profiler.ui.cpu.CPUTreeTableView$CPUTreeTableModel.getValueAt
Summary: NullPointerException at org.netbeans.lib.profiler.ui.cpu.CPUTreeTableView$CPU...
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-13 13:04 UTC by Jiri Skrivanek
Modified: 2016-09-11 07:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220519


Attachments
stacktrace (2.02 KB, text/plain)
2015-10-13 13:04 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2015-10-13 13:04:47 UTC
Build: NetBeans IDE 8.1 RC2 (Build 201510122201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
jskrivanek: I was profiling Anagram project. I don't know exact steps.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.ui.cpu.CPUTreeTableView$CPUTreeTableModel.getValueAt(CPUTreeTableView.java:398)
   at org.netbeans.lib.profiler.ui.swing.ProfilerTreeTable$TableModelImpl.getValueAt(ProfilerTreeTable.java:551)
   at javax.swing.JTable.getValueAt(JTable.java:2717)
   at javax.swing.JTable.prepareRenderer(JTable.java:5706)
   at org.netbeans.lib.profiler.ui.swing.ProfilerTable.prepareRenderer(ProfilerTable.java:233)
   at org.netbeans.lib.profiler.ui.swing.ProfilerTable.getRenderer(ProfilerTable.java:322)
Comment 1 Jiri Skrivanek 2015-10-13 13:04:48 UTC
Created attachment 156690 [details]
stacktrace