This repository was archived by the owner on Jun 6, 2021. It is now read-only.
Commit ff5cefc
committed
refs KengoTODA#1: Equalizer does not have to care about
Now we have 2 classes which has to care about `ignoreWhiteSpace`
and here is 2 bugs:
1. it converts `null` to empty string
2. `Builder.ignoreWhiteSpace` doesn't work when we set custom
Equalizer
This change solves these problem.ignoreWhiteSpace.1 parent 05ae3ef commit ff5cefcCopy full SHA for ff5cefc
1 file changed
+18-8Lines changed: 18 additions & 8 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/main/java/difflib
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/main/java/difflib/DiffRowGenerator.java
Copy file name to clipboardExpand all lines: src/main/java/difflib/DiffRowGenerator.java+18-8Lines changed: 18 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
| 26 | + |
26 | 27 | |
| 28 | + |
27 | 29 | |
28 | 30 | |
29 | 31 | |
| ||
76 | 78 | |
77 | 79 | |
78 | 80 | |
79 | | - |
80 | | - |
81 | | - |
82 | | - |
83 | | - |
84 | | - |
85 | | - |
| 81 | + |
86 | 82 | |
87 | | - |
| 83 | + |
88 | 84 | |
89 | 85 | |
90 | 86 | |
| ||
205 | 201 | |
206 | 202 | |
207 | 203 | |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
208 | 218 | |
209 | 219 | |
210 | 220 | |
|
0 commit comments