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 - Find usages hangs
Summary: Find usages hangs
Status: RESOLVED DUPLICATE of bug 120145
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-30 19:39 UTC by zian
Modified: 2007-12-03 15:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump while hung at the find usages dialog (16.13 KB, text/plain)
2007-12-03 10:37 UTC, zian
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***