Skip to content

Commit 38ca4e1

Browse files
author
Gary Gregory
committed
Suppress SpotBugs error for deprecated field
org.apache.commons.io.file.PathUtils#NOFOLLOW_LINK_OPTION_ARRAY
1 parent 7425464 commit 38ca4e1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/conf/spotbugs-exclude-filter.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,12 @@
3737
<Bug pattern="DM_DEFAULT_ENCODING" />
3838
</Match>
3939

40+
<!-- Deprecated -->
41+
<Match>
42+
<Class name="org.apache.commons.io.file.PathUtils" />
43+
<Field name="NOFOLLOW_LINK_OPTION_ARRAY" />
44+
<Bug pattern="MS_PKGPROTECT" />
45+
</Match>
46+
47+
4048
</FindBugsFilter>

0 commit comments

Comments
 (0)