dc25f97aefb69563f5c0b870bf4458f385c852c4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public isolatedMasterShouldRemoveSelfFromCluster() : void renamed to public isolatedMasterShouldRemoveSelfFromClusterAndBecomeReadOnly() : void in class org.neo4j.kernel.ha.ClusterPartitionTestIT | From | To | |
Rename Method private oldMasterEvicted(oldMaster HighlyAvailableGraphDatabase) : Predicate<ClusterManager.ManagedCluster> renamed to private instanceEvicted(instance HighlyAvailableGraphDatabase) : Predicate<ClusterManager.ManagedCluster> in class org.neo4j.kernel.ha.ClusterPartitionTestIT | From | To | |
Rename Variable | 1 | ||
Rename Variable oldMasterServerId : InstanceId to instanceId : InstanceId in method public test(managedCluster ClusterManager.ManagedCluster) : boolean in class org.neo4j.kernel.ha.ClusterPartitionTestIT.instanceEvicted | From | To | |
Rename Parameter | 1 | ||
Rename Parameter oldMaster : HighlyAvailableGraphDatabase to instance : HighlyAvailableGraphDatabase in method private instanceEvicted(instance HighlyAvailableGraphDatabase) : Predicate<ClusterManager.ManagedCluster> in class org.neo4j.kernel.ha.ClusterPartitionTestIT | From | To |