d7313f8d7dde5f120229e6df255cedaee8bf4e4d
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public toList_with_size_builds_an_ArrayList() : void renamed to public toArrayList_with_size_builds_an_ArrayList() : void in class org.sonar.core.util.stream.CollectorsTest | From | To | |
Rename Method public toList_builds_an_ArrayList() : void renamed to public toArrayList_builds_an_ArrayList() : void in class org.sonar.core.util.stream.CollectorsTest | From | To | |
Rename Method public toSet_with_size_builds_an_ArrayList() : void renamed to public toHashSet_with_size_builds_an_ArrayList() : void in class org.sonar.core.util.stream.CollectorsTest | From | To | |
Rename Method public toSet_builds_an_HashSet() : void renamed to public toHashSet_builds_an_HashSet() : void in class org.sonar.core.util.stream.CollectorsTest | From | To | |
Move Method | 4 | ||
Move Method public toList_with_size_builds_an_ImmutableList() : void from class org.sonar.core.util.stream.GuavaCollectorsTest to public toList_with_size_builds_an_ImmutableList() : void from class org.sonar.core.util.stream.CollectorsTest | From | To | |
Move Method public toSet_with_size_builds_an_ImmutableSet() : void from class org.sonar.core.util.stream.GuavaCollectorsTest to public toSet_with_size_builds_an_ImmutableSet() : void from class org.sonar.core.util.stream.CollectorsTest | From | To | |
Move Method public toList_builds_an_ImmutableList() : void from class org.sonar.core.util.stream.GuavaCollectorsTest to public toList_builds_an_ImmutableList() : void from class org.sonar.core.util.stream.CollectorsTest | From | To | |
Move Method public toSet_builds_an_ImmutableSet() : void from class org.sonar.core.util.stream.GuavaCollectorsTest to public toSet_builds_an_ImmutableSet() : void from class org.sonar.core.util.stream.CollectorsTest | From | To | |
Change Return Type | 4 | ||
Change Return Type Collector<T,?,Set<T>> to Collector<T,Set<T>,Set<T>> in method public toSet(expectedSize int) : Collector<T,Set<T>,Set<T>> in class org.sonar.core.util.stream.Collectors | From | To | |
Change Return Type Collector<T,?,List<T>> to Collector<T,List<T>,List<T>> in method public toList() : Collector<T,List<T>,List<T>> in class org.sonar.core.util.stream.Collectors | From | To | |
Change Return Type Collector<T,?,List<T>> to Collector<T,List<T>,List<T>> in method public toList(expectedSize int) : Collector<T,List<T>,List<T>> in class org.sonar.core.util.stream.Collectors | From | To | |
Change Return Type Collector<T,?,Set<T>> to Collector<T,Set<T>,Set<T>> in method public toSet() : Collector<T,Set<T>,Set<T>> in class org.sonar.core.util.stream.Collectors | From | To | |
Rename Parameter | 2 | ||
Rename Parameter size : int to expectedSize : int in method public toList(expectedSize int) : Collector<T,List<T>,List<T>> in class org.sonar.core.util.stream.Collectors | From | To | |
Rename Parameter size : int to expectedSize : int in method public toSet(expectedSize int) : Collector<T,Set<T>,Set<T>> in class org.sonar.core.util.stream.Collectors | From | To |