11522ac66d7424e713758272743631657d514de0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Collection<DiscoveryService> to Collection<DiscoveryServiceType> in method public data() : Collection<DiscoveryServiceType> in class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Variable | 11 | ||
Extract Variable readReplicas : int in method public shouldDiscoverReadReplicasAfterRestartingCores() : void from class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Variable coreMembers : int in method public shouldDiscoverCoreMembersAndReadReplicas() : void from class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Variable initialReadReplicas : int in method public shouldDiscoverNewReadReplicas() : void from class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Variable replicaCount : int in method public shouldDiscoverCoreMembersAndReadReplicas() : void from class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Variable coreMembers : int in method public shouldDiscoverRemovalOfCoreMembers() : void from class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Variable coreMembers : int in method public shouldDiscoverReadReplicasAfterRestartingCores() : void from class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Variable initialCoreMembers : int in method public shouldDiscoverNewCoreMembers() : void from class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Variable coreMembers : int in method public shouldDiscoverNewReadReplicas() : void from class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Variable coreMembers : int in method public shouldDiscoverRemovalOfReadReplicas() : void from class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Variable initialReadReplicas : int in method public shouldDiscoverRemovalOfReadReplicas() : void from class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Variable coreMembers : int in method public shouldDiscoverCoreMembers() : void from class org.neo4j.causalclustering.scenarios.ClusterOverviewIT | From | To | |
Extract Method | 1 | ||
Extract Method public assertEventually(reason Function<T,String>, actual ThrowingSupplier<T,E>, matcher Matcher<? super T>, timeout long, timeUnit TimeUnit) : void extracted from public assertEventually(reason String, actual ThrowingSupplier<T,E>, matcher Matcher<? super T>, timeout long, timeUnit TimeUnit) : void in class org.neo4j.test.assertion.Assert | From | To |