4a1ace6437d8f14f21c30026186952dee5c5ebb3
Files Diff
- Added: 2
 - Removed: 0
 - Renamed: 0
 - Modified: 11
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testWriteToUnknownTable() : void renamed to public testInsertPageWithoutCreate() : void in class com.facebook.presto.plugin.memory.TestMemoryPagesStore | From | To | |
| Rename Variable | 3 | ||
| Rename Variable tablePages : Iterator<Map.Entry<Long,List<Page>>> to tableDataIterator : Iterator<Map.Entry<Long,TableData>> in method public cleanUp(activeTableIds Set<Long>) : void in class com.facebook.presto.plugin.memory.MemoryPagesStore | From | To | |
| Rename Variable tablePages : List<Page> to tableData : TableData in method public add(tableId Long, page Page) : void in class com.facebook.presto.plugin.memory.MemoryPagesStore | From | To | |
| Rename Variable tablePages : List<Page> to tableData : TableData in method public getPages(tableId Long, partNumber int, totalParts int, columnIndexes List<Integer>, expectedRows long) : List<Page> in class com.facebook.presto.plugin.memory.MemoryPagesStore | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute pages : Map<Long,List<Page>> to tables : Map<Long,TableData> in class com.facebook.presto.plugin.memory.MemoryPagesStore | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type tablePages : List<Page> to tableData : TableData in method public getPages(tableId Long, partNumber int, totalParts int, columnIndexes List<Integer>, expectedRows long) : List<Page> in class com.facebook.presto.plugin.memory.MemoryPagesStore | From | To | |
| Change Variable Type tablePages : List<Page> to tableData : TableData in method public add(tableId Long, page Page) : void in class com.facebook.presto.plugin.memory.MemoryPagesStore | From | To | |
| Change Variable Type tablePagesEntry : Map.Entry<Long,List<Page>> to tablePagesEntry : Map.Entry<Long,TableData> in method public cleanUp(activeTableIds Set<Long>) : void in class com.facebook.presto.plugin.memory.MemoryPagesStore | From | To | |
| Change Variable Type tablePages : Iterator<Map.Entry<Long,List<Page>>> to tableDataIterator : Iterator<Map.Entry<Long,TableData>> in method public cleanUp(activeTableIds Set<Long>) : void in class com.facebook.presto.plugin.memory.MemoryPagesStore | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type pages : Map<Long,List<Page>> to tables : Map<Long,TableData> in class com.facebook.presto.plugin.memory.MemoryPagesStore | From | To |