9c5d9fbef1a362d0dea581ceae5c82883ee8a59f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 2 | ||
| Inline Method public addOperatorContext(operatorId int, planNodeId PlanNodeId, operatorType String, maxMemoryReservation long) : OperatorContext inlined to public addOperatorContext(operatorId int, planNodeId PlanNodeId, operatorType String) : OperatorContext in class com.facebook.presto.operator.DriverContext | From | To | |
| Inline Method public tryReserveMemory(bytes long) : boolean inlined to public trySetMemoryReservation(newMemoryReservation long) : boolean in class com.facebook.presto.operator.OperatorContext | From | To |