Mapping Summary for ('java.util.SortedSet<:[v0]>', 'java.util.Set<:[v0]>')
Match | Replace | Instances | isVeryGood | isGood | isChange | Relevant Instances | Commits | Project | Link |
---|---|---|---|---|---|---|---|---|---|
ImmutableSortedSet.copyOf(comparator,getLevel(level)) | ImmutableSet.copyOf(generations.get(level)) | 1 | False | False | True | 1 | ['f41ea9fb14936bca4aeea0ab2bf6d55c51f37f6a'] | ['cassandra'] | Link |
Sets.newTreeSet() | Sets.newLinkedHashSet() | 4 | False | False | True | 4 | ['b1db900d2d8830be414cb65b81d4aabed1d23089'] | ['buck'] | Link |
new TreeSet<:[v0]>() | new HashSet<:[v0]>() | 2 | False | False | True | 2 | ['babdedc1b0f0159eb526fb5c9ee08525de7ce404'] | ['hbase'] | Link |