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 151075 - find usage of a class/interface or any of it subtypes
Summary: find usage of a class/interface or any of it subtypes
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-22 22:26 UTC by ddv36a78
Modified: 2016-01-04 19:33 UTC (History)
1 user (show)

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 ddv36a78 2008-10-22 22:26:16 UTC
The find usage command proposes:
(a) Find usage
(b) Find all subtypes,
(c) Find directly subtypes only

I would like (a) and (b) combined. Indeed, I don't want to call the command (a) for all subtypes of an interface in
order to gather all usages, direct or indirect, of this interface.

Thanks.