53ef8b14b472a543162a73dcc469b494bdc8b302
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type protocol : CatchupServerProtocol to protocol : Protocol<E> in method package RequestDecoderDispatcher(protocol Protocol<E>, logProvider LogProvider) in class org.neo4j.coreedge.catchup.RequestDecoderDispatcher | From | To | |
Change Parameter Type type : NextMessage to type : E in method public register(type E, decoder ChannelInboundHandler) : void in class org.neo4j.coreedge.catchup.RequestDecoderDispatcher | From | To | |
Change Variable Type | 1 | ||
Change Variable Type expecting : NextMessage to expecting : E in method public channelRead(ctx ChannelHandlerContext, msg Object) : void in class org.neo4j.coreedge.catchup.RequestDecoderDispatcher | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type decoders : Map<NextMessage,ChannelInboundHandler> to decoders : Map<E,ChannelInboundHandler> in class org.neo4j.coreedge.catchup.RequestDecoderDispatcher | From | To | |
Change Attribute Type protocol : CatchupServerProtocol to protocol : Protocol<Type> in class org.neo4j.coreedge.catchup.RequestDecoderDispatcherTest | From | To | |
Change Attribute Type protocol : CatchupServerProtocol to protocol : Protocol<E> in class org.neo4j.coreedge.catchup.RequestDecoderDispatcher | From | To |