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

Summary: org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo.isDirectory: LowPerformance took 47236 ms.
Product: versioncontrol Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: legitalk
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 199537
Attachments: nps snapshot

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 ***