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 - org.netbeans.modules.versioning.core.api.VCSFileProxy.exists: LowPerformance took 302451 ms.
Summary: org.netbeans.modules.versioning.core.api.VCSFileProxy.exists: LowPerformance ...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: PERFORMANCE
: 242820 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-05-23 21:09 UTC by Exceptions Reporter
Modified: 2014-07-29 02:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209906


Attachments
nps snapshot (1.20 MB, application/nps)
2014-05-23 21:09 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.