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 101691 - [heapwalker] Show only subclasses does not work
Summary: [heapwalker] Show only subclasses does not work
Status: VERIFIED FIXED
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-04-19 07:24 UTC by ehucka
Modified: 2007-04-20 09:34 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 ehucka 2007-04-19 07:24:04 UTC
NetBeans IDE Dev (Build 20070419-0406)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Linux version 2.6.16-1.2122_FC5 running on i386
en_US (nb); UTF-8

Show only subclasses called on some abstract class e.g. java.util.Map shows only
the java.util.Map although there are some subclasses like java.util.HashMap in
classes view.
Comment 1 Martin Entlicher 2007-04-19 16:08:52 UTC
Reproduced.
Comment 2 Martin Entlicher 2007-04-19 16:58:05 UTC
The retrieval of subclasses is implemented:

/cvs/debuggerjpda/profiler/heapwalk/src/org/netbeans/modules/debugger/jpda/heapwalk/JavaClassImpl.java,v
 <--  JavaClassImpl.java
new revision: 1.6; previous revision: 1.5

/cvs/debuggerjpda/profiler/heapwalk/src/org/netbeans/modules/debugger/jpda/heapwalk/views/ClassesCountsView.java,v
 <--  ClassesCountsView.java
new revision: 1.6; previous revision: 1.5

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/models/JPDAClassTypeImpl.java,v
 <--  JPDAClassTypeImpl.java
new revision: 1.4; previous revision: 1.3
Comment 3 ehucka 2007-04-20 09:34:49 UTC
verified