3c0dc9fb902136086f5ef0b33002f7a902c7a32d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<ExpectationFailure> to List<AssertionError> in method package getFailures() : List<AssertionError> in class com.google.common.truth.Expect.ExpectationGatherer | From | To | |
Change Variable Type | 2 | ||
Change Variable Type failures : List<ExpectationFailure> to failures : List<AssertionError> in method public toString() : String in class com.google.common.truth.Expect.ExpectationGatherer | From | To | |
Change Variable Type failure : ExpectationFailure to failure : AssertionError in method public toString() : String in class com.google.common.truth.Expect.ExpectationGatherer | From | To |