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 105862 - HeapWalker doesn't reveal identity of class instances
Summary: HeapWalker doesn't reveal identity of class instances
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-06 13:30 UTC by Petr Nejedly
Modified: 2007-07-26 15:29 UTC (History)
1 user (show)

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 Petr Nejedly 2007-06-06 13:30:37 UTC
If you're dealing with some heap structure that can be identified by Class field
(e.g. Lookup$Result instance through Lookup$Template->type), you need to get the
name of the Class represented by a Class instance, but all you get is
java.lang.Class#9346 and there is no field in Class instances that would help you .
Comment 1 Jiri Sedlacek 2007-07-26 15:29:21 UTC
Fixed for Beta1.