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 218110 - 13s - org.netbeans.modules.html.navigator.HtmlNavigatorPanel.panelDeactivated()
Summary: 13s - org.netbeans.modules.html.navigator.HtmlNavigatorPanel.panelDeactivated()
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Navigator (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-09-11 09:17 UTC by Vladimir Riha
Modified: 2012-10-31 14:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192053


Attachments
nps snapshot (226.23 KB, application/nps)
2012-09-11 09:17 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-09-11 09:17:46 UTC
This issue was reported manually by vriha.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 201209110001)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Linux

User Comments:
vriha: Reproducible case:
- create 2 HTML/JavaScript projects with some js and html files
- open js file from projectA in IDE
- open html file from projectB in IDE and run it in Chrome
- switch back to js file from projectA

=> IDE is not reponsive for some time

vriha: browser refreshing after HTML was saved in IDE



Maximum slowness yet reported was 13228 ms, average is 8631
Comment 1 Vladimir Riha 2012-09-11 09:17:52 UTC
Created attachment 124145 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-10-30 15:16:08 UTC
42x org.netbeans.modules.html.navigator.Diff.equals()	1 051 ms 
39x org.netbeans.modules.html.navigator.HtmlElementNode.updateRecursively()	3 201 ms
Comment 3 Jan Becicka 2012-10-31 14:42:19 UTC
Fixed together with issue 218968