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 226057 - org.netbeans.api.project.ProjectManager$2.run: LowPerformance took 84054 ms.
Summary: org.netbeans.api.project.ProjectManager$2.run: LowPerformance took 84054 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-02-13 12:53 UTC by Exceptions Reporter
Modified: 2015-05-11 09:32 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198258


Attachments
nps snapshot (99.86 KB, application/nps)
2013-02-13 12:53 UTC, Exceptions Reporter
Details
nps snapshot (32.80 KB, application/nps)
2013-02-15 07:22 UTC, Alexander Simon
Details
nps snapshot (270.11 KB, application/nps)
2013-02-21 20:26 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-02-13 12:53:27 UTC
Build: NetBeans IDE 7.3 RC2 (Build 201302050851)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows 7

User Comments:
GUEST: importing java files

hearvishwas: when i was opening a project

mkleint: right clicking on git repository root in favourites view



Maximum slowness yet reported was 84054 ms, average is 27055
Comment 1 Exceptions Reporter 2013-02-13 12:53:30 UTC
Created attachment 131344 [details]
nps snapshot
Comment 2 Milos Kleint 2013-02-13 13:53:37 UTC
refactoring's ClipboardComvertor gets classpath which eventually calls FOQ + ProjectManager.findProject() in this case it's stuck on project mutex waiting for other thread's write access, but in general can also wait on project loading itself.
please evaulate if the clipboard convertor has to do that.
Comment 3 Alexander Simon 2013-02-15 07:22:48 UTC
Created attachment 131417 [details]
nps snapshot

open remote project
Comment 4 Exceptions Reporter 2013-02-21 20:26:03 UTC
Created attachment 131694 [details]
nps snapshot

Eu apenas abri um arquivo .php (I just open a file .php)
Comment 5 Ralph Ruijs 2015-05-11 09:32:33 UTC
(In reply to Milos Kleint from comment #2)
> refactoring's ClipboardComvertor gets classpath which eventually calls FOQ +
> ProjectManager.findProject() in this case it's stuck on project mutex
> waiting for other thread's write access, but in general can also wait on
> project loading itself.
> please evaulate if the clipboard convertor has to do that.

canMove checks if the file moved is from an opened project, not much we can change there.