8ac71a057af5256318966175d09bb79fb900a516
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private applyMapping(source ExcerptTailer, attached Object, withMappedBuffer Bytes) : Bytes from class net.openhft.chronicle.tcp.SourceTcp to protected applyMapping(source ExcerptTailer, attached Object) : Bytes from class net.openhft.chronicle.tcp.SourceTcp.SessionHandler | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private withMappedBuffer : Bytes from class net.openhft.chronicle.tcp.SourceTcp.VanillaSessionHandler to private withMappedBuffer : Bytes from class net.openhft.chronicle.tcp.SourceTcp.SessionHandler | From | To | |
Pull Up Attribute private withMappedBuffer : Bytes from class net.openhft.chronicle.tcp.SourceTcp.IndexedSessionHandler to private withMappedBuffer : Bytes from class net.openhft.chronicle.tcp.SourceTcp.SessionHandler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type size : long to size : int in method protected write(attached Object) : boolean in class net.openhft.chronicle.tcp.SourceTcp.IndexedSessionHandler | From | To | |
Extract Method | 1 | ||
Extract Method protected hasRoomFor(buffer ByteBuffer, size long) : boolean extracted from protected hasRoomForExcerpt(buffer ByteBuffer, tailer Bytes) : boolean in class net.openhft.chronicle.tcp.SourceTcp.SessionHandler | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected hasRoomFor(buffer ByteBuffer, size long) : boolean extracted from protected write(attached Object) : boolean in class net.openhft.chronicle.tcp.SourceTcp.IndexedSessionHandler & moved to class net.openhft.chronicle.tcp.SourceTcp.SessionHandler | From | To |