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 117638 - IDE hangs during downloading
Summary: IDE hangs during downloading
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 14:54 UTC by kozlov
Modified: 2008-02-22 13:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kozlov 2007-10-03 14:54:27 UTC
Reproduced in build071002.

Steps to reproduce:

- create server record in services tab;
- create PHP project associated with created server;
- invoke download on project.

IDE hangs till finishing copying files.
Comment 1 Andrew Korostelev 2007-10-26 15:16:53 UTC
fixed.
Ability to run command in separate thread wasn't implemented.
Now behavior is the same as in CollableSystemAction:
depends on system property org.openide.util.actions.CallableSystemAction.synchronousByDefault
Comment 2 kozlov 2007-10-29 18:09:29 UTC
Verified in build071018.