b27dc0c3541ff8b958f966977e4d5ad66482c905
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Collection<Set<E>> to ImmutableList<ImmutableSet<E>> in method public allEquivalenceClasses() : ImmutableList<ImmutableSet<E>> in class com.google.javascript.jscomp.graph.UnionFind | From | To | |
Change Return Type Collection<Set<E>> to ImmutableList<ImmutableSet<E>> in method public allEquivalenceClasses() : ImmutableList<ImmutableSet<E>> in class com.google.javascript.jscomp.graph.StandardUnionFind | From | To | |
Change Variable Type | 3 | ||
Change Variable Type group : ImmutableSet.Builder<E> to group : Set<E> in method public allEquivalenceClasses() : ImmutableList<ImmutableSet<E>> in class com.google.javascript.jscomp.graph.StandardUnionFind | From | To | |
Change Variable Type classes : Collection<Set<String>> to classes : ImmutableList<ImmutableSet<String>> in method public testAllEquivalenceClasses() : void in class com.google.javascript.jscomp.graph.StandardUnionFindTest | From | To | |
Change Variable Type result : ImmutableList.Builder<Set<E>> to result : ImmutableList.Builder<ImmutableSet<E>> in method public allEquivalenceClasses() : ImmutableList<ImmutableSet<E>> in class com.google.javascript.jscomp.graph.StandardUnionFind | From | To |