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 - Find Usages tool
Summary: Find Usages tool
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker with 2 votes (vote)
Assignee: Ondrej Rypacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-21 11:05 UTC by mvinar
Modified: 2004-09-02 09:24 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 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.