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 119711 - extremely slow filechooser everywhere
Summary: extremely slow filechooser everywhere
Status: RESOLVED DUPLICATE of bug 109703
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-23 00:54 UTC by hsalameh
Modified: 2008-12-22 12:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (32.49 KB, text/plain)
2007-10-23 00:57 UTC, hsalameh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hsalameh 2007-10-23 00:54:26 UTC
using netbeans-trunk-nightly-200710221200-javaee and a clean userdir, i start netbeans and I open the "Open Project"
dialog, and it takes more than two minutes to show up. after it finally appears on the scree, i click on the "My
Computer"  icon which is on the left side of the dialog and it takes another minute to show the contents of My Computer.
I also tried to open the filechooser dialog from other places in Netbeans and it has the same behavior.
I am attaching the netbeans log file and marking as P1 because it is really unbearable and frustrating to work with the
file chooser anywhere in NetBeans.
Comment 1 hsalameh 2007-10-23 00:57:41 UTC
Created attachment 51442 [details]
messages.log
Comment 2 hsalameh 2007-10-23 01:42:34 UTC
i just updated the JDK to 1.6.0_03-b05 and it is still as slow as before.
I also tried it on an older machine that i have, with an older JDK 1.6.0-b105, and on this one the file chooser works 
just fine even though it is a slower machine.
HTH
Comment 3 Marian Mirilovic 2007-10-23 13:50:43 UTC
It looks like the same problem with large zip file in the directory, see :
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5050516
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6578753

*** This issue has been marked as a duplicate of 109703 ***
Comment 4 hsalameh 2007-10-23 15:01:02 UTC
I don't think this is related to zip files because after taking two minutes, the file chooser opens with the directory 
C:\Documents and Settings\my username\My Documents\NetBeansProjects
which contains couple of Netbeans projects (about 5 projects) and no zip files at all.
also when i click on My Computer, it brings up the drives on my machine (after a long wait) and there are no zip files 
or any files there either.... just a list of drives.
Comment 5 David Simonek 2007-10-23 15:25:32 UTC
Unfortunately this is pure JDK/Swing problem and we *can't* do more about it then we did. Problem usually appears when
there is a number of large zip files on user's desktop or in the traversed directory. Please read the whole story on
given links and sorry we can't do more.