ef074fb8082270b74707eca6fb018c81d61f20d9
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 13
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
junit:junit-dep:4.11 | |
Removed | |
org.mockito:mockito-all:1.10.19 | |
Updated | |
From org.neo4j:neo4j-graph-matching 3.1.6 To 3.1.3 | |
From org.neo4j:neo4j-graphviz 3.3.0-SNAPSHOT To 3.2.4-SNAPSHOT |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shouldStayWithinOwnSingleServerGroup() : void renamed to public shouldUseServerGroupsFromConfig() : void in class org.neo4j.causalclustering.readreplica.ConnectRandomlyWithinServerGroupStrategyTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type unwanted : String to unwanted : List<String> in method package fakeReadReplicaTopology(wanted List<String>, memberIds MemberId[], unwanted List<String>, unwantedNumber int) : ReadReplicaTopology in class org.neo4j.causalclustering.readreplica.ConnectRandomlyToServerGroupStrategyImplTest | From | To | |
Change Parameter Type wanted : String to wanted : List<String> in method package fakeReadReplicaTopology(wanted List<String>, memberIds MemberId[], unwanted List<String>, unwantedNumber int) : ReadReplicaTopology in class org.neo4j.causalclustering.readreplica.ConnectRandomlyToServerGroupStrategyImplTest | From | To | |
Move Method | 2 | ||
Move Method private fakeReadReplicaTopology(wanted String, memberIds MemberId[], unwanted String, unwantedNumber int) : ReadReplicaTopology from class org.neo4j.causalclustering.readreplica.ConnectRandomlyWithinServerGroupStrategyTest to package fakeReadReplicaTopology(wanted List<String>, memberIds MemberId[], unwanted List<String>, unwantedNumber int) : ReadReplicaTopology from class org.neo4j.causalclustering.readreplica.ConnectRandomlyToServerGroupStrategyImplTest | From | To | |
Move Method public shouldSelectAnyFromMultipleServerGroups() : void from class org.neo4j.causalclustering.readreplica.ConnectRandomlyWithinServerGroupStrategyTest to public shouldSelectAnyFromMultipleServerGroups() : void from class org.neo4j.causalclustering.readreplica.ConnectRandomlyToServerGroupStrategyImplTest | From | To | |
Rename Variable | 1 | ||
Rename Variable memberId : Optional<MemberId> to result : Optional<MemberId> in method public shouldUseServerGroupsFromConfig() : void in class org.neo4j.causalclustering.readreplica.ConnectRandomlyWithinServerGroupStrategyTest | From | To | |
Move Attribute | 1 | ||
Move Attribute private random : Random from class org.neo4j.causalclustering.readreplica.ConnectRandomlyWithinServerGroupStrategy to private random : Random from class org.neo4j.causalclustering.readreplica.ConnectRandomlyToServerGroupImpl | From | To | |
Extract Class | 1 | ||
Extract Class org.neo4j.causalclustering.readreplica.ConnectRandomlyToServerGroupStrategyImplTest from class org.neo4j.causalclustering.readreplica.ConnectRandomlyWithinServerGroupStrategyTest | From | To | |
Extract Method | 1 | ||
Extract Method package getTopologyService(myServerGroups List<String>, myGroupMemberIds MemberId[], unwanted List<String>) : TopologyService extracted from public shouldSelectAnyFromMultipleServerGroups() : void in class org.neo4j.causalclustering.readreplica.ConnectRandomlyToServerGroupStrategyImplTest | From | To |