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 39866 - Copying and Pasting of a big folder blocks awt-queue
Summary: Copying and Pasting of a big folder blocks awt-queue
Status: VERIFIED DUPLICATE of bug 39640
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: PERFORMANCE
Depends on: 39640
Blocks:
  Show dependency tree
 
Reported: 2004-02-10 10:28 UTC by pzajac
Modified: 2008-12-22 23:37 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
blocked awt-qeue (6.71 KB, text/plain)
2004-02-10 10:29 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-02-10 10:28:55 UTC
[200402081900]
Steps to reproduction:
1) Mount root of openide module
2) perfom copy on all folder of the openide filesystem
3) paste it to the another filesystem

This issue is regression. It is probably caused by
change in action.
Comment 1 pzajac 2004-02-10 10:29:34 UTC
Created attachment 13340 [details]
blocked awt-qeue
Comment 2 Jaroslav Tulach 2004-02-10 14:14:07 UTC
My suggestion is here:
http://www.netbeans.org/servlets/ReadMsg?msgId=690782&listName=nbdev
Comment 3 _ ttran 2004-02-16 08:46:26 UTC
-> pnejedly
Comment 4 Petr Nejedly 2004-02-17 09:06:59 UTC
For 3.6, I'd go for simplest and proven solution - reintroduce
replanning of some actions through ActionManager.
I do know we'll need to rewrite the code later, but we'd need to
rewrite it anyway.
Sorry, but I see no better alternative available _now_.
Comment 5 Jaroslav Tulach 2004-02-17 11:47:51 UTC
Fixed as part of issue 39640.

*** This issue has been marked as a duplicate of 39640 ***
Comment 6 pzajac 2004-02-25 12:13:41 UTC
verified duplicate