77be04e86e0f9d681e8276f8aa166c0696585ee4
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public shouldReturnCoreServersWithReadRouteAndSingleWriteActions() : void renamed to public shouldReturnCoreServersWithRouteAllCoresButLeaderAsReadAndSingleWriteActions() : void in class org.neo4j.causalclustering.discovery.procedures.GetServersProcedureTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type cause : Throwable to message : String in method package CatchUpClientException(message String) in class org.neo4j.causalclustering.catchup.CatchUpClientException | From | To | |
| Rename Variable | 1 | ||
| Rename Variable readReplica : Stream<AdvertisedSocketAddress> to readEdge : Stream<AdvertisedSocketAddress> in method private readEndpoints() : List<ReadWriteRouteEndPoint> in class org.neo4j.causalclustering.discovery.procedures.GetServersProcedure | From | To | |
| Change Return Type | 1 | ||
| Change Return Type CoreAddresses to Optional<CoreAddresses> in method public find(memberId MemberId) : Optional<CoreAddresses> in class org.neo4j.causalclustering.discovery.CoreTopology | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type coreAddresses : CoreAddresses to coreAddresses : Optional<CoreAddresses> in method public send(to MemberId, message RaftMessage) : void in class org.neo4j.causalclustering.messaging.RaftOutbound | From | To | |
| Change Variable Type catchUpAddress : AdvertisedSocketAddress to catchUpAddress : Optional<AdvertisedSocketAddress> in method public makeBlockingRequest(target MemberId, request CatchUpRequest, responseHandler CatchUpResponseCallback<T>) : T in class org.neo4j.causalclustering.catchup.CatchUpClient | From | To | |
| Extract Method | 1 | ||
| Extract Method private writeEndpoints() : List<ReadWriteRouteEndPoint> extracted from public apply(ctx Context, input Object[]) : RawIterator<Object[],ProcedureException> in class org.neo4j.causalclustering.discovery.procedures.GetServersProcedure | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter cause : Throwable to message : String in method package CatchUpClientException(message String) in class org.neo4j.causalclustering.catchup.CatchUpClientException | From | To |