ea755667a40119d97bfee467166fbcd5339995f5
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type ExtendedModuleCommandFactory to ModuleCommandFactory in method public getModuleCommandFactory() : ModuleCommandFactory in class org.infinispan.commands.module.ModuleCommandExtensions | From | To | |
Change Return Type ExtendedModuleCommandFactory to ModuleCommandFactory in method public getModuleCommandFactory() : ModuleCommandFactory in class org.infinispan.query.impl.QueryModuleCommandExtensions | From | To | |
Change Return Type ExtendedModuleCommandFactory to ModuleCommandFactory in method public getModuleCommandFactory() : ModuleCommandFactory in class org.infinispan.remoting.rpc.TestModuleCommandExtensions | From | To | |
Change Variable Type | 2 | ||
Change Variable Type cmdFactory : ExtendedModuleCommandFactory to cmdFactory : ModuleCommandFactory in method public loadModuleCommandHandlers(cl ClassLoader) : void in class org.infinispan.util.ModuleProperties | From | To | |
Change Variable Type mcf : ExtendedModuleCommandFactory to mcf : ModuleCommandFactory in method public fromStream(id byte, parameters Object[], type byte, cacheName String) : CacheRpcCommand in class org.infinispan.commands.RemoteCommandsFactory | From | To |