Toggle navigation
Home
java.lang.Iterable to java.util.Collection
No. of Instances - 3
No. of Commits - 3
No. of Projects - {'sonarqube'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
entries
to
recordOperations
entries
to
recordOperations
entries
to
recordOperations
iterable
to
collection
all
to
apply
issues
to
issueKeys
Add or Remove Method invocation
ImmutableList.copyOf(Iterables.transform(input,productTransformer))
to
ImmutableList.<Product>copyOf(Iterables.transform(input,productTransformer))
ImmutableList.copyOf(Iterables.transform(input,planTransformer))
to
ImmutableList.<Plan>copyOf(Iterables.transform(input,planTransformer))
removedClientUUIDS.iterator().hasNext()
to
removedClientUUIDS.isEmpty()
priorLocation
to
CompletableFuture.completedFuture(priorLocation)
Other
tmpDefaultProducts
to
tmpDefaultProducts
tmpDefaultPlans
to
tmpDefaultPlans
Cascading Type Change (Different)
LinkedList<T>
to
LinkedList<>
LinkedList<T>
to
LinkedList<>
LinkedList<T>
to
LinkedList<>