d3e72cfcbcd0d36c164da3556fd658c34d8cef3a
Files Diff
- Added: 6
- Removed: 3
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type parentMemoryContext : AbstractAggregatedMemoryContext to parentMemoryContext : AggregatedMemoryContext in method public SimpleLocalMemoryContext(parentMemoryContext AggregatedMemoryContext) in class com.facebook.presto.memory.SimpleLocalMemoryContext | From | To | |
Move Source Folder | 1 | ||
Move Source Folder presto-main to presto-memory-context | From | To | |
Change Return Type | 2 | ||
Change Return Type void to ListenableFuture<?> in method package updateBytes(bytes long) : ListenableFuture<?> in class com.facebook.presto.memory.AggregatedMemoryContext | From | To | |
Change Return Type void to ListenableFuture<?> in method public setBytes(bytes long) : ListenableFuture<?> in class com.facebook.presto.memory.SimpleLocalMemoryContext | From | To | |
Rename Class | 1 | ||
Rename Class com.facebook.presto.memory.LocalMemoryContext renamed to com.facebook.presto.memory.SimpleLocalMemoryContext | From | To | |
Extract Interface | 1 | ||
Extract Interface com.facebook.presto.memory.LocalMemoryContext from classes [com.facebook.presto.memory.SimpleLocalMemoryContext] | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type parentMemoryContext : AbstractAggregatedMemoryContext to parentMemoryContext : AggregatedMemoryContext in class com.facebook.presto.memory.AggregatedMemoryContext | From | To | |
Change Attribute Type parentMemoryContext : AbstractAggregatedMemoryContext to parentMemoryContext : AggregatedMemoryContext in class com.facebook.presto.memory.SimpleLocalMemoryContext | From | To |