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

Summary: find usage of a class/interface or any of it subtypes
Product: java Reporter: ddv36a78 <ddv36a78>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: blocker CC: markiewb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.