cba1f870e41815fbf85497510d8744c1a3b6ef58
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method public diff(actual Path, expected String, charset Charset) : List<String> extracted from public diff(actual File, expected String, charset Charset) : List<String> in class org.assertj.core.internal.Diff | From | To | |
Extract Method public diff(actual Path, expected byte[]) : BinaryDiffResult extracted from public diff(actual File, expected byte[]) : BinaryDiffResult in class org.assertj.core.internal.BinaryDiff | From | To | |
Extract Method public diff(actual Path, expected Path) : List<String> extracted from public diff(actual File, expected File) : List<String> in class org.assertj.core.internal.Diff | From | To |