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 262733 - org.netbeans.modules.maven.NbArtifactFixer.resolve: LowPerformance took 26247 ms.
Summary: org.netbeans.modules.maven.NbArtifactFixer.resolve: LowPerformance took 26247...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2016-07-08 10:10 UTC by IrianR
Modified: 2016-07-13 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225132


Attachments
nps snapshot (412.65 KB, application/nps)
2016-07-08 10:10 UTC, IrianR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IrianR 2016-07-08 10:10:03 UTC
This bug was originally marked as duplicate of bug 253645, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201607070002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 7

User Comments:
IrianR: started up tIDE after a full system reboot.



Maximum slowness yet reported was 26247 ms, average is 26247
Comment 1 IrianR 2016-07-08 10:10:06 UTC
Created attachment 160316 [details]
nps snapshot
Comment 2 Tomas Stupka 2016-07-13 08:54:34 UTC
in AWT o.n.m.j2ee.ddloaders.web.DDDataObject.init() -> .refreshSourceFolders() -> which triggers the time demanding loading of a maven project
please evaluate if it is not enough to compute the srcRoots only when they are needed ( only in .operationDelete() ) and not already during DDDataObject creation