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 247931 - NullPointerException at org.netbeans.lib.profiler.ui.threads.NameStateRenderer.setValue
Summary: NullPointerException at org.netbeans.lib.profiler.ui.threads.NameStateRendere...
Status: RESOLVED DUPLICATE of bug 246978
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: 2014-10-14 16:40 UTC by Andrew Krasny
Modified: 2014-10-14 17:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212719


Attachments
stacktrace (2.74 KB, text/plain)
2014-10-14 16:40 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2014-10-14 16:40:18 UTC
Build: NetBeans IDE Dev (Build 201407090001)
VM: OpenJDK 64-Bit Server VM, 25.20-b23, OpenJDK Runtime Environment, 1.8.0_20-b26
OS: Mac OS X

User Comments:
akrasny: clicking on a thread in Threads view




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:6933)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
Comment 1 Andrew Krasny 2014-10-14 16:40:20 UTC
Created attachment 149901 [details]
stacktrace
Comment 2 Tomas Hurka 2014-10-14 17:12:09 UTC

*** This bug has been marked as a duplicate of bug 246978 ***