3df1aacd62e84d99b5513b661c2fdc16d2deead2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type subject : Optional<T> to subject : Optional<?> in method package OptionalSubject(failureStrategy FailureStrategy, subject Optional<?>) in class com.google.common.truth.OptionalSubject | From | To | |
Change Parameter Type target : Optional<T> to target : Optional<?> in method public assertThat(target Optional<?>) : OptionalSubject in class com.google.common.truth.Truth | From | To | |
Change Parameter Type target : Optional<T> to target : Optional<?> in method public that(target Optional<?>) : OptionalSubject in class com.google.common.truth.TestVerb | From | To | |
Change Return Type | 2 | ||
Change Return Type OptionalSubject<T> to OptionalSubject in method public assertThat(target Optional<?>) : OptionalSubject in class com.google.common.truth.Truth | From | To | |
Change Return Type OptionalSubject<T> to OptionalSubject in method public that(target Optional<?>) : OptionalSubject in class com.google.common.truth.TestVerb | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type k : OptionalSubject<?> to k : OptionalSubject in class com.google.common.truth.gwt.Inventory | From | To |