[Subclipse-users] BUG: file renames don't always have a MOVE_TO or MOVE_FROM IResourceChangeEvent data
From: Alberto Ricart <aricart_at_tibco.com>
Date: 2006-08-21 21:55:51 CEST
Hello,
We are running into an issue with the IResourceChangeEvent
In terms of our application, this behaviour is catastrophic because
When project is NOT under subclipse revision control, and the user
a) we get an IResourceDelta.REMOVED, with the flags
Here's what it looks like when we print the notifications from our
MOVED_TO from: /BAR/B.person to: /BAR/C.person
MOVED_TO from: /BAR/C.person to: /BAR/D.person
MOVED_TO from: /BAR/D.person to: /BAR/E.person
MOVED_TO from: /BAR/E.person to: /BAR/F.person
When the files are under subclipse the notifications are similar so
MOVED_TO from: /foo/B.person to: /foo/C.person
MOVED_TO from: /foo/C.person to: /foo/D.person
REMOVED: /foo/D.person
[BAD, the we get a removed notification without either the MOVE_TO or
We would like subclipse to provide MOVE_TO (or MOVE_FROM) information
Thanks,
/alberto ricart
---------------------------------------------------------------------
|
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.