490fb491582b42eba44400a2b7e085e842e3737a
Files Diff
- Added: 1
- Removed: 26
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public size() : int from class io.atomix.utils.memory.NativeMemory to public size() : int from class io.atomix.utils.memory.MappedMemory | From | To | |
Move Attribute | 1 | ||
Move Attribute private size : int from class io.atomix.utils.memory.NativeMemory to private size : int from class io.atomix.utils.memory.MappedMemory | From | To | |
Change Variable Type | 3 | ||
Change Variable Type directBuffer : HeapBuffer to directBuffer : DirectBuffer in method public testByteBufferToDirectBuffer() : void in class io.atomix.storage.buffer.DirectBufferTest | From | To | |
Change Variable Type heapBuffer : UnsafeHeapBuffer to heapBuffer : HeapBuffer in method public testHeapToDirectBuffer() : void in class io.atomix.storage.buffer.HeapBufferTest | From | To | |
Change Variable Type directBuffer : UnsafeDirectBuffer to directBuffer : DirectBuffer in method public testHeapToDirectBuffer() : void in class io.atomix.storage.buffer.HeapBufferTest | From | To |