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 101609 - Add List<JPDAClassType> getSubClasses() into JPDAClassType.
Summary: Add List<JPDAClassType> getSubClasses() into JPDAClassType.
Status: STARTED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2007-04-18 16:01 UTC by Martin Entlicher
Modified: 2013-01-11 19:47 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 Martin Entlicher 2007-04-18 16:01:05 UTC
For a proper fix of issue #101147 (heap walker functionality) we need a way to
retrieve a list of subclasses of a given class.
Comment 1 Martin Entlicher 2007-04-18 16:03:37 UTC
It's a simple extension of JPDAClassType, mirror of
com.sun.jdi.ClassType.subclasses()
Comment 2 Martin Entlicher 2007-04-19 17:00:00 UTC
The implementation is already done, it's used by Heap Walker (issue #101691).
We need to add it into the public API.

/cvs/debuggerjpda/api/src/org/netbeans/api/debugger/jpda/JPDAClassType.java,v 
<--  JPDAClassType.java
new revision: 1.3; previous revision: 1.2

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/models/JPDAClassTypeImpl.java,v
 <--  JPDAClassTypeImpl.java
new revision: 1.4; previous revision: 1.3
Comment 3 Jiri Prox 2007-09-17 20:17:50 UTC
Obsolete milestone, please reevaluate