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 169350 - [maven project] maven project properties dialog slowness
Summary: [maven project] maven project properties dialog slowness
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-28 15:17 UTC by matusdekanek
Modified: 2010-10-13 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
profiler log (opening and closing the properties dialog) (118.24 KB, text/plain)
2009-07-28 15:35 UTC, matusdekanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matusdekanek 2009-07-28 15:17:38 UTC
Product Version: NetBeans IDE Dev (Build 200907280201)
Java: 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02
System: Linux version 2.6.28-13-generic running on i386; UTF-8; en_US (nb)

open the hudson project (or some other big maven project)
wait until the project is scanned (even a few minutes)
invoke popup menu on the project node and select 'properties' action
the IDE is frozen cca 2 minutes until the dialog appears. moreover, the dialog is responding extremely slowly.
Comment 1 matusdekanek 2009-07-28 15:35:23 UTC
Created attachment 85357 [details]
profiler log (opening and closing the properties dialog)
Comment 2 Antonin Nebuzelsky 2010-10-13 08:54:21 UTC
The snapshot shows the time spent in initializing Maven embedder. A lot has changed with the change from maven2 to maven3 in the current codebase. Closing as worksforme now.