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 241951 - org.openide.filesystems.FileChooserBuilder$SavedDirFileChooser.showDialog: LowPerformance took 46723 ms.
Summary: org.openide.filesystems.FileChooserBuilder$SavedDirFileChooser.showDialog: Lo...
Status: REOPENED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: 8.1_WAIVER_APPROVED, PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-02-16 18:46 UTC by c69
Modified: 2017-09-25 11:35 UTC (History)
10 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206404


Attachments
nps snapshot (56.30 KB, application/nps)
2014-02-16 18:46 UTC, c69
Details

Note You need to log in before you can comment on or make changes to this bug.
Description c69 2014-02-16 18:46:45 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Windows 7

User Comments:
c69: I tried to Open File from "my documents", there is 1600 files, most them are images.
Dialog hanged for some time, but eventually closed (because i was clicking the X button during the time it was lagging).

MackSix: Open File in directory with a lot of files.



Maximum slowness yet reported was 51168 ms, average is 48945
Comment 1 c69 2014-02-16 18:46:47 UTC
Created attachment 145260 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2014-02-17 16:08:56 UTC
The slowness was caused by JFileChooser. It seems that the hard drive was quite slow, probably under heavy load.
This cannot be fixed in NetBeans.
Thank you for reporting.
Comment 3 Alexander Simon 2015-04-08 10:48:41 UTC
Problem in preforming File operations in EDT.
Please extend NetBeans file chooser to avoid File operations in EDT.
Comment 4 Jaroslav Havlin 2015-09-03 13:20:45 UTC
Adding 8.1_WAIVER_REQUEST keyword.

The slowness is mostly reported from Windows OS, whose NTFS filesystem is sometimes too slow. The fix could be quite complicated and risky, so I would like to waive this issue for now.

Thank you for understanding.
Comment 5 Jiri Kovalsky 2015-09-07 10:46:40 UTC
Bug waiver for 8.1 approved.