9e81c652da55279ac03c6e7b25f72b7399904f23
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<String> to ImmutableList<String> in method private splitLines(s String) : ImmutableList<String> in class com.google.common.truth.Platform | From | To | |
Change Variable Type | 2 | ||
Change Variable Type actualLines : List<String> to actualLines : ImmutableList<String> in method package makeDiff(expected String, actual String) : ImmutableList<Field> in class com.google.common.truth.Platform | From | To | |
Change Variable Type expectedLines : List<String> to expectedLines : ImmutableList<String> in method package makeDiff(expected String, actual String) : ImmutableList<Field> in class com.google.common.truth.Platform | From | To |