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 218723

Summary: 3.1s - rename in AWT on some dataobject backed by VCS
Product: platform Reporter: misterm <misterm>
Component: NodesAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PERFORMANCE
Priority: P4    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 192116
Attachments: nps snapshot

Description misterm 2012-09-21 03:50:44 UTC
This issue was reported manually by misterm.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 20120920-ad97dbe704b6)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
GUEST: Copying a class



Maximum slowness yet reported was 30165 ms, average is 16641
Comment 1 misterm 2012-09-21 03:50:48 UTC
Created attachment 124672 [details]
nps snapshot
Comment 2 Tomas Stupka 2012-11-09 18:39:20 UTC
rename in awt
Comment 3 Jaroslav Tulach 2012-11-14 07:47:22 UTC
there is an API to allow any node to reschedule the rename out of EDT. But in this case all DataObject would have to do it, which may be seen as an incompatible change.