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 229671 - Accessing file system in EDT: CloneableEditor.updateName
Summary: Accessing file system in EDT: CloneableEditor.updateName
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 218138
  Show dependency tree
 
Reported: 2013-05-13 16:09 UTC by Egor Ushakov
Modified: 2013-05-15 12:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktraces (24.14 KB, text/plain)
2013-05-13 16:09 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2013-05-13 16:09:32 UTC
Created attachment 134384 [details]
stacktraces

During file opening there are several places where IDE access file system from EDT, this may cause UI freeze if project is located on slow filesystem, e.g. NFS.
Comment 1 Egor Ushakov 2013-05-13 17:04:29 UTC
It is much worse than it was before, probably because of the fix for bug 228448:
http://hg.netbeans.org/cnd-main/rev/251074
Now there are much much more calls to updateName.