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 236779 - org.netbeans.modules.apisupport.project.universe.ModuleList.parseSuiteProperties: LowPerformance took 47012 ms.
Summary: org.netbeans.modules.apisupport.project.universe.ModuleList.parseSuitePropert...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-10-04 17:55 UTC by javydreamercsw
Modified: 2013-10-08 07:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170985


Attachments
nps snapshot (490.25 KB, application/nps)
2013-10-04 17:55 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2013-10-04 17:55:15 UTC
Build: NetBeans IDE Dev (Build 201310010002)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
javydreamercsw: Again, trying right click on the module.

GUEST: initializing a large project



Maximum slowness yet reported was 47012 ms, average is 39135
Comment 1 javydreamercsw 2013-10-04 17:55:21 UTC
Created attachment 140815 [details]
nps snapshot
Comment 2 Martin Kozeny 2013-10-08 07:01:30 UTC
It is caused by invoking recursive action for getting set of subprojects - see https://netbeans.org/bugzilla/show_bug.cgi?id=80911. This was later reverted (now it depends whether recursivness of subprojects is implemented for particular type of project) -> try http://bits.netbeans.org/download/trunk/nightly/latest/ and it should work now. Now we will see, if there will be slowness again, b/c invoking method getSubprojects() on SubprojectProvider can sometimes load projects, whose were garbaged earlier or not loaded already. Closing for now, if problem remains, feel free to reopen.