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

Summary: Add List<JPDAClassType> getSubClasses() into JPDAClassType.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: STARTED ---    
Severity: blocker Keywords: API
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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