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 - 3.1s - rename in AWT on some dataobject backed by VCS
Summary: 3.1s - rename in AWT on some dataobject backed by VCS
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-09-21 03:50 UTC by misterm
Modified: 2012-11-30 16:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192116


Attachments
nps snapshot (41.37 KB, application/nps)
2012-09-21 03:50 UTC, misterm
Details

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