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

Summary: Accessing file system in EDT: CloneableEditor.updateName
Product: platform Reporter: Egor Ushakov <gorrus>
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: issues
Priority: P3 Keywords: PERFORMANCE
Version: 7.4   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 218138    
Attachments: stacktraces

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.