297a65ce2f37355cb4c12a915756ee69a23af7bf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method private addActiveChannel(channel CHANNEL) : void extracted from package acquire(catchUpAddress AdvertisedSocketAddress) : CHANNEL in class org.neo4j.causalclustering.catchup.CatchUpChannelPool | From | To | |
Extract Method private removeActiveChannel(channel CHANNEL) : void extracted from package release(channel CHANNEL) : void in class org.neo4j.causalclustering.catchup.CatchUpChannelPool | From | To | |
Extract Method private removeActiveChannel(channel CHANNEL) : void extracted from package dispose(channel CHANNEL) : void in class org.neo4j.causalclustering.catchup.CatchUpChannelPool | From | To | |
Extract Method private getIdleChannel(catchUpAddress AdvertisedSocketAddress) : CHANNEL extracted from package acquire(catchUpAddress AdvertisedSocketAddress) : CHANNEL in class org.neo4j.causalclustering.catchup.CatchUpChannelPool | From | To |