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 201539 - ClassCastException: org.netbeans.lib.profiler.heap.ClassDump cannot be cast to org.netbeans.modules.profiler.heapwalk.ClassesListController$DiffJavaClass
Summary: ClassCastException: org.netbeans.lib.profiler.heap.ClassDump cannot be cast t...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
: 201552 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-02 08:37 UTC by Petr Cyhelsky
Modified: 2011-09-05 11:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180864


Attachments
stacktrace (4.81 KB, text/plain)
2011-09-02 08:37 UTC, Petr Cyhelsky
Details
stacktrace (4.81 KB, text/plain)
2011-09-02 09:46 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 08:37:23 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.ClassCastException: org.netbeans.lib.profiler.heap.ClassDump cannot be cast to org.netbeans.modules.profiler.heapwalk.ClassesListController$DiffJavaClass
   at org.netbeans.modules.profiler.heapwalk.ClassesListController.getData(ClassesListController.java:200)
   at org.netbeans.modules.profiler.heapwalk.ui.ClassesListControllerUI$16$2.run(ClassesListControllerUI.java:866)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1973)
Comment 1 Petr Cyhelsky 2011-09-02 08:37:26 UTC
Created attachment 110335 [details]
stacktrace
Comment 2 Petr Cyhelsky 2011-09-02 09:46:56 UTC
Created attachment 110347 [details]
stacktrace
Comment 3 Petr Cyhelsky 2011-09-05 10:40:11 UTC
*** Bug 201552 has been marked as a duplicate of this bug. ***
Comment 4 Jiri Sedlacek 2011-09-05 11:20:56 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/8e018b1d50ee.