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 136259 - Add option "Find Concrete Subtypes Only" to "Find Usages"
Summary: Add option "Find Concrete Subtypes Only" to "Find Usages"
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-02 13:03 UTC by matthies
Modified: 2010-09-23 08:43 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 matthies 2008-06-02 13:03:36 UTC
Concrete types are non-abstract classes. Often when using "Find Usages" it is sufficient to get a list of those 
subtypes that can occur as object types at runtime (i.e. that are instantiable). Having to use "Find All Subtypes" is 
inconvenient when there are many sub-interfaces and/or abstract subclasses.

Alternatively, add three checkboxes for sub-interfaces, abstract subclasses and concrete subclasses, which can be 
combined with "Find All Subtypes" and "Find Direct Subtypes Only". This would be most flexible. For example sometimes 
it can be useful to find all/only direct sub-interfaces and/or abstract subclasses.