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 18476 - Finding references to Classes and Methods
Summary: Finding references to Classes and Methods
Status: RESOLVED DUPLICATE of bug 15349
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Other Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on: 17824
Blocks:
  Show dependency tree
 
Reported: 2001-12-08 13:34 UTC by Jakob Braeuchi
Modified: 2007-09-26 09:14 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 Jakob Braeuchi 2001-12-08 13:34:28 UTC
what i miss in netbeans is finding references to classes an methods.
there's already a goto declaration, but it's not possible to find all 
references to a method (see vaj, eclipse and intellij).

jakob
Comment 1 Svata Dedic 2001-12-10 08:57:45 UTC
Evalutation of such query costs too much to throw out results after
displaying them -- see the blocker's comments.
Comment 2 Jakob Braeuchi 2001-12-10 19:48:48 UTC
sorry, do not understand your comment
Comment 3 Svata Dedic 2001-12-10 21:32:44 UTC
Sorry, it does seem a little cryptic, doesn't it ?
In short, finding all references to a symbol requires to process all
{sources, classes} in a project. If done by brutal force, you would
have to wait a dozen of minutes each time you invoke the operation.
The obvious solution is to somehow cache the information extracted
from java classes and reuse it later. That's what's encrypted in issue
#17824.
Comment 4 Jakob Braeuchi 2001-12-11 06:40:42 UTC
thanks for the clarification, now i understand
Comment 5 Svata Dedic 2002-05-21 17:48:45 UTC
Cleaning up before 4.0 planning
Comment 6 Marek Grummich 2002-07-19 16:52:01 UTC
Target milestone was changed from not determined to TBD
Comment 7 Jan Becicka 2002-08-06 12:50:40 UTC

*** This issue has been marked as a duplicate of 15349 ***