a0ae83c2f6c35f536bf16819fc2f2c6b0469cc6c
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Class | 1 | ||
| Rename Class org.apache.drill.exec.memory.AllocatorManager renamed to org.apache.drill.exec.memory.AllocationManager | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute byteBuf : UnsafeDirectLittleEndian to udle : UnsafeDirectLittleEndian in class io.netty.buffer.DrillBuf | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type manager : AllocatorManager to manager : AllocationManager in method private bufferWithoutReservation(size int, bufferManager BufferManager) : DrillBuf in class org.apache.drill.exec.memory.BaseAllocator | From | To | |
| Extract Method | 1 | ||
| Extract Method private associate(allocator BaseAllocator, retain boolean) : BufferLedger extracted from public associate(allocator BaseAllocator) : BufferLedger in class org.apache.drill.exec.memory.AllocationManager | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter allocator : BufferAllocator to target : BufferAllocator in method public retain(target BufferAllocator) : DrillBuf in class io.netty.buffer.DrillBuf | From | To |