Santamerina / wt-commons

Automatically exported from code.google.com/p/wt-commons
0 stars 0 forks source link

ResourceHelperImpl.moveFile(IUIContext, IPath, IPath) needs rework #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
org.wtc.eclipse.platform.internal.helpers.impl.ResourceHelperImpl.moveFile(IUICo
ntext,
IPath, IPath)

The current implementation is dodgy at best.  The issue is that in the
clobber case a new dialog pops (with the same label as the first) that
announces an overwrite is about to occur but you need to click "Continue"
to proceed.  The current fix, attempts to handle this with a special shell
handler that looks for that shell with "Continue" enabled. Unfortunately
there appears to be a race in the implementation and I've seen a few
failures (intermittent).

More details are here: http://code.google.com/p/wt-commons/source/detail?r=160

Original issue reported on code.google.com by phil.qui...@gmail.com on 16 Apr 2009 at 5:40

GoogleCodeExporter commented 9 years ago

Original comment by jhouston.mail@gmail.com on 29 Apr 2009 at 3:28