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 252562 - org.netbeans.modules.maven.embedder.EmbedderFactory.getProjectEmbedder: LowPerformance took 24330 ms.
Summary: org.netbeans.modules.maven.embedder.EmbedderFactory.getProjectEmbedder: LowPe...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-05-24 04:07 UTC by Exceptions Reporter
Modified: 2015-06-03 02:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217491


Attachments
nps snapshot (244.09 KB, application/nps)
2015-05-24 04:07 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-05-24 04:07:04 UTC
This bug was originally marked as duplicate of bug 243640, 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.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: I don
Comment 1 Exceptions Reporter 2015-05-24 04:07:08 UTC
Created attachment 153831 [details]
nps snapshot
Comment 2 Tomas Stupka 2015-05-25 08:53:56 UTC
loading a project might block awt. 
Please evaluate if this really has to be done during init of JaxWSDataObject

eventually feel free to close ...
Comment 3 Jan Stola 2015-06-01 11:44:57 UTC
(In reply to Tomas Stupka from comment #2)
> Please evaluate if this really has to be done during init of JaxWSDataObject

It doesn't seem to be necessary to call this from createNodeDelegate() synchronously. I have moved this call to request processor.

Modified file: https://hg.netbeans.org/web-main/rev/5580a439554f
Comment 4 Quality Engineering 2015-06-03 02:27:30 UTC
Integrated into 'main-silver', will be available in build *201506030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5580a439554f
User: Jan Stola <jstola@netbeans.org>
Log: #252562: org.netbeans.modules.maven.embedder.EmbedderFactory.getProjectEmbedder: LowPerformance