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 182840

Summary: 44s - web.project.WebActionProvider.getTargetNames()
Product: javaee Reporter: Exceptions Reporter <exceptions_reporter>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED FIXED    
Severity: normal CC: jcampuzano, neilg
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 160715
Attachments: nps snapshot
nps snapshot

Description Exceptions Reporter 2010-03-26 04:56:06 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP

User Comments:
GUEST: change the server jboss to another and change deploy

GUEST: Open the Help menu and hover the cursor somewhere in the Javadoc section.

neilg: Expand Libraries node in maven webapp within Projects pane



Maximum slowness yet reported was 44032 ms, average is 18124
Comment 1 Exceptions Reporter 2010-03-26 04:56:11 UTC
Created attachment 95877 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2010-03-29 11:38:38 UTC
org.netbeans.modules.web.project.WebActionProvider.getTargetNames()
Comment 3 David Konecny 2010-04-08 22:48:56 UTC
See also http://netbeans.org/bugzilla/show_bug.cgi?id=178978 where Jesse wrote:

#349605, #339615, #331018: WebActionProvider.getTargetNames calls
GlobalPathRegistry.getSourceRoots, which can be time-consuming when a lot of
projects are open. ("we find all projects containg a web service" - is this
really necessary? can it be precomputed, or done asynch with a progress
notification?)
Comment 4 jcampuzano 2010-05-12 09:31:25 UTC
Created attachment 98828 [details]
nps snapshot
Comment 5 David Konecny 2010-08-11 03:09:09 UTC
Likely fixed as action provider was reused from J2SE project.