835e9cc96f31eac64e1aafd73e7b6ca8b010ab7d
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 37
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private addFileToResultFilesname(file FileObject) : void renamed to private addFileToResultFilesName(file FileObject) : void in class org.pentaho.di.trans.steps.loadfileinput.LoadFileInput | From | To | |
Extract Variable | 1 | ||
Extract Variable repositoryPluginType : RepositoryPluginType in method private registerUIPluginObjectTypes() : void from class org.pentaho.di.ui.spoon.Spoon | From | To | |
Change Variable Type | 1 | ||
Change Variable Type pluginClassNames : List<String> to pluginClassNames : Set<String> in method private registerType(pluginType PluginTypeInterface) : void in class org.pentaho.di.core.plugins.PluginRegistry | From | To |