Bug 37812

Summary: search should be much faster if searching for refs to a class with unique name [search]
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: UIAssignee: Dani Megert <daniel_megert>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P2 Keywords: performance
Version: 2.1   
Target Milestone: 3.0   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2003-05-19 05:51:52 EDT
20030506
i search for references to a class called CopySourceReferencesToClipboardAction
naturally, there's only 1 class with this name in my workspace.
but it still takes like 3-4 seconds -- it should be super fast in this case
(which is the 95% case btw.)
Comment 1 Adam Kiezun CLA 2003-05-19 05:52:34 EDT
i can investigate what's going on here, where the time is spent - is it search, 
java search or java ui
Comment 2 Dirk Baeumer CLA 2003-05-19 08:16:00 EDT
We first have to investigate into the overall performance.
Comment 3 Dani Megert CLA 2003-05-19 08:26:27 EDT
takes less than 1 second on my machine (except the first time).
Comment 4 Adam Kiezun CLA 2003-05-19 12:22:50 EDT
you're right - it's just the first time
closing - will reopen if i have more insight