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 53406 - Fast open dialog opening sometimes very slow
Summary: Fast open dialog opening sometimes very slow
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: PERFORMANCE, RANDOM
Depends on:
Blocks:
 
Reported: 2005-01-14 11:57 UTC by _ rkubacki
Modified: 2007-11-05 13:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (13.55 KB, text/plain)
2005-01-14 11:59 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2005-01-14 11:57:32 UTC
trying with some dev buils of 4.1, JDK 5.0u1, Linux

Usualy the opening of fast Java open dialog is
reasonably fast but under some circumstance it can
take several seconds. To make it worse user can
type during this time but text is written into
editor rather than into dialog text field. 

This was also reported on nbusers/nbui by our users.
Comment 1 _ rkubacki 2005-01-14 11:59:01 UTC
Created attachment 19694 [details]
thread dump
Comment 2 _ rkubacki 2005-01-14 12:06:34 UTC
I attached a thread showing but I am not sure if it is right one.
Comment 3 Dusan Balek 2005-03-03 09:59:02 UTC
Fixed in [maintrunk].
Initial finding of matches for a preselected text is delayed until the
dialog appears.

Checking in NbJavaJMIFastOpen.java;
/cvs/java/editor/src/org/netbeans/modules/editor/java/NbJavaJMIFastOpen.java,v
 <--  NbJavaJMIFastOpen.java
new revision: 1.6; previous revision: 1.5
done