68126134449f69e07709089807c31e45a2cabadb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected $close(file PagedFile) : Runnable renamed to protected closePageFile(file PagedFile) : Runnable in class org.neo4j.io.pagecache.PageCacheTestSupport | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method protected finalize() : void from class org.neo4j.io.mem.GrabAllocator to public close() : void from class org.neo4j.io.mem.GrabAllocator.Grabs | From | To | |
Move Method | 1 | ||
Move Method private initCause(error NativeMemoryAllocationRefusedError, cause OutOfMemoryError) : void from class org.neo4j.io.mem.GrabAllocator to private initCause(error NativeMemoryAllocationRefusedError, cause OutOfMemoryError) : void from class org.neo4j.io.mem.GrabAllocator.Grabs | From | To | |
Move Attribute | 2 | ||
Move Attribute private GRAB_SIZE : long from class org.neo4j.io.mem.GrabAllocator to private GRAB_SIZE : long from class org.neo4j.io.mem.GrabAllocator.Grabs | From | To | |
Move Attribute private memoryTracker : MemoryAllocationTracker from class org.neo4j.io.mem.GrabAllocator to private memoryTracker : MemoryAllocationTracker from class org.neo4j.io.mem.GrabAllocator.Grabs | From | To | |
Extract Class | 1 | ||
Extract Class org.neo4j.io.mem.GrabAllocator.Grabs from class org.neo4j.io.mem.GrabAllocator | From | To | |
Inline Variable | 1 | ||
Inline Variable grabSize : long in method public allocateAligned(bytes long, alignment long) : long from class org.neo4j.io.mem.GrabAllocator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type grabs : Grab to grabs : Grabs in class org.neo4j.io.mem.GrabAllocator | From | To |