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 201681 - NullPointerException at org.netbeans.modules.profiler.heapwalk.ui.ClassesListControllerUI.showInstancesForClass
Summary: NullPointerException at org.netbeans.modules.profiler.heapwalk.ui.ClassesList...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-06 12:41 UTC by Petr Cyhelsky
Modified: 2011-09-07 14:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180971


Attachments
stacktrace (3.30 KB, text/plain)
2011-09-06 12:41 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-06 12:41:14 UTC
Build: NetBeans IDE Dev (Build 201109040600)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_22-b22
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.heapwalk.ui.ClassesListControllerUI.showInstancesForClass(ClassesListControllerUI.java:940)
   at org.netbeans.modules.profiler.heapwalk.ui.ClassesListControllerUI.performDefaultAction(ClassesListControllerUI.java:907)
   at org.netbeans.modules.profiler.heapwalk.ui.ClassesListControllerUI.access$1400(ClassesListControllerUI.java:121)
   at org.netbeans.modules.profiler.heapwalk.ui.ClassesListControllerUI$5.actionPerformed(ClassesListControllerUI.java:560)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
Comment 1 Petr Cyhelsky 2011-09-06 12:41:18 UTC
Created attachment 110432 [details]
stacktrace
Comment 2 Jiri Sedlacek 2011-09-06 13:24:30 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/650185516a73.
Comment 3 Quality Engineering 2011-09-07 14:32:46 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/650185516a73
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #201681 - handle class not available in base heap dump