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 46513 - Find Usages broken on o.n.m.javacore.scanning.FileScanner
Summary: Find Usages broken on o.n.m.javacore.scanning.FileScanner
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-07-23 21:51 UTC by Jesse Glick
Modified: 2007-09-26 09:14 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-23 21:51:30 UTC
I have java/javacore open in 040723 (fresh MDR
cache), along with several other projects. I
select the constructor of FileScanner and choose
Find Usages. It displays no matches (though in
fact JMManager calls its constructor):

[ICON] Usages of
*org.netbeans.modules.javacore.scanning.FileScanner*
[0 occurrences]

Searching for the class as a whole, and the scan()
method, both work.
Comment 1 Tomas Hurka 2004-07-26 13:53:24 UTC
This is caused by UsageFinder.java revision 1.15.
Comment 2 Tomas Hurka 2004-07-26 13:55:05 UTC
Fixed in trunk.
Checking in org/netbeans/modules/javacore/jmiimpl/javamodel/UsageFinder.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/
UsageFinder.java,v  <--  UsageFinder.java
new revision: 1.17; previous revision: 1.16
done
Comment 3 Jiri Prox 2005-07-11 15:01:59 UTC
Verified in 4.2 (200507110943)
Comment 4 Quality Engineering 2007-09-20 10:28:31 UTC
Reorganization of java component