62984e20644c24ef5dc17a6ef8bbeceacdf93afd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Map<String,Map<String,ExtensionPointInterface>> to Map<String,Map<String,Supplier<ExtensionPointInterface>>> in method public getMap() : Map<String,Map<String,Supplier<ExtensionPointInterface>>> in class org.pentaho.di.core.extension.ExtensionPointMap | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type extensionPointPluginMap : Table<String,String,ExtensionPointInterface> to extensionPointPluginMap : Table<String,String,Supplier<ExtensionPointInterface>> in class org.pentaho.di.core.extension.ExtensionPointMap | From | To |