Toggle navigation
Home
java.util.List<java.lang.Integer> to int
No. of Instances - 40
No. of Commits - 10
No. of Projects - {'neo4j', 'ignite', 'presto', 'nd4j', 'sonarqube', 'infinispan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
getIArguments
to
iArgs
conditionsByLine_
to
conditions_
conditionsByLine_
to
conditions_
lostParts
to
part
properties
to
schemaProperties
Add or Remove Method invocation
positions.stream().mapToInt(this::getSliceLength)
to
stream(positions,offset,offset + length).map(this::getSliceLength)
positions.stream().mapToInt(this::getSliceLength)
to
stream(positions,offset,offset + length).map(this::getSliceLength)
java.util.Collections.emptyList()
to
value
changeTopology
to
get
computeWith
to
getPropertyIds
Cascading Type Change (Similar)
List<Integer>
to
int
List<Integer>
to
int[]