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 184168

Summary: Introduction of ElementUtilities.findSubTypes method
Product: java Reporter: Jan Lahoda <jlahoda>
Component: SourceAssignee: Svata Dedic <sdedic>
Status: RESOLVED WONTFIX    
Severity: normal CC: apireviews, jglick
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
URL: http://lahoda.info/hg/nb-patches/file/tip/find-usages
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: API diff.
Correct API diff.
fixed diff

Description Jan Lahoda 2010-04-14 14:29:22 UTC
A propose to introduce a new method, ElementUtilities.findSubTypes what would compute all known subtypes of given types, in all known source roots (that depend on the current source root).
Comment 1 Jan Lahoda 2010-04-14 14:31:25 UTC
Created attachment 97350 [details]
API diff.
Comment 2 Jan Lahoda 2010-04-14 14:32:54 UTC
Created attachment 97352 [details]
Correct API diff.
Comment 3 Jan Lahoda 2010-04-14 14:33:20 UTC
Please review. Thanks.
Comment 4 Jan Horvath 2011-09-26 12:11:57 UTC
Created attachment 111182 [details]
fixed diff
Comment 5 Jan Horvath 2011-09-26 12:27:37 UTC
Comment on attachment 111182 [details]
fixed diff

I have added this attachment by mistake.
Comment 6 Jaroslav Tulach 2014-11-05 12:18:22 UTC
Forgotten? Anyone willing to finish it?