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 171796 - [properties dialog] 'actions' node loading extremely slow on large projects
Summary: [properties dialog] 'actions' node loading extremely slow on large projects
Status: RESOLVED DUPLICATE of bug 169359
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 11:12 UTC by matusdekanek
Modified: 2009-09-25 10:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
profiler snapshot (85.02 KB, text/plain)
2009-09-09 11:13 UTC, matusdekanek
Details

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

-Open some big maven projects (with several maven subprojects)
-invoke properties
-in properties winodw click on 'actions' node
The dialog freezes for a few minutes, processor usage is 100%.
I attach also profiler log.
Comment 1 matusdekanek 2009-09-09 11:13:19 UTC
Created attachment 87344 [details]
profiler snapshot
Comment 2 Milos Kleint 2009-09-16 07:22:57 UTC
a duplicate of something you fixed yesterday, dafe?
Comment 3 David Simonek 2009-09-22 12:52:15 UTC
Yes, I studied snapshot carefully and it is indeed duplicate of 169359. Matus please would you verify my fix on your
complex maven project, thank you. Btw the complete time you measured was so high because as I see from the snapshot,
maven support was also downloading libraries javadoc's and sources, so the system was pretty busy.

*** This issue has been marked as a duplicate of 169359 ***
Comment 4 matusdekanek 2009-09-25 10:10:50 UTC
Seems much better now, invoking the 'actions' node lasts only up to 2-3 seconds. 
The slowness reporter has reported 4 seconds slowness on formatting node though, I think it is already reported elsewhere.