fdc6d3cfe039c1e731525ed3a2faa7d2ce4abec9
Files Diff
- Added: 15
- Removed: 1
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Source Folder | 1 | ||
Move Source Folder server/hotrod/src/test/scala to server/hotrod/src/test/java | From | To | |
Change Return Type | 1 | ||
Change Return Type GetWithMetadataResponse to Response in method package getKeyMetadata() : Response in class org.infinispan.server.hotrod.CacheDecodeContext | From | To | |
Extract Interface | 2 | ||
Extract Interface org.infinispan.client.hotrod.Versioned from classes [org.infinispan.client.hotrod.VersionedValue] | From | To | |
Extract Interface org.infinispan.client.hotrod.Metadata from classes [org.infinispan.client.hotrod.MetadataValue] | From | To | |
Extract Method | 3 | ||
Extract Method public readByteArray(result byte[], size int) : void extracted from public readByteArray(size int) : byte[] in class org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport | From | To | |
Extract Method private readBuffer() : boolean extracted from public read(b byte[], off int, len int) : int in class org.infinispan.client.hotrod.impl.transport.tcp.SaslInputStream | From | To | |
Extract Method private readBuffer() : boolean extracted from public read() : int in class org.infinispan.client.hotrod.impl.transport.tcp.SaslInputStream | From | To |