Toggle navigation
Home
com.facebook.presto.spi.type.Type to java.util.List<com.facebook.presto.spi.type.Type>
No. of Instances - 7
No. of Commits - 4
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Rename Variable
type
to
types
type
to
types
type
to
types
Add or Remove Method invocation
types
to
ImmutableList.copyOf(types)
methodDefinition.getBody().append(constantType(callSiteBinder,type))
to
methodDefinition.getBody().append(constantType(callSiteBinder,getOnlyElement(type)))
requireNonNull(intermediateType,"intermediateType is null")
to
requireNonNull(ImmutableList.of(intermediateType),"intermediateType is null")
Other
intermediateType
to
intermediateType