Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-vcm-dev] Team + Refactoring (cont.)

When a Java file is renamed, I'm getting a call to IFileModification.validateEdit with a null context. This is problematic for us. We really need to know that it is being moved before it is being edited. I'm not (personally) familiary with IFileModification, but is there any way for us get the move first before the edit attempt, or for the validateEdit to provide context that tells us this is being called as apart of a rename/move?

Thanks
David Corbin



Back to the top