ce40e38940517fa62d7a5efdc3588c948caa8ef6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type iterable : Iterable<G> to iterable : Iterable<T> in method private createSafeList(iterable Iterable<T>) : List<T> in class org.immutables.fixture.encoding.defs.OptionalList2 | From | To | |
Change Return Type | 1 | ||
Change Return Type List<G> to List<T> in method private createSafeList(iterable Iterable<T>) : List<T> in class org.immutables.fixture.encoding.defs.OptionalList2 | From | To | |
Change Variable Type | 1 | ||
Change Variable Type list : List<G> to list : List<T> in method private createSafeList(iterable Iterable<T>) : List<T> in class org.immutables.fixture.encoding.defs.OptionalList2 | From | To |