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

Summary: Find Usages doesn't work
Product: editor Reporter: ehucka <ehucka>
Component: RefactoringAssignee: Martin Matula <mmatula>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception thrown at the end of finding (one time).

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