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 236329 - org.netbeans.core.execution.ExecutorTaskImpl.result: LowPerformance took 24781 ms.
Summary: org.netbeans.core.execution.ExecutorTaskImpl.result: LowPerformance took 2478...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-09-24 14:18 UTC by Exceptions Reporter
Modified: 2014-02-06 12:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204109


Attachments
nps snapshot (133.60 KB, application/nps)
2013-09-24 14:18 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-09-24 14:18:50 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) Client VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows XP

User Comments:
GUEST: loading a project for j2ee

GUEST: sample project from Vaadin plug-in



Maximum slowness yet reported was 77063 ms, average is 50922
Comment 1 Exceptions Reporter 2013-09-24 14:18:52 UTC
Created attachment 140416 [details]
nps snapshot
Comment 2 Petr Hejl 2014-01-10 14:48:47 UTC
All three snapshots seems to be maven related.
Comment 3 Milos Kleint 2014-01-20 09:52:35 UTC
primarily a problem in vaadin codebase, which is being invoked in AWT but effectively waits for the maven archetype creation build to finish.

in general the delegation as used by the vaadin plugin can be tricky as the implementation of the wizard iterator that is being delegated to can change.
Ideally vaadin plugin should just use ArchetypeWizards.createFromArchetype() but I don't have enough insight into the vaadin codebase to be sure it's enough.

closing as wontfix as the problem is in 3rd party codebase. a pull request created for the vaadin devs to integrate that should fix the problem I believe. https://github.com/vaadin/netbeans-plugin/pull/1
Comment 4 Denis Anisimov 2014-02-06 12:33:23 UTC
http://dev.vaadin.com/ticket/13307