900c9e346d9034388a0c9730c37aca44e3fc1cdc
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getLiteralCalculation() : TypeLiteralCalculation renamed to public getVariable() : String in class com.facebook.presto.spi.type.TypeParameter | From | To | |
Rename Method public isLiteralCalculation() : boolean renamed to public isVariable() : boolean in class com.facebook.presto.spi.type.TypeSignatureParameter | From | To | |
Rename Method public getLiteralCalculation() : TypeLiteralCalculation renamed to public getVariable() : String in class com.facebook.presto.spi.type.TypeSignatureParameter | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type literalCalculation : TypeLiteralCalculation to variable : String in method public of(variable String) : TypeParameter in class com.facebook.presto.spi.type.TypeParameter | From | To | |
Change Parameter Type literalCalculation : TypeLiteralCalculation to variable : String in method public of(variable String) : TypeSignatureParameter in class com.facebook.presto.spi.type.TypeSignatureParameter | From | To | |
Rename Variable | 1 | ||
Rename Variable calculation : TypeLiteralCalculation to variable : String in method public computeParameterBindings(declaredType TypeSignature, actualType TypeSignature) : Map<String,OptionalLong> in class com.facebook.presto.type.TypeUtils | From | To | |
Change Return Type | 2 | ||
Change Return Type TypeLiteralCalculation to String in method public getVariable() : String in class com.facebook.presto.spi.type.TypeParameter | From | To | |
Change Return Type TypeLiteralCalculation to String in method public getVariable() : String in class com.facebook.presto.spi.type.TypeSignatureParameter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type calculation : TypeLiteralCalculation to variable : String in method public computeParameterBindings(declaredType TypeSignature, actualType TypeSignature) : Map<String,OptionalLong> in class com.facebook.presto.type.TypeUtils | From | To | |
Rename Parameter | 2 | ||
Rename Parameter literalCalculation : TypeLiteralCalculation to variable : String in method public of(variable String) : TypeSignatureParameter in class com.facebook.presto.spi.type.TypeSignatureParameter | From | To | |
Rename Parameter literalCalculation : TypeLiteralCalculation to variable : String in method public of(variable String) : TypeParameter in class com.facebook.presto.spi.type.TypeParameter | From | To |