Toggle navigation
Home
java.util.stream.Stream to java.util.List
No. of Instances - 41
No. of Commits - 15
No. of Projects - {'sonarqube', 'hbase', 'framework', 'neo4j', 'graphhopper', 'junit5', 'james-project', 'google-java-format'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
performV1ToV2Migration(message)
to
performV1ToV2Migration(Pair.of(message.getLeft(),message.getRight().stream()))
containsOnlyElementsOf
to
hasSize
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
assertThat(messages.collect(Guavate.toImmutableList()))
to
assertThat(messages)
indexes
to
collect
getBackEndSorting()
to
backEndSorting
getInMemorySorting()
to
inMemorySorting
getFilter()
to
filter
parentItem
to
Collectors.toList()
fetch
to
collect
stream
to
componentDtos.stream()
stream
to
selectByUuids
stream
to
subList
map
to
collect
Cascading Type Change (Different)
HierarchicalQuery
to
Query
Rename Variable
doFetchQuery
to
fetchItemsWithRange
stream
to
componentDtos
componentDtoStream
to
componentDtos
componentDtoStream
to
componentDtos
readEdge
to
readReplicas
Cascading Type Change (Similar)
Stream<ComponentDto>
to
List<ComponentDto>
Stream<AdvertisedSocketAddress>
to
List<AdvertisedSocketAddress>
Rename Method invocation
forEachOrdered
to
forEach