6e89719ce1a80e4fb5f13d6b0fa6f37ba8db604d
Files Diff
- Added: 7
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable biggestQuery : QueryExecution to chosenQuery : QueryExecution in method public process(queries Iterable<QueryExecution>) : void in class com.facebook.presto.memory.ClusterMemoryManager | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute shouldKillQuery : boolean to lowMemoryKiller : LowMemoryKiller in method public process(queries Iterable<QueryExecution>) : void in class com.facebook.presto.memory.ClusterMemoryManager | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type shouldKillQuery : boolean to lowMemoryKiller : LowMemoryKiller in method public process(queries Iterable<QueryExecution>) : void in class com.facebook.presto.memory.ClusterMemoryManager | From | To | |
| Extract Method | 1 | ||
| Extract Method private isLastKilledQueryGone() : boolean extracted from public process(queries Iterable<QueryExecution>) : void in class com.facebook.presto.memory.ClusterMemoryManager | From | To |