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 234987 - org.netbeans.api.project.ProjectManager$2.run: LowPerformance took 21228 ms.
Summary: org.netbeans.api.project.ProjectManager$2.run: LowPerformance took 21228 ms.
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-08-26 05:52 UTC by Exceptions Reporter
Modified: 2015-05-18 17:08 UTC (History)
15 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203222


Attachments
nps snapshot (370.00 KB, application/nps)
2013-08-26 05:52 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-08-26 05:52:25 UTC
Build: NetBeans IDE Dev (Build 201308012300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
GUEST: restart IDE

libai58: open ide



Maximum slowness yet reported was 21228 ms, average is 13661
Comment 1 Exceptions Reporter 2013-08-26 05:52:29 UTC
Created attachment 139227 [details]
nps snapshot
Comment 2 Milos Kleint 2013-08-26 06:12:47 UTC
j2ee related data loader/data object  should not care what project is belongs to.
reassigning.

the other dump is related to css(web component), I recall splitting both cases from a generic projects issue, but they got somehow merged again here. So there's at least a number of other dumps for each of these cases somewhere out there in the exception reporter.
Comment 3 Alexander Simon 2014-08-26 08:13:16 UTC
42 reports => P2
Comment 4 Petr Hejl 2015-04-22 12:45:32 UTC
I'm not sure about the history of this issue. I went through the latest 5 snapshots. Four of them are related to Maven project loading. One of them looks like slow filesystem (native calls being slow). Reassigning.
Comment 5 Tomas Stupka 2015-05-18 17:08:45 UTC
ProjectManager.findProject might block or might have to load a project which can take some time ... calling it in awt should be avoided

went through reports from 8.0.2 and filed separate issues to cover the particular cases - #252471, #252468, #252467, #252466, #252465, #252464, #252462, #252460

closing this one