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 123183

Summary: Find usages hangs
Product: java Reporter: zian <zian>
Component: RefactoringAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump while hung at the find usages dialog

Description zian 2007-11-30 19:39:28 UTC
When I right-click on the word "clone" and select Find Usages and then "Find," no results appear and the Find button 
stays disabled.

I have a snapshot of my code if anyone would like to see more details.

The clone method:
    protected Course clone ()
    {
        final Course c = new Course (myName);
        c.setOfferings ((ArrayList<? extends Section>) this.myOfferings.clone ());
        return c;
    }
Comment 1 Jan Becicka 2007-12-03 10:17:53 UTC
Can you attach full thread dump?
http://qa.netbeans.org/bugzilla/generating-thread-dumps.html
Thanks
Comment 2 zian 2007-12-03 10:37:19 UTC
Created attachment 53771 [details]
Thread dump while hung at the find usages dialog
Comment 3 Jiri Prox 2007-12-03 12:59:16 UTC
I can reproduce it in current trunk build as well
Comment 4 Jan Becicka 2007-12-03 15:54:13 UTC

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