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 242541

Summary: org.netbeans.modules.html.editor.gsf.HtmlStructureItem.runTask: LowPerformance took 20150 ms.
Product: javaee Reporter: Exceptions Reporter <exceptions_reporter>
Component: Expression LanguageAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal CC: jherkel
Priority: P3 Keywords: PERFORMANCE
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 204990
Attachments: nps snapshot

Description Exceptions Reporter 2014-03-04 10:24:51 UTC
Build: NetBeans IDE 8.0 RC1 (Build 201402242200)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: Trying to edit file on VirtualBox Samba share

GUEST: When formatting code in xhtml file.



Maximum slowness yet reported was 25223 ms, average is 22686
Comment 1 Exceptions Reporter 2014-03-04 10:24:55 UTC
Created attachment 145742 [details]
nps snapshot
Comment 2 Marek Fukala 2014-07-24 12:39:33 UTC
I've checked the two freshest snapshots and the reason is the same in both: o.n.m.web.el.hints.ELHintsProvider takes all the time in parsing thread.
Comment 3 Martin Fousek 2014-07-25 06:27:54 UTC
*** Bug 242079 has been marked as a duplicate of this bug. ***
Comment 4 Martin Fousek 2014-07-25 08:04:16 UTC
CC library caches its components map and invalidates it on indexers basis.

Fixed in web-main #8a26063f22ec.
Comment 5 Martin Fousek 2014-07-25 08:12:33 UTC
*** Bug 241159 has been marked as a duplicate of this bug. ***
Comment 6 Quality Engineering 2014-07-26 01:24:26 UTC
Integrated into 'main-silver', will be available in build *201407260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8a26063f22ec
User: Martin Fousek <marfous@netbeans.org>
Log: #242541 - org.netbeans.modules.html.editor.gsf.HtmlStructureItem.runTask: LowPerformance took 20150 ms.