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 246978 - NullPointerException at org.netbeans.lib.profiler.ui.threads.NameStateRenderer.setValue
Summary: NullPointerException at org.netbeans.lib.profiler.ui.threads.NameStateRendere...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
: 247931 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-09-10 07:53 UTC by gooddreams
Modified: 2014-10-14 17:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211672


Attachments
stacktrace (2.64 KB, text/plain)
2014-09-10 07:53 UTC, gooddreams
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gooddreams 2014-09-10 07:53:20 UTC
Build: NetBeans IDE Dev (Build 201408210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Mac OS X

User Comments:
gooddreams: Profile application, enable View/Threads, in the view all threads listed, click on any thread row throw the exception.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.ui.threads.NameStateRenderer.setValue(NameStateRenderer.java:65)
   at org.netbeans.lib.profiler.ui.swing.ProfilerTable$4.getTableCellRendererComponent(ProfilerTable.java:183)
   at javax.swing.JTable$AccessibleJTable.getAccessibleChild(JTable.java:7031)
   at javax.swing.JTable$AccessibleJTable.getAccessibleAt(JTable.java:7418)
   at javax.swing.JTable$AccessibleJTable.valueChanged(JTable.java:6932)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
Comment 1 gooddreams 2014-09-10 07:53:22 UTC
Created attachment 149107 [details]
stacktrace
Comment 2 Jiri Sedlacek 2014-10-07 13:04:11 UTC
Should be fixed by http://hg.netbeans.org/profiler-main/rev/ef276e6fc0c6, cannot reproduce it. Please reopen if it still happens on your side.
Comment 3 Tomas Hurka 2014-10-14 17:12:09 UTC
*** Bug 247931 has been marked as a duplicate of this bug. ***