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 35633

Summary: Find Usages tool
Product: ide Reporter: mvinar <mvinar>
Component: CodeAssignee: Ondrej Rypacek <rypacek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description mvinar 2003-08-21 11:05:40 UTC
User problem:
-----------------------------------
The user has no easy way how to detect all the
places where certain field, method or class are
used, and thus what places would be affected by
potential code change.

User need:
-----------------------------------
User needs to find a list of all places where
certain method is called/overriden,
where certain Interface is implemented, where
certain Class is subclassed and where a field is
accessed.

Product requirement:
-----------------------------------
Find Usages tool
Comment 1 Jesse Glick 2004-07-24 19:46:25 UTC
Done.