Bug 37812 - search should be much faster if searching for refs to a class with unique name [search]
Summary: search should be much faster if searching for refs to a class with unique nam...
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 3.0   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2003-05-19 05:51 EDT by Adam Kiezun CLA
Modified: 2003-05-19 12:22 EDT (History)
0 users

See Also:


Attachments

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