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 - Accessing file system in EDT: hover mercurial menu item
Summary: Accessing file system in EDT: hover mercurial menu item
Status: RESOLVED DUPLICATE of bug 221187
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 218138
  Show dependency tree
 
Reported: 2012-09-24 13:07 UTC by Egor Ushakov
Modified: 2012-10-31 19:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (3.19 KB, text/plain)
2012-09-24 13:08 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***