Commit 5cc33ba
committed
fix(apply-tags-from-csv): guard against null return from Path.getFileName()
Path.getFileName() returns null for filesystem root paths; skip such
paths instead of dereferencing the result (fixes SpotBugs NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE).1 parent c83b1e2 commit 5cc33ba
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
321 | 325 | | |
322 | 326 | | |
323 | 327 | | |
| |||
0 commit comments