61599558209405d239969b8a2ba714d59db6d8bf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 6 | ||
Inline Method private assertMatches(expectedLine String, actualLine String, expectedIndex int, actualIndex int) : void inlined to package assertLinesMatch(expectedLines List<String>, actualLines List<String>) : void in class org.junit.jupiter.api.AssertLinesMatch | From | To | |
Inline Method private assertMatches(expectedLine String, actualLine String, expectedIndex int, actualIndex int) : void inlined to private assertLinesMatchWithFastForward(expectedLines List<String>, actualLines List<String>) : void in class org.junit.jupiter.api.AssertLinesMatch | From | To | |
Inline Variable | 1 | ||
Inline Variable actualLine : String in method private assertLinesMatchWithFastForward(expectedLines List<String>, actualLines List<String>) : void from class org.junit.jupiter.api.AssertLinesMatch | From | To |