f3381da3d4697f38384b8f45c16a362518d58a76
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package createAsList() : ImmutableList<V> renamed to public asList() : ImmutableList<V> in class com.google.common.collect.ImmutableMapValues | From | To | |
Inline Method | 1 | ||
Inline Method package createAsList() : ImmutableList<E> inlined to public asList() : ImmutableList<E> in class com.google.common.collect.ImmutableCollection | From | To | |
Push Down Attribute | 2 | ||
Push Down Attribute private asList : ImmutableList<E> from class com.google.common.collect.ImmutableCollection to private asList : ImmutableList<E> from class com.google.common.collect.ImmutableSet | From | To | |
Push Down Attribute private asList : ImmutableList<E> from class com.google.common.collect.ImmutableCollection to private asList : ImmutableList<E> from class com.google.common.collect.ImmutableMultiset | From | To |