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 104268 - Inherited fields in heapwalker fields view
Summary: Inherited fields in heapwalker fields view
Status: STARTED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-18 13:23 UTC by ehucka
Modified: 2007-09-17 20:17 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2007-05-18 13:23:20 UTC
Is it possible to show inherited fields in fields view of heapwalker instances view?
E.g. for javax.swing.JButton there are only some static fields but not fields
like name, size etc.
Comment 1 Martin Entlicher 2007-05-18 14:25:54 UTC
Need to be discussed with profiler guys, the UI is shared.
Comment 2 Martin Entlicher 2007-05-24 15:53:08 UTC
We should do it the same way as profiler - show first the fields from the class,
then from it's super class, etc.
Comment 3 Jiri Prox 2007-09-17 20:17:26 UTC
Obsolete milestone, please reevaluate