Commit e539867
committed
Fix SpotBugs errors
- [ERROR] Medium:
org.apache.commons.io.file.AccumulatorPathVisitor.getDirList() may
expose internal representation by returning
AccumulatorPathVisitor.dirList [org.apache.commons.io.file.AccumulatorPathVisitor]
At AccumulatorPathVisitor.java:[line 179] EI_EXPOSE_REP
- [ERROR] Medium:
org.apache.commons.io.file.AccumulatorPathVisitor.getFileList() may
expose internal representation by returning
AccumulatorPathVisitor.fileList [org.apache.commons.io.file.AccumulatorPathVisitor]
At AccumulatorPathVisitor.java:[line 188] EI_EXPOSE_REP1 parent 4a3e4f2 commit e539867
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments