69eb31570a800b531ad686c08496bb74c1dd47cf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable initial : String to name : String in method private saveJob(job JobMeta, name String, directory RepositoryDirectoryInterface) : void in class org.pentaho.di.repository.pur.PurRepositoryTest | From | To | |
Change Variable Type | 4 | ||
Change Variable Type trans : RepositoryElementInterface to trans : TransMeta in method public renameTrans_FailsIfANameConflictOccurs() : void in class org.pentaho.di.repository.pur.PurRepositoryTest | From | To | |
Change Variable Type job : RepositoryElementInterface to job : JobMeta in method public renameJob_FailsIfANameConflictOccurs() : void in class org.pentaho.di.repository.pur.PurRepositoryTest | From | To | |
Change Variable Type job : RepositoryElementInterface to job : JobMeta in method public renameJob_Successfully() : void in class org.pentaho.di.repository.pur.PurRepositoryTest | From | To | |
Change Variable Type trans : RepositoryElementInterface to trans : TransMeta in method public renameTrans_Successfully() : void in class org.pentaho.di.repository.pur.PurRepositoryTest | From | To | |
Extract Method | 3 | ||
Extract Method private saveJob(job JobMeta, name String, directory RepositoryDirectoryInterface) : void extracted from public renameJob_FailsIfANameConflictOccurs() : void in class org.pentaho.di.repository.pur.PurRepositoryTest | From | To | |
Extract Method private saveTrans(trans TransMeta, name String, directory RepositoryDirectoryInterface) : void extracted from public renameTrans_FailsIfANameConflictOccurs() : void in class org.pentaho.di.repository.pur.PurRepositoryTest | From | To | |
Extract Method private saveJob(job JobMeta, name String, directory RepositoryDirectoryInterface) : void extracted from public renameJob_Successfully() : void in class org.pentaho.di.repository.pur.PurRepositoryTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter jobName : String to transName : String in method private assertTransExistsIn(dir RepositoryDirectoryInterface, transName String, assertMessage String) : void in class org.pentaho.di.repository.pur.PurRepositoryTest | From | To |