5ec6a55e7aa7e37faf76966bcffc2e3c510ac920
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public hasCluster(iServer String, iClusterName String) : boolean renamed to public isServerContainingCluster(server String, cluster String) : boolean in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
Extract Variable | 1 | ||
Extract Variable dCfg : ODistributedConfiguration in method public execute(requestId ODistributedRequestId, iServer OServer, iManager ODistributedServerManager, database ODatabaseDocumentInternal) : Object from class com.orientechnologies.orient.server.distributed.impl.task.OTxTask | From | To | |
Rename Parameter | 2 | ||
Rename Parameter iClusterName : String to cluster : String in method public isServerContainingCluster(server String, cluster String) : boolean in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
Rename Parameter iServer : String to server : String in method public isServerContainingCluster(server String, cluster String) : boolean in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To |