Commit 27c083f
committed
DefaultTableIOPlugin: fix up the supports* logic
This change removes redundant method overrides, and fixes a bug
in supportsSave where non-existent files weren't recognized.
See https://forum.image.sc/t/72291.1 parent 4bcdabe commit 27c083f
2 files changed
Lines changed: 10 additions & 21 deletions
File tree
- src
- main/java/org/scijava/table/io
- test/java/org/scijava/table/io
Lines changed: 9 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
93 | 84 | | |
94 | 85 | | |
95 | 86 | | |
96 | 87 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
103 | 92 | | |
104 | 93 | | |
105 | 94 | | |
| |||
281 | 270 | | |
282 | 271 | | |
283 | 272 | | |
284 | | - | |
285 | | - | |
| 273 | + | |
| 274 | + | |
286 | 275 | | |
287 | 276 | | |
288 | 277 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments