This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
from cd06e60f Bump commons-io:commons-io from 2.19.0 to 2.20.0 new ed43d2a4 Sort members new 66bbba91 Fomat nits new b1b7b5a3 Fix PMD multiple UnnecessaryFullyQualifiedName in org.apache.commons.codec.binary.StringUtils new 3a7cdf52 Fix PMD UnusedFormalParameter in private constructor in org.apache.commons.codec.binary.Base16 new 5097ba61 Fix PMD multiple UnnecessaryFullyQualifiedName in org.apache.commons.codec.digest.Blake3 new 1d718d85 Fix PMD UnnecessaryFullyQualifiedName in org.apache.commons.codec.digest.Md5Crypt new 5b3c2a5e Fix PMD EmptyControlStatement in org.apache.commons.codec.language.Metaphone new d08da755 Add PMD check to the default Maven goal The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: pom.xml | 2 +- src/changes/changes.xml | 6 ++++++ .../java/org/apache/commons/codec/binary/Base16.java | 6 ++---- .../org/apache/commons/codec/binary/StringUtils.java | 11 ++++++----- .../java/org/apache/commons/codec/digest/Blake3.java | 4 ++-- .../org/apache/commons/codec/digest/Md5Crypt.java | 2 +- .../codec/language/DaitchMokotoffSoundex.java | 10 +++++----- .../org/apache/commons/codec/language/Metaphone.java | 5 ++--- .../org/apache/commons/codec/language/bm/Rule.java | 4 ++-- .../commons/codec/digest/HmacAlgorithmsTest.java | 8 ++++---- .../codec/language/DaitchMokotoffSoundexTest.java | 20 ++++++++++---------- .../apache/commons/codec/language/bm/RuleTest.java | 18 +++++++++--------- 12 files changed, 50 insertions(+), 46 deletions(-)