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 01edad75 [CODEC-324] BeiderMorse engine doesn't work with JPMS enabled
     new 8942c4a1 Remove extra whitespace
     new 2ac36f62 Sort TreeWalker entries
     new 194065dd Add Checkstyle AvoidStarImport
     new cb82d23c Add Checkstyle FinalLocalVariable
     new 8212f3a2 Add Checkstyle IllegalImport
     new f4e02add Clean up XML
     new cef31ffa Add Checkstyle LeftCurly
     new d07a2e61 Add Checkstyle LeftCurly
     new 0d3ae903 Add Checkstyle MissingOverride
     new da3f28e3 Add Checkstyle ModifierOrder
     new 73c9634f Add Checkstyle NeedBraces
     new 9080767f Add Checkstyle RedundantImport
     new a841452b Add Checkstyle RedundantModifier
     new 13aedc5d Add Checkstyle RightCurly
     new 9229ea00 Add Checkstyle UnusedImports
     new 284eed90 Add Checkstyle UpperEll
     new 68b655b5 Add Checkstyle WhitespaceAroundCheck
     new 4614b096 Sort Checkstyle entries
     new 6921f982 Add Checkstyle JavadocPackage

The 19 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:
 src/conf/checkstyle.xml                            | 69 +++++++++++-----------
 .../apache/commons/codec/digest/DigestUtils.java   |  4 +-
 .../org/apache/commons/codec/digest/HmacUtils.java |  2 +-
 .../apache/commons/codec/digest/PureJavaCrc32.java |  4 +-
 .../commons/codec/digest/PureJavaCrc32C.java       |  2 +-
 .../apache/commons/codec/language/Caverphone.java  |  2 +-
 .../commons/codec/language/ColognePhonetic.java    | 10 ++--
 .../codec/language/DaitchMokotoffSoundex.java      |  2 +-
 .../apache/commons/codec/language/Metaphone.java   | 16 +++--
 .../org/apache/commons/codec/language/bm/Lang.java |  2 +-
 .../commons/codec/language/bm/Languages.java       |  4 +-
 .../commons/codec/language/bm/PhoneticEngine.java  |  2 +-
 .../org/apache/commons/codec/language/bm/Rule.java |  6 +-
 .../commons/codec/net/QuotedPrintableCodec.java    |  2 +-
 .../codec/binary/Base16InputStreamTest.java        | 40 ++++++-------
 .../codec/binary/Base16OutputStreamTest.java       | 36 +++++------
 .../commons/codec/binary/Base16TestData.java       |  4 +-
 .../codec/binary/Base32InputStreamTest.java        | 28 ++++-----
 .../codec/binary/Base32OutputStreamTest.java       | 10 ++--
 .../commons/codec/binary/Base64Codec13Test.java    |  6 +-
 .../codec/binary/Base64InputStreamTest.java        | 34 +++++------
 .../codec/binary/Base64OutputStreamTest.java       | 10 ++--
 .../commons/codec/binary/Base64TestData.java       |  4 +-
 .../apache/commons/codec/binary/BaseNTestData.java | 14 +++--
 .../org/apache/commons/codec/binary/HexTest.java   |  2 +-
 .../commons/codec/digest/DigestUtilsTest.java      |  8 +--
 .../commons/codec/digest/PureJavaCrc32Test.java    |  2 +-
 .../apache/commons/codec/digest/XXHash32Test.java  |  4 +-
 28 files changed, 168 insertions(+), 161 deletions(-)

Reply via email to