I want to rename a java class file and edit it, all within one change list.
Specifically, I want to do the following in one change list:
- branch the new file (I know how to do this.)
- remove the old file (I know how to do this.)
- edit the new file to change class and constructor names. (I don't know
how to do this part.)
Can this be done? I've read the best way to rename a file is to
use the integrate option, as this keeps revision history, so I've
been telling our Developers to do this. My concern is potential
build breaks, if one developer has the new file name, but not
with the changes in it.