ee494b051594d6e87c23a4f0e19209eb38464474
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 4 | ||
| Change Parameter Type l : List<T> to l : List<?> in method public reverse(l List<?>) : void in class java.util.Collections | From | To | |
| Change Parameter Type list : List<T> to list : List<?> in method public shuffle(list List<?>) : void in class java.util.Collections | From | To | |
| Change Parameter Type list : List<T> to list : List<?> in method public shuffle(list List<?>, rnd Random) : void in class java.util.Collections | From | To | |
| Change Parameter Type set : SortedSet<? extends T> to set : SortedSet<T> in method public unmodifiableSortedSet(set SortedSet<T>) : SortedSet<T> in class java.util.Collections | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type headElem : T to headElem : Object in method public reverse(l List<?>) : void in class java.util.Collections | From | To | |
| Change Variable Type tailElem : T to tailElem : Object in method public reverse(l List<?>) : void in class java.util.Collections | From | To | |
| Change Variable Type head : ListIterator<T> to head : ListIterator in method public reverse(l List<?>) : void in class java.util.Collections | From | To | |
| Change Variable Type tail : ListIterator<T> to tail : ListIterator in method public reverse(l List<?>) : void in class java.util.Collections | From | To | |
| Change Variable Type it : ListIterator<T> to it : ListIterator in method public shuffle(list List<?>, rnd Random) : void in class java.util.Collections | From | To |