deca9d1729180a11c53fcd6d465aff5e32189224
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getLocalCluster(iClusterNames Collection<String>, iLocalNode String) : String renamed to public getLocalClusters(iClusterNames List<String>, iLocalNode String) : List<String> in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type iClusterNames : Collection<String> to iClusterNames : List<String> in method public getLocalClusters(iClusterNames List<String>, iLocalNode String) : List<String> in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
Rename Variable | 1 | ||
Rename Variable bestCluster : String to bestClusters : List<String> in method protected readConfiguration() : void in class com.orientechnologies.orient.server.distributed.OLocalClusterStrategy | From | To | |
Change Return Type | 1 | ||
Change Return Type String to List<String> in method public getLocalClusters(iClusterNames List<String>, iLocalNode String) : List<String> in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
Change Variable Type | 1 | ||
Change Variable Type bestCluster : String to bestClusters : List<String> in method protected readConfiguration() : void in class com.orientechnologies.orient.server.distributed.OLocalClusterStrategy | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type DEFAULT_CLUSTER_NAME : Set<String> to DEFAULT_CLUSTER_NAME : List<String> in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To |