This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit e28619e0344733ee5fbb3e1e56ab366b87748adc Author: Gary Gregory <[email protected]> AuthorDate: Mon Jul 4 13:15:33 2022 -0400 Add missing namespace and XSD to SpotBugs filter file. --- src/conf/findbugs-exclude-filter.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/conf/findbugs-exclude-filter.xml b/src/conf/findbugs-exclude-filter.xml index 854ef760..a4a99f07 100644 --- a/src/conf/findbugs-exclude-filter.xml +++ b/src/conf/findbugs-exclude-filter.xml @@ -21,9 +21,10 @@ false positive nature has been analyzed individually and they have been put here to instruct findbugs it must ignore them. --> -<FindBugsFilter> - -<!-- N.B. Using wild-card class names so exclusions work regardless of the top-level package --> +<FindBugsFilter + xmlns="https://github.com/spotbugs/filter/3.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd"><!-- N.B. Using wild-card class names so exclusions work regardless of the top-level package --> <!-- Waiting on BCEL-252 --> <Match>
