307bb6ebfb86f21cda24ca4b7c7b25e825656bd0
Files Diff
- Added: 6
- Removed: 3
- Renamed: 0
- Modified: 55
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public emptyResponseWithMediaTypes(header HotRodHeader, server HotRodServer, alloc ByteBufAllocator, status OperationStatus) : ByteBuf renamed to public pingResponse(header HotRodHeader, server HotRodServer, alloc ByteBufAllocator, status OperationStatus) : ByteBuf in class org.infinispan.server.hotrod.VersionedEncoder | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type pingResponse : PingOperation.PingResponse to pingResponse : PingResponse in method public isObjectStorageHinted(pingResponse PingResponse) : boolean in class org.infinispan.client.hotrod.impl.protocol.Codec20 | From | To | |
Change Parameter Type pingResponse : PingOperation.PingResponse to pingResponse : PingResponse in method public isObjectStorageHinted(pingResponse PingResponse) : boolean in class org.infinispan.client.hotrod.impl.protocol.Codec24 | From | To | |
Change Return Type | 2 | ||
Change Return Type PingOperation.PingResponse to PingResponse in method public ping() : PingResponse in class org.infinispan.client.hotrod.impl.RemoteCacheImpl | From | To | |
Change Return Type PingOperation.PingResponse to PingResponse in method public resolveStorage() : PingResponse in class org.infinispan.client.hotrod.impl.RemoteCacheImpl | From | To | |
Move Class | 1 | ||
Move Class org.infinispan.client.hotrod.impl.operations.PingOperation.PingResponse moved to org.infinispan.client.hotrod.impl.operations.PingResponse | From | To | |
Change Variable Type | 5 | ||
Change Variable Type pr : PingOperation.PingResponse to pr : PingResponse in method public isAvailable() : boolean in class org.infinispan.persistence.remote.RemoteStore | From | To | |
Change Variable Type pingResponse : PingOperation.PingResponse to pingResponse : PingResponse in method private createRemoteCache(cacheName String, forceReturnValueOverride boolean, transactionModeOverride TransactionMode, transactionManagerOverride TransactionManager) : RemoteCache<K,V> in class org.infinispan.client.hotrod.RemoteCacheManager | From | To | |
Change Variable Type pingResponse : PingOperation.PingResponse to pingResponse : PingResponse in method public exceptionCaught(ctx ChannelHandlerContext, cause Throwable) : void in class org.infinispan.client.hotrod.impl.operations.PingOperation | From | To | |
Change Variable Type result : PingOperation.PingResponse to result : PingResponse in method public resolveStorage() : PingResponse in class org.infinispan.client.hotrod.impl.RemoteCacheImpl | From | To | |
Change Variable Type pingResponse : PingOperation.PingResponse to pingResponse : PingResponse in method protected handleException(cause Throwable, ctx ChannelHandlerContext, address SocketAddress) : Throwable in class org.infinispan.client.hotrod.impl.operations.FaultTolerantPingOperation | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type version : String to version : int in class org.infinispan.client.hotrod.ProtocolVersion | From | To | |
Change Attribute Type ITERATOR_MINIMUM_VERSION : String to ITERATOR_MINIMUM_VERSION : ProtocolVersion in class org.infinispan.persistence.remote.upgrade.HotRodMigratorHelper | From | To |