1a7e878639ca0a35ae465c60ebc0bfab2beb28d9
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public shouldMakeClearEightByteBorders() : void renamed to public shouldNotGroupingWhenBytesPerGroupIsGreaterThanBytesPerLine() : void in class org.neo4j.kernel.impl.util.HexPrinterTest | From | To | |
Rename Method public HexPrinter(out PrintStream, maxLineNumberDigits int, bytesPerLine int) renamed to public withBytesPerLine(bytesPerLine int) : HexPrinter in class org.neo4j.kernel.impl.util.HexPrinter | From | To | |
Move Method | 5 | ||
Move Method public hex(bytes ByteBuffer) : String from class org.neo4j.ndp.messaging.v1.util.BytePrinter to public hex(bytes ByteBuffer) : String from class org.neo4j.kernel.impl.util.HexPrinter | From | To | |
Move Method public ljust(str String, columnWidth int) : String from class org.neo4j.ndp.messaging.v1.util.BytePrinter to public ljust(str String, columnWidth int) : String from class org.neo4j.helpers.Strings | From | To | |
Move Method public hex(b byte) : String from class org.neo4j.ndp.messaging.v1.util.BytePrinter to public hex(b byte) : String from class org.neo4j.kernel.impl.util.HexPrinter | From | To | |
Move Method public hex(bytes byte[]) : String from class org.neo4j.ndp.messaging.v1.util.BytePrinter to public hex(bytes byte[]) : String from class org.neo4j.kernel.impl.util.HexPrinter | From | To | |
Move Method public rjust(str String, columnWidth int) : String from class org.neo4j.ndp.messaging.v1.util.BytePrinter to public rjust(str String, columnWidth int) : String from class org.neo4j.helpers.Strings | From | To | |
Change Return Type | 2 | ||
Change Return Type void to HexPrinter in method public append(source ReadableByteChannel, atMost int) : HexPrinter in class org.neo4j.kernel.impl.util.HexPrinter | From | To | |
Change Return Type void to HexPrinter in method public append(source ReadableByteChannel) : HexPrinter in class org.neo4j.kernel.impl.util.HexPrinter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type currentLineNumber : int to currentLineNumber : long in class org.neo4j.kernel.impl.util.HexPrinter | From | To | |
Extract Method | 1 | ||
Extract Method package dumpHex(record RECORD, buffer ByteBuffer, id long, size int) : void extracted from private dumpRecord(store STORE, size int, fileChannel StoreChannel, buffer ByteBuffer, id long) : boolean in class org.neo4j.kernel.impl.store.DumpStore | From | To |