edba4194e8f0f33568eb73c1f64f98099c710349
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testRenameJob() : void renamed to public renameJob_FailsIfANameConflictOccurs() : void in class org.pentaho.di.repository.pur.PurRepositoryTest | From | To | |
Rename Variable | 2 | ||
Rename Variable file : RepositoryFile to beforeRename : RepositoryFile in method private renameTransOrJob(idObject ObjectId, versionComment String, newDirectory RepositoryDirectoryInterface, newName String, objectType RepositoryObjectType, errorMsgKey String) : ObjectId in class org.pentaho.di.repository.pur.PurRepository | From | To | |
Rename Variable fileBeforeRename : RepositoryFile to beforeRename : RepositoryFile in method private renameTransOrJob(idObject ObjectId, versionComment String, newDirectory RepositoryDirectoryInterface, newName String, objectType RepositoryObjectType, errorMsgKey String) : ObjectId in class org.pentaho.di.repository.pur.PurRepository | From | To | |
Extract Method | 3 | ||
Extract Method private renameTransOrJob(idObject ObjectId, versionComment String, newDirectory RepositoryDirectoryInterface, newName String, objectType RepositoryObjectType, errorMsgKey String) : ObjectId extracted from public renameJob(idJobForRename ObjectId, versionComment String, newDirectory RepositoryDirectoryInterface, newJobName String) : ObjectId in class org.pentaho.di.repository.pur.PurRepository | From | To | |
Extract Method private renameTransOrJob(idObject ObjectId, versionComment String, newDirectory RepositoryDirectoryInterface, newName String, objectType RepositoryObjectType, errorMsgKey String) : ObjectId extracted from public renameTransformation(idTransformation ObjectId, versionComment String, newDirectory RepositoryDirectoryInterface, newName String) : ObjectId in class org.pentaho.di.repository.pur.PurRepository | From | To | |
Extract Method private getPublicDir() : RepositoryDirectoryInterface extracted from public testRenameJob() : void in class org.pentaho.di.repository.pur.PurRepositoryTest | From | To | |
Rename Parameter | 4 | ||
Rename Parameter idJobForRename : ObjectId to idObject : ObjectId in method private renameTransOrJob(idObject ObjectId, versionComment String, newDirectory RepositoryDirectoryInterface, newName String, objectType RepositoryObjectType, errorMsgKey String) : ObjectId in class org.pentaho.di.repository.pur.PurRepository | From | To | |
Rename Parameter newJobName : String to newName : String in method private renameTransOrJob(idObject ObjectId, versionComment String, newDirectory RepositoryDirectoryInterface, newName String, objectType RepositoryObjectType, errorMsgKey String) : ObjectId in class org.pentaho.di.repository.pur.PurRepository | From | To | |
Rename Parameter newName : String to newTransName : String in method public renameTransformation(idTransForRename ObjectId, versionComment String, newDirectory RepositoryDirectoryInterface, newTransName String) : ObjectId in class org.pentaho.di.repository.pur.PurRepository | From | To | |
Rename Parameter idTransformation : ObjectId to idTransForRename : ObjectId in method public renameTransformation(idTransForRename ObjectId, versionComment String, newDirectory RepositoryDirectoryInterface, newTransName String) : ObjectId in class org.pentaho.di.repository.pur.PurRepository | From | To |