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 190360 - "Go to type" is slower in QuickSearch
Summary: "Go to type" is slower in QuickSearch
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Quick Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 190448
  Show dependency tree
 
Reported: 2010-09-14 14:13 UTC by Ondrej Langr
Modified: 2010-10-26 12:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Langr 2010-09-14 14:13:46 UTC
For some reason, finding a Java type is slower when searched by quicksearch than in "Go to Type" dialog.
Comment 1 Ondrej Langr 2010-09-14 14:15:30 UTC
Steps to reproduce: 

1) search for a certain string in go to type dialog. 
2) search for the same string in quicksearch 

The difference on a more or less standard machine is big enough to be perceived.
Comment 2 Stanislav Aubrecht 2010-09-15 10:57:40 UTC
are you searching through all quicksearch categories or just the 'go to type' one?
Comment 3 Ondrej Langr 2010-09-20 08:26:06 UTC
I checked both and it appears to be slower in both cases, in searching all as well as 'go to type' only.
Comment 4 Jan Becicka 2010-09-30 12:57:10 UTC
There is 600ms delay between your stop of typing and real start of search. Do you think, that this is the difference?
Comment 5 Ondrej Langr 2010-09-30 13:03:07 UTC
Yep, that can be the case ..
Comment 6 Jan Becicka 2010-10-26 12:24:18 UTC
I implemented immediate cancel of old searches and delay is set to 300ms.