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 253496 - org.netbeans.api.project.ProjectManager.findProject: LowPerformance took 23694 ms.
Summary: org.netbeans.api.project.ProjectManager.findProject: LowPerformance took 2369...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-07-15 11:20 UTC by Exceptions Reporter
Modified: 2015-07-21 01:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218556


Attachments
nps snapshot (56.98 KB, application/nps)
2015-07-15 11:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-07-15 11:20:43 UTC
This issue was reported manually by tstupka.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
GUEST: Very slow to start netbeans. Slow to pull up project files.



Maximum slowness yet reported was 23694 ms, average is 23694
Comment 1 Exceptions Reporter 2015-07-15 11:20:46 UTC
Created attachment 154647 [details]
nps snapshot
Comment 2 Tomas Stupka 2015-07-15 11:26:28 UTC
in awt
org.netbeans.modules.i18n.I18nAction.enable() -> FOQ
where FOQ is being blocked by a concurrently running project open

unfortunately, there isn't much we can do about it in projects.
please evaluate if there is a way around it
e.g. if projects are being opened then simply keep the action enabled and test for enabled in .performAction()

seems to be also the case for InsertI18nStringAction

otherwise feel free to close
thanks
Comment 3 Ralph Ruijs 2015-07-20 07:06:31 UTC
changeset:   cd6aa12ac71a
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Jul 20 09:05:12 2015 +0200
summary:     #253496 - org.netbeans.api.project.ProjectManager.findProject: LowPerformance took 23694 ms.
Comment 4 Quality Engineering 2015-07-21 01:19:32 UTC
Integrated into 'main-silver', will be available in build *201507210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cd6aa12ac71a
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #253496 - org.netbeans.api.project.ProjectManager.findProject: LowPerformance took 23694 ms.