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 238287 - org.netbeans.modules.projectapi.AuxiliaryConfigBasedPreferencesProvider.findProvider: LowPerformance took 24877 ms.
Summary: org.netbeans.modules.projectapi.AuxiliaryConfigBasedPreferencesProvider.findP...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Eclipse project importer (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@projects
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-11-13 03:48 UTC by Exceptions Reporter
Modified: 2016-07-07 08:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179221


Attachments
nps snapshot (37.48 KB, application/nps)
2013-11-13 03:48 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-11-13 03:48:40 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: Opening Large Netbeans Platform based RCP seems slow in scanning the projects (around 13 modules)



Maximum slowness yet reported was 184713 ms, average is 104795
Comment 1 Exceptions Reporter 2013-11-13 03:48:41 UTC
Created attachment 142113 [details]
nps snapshot
Comment 2 Milos Kleint 2013-11-13 07:13:51 UTC
awt waits on project loading thread that spends time in
1. loading classpath jars
2. XmlUtils.validate()
Comment 3 Milos Kleint 2013-12-02 11:57:20 UTC
eclipse importer's action isEnabled() method is calling the code that's waiting for other threads to finish. Maybe it can be improved?
Comment 4 Martin Balin 2016-07-07 08:37:28 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss