5cf549bd98f84eff1ef6159944200f03be80f0db
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 11
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type set : LongOpenHashSet to set : LongOpenCustomHashSet in method public in(longValue long, set LongOpenCustomHashSet) : boolean in class com.facebook.presto.util.FastutilSetHelper | From | To | |
| Change Parameter Type set : ObjectOpenHashSet<?> to set : ObjectOpenCustomHashSet<?> in method public in(objectValue Object, set ObjectOpenCustomHashSet<?>) : boolean in class com.facebook.presto.util.FastutilSetHelper | From | To | |
| Change Parameter Type set : DoubleOpenHashSet to set : DoubleOpenCustomHashSet in method public in(doubleValue double, set DoubleOpenCustomHashSet) : boolean in class com.facebook.presto.util.FastutilSetHelper | From | To | |
| Rename Variable | 1 | ||
| Rename Variable list : String to longValues : String in method public testIn() : void in class com.facebook.presto.tests.AbstractTestQueries | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type set : Set<Object> to set : Set<?> in method protected visitInPredicate(node InPredicate, context Object) : Object in class com.facebook.presto.sql.planner.ExpressionInterpreter.Visitor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type inListCache : IdentityHashMap<InListExpression,Set<Object>> to inListCache : IdentityHashMap<InListExpression,Set<?>> in class com.facebook.presto.sql.planner.ExpressionInterpreter | From | To |