4d2b5fe9898155ca3783e16f884047aa0d03e8e1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected getPath(path String) : String renamed to protected getRepositoryRelativePath(path String) : String in class org.pentaho.di.ui.trans.step.BaseStreamingDialog | From | To | |
Rename Method protected createTransMeta() : TransMeta renamed to protected createSubTransMeta() : TransMeta in class org.pentaho.di.ui.trans.step.BaseStreamingDialog | From | To | |
Rename Variable | 2 | ||
Rename Variable newTransMeta : TransMeta to newSubTransMeta : TransMeta in method protected createNewSubtrans() : void in class org.pentaho.di.ui.trans.step.BaseStreamingDialog | From | To | |
Rename Variable fileName : String to filePath : String in method protected selectFile(fileWidget TextVar, fileFilters String[]) : Optional<String> in class org.pentaho.di.ui.trans.step.BaseStreamingDialog | From | To | |
Inline Method | 1 | ||
Inline Method protected saveToRepository(newTransMeta TransMeta) : void inlined to protected createNewSubtrans() : void in class org.pentaho.di.ui.trans.step.BaseStreamingDialog | From | To | |
Extract Method | 1 | ||
Extract Method protected getRelativePath(filePath String) : String extracted from protected selectFile(fileWidget TextVar, fileFilters String[]) : Optional<String> in class org.pentaho.di.ui.trans.step.BaseStreamingDialog | From | To |