Toggle navigation
Home
com.google.common.collect.SetMultimap to java.util.Set
No. of Instances - 4
No. of Commits - 2
No. of Projects - {'sonarqube', 'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Add or Remove Method invocation
lineCounts.put(period,line)
to
lineCounts.add(line)
periodWithNewCode.add(period)
to
lineCounts.add(line)
forEach
to
forEach