c0e32e0e9a787708250f3c47f8f11567cbe679ae
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private compileAndInstantiate(filter RowExpression, projections List<RowExpression>, bodyCompiler BodyCompiler<T>, superType Class<? extends T>) : T renamed to private compile(filter RowExpression, projections List<RowExpression>, bodyCompiler BodyCompiler<T>, superType Class<? extends T>) : Class<? extends T> in class com.facebook.presto.sql.gen.ExpressionCompiler | From | To | |
Change Return Type | 1 | ||
Change Return Type T to Class<? extends T> in method private compile(filter RowExpression, projections List<RowExpression>, bodyCompiler BodyCompiler<T>, superType Class<? extends T>) : Class<? extends T> in class com.facebook.presto.sql.gen.ExpressionCompiler | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type cursorProcessors : LoadingCache<CacheKey,CursorProcessor> to cursorProcessors : LoadingCache<CacheKey,Class<? extends CursorProcessor>> in class com.facebook.presto.sql.gen.ExpressionCompiler | From | To | |
Change Attribute Type pageProcessors : LoadingCache<CacheKey,PageProcessor> to pageProcessors : LoadingCache<CacheKey,Class<? extends PageProcessor>> in class com.facebook.presto.sql.gen.ExpressionCompiler | From | To |