cdb1bc294cbe52b42f89e20950c7f632426c0d4c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type subject : Subject<?,?> to object : E in method private append(list ImmutableList<? extends E>, object E) : ImmutableList<E> in class com.google.common.truth.FailureMetadata | From | To | |
Change Parameter Type subjects : ImmutableList<Subject<?,?>> to list : ImmutableList<? extends E> in method private append(list ImmutableList<? extends E>, object E) : ImmutableList<E> in class com.google.common.truth.FailureMetadata | From | To | |
Change Return Type | 1 | ||
Change Return Type ImmutableList<Subject<?,?>> to ImmutableList<E> in method private append(list ImmutableList<? extends E>, object E) : ImmutableList<E> in class com.google.common.truth.FailureMetadata | From | To | |
Rename Parameter | 2 | ||
Rename Parameter subject : Subject<?,?> to object : E in method private append(list ImmutableList<? extends E>, object E) : ImmutableList<E> in class com.google.common.truth.FailureMetadata | From | To | |
Rename Parameter subjects : ImmutableList<Subject<?,?>> to list : ImmutableList<? extends E> in method private append(list ImmutableList<? extends E>, object E) : ImmutableList<E> in class com.google.common.truth.FailureMetadata | From | To |