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-email.git
commit 283a4c59b357c0ad8a059c61797e6478907ca786 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Dec 13 15:53:48 2023 -0500 Add SpotBugs exclude file --- src/conf/spotbugs-exclude-filter.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/conf/spotbugs-exclude-filter.xml b/src/conf/spotbugs-exclude-filter.xml index ee893be..e68c64f 100644 --- a/src/conf/spotbugs-exclude-filter.xml +++ b/src/conf/spotbugs-exclude-filter.xml @@ -27,10 +27,10 @@ xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd"> <!-- https://github.com/spotbugs/spotbugs/issues/2710 --> - <Match> - <Class name="~.*" /> - <Bug pattern="CT_CONSTRUCTOR_THROW" /> - </Match> +<!-- <Match> --> +<!-- <Class name="~.*" /> --> +<!-- <Bug pattern="CT_CONSTRUCTOR_THROW" /> --> +<!-- </Match> --> <!-- the javadoc states that the default character encoding is used --> <!-- when converting a string into a byte[] -->