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 110904

Summary: FileChooser starts many "Basic L&F File Loading Thread"s
Product: platform Reporter: Petr Nejedly <pnejedly>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: issues
Priority: P3 Keywords: PERFORMANCE, THREAD
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Nejedly 2007-07-25 11:28:51 UTC
Clean IDE build, clean user dir, invoked Open project. The operation was slow (due to high filesystem contention,
external to the IDE), but a thread dump revealed several (6 from L&F + 2 ours) threads trying lo list the folder.
I believe those 6 "Basic L&F File Loading Thread" are wrong (only one folder is listed using single filechooser).
Needs investigation, thus assigning to performance
Comment 1 David Simonek 2008-07-25 13:42:32 UTC
Hmm, there is something dirty probably.
Comment 2 David Simonek 2008-11-21 15:50:06 UTC
*** Issue 152461 has been marked as a duplicate of this issue. ***
Comment 3 David Simonek 2010-03-23 16:25:53 UTC
Should be fixed along with 179124 fix, there was several unneeded requests for rescanning current directory which I eliminated.

*** This bug has been marked as a duplicate of bug 179124 ***