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 218908

Summary: Accessing file system in EDT: hover mercurial menu item
Product: versioncontrol Reporter: Egor Ushakov <gorrus>
Component: MercurialAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 218138    
Attachments: stacktrace

Description Egor Ushakov 2012-09-24 13:07:44 UTC
steps to reproduce:
- I do not have any repository
- have opened a project
- clicked on Team main menu item
- selected Mercurial
And got 3 accesses to file system from EDT, which could freeze UI if slow NFS file system is used. See stacktrace attached.
Comment 1 Egor Ushakov 2012-09-24 13:08:18 UTC
Created attachment 124807 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-10-26 11:16:22 UTC
How does it block bug #218138? Do you have a profiler snapshot where i can see that cnd editor is blocked by mercurial?
Comment 3 Egor Ushakov 2012-10-26 17:03:54 UTC
It does not block the editor, agree.
Anyway, have you tried it with nfs mounted projects?
I will try to reproduce it.
Comment 4 Egor Ushakov 2012-10-31 17:09:44 UTC
please have a look at:
http://statistics.netbeans.org/analytics/detail.do?id=189218
it is not exactly the same stack, but from the same place (MercurialAnnotator.getActions)
Comment 5 Ondrej Vrabec 2012-10-31 19:06:20 UTC

*** This bug has been marked as a duplicate of bug 221187 ***