153c5f9095c5672bab2a992f28184ea03bd5893e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type evt : SpoonLifeCycleEvent to evt : SpoonLifecycleListener.SpoonLifeCycleEvent in method public notifyLifecycleListeners(evt SpoonLifecycleListener.SpoonLifeCycleEvent) : void in class org.pentaho.di.ui.spoon.SpoonPluginManager | From | To | |
Extract Method | 1 | ||
Extract Method package getPluginRegistry() : PluginRegistry extracted from private SpoonPluginManager() in class org.pentaho.di.ui.spoon.SpoonPluginManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type plugins : List<SpoonPluginInterface> to plugins : Map<Object,SpoonPluginInterface> in class org.pentaho.di.ui.spoon.SpoonPluginManager | From | To |