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 201550 - NullPointerException at org.netbeans.modules.profiler.heapwalk.ui.InstancesListControllerUI.copyIdToClipboard
Summary: NullPointerException at org.netbeans.modules.profiler.heapwalk.ui.InstancesLi...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 09:42 UTC by Petr Cyhelsky
Modified: 2013-10-16 07:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180870


Attachments
stacktrace (3.16 KB, text/plain)
2011-09-02 09:43 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2011-09-02 09:42:56 UTC
Build: NetBeans IDE Dev (Build 201109010601)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b18, Java(TM) SE Runtime Environment, 1.7.0-b148
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.heapwalk.ui.InstancesListControllerUI.copyIdToClipboard(InstancesListControllerUI.java:586)
   at org.netbeans.modules.profiler.heapwalk.ui.InstancesListControllerUI.access$300(InstancesListControllerUI.java:108)
   at org.netbeans.modules.profiler.heapwalk.ui.InstancesListControllerUI$7.actionPerformed(InstancesListControllerUI.java:572)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
Comment 1 Petr Cyhelsky 2011-09-02 09:43:00 UTC
Created attachment 110345 [details]
stacktrace
Comment 2 Jiri Sedlacek 2011-09-05 15:03:04 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/a8f7089b78da.
Comment 3 Quality Engineering 2011-09-07 14:27:57 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/a8f7089b78da
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #201550 - check for no selected instance