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 244702

Summary: org.netbeans.modules.versioning.core.api.VCSFileProxy.exists: LowPerformance took 302451 ms.
Product: javaee Reporter: Exceptions Reporter <exceptions_reporter>
Component: JSFAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 209906
Attachments: nps snapshot

Description Exceptions Reporter 2014-05-23 21:09:24 UTC
This bug was originally marked as duplicate of bug 229216, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Linux

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>
the ide is scanning of projects all the time and it doesn't run my programs



Maximum slowness yet reported was 302451 ms, average is 302451
Comment 1 Exceptions Reporter 2014-05-23 21:09:35 UTC
Created attachment 147419 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2014-05-26 08:04:23 UTC
org.netbeans.modules.web.jsf.api.metamodel.ModelUnit.initListeners()
calls
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.addRecursiveListener()
in EDT. I am pretty sure that's not the best way, that cannot be fast.
Comment 3 Martin Fousek 2014-07-28 11:15:42 UTC
Fixed in web-main #300b5d3de2af.
Comment 4 Martin Fousek 2014-07-28 11:50:45 UTC
*** Bug 242820 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2014-07-29 02:33:38 UTC
Integrated into 'main-silver', will be available in build *201407290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/300b5d3de2af
User: Martin Fousek <marfous@netbeans.org>
Log: #244702 - org.netbeans.modules.versioning.core.api.VCSFileProxy.exists: LowPerformance took 302451 ms.