Skip to content

Commit 99aad6d

Browse files
committed
Reduce vertical whitespace
1 parent d8a0c4f commit 99aad6d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/conf/spotbugs-exclude-filter.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
xmlns="https://github.com/spotbugs/filter/3.0.0"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">
22-
2322
<!-- TODO Can any of these be done without breaking binary compatibility? -->
2423
<Match>
2524
<Class name="~.*" />
@@ -29,20 +28,17 @@
2928
<Bug pattern="MS_EXPOSE_REP" />
3029
</Or>
3130
</Match>
32-
3331
<!-- https://github.com/spotbugs/spotbugs/issues/2710 -->
3432
<Match>
3533
<Class name="~.*" />
3634
<Bug pattern="CT_CONSTRUCTOR_THROW" />
3735
</Match>
38-
3936
<!-- See discussion on https://issues.apache.org/jira/browse/IO-216 -->
4037
<Match>
4138
<Class name="org.apache.commons.io.output.LockableFileWriter" />
4239
<Method name="close" params="" returns="void" />
4340
<Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
4441
</Match>
45-
4642
<!-- The constructors intentionally do not copy the input byte array -->
4743
<Match>
4844
<Class name="org.apache.commons.io.input.UnsynchronizedByteArrayInputStream" />
@@ -64,33 +60,28 @@
6460
<Class name="org.apache.commons.io.output.NullPrintStream" />
6561
<Bug pattern="DM_DEFAULT_ENCODING" />
6662
</Match>
67-
6863
<!-- Deprecated -->
6964
<Match>
7065
<Class name="org.apache.commons.io.file.PathUtils" />
7166
<Field name="NOFOLLOW_LINK_OPTION_ARRAY" />
7267
<Bug pattern="MS_PKGPROTECT" />
7368
</Match>
74-
7569
<!-- Deprecated -->
7670
<Match>
7771
<Class name="org.apache.commons.io.monitor.FileAlterationObserver" />
7872
<Field name="fileFilter" />
7973
<Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED" />
8074
</Match>
81-
8275
<!-- Deprecated -->
8376
<Match>
8477
<Class name="org.apache.commons.io.monitor.FileAlterationObserver" />
8578
<Field name="listeners" />
8679
<Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED" />
8780
</Match>
88-
8981
<!-- This class only throws unchecked exceptions. -->
9082
<Match>
9183
<Class name="org.apache.commons.io.function.UncheckedIOIterator" />
9284
<Method name="next" />
9385
<Bug pattern="IT_NO_SUCH_ELEMENT" />
9486
</Match>
95-
9687
</FindBugsFilter>

0 commit comments

Comments
 (0)