Toggle navigation
Home
java.util.stream.Stream to java.util.Collection
No. of Instances - 3
No. of Commits - 3
No. of Projects - {'framework', 'junit5', 'graylog2-server'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Different)
InMemoryHierarchicalDataProvider<>
to
TreeDataProvider<>
HierarchyData<T>
to
TreeData<T>
Add or Remove Method invocation
classNames.map(TestPlanSpecification::forName)
to
classNames.stream().map(NamedTestPlanSpecificationElementBuilder::forName)
Rename Method invocation
streamForFieldNames
to
findForFieldNames
streamForFieldNamesAndIndices
to
findForFieldNamesAndIndices