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 148695 - CCE from heap walker
Summary: CCE from heap walker
Status: RESOLVED DUPLICATE of bug 124306
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-30 02:23 UTC by _ rkubacki
Modified: 2008-09-30 05:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2008-09-30 02:23:08 UTC
NB 6.1

java.lang.ClassCastException: org.netbeans.modules.profiler.heapwalk.model.HeapWalkerNodeFactory$6 cannot be cast to
org.netbeans.modules.profiler.heapwalk.model.InstanceNode
	at org.netbeans.modules.profiler.heapwalk.model.BrowserUtils.computeChildrenToNearestGCRoot(BrowserUtils.java:171)
	at
org.netbeans.modules.profiler.heapwalk.ReferencesBrowserController$2.doInBackground(ReferencesBrowserController.java:216)
	at org.netbeans.lib.profiler.ui.SwingWorker$2.run(SwingWorker.java:113)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 _ rkubacki 2008-09-30 02:46:21 UTC
maybe this happened when there was wait node when I selected show nearest gc root.
Comment 2 Tomas Hurka 2008-09-30 05:47:18 UTC

*** This issue has been marked as a duplicate of 124306 ***