2942b6a6d1fe8725b6d724b24e8b51fb684305bd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable jarfiles : List<String> to jarFiles : List<String> in method private createClassLoader(plugin PluginInterface) : KettleURLClassLoader in class org.pentaho.di.core.plugins.PluginRegistry | From | To | |
Change Variable Type | 5 | ||
Change Variable Type list : List<String> to list : Set<String> in method public getPluginPackages(pluginType Class<? extends PluginTypeInterface>) : List<String> in class org.pentaho.di.core.plugins.PluginRegistry | From | To | |
Change Variable Type list : List<PluginInterface> to list : Set<PluginInterface> in method public removePlugin(pluginType Class<? extends PluginTypeInterface>, plugin PluginInterface) : void in class org.pentaho.di.core.plugins.PluginRegistry | From | To | |
Change Variable Type listeners : List<PluginTypeListener> to listeners : Set<PluginTypeListener> in method public registerPlugin(pluginType Class<? extends PluginTypeInterface>, plugin PluginInterface) : void in class org.pentaho.di.core.plugins.PluginRegistry | From | To | |
Change Variable Type typeInterfaces : List<PluginInterface> to typeInterfaces : Set<PluginInterface> in method public findPluginsByFolder(folder URL) : List<PluginInterface> in class org.pentaho.di.core.plugins.PluginRegistry | From | To | |
Change Variable Type listeners : List<PluginTypeListener> to listeners : Set<PluginTypeListener> in method public removePlugin(pluginType Class<? extends PluginTypeInterface>, plugin PluginInterface) : void in class org.pentaho.di.core.plugins.PluginRegistry | From | To | |
Inline Variable | 1 | ||
Inline Variable packageName : String in method public getPluginPackages(pluginType Class<? extends PluginTypeInterface>) : List<String> from class org.pentaho.di.core.plugins.PluginRegistry | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type pluginMap : Map<Class<? extends PluginTypeInterface>,List<PluginInterface>> to pluginMap : Map<Class<? extends PluginTypeInterface>,Set<PluginInterface>> in class org.pentaho.di.core.plugins.PluginRegistry | From | To | |
Change Attribute Type categoryMap : Map<Class<? extends PluginTypeInterface>,List<String>> to categoryMap : Map<Class<? extends PluginTypeInterface>,Set<String>> in class org.pentaho.di.core.plugins.PluginRegistry | From | To | |
Change Attribute Type listeners : Map<Class<? extends PluginTypeInterface>,List<PluginTypeListener>> to listeners : Map<Class<? extends PluginTypeInterface>,Set<PluginTypeListener>> in class org.pentaho.di.core.plugins.PluginRegistry | From | To |