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 224560 - org.netbeans.swing.dirchooser.DirectoryChooserUI.access$2200: LowPerformance took 42047 ms.
Summary: org.netbeans.swing.dirchooser.DirectoryChooserUI.access$2200: LowPerformance ...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-01-07 09:18 UTC by Exceptions Reporter
Modified: 2013-01-08 02:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195905


Attachments
nps snapshot (33.29 KB, application/nps)
2013-01-07 09:18 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-01-07 09:18:01 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows XP
Maximum slowness yet reported was 42047 ms, average is 26779
Comment 1 Exceptions Reporter 2013-01-07 09:18:04 UTC
Created attachment 129950 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2013-01-07 09:43:33 UTC
One call to java.io.File.canWrite() taking 32 s when user selects a node in a file chooser dialog.
reporter: Is it reproducible? Does it happen for some specific file on your system?
Comment 3 Ondrej Vrabec 2013-01-07 10:27:00 UTC
fix: http://hg.netbeans.org/core-main/rev/c378a416b622
Comment 4 Quality Engineering 2013-01-08 02:25:52 UTC
Integrated into 'main-golden', will be available in build *201301080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c378a416b622
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #224560 - org.netbeans.swing.dirchooser.DirectoryChooserUI.access$2200: LowPerformance took 42047 ms.
checking write permissions in a background thread