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 234506

Summary: org.netbeans.modules.masterfs.watcher.Watcher$Ext.register: LowPerformance took 5424 ms.
Product: versioncontrol Reporter: Egor Ushakov <gorrus>
Component: CodeAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203107
Attachments: nps snapshot

Description Egor Ushakov 2013-08-16 15:55:17 UTC
This bug was originally marked as duplicate of bug 225955, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201308052300)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: SunOS

User Comments:
gorrus: navigating



Maximum slowness yet reported was 5424 ms, average is 5424
Comment 1 Egor Ushakov 2013-08-16 15:55:19 UTC
Created attachment 138797 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-08-19 08:04:05 UTC
FileObject.addFileChangeListener() is called from EDT,
in o.n.m.versioning.core.api.VCSFileProxy.createFileProxy().
Reassigning to version control. Thanks.
Comment 3 Ondrej Vrabec 2014-10-03 10:06:39 UTC

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