cc8829ccf3a2acd6919dfb7c7afd2385daaa11a0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type collection1 : Collection to collection1 : Collection<?> in method public collectionsEquals(collection1 Collection<?>, collection2 Collection<?>) : boolean in class com.vaadin.client.Util | From | To | |
Change Parameter Type collection2 : Collection to collection2 : Collection<?> in method public collectionsEquals(collection1 Collection<?>, collection2 Collection<?>) : boolean in class com.vaadin.client.Util | From | To | |
Change Variable Type | 2 | ||
Change Variable Type collection1Iterator : Iterator<Object> to collection1Iterator : Iterator<?> in method public collectionsEquals(collection1 Collection<?>, collection2 Collection<?>) : boolean in class com.vaadin.client.Util | From | To | |
Change Variable Type collection2Iterator : Iterator<Object> to collection2Iterator : Iterator<?> in method public collectionsEquals(collection1 Collection<?>, collection2 Collection<?>) : boolean in class com.vaadin.client.Util | From | To |