Toggle navigation
Home
java.util.Set<java.lang.Integer> to int
No. of Instances - 18
No. of Commits - 3
No. of Projects - {'graphhopper', 'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
((DefaultMeasure<Integer>)context.<Integer>newMeasure().forMetric(CoreMetrics.DUPLICATED_LINES).onFile(inputFile).withValue(duplicatedLines.size())).setFromCore()
to
((DefaultMeasure<Integer>)context.<Integer>newMeasure().forMetric(CoreMetrics.DUPLICATED_LINES).onFile(inputFile).withValue(duplicatedLines)).setFromCore()
isEmpty
to
containsExactly
isEmpty
to
containsExactly
isEmpty
to
containsExactly
isEmpty
to
containsExactly
Update Number Literal
4
to
6
5
to
0
2
to
4
8
to
0
12
to
0
4
to
0
Rename Method invocation
containsExactlyInAnyOrder
to
containsExactly
containsExactlyInAnyOrder
to
containsExactly
containsExactlyInAnyOrder
to
containsExactly
containsExactlyInAnyOrder
to
containsExactly
getNewOrChangedLines
to
getMatchingLines
containsExactlyInAnyOrder
to
containsExactly
containsExactlyInAnyOrder
to
containsExactly
findNewOrChangedLines
to
findMatchingLines
containsExactlyInAnyOrder
to
containsExactly
Cascading Type Change (Similar)
Set<Integer>
to
int[]
Rename Variable
newOrChangedLines
to
matchingLines
newOrChangedLines
to
matchingLines
getNewOrChangedLines
to
getMatchingLines