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 46259 - Find Usages of a static method returns itself
Summary: Find Usages of a static method returns itself
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-07-16 20:04 UTC by Jesse Glick
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-07-16 20:04:11 UTC
040714. I selected IntrospectionHelper.getHelper
from Apache Ant (1.6.1 sources) and chose Find
Usages. It displayed just the method itself,
quoting the method declaration as a usage.
Comment 1 Jesse Glick 2004-07-16 20:15:09 UTC
In fact that *were* legitimate usages of this method, in the same
source tree, that were not displayed. Looks like something significant
is broken.
Comment 2 Martin Matula 2004-07-17 01:23:00 UTC
May be related to a scanning bug fixed by jbecicka today (see issue
#46223). Please let us know if it is still reproducible.
Comment 3 Jesse Glick 2004-07-17 05:05:15 UTC
Still reproducible with sources from now (Friday night).
Comment 4 Martin Matula 2004-07-17 11:50:45 UTC
OK, thanks. Pavle/Honzo please look at it.
Comment 5 Tomas Hurka 2004-07-19 15:24:40 UTC
Fixed in trunk.
Checking in WhereUsedQuery.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/api/WhereUsedQuery.java,v  
<--  WhereUsedQuery.java
new revision: 1.11; previous revision: 1.10
done
Comment 6 Jiri Prox 2005-07-19 15:40:22 UTC
verified