Toggle navigation
Home
com.google.common.collect.ImmutableSet to java.util.Set
No. of Instances - 4
No. of Commits - 3
No. of Projects - {'error-prone'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Add or Remove Method invocation
Sets.immutableEnumSet(includes)
to
EnumSet.copyOf(includes)
Sets.immutableEnumSet(includes)
to
EnumSet.copyOf(includes)
ImmutableSet
to
Sets.of(p.split(","))
ImmutableSet.copyOf(p.split(","))
to
Sets
pipelinesToRun.stream()
to
pipelinesToRun
subplan.getFragment().getPartitionedSources()
to
subplan.getFragment().getTableScanSchedulingOrder()
Other
threadSafeTypeParameterSetInScope(sym)
to
threadSafeTypeParameterSetInScope(sym)
Rename Variable
pipelinesToRun
to
pipelines
partitionedSources
to
tableScanPlanNodeIds
partitionedSources
to
tableScanPlanNodeIds
Cascading Type Change (Similar)
ImmutableSet<PlanNodeId>
to
Set<PlanNodeId>