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 201552 - 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 DUPLICATE of bug 201539
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (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:51 UTC by Petr Cyhelsky
Modified: 2011-09-05 10:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 180872


Attachments
stacktrace (2.11 KB, text/plain)
2011-09-02 09:51 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:51:41 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 09:51:46 UTC
Created attachment 110348 [details]
stacktrace
Comment 2 Petr Cyhelsky 2011-09-05 10:40:11 UTC

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