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 227805 - org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.isDirectory: LowPerformance took 47236 ms.
Summary: org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.isDirectory: LowPerf...
Status: RESOLVED DUPLICATE of bug 225955
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-03-22 09:57 UTC by Exceptions Reporter
Modified: 2013-08-16 09:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199537


Attachments
nps snapshot (50.06 KB, application/nps)
2013-03-22 09:57 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-03-22 09:57:53 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows Vista
Maximum slowness yet reported was 47236 ms, average is 42781
Comment 1 Exceptions Reporter 2013-03-22 09:57:56 UTC
Created attachment 132936 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-08-16 08:56:09 UTC
Method o.n.m.versioning.ui.diff.DiffSidebar.shutdown() removes a file change listener in EDT. Resulting invocation of File.isDirectory was quite slow on Windows filesystem.

Closing as wontfix is probably acceptable.
Reassigning. Please evaluate. Thanks.
Comment 3 Ondrej Vrabec 2013-08-16 09:40:44 UTC
> Method o.n.m.versioning.ui.diff.DiffSidebar.shutdown() removes a file change listener in EDT.
Not any more in recent dev builds. Already fixed.

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