72c97b5670b75eed5b2e6cd206ea5486542b621e
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public Packer(bufferCapacity int) from class org.neo4j.packstream.PackStream.Packer to public BufferedChannelInput(bufferCapacity int) from class org.neo4j.packstream.BufferedChannelInput | From | To | |
Move Method | 3 | ||
Move Method private attempt(numBytes int) : boolean from class org.neo4j.packstream.PackStream.Unpacker to public attempt(numBytes int) : boolean from class org.neo4j.packstream.BufferedChannelInput | From | To | |
Move Method private ensure(size int) : void from class org.neo4j.packstream.PackStream.Packer to public ensure(size int) : BufferedChannelOutput from class org.neo4j.packstream.BufferedChannelOutput | From | To | |
Move Method private ensure(numBytes int) : void from class org.neo4j.packstream.PackStream.Unpacker to public ensure(numBytes int) : PackInput from class org.neo4j.packstream.BufferedChannelInput | From | To | |
Change Return Type | 3 | ||
Change Return Type void to BufferedChannelOutput in method public ensure(size int) : BufferedChannelOutput in class org.neo4j.packstream.BufferedChannelOutput | From | To | |
Change Return Type ByteBuffer to void in method public packNull() : void in class org.neo4j.packstream.PackStream.Packer | From | To | |
Change Return Type void to PackInput in method public ensure(numBytes int) : PackInput in class org.neo4j.packstream.BufferedChannelInput | From | To | |
Move Attribute | 4 | ||
Move Attribute private channel : ReadableByteChannel from class org.neo4j.packstream.PackStream.Unpacker to private channel : ReadableByteChannel from class org.neo4j.packstream.BufferedChannelInput | From | To | |
Move Attribute private channel : WritableByteChannel from class org.neo4j.packstream.PackStream.Packer to private channel : WritableByteChannel from class org.neo4j.packstream.BufferedChannelOutput | From | To | |
Move Attribute private buffer : ByteBuffer from class org.neo4j.packstream.PackStream.Unpacker to private buffer : ByteBuffer from class org.neo4j.packstream.BufferedChannelInput | From | To | |
Move Attribute private buffer : ByteBuffer from class org.neo4j.packstream.PackStream.Packer to private buffer : ByteBuffer from class org.neo4j.packstream.BufferedChannelInput | From | To | |
Extract Class | 2 | ||
Extract Class org.neo4j.packstream.BufferedChannelInput from class org.neo4j.packstream.PackStream.Unpacker | From | To | |
Extract Class org.neo4j.packstream.BufferedChannelInput from class org.neo4j.packstream.PackStream.Packer | From | To | |
Rename Attribute | 2 | ||
Rename Attribute buffer : ByteBuffer to in : PackInput in class org.neo4j.packstream.PackStream.Unpacker | From | To | |
Rename Attribute buffer : ByteBuffer to out : PackOutput in class org.neo4j.packstream.PackStream.Packer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type buffer : ByteBuffer to in : PackInput in class org.neo4j.packstream.PackStream.Unpacker | From | To | |
Change Attribute Type buffer : ByteBuffer to out : PackOutput in class org.neo4j.packstream.PackStream.Packer | From | To |