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 262646 - org.netbeans.modules.projectapi.nb.NbProjectManager$2.run: LowPerformance took 25287 ms.
Summary: org.netbeans.modules.projectapi.nb.NbProjectManager$2.run: LowPerformance too...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2016-07-01 12:09 UTC by Exceptions Reporter
Modified: 2016-07-05 01:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224972


Attachments
nps snapshot (202.01 KB, application/nps)
2016-07-01 12:09 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-07-01 12:09:51 UTC
This issue was reported manually by tstupka.
It already has 6 duplicates 


Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.66-b18, Java(TM) SE Runtime Environment, 1.8.0_66-b18
OS: Windows 7

User Comments:
GUEST: Very slow when opening the ide

GUEST: ...

GUEST: Its Java ;)

GUEST: too slow

GUEST: Opening projects

chrisjr: Opening NetBeans



Maximum slowness yet reported was 67570 ms, average is 42684
Comment 1 Exceptions Reporter 2016-07-01 12:09:54 UTC
Created attachment 160214 [details]
nps snapshot
Comment 2 Tomas Stupka 2016-07-01 12:45:29 UTC
packaging type has to be retrieved during project loading -> the whole project with all deps is read, which might take a lot of time and block the ProjectManager
Comment 3 Tomas Stupka 2016-07-04 11:01:17 UTC
fixed in jet-main #e6fe45ec8158
Comment 4 Tomas Stupka 2016-07-04 13:13:42 UTC
fixed in jet-main #26249e1f50a9
Comment 5 Quality Engineering 2016-07-05 01:48:14 UTC
Integrated into 'main-silver', will be available in build *201607050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e6fe45ec8158
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #262646 - org.netbeans.modules.projectapi.nb.NbProjectManager$2.run: LowPerformance took 25287 ms.