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 - Introduction of ElementUtilities.findSubTypes method
Summary: Introduction of ElementUtilities.findSubTypes method
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL: http://lahoda.info/hg/nb-patches/file...
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2010-04-14 14:29 UTC by Jan Lahoda
Modified: 2014-11-05 12:18 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
API diff. (2.78 KB, patch)
2010-04-14 14:31 UTC, Jan Lahoda
Details | Diff
Correct API diff. (4.49 KB, patch)
2010-04-14 14:32 UTC, Jan Lahoda
Details | Diff
fixed diff (57.04 KB, patch)
2011-09-26 12:11 UTC, Jan Horvath
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?