create and add to VSS the class a.Foo
create empty package b
invoke Refesh in Changes view (b disappears from list - separate issue)
refactor/move Foo to b
error message appears that b.Foo is not existing file
after action is completed 2 classes Foo exists, both with package b package statement, one - modified (in a), one - added (in b)
Description
create and add to VSS the class a.Foo
create empty package b
invoke Refesh in Changes view (b disappears from list - separate issue)
refactor/move Foo to b
error message appears that b.Foo is not existing file
after action is completed 2 classes Foo exists, both with package b package statement, one - modified (in a), one - added (in b)