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

Summary: ClassCastException: org.netbeans.lib.profiler.heap.ClassDump cannot be cast to org.netbeans.modules.profiler.heapwalk.ClassesListController$DiffJavaClass
Product: profiler Reporter: Petr Cyhelsky <cyhelsky>
Component: BaseAssignee: issues@profiler <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 180872
Attachments: stacktrace

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 ***