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 45794 - Find Usages doesn't work
Summary: Find Usages doesn't work
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-01 13:07 UTC by ehucka
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception thrown at the end of finding (one time). (2.17 KB, text/plain)
2004-07-01 13:12 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2004-07-01 13:07:04 UTC
Build 20406301800
JDK 1.5.0

Steps to reproduce:

1. open IDE
2. open Java module project from nbcvs, wait for
reparse
3. open any class from opened projects
4. select something (class, method etc.) and
invoke Find usages
5. Result: after a long time "0 occurences" found
Comment 1 ehucka 2004-07-01 13:12:33 UTC
Created attachment 16098 [details]
Exception thrown at the end of finding (one time).
Comment 2 ehucka 2004-07-01 13:19:17 UTC
automated tests showed find usages doesn't work at all
Comment 3 Martin Matula 2004-07-01 13:39:58 UTC
Thanks for catching this. I am working on a fix.
Comment 4 Martin Matula 2004-07-01 13:45:57 UTC
Fixed.

Checking in src/org/netbeans/modules/refactoring/api/WhereUsedQuery.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/api/WhereUsedQuery.java,v
 <--  WhereUsedQuery.java
new revision: 1.9; previous revision: 1.8
done
Comment 5 ehucka 2004-07-13 14:38:54 UTC
verified