37df01c08e9390441122cf5438a6f6a28a6d6461
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private persistentCall(request CatchUpRequest, copyHandler CatchUpResponseAdaptor<StoreCopyFinishedResponse>, addressProvider CatchupAddressProvider, terminationCondition TerminationCondition) : void renamed to private persistentCallToSecondary(request CatchUpRequest, copyHandler CatchUpResponseAdaptor<StoreCopyFinishedResponse>, addressProvider CatchupAddressProvider, terminationCondition TerminationCondition) : void in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyClient | From | To | |
Rename Variable | 1 | ||
Rename Variable from : AdvertisedSocketAddress to address : AdvertisedSocketAddress in method private persistentCallToSecondary(request CatchUpRequest, copyHandler CatchUpResponseAdaptor<StoreCopyFinishedResponse>, addressProvider CatchupAddressProvider, terminationCondition TerminationCondition) : void in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyClient | From | To | |
Extract Method | 1 | ||
Extract Method private successfulRequest(response StoreCopyFinishedResponse, request CatchUpRequest) : boolean extracted from private persistentCall(request CatchUpRequest, copyHandler CatchUpResponseAdaptor<StoreCopyFinishedResponse>, addressProvider CatchupAddressProvider, terminationCondition TerminationCondition) : void in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyClient | From | To |