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 7d866683 Format nit
new 3c5913a8 Organize imports
new c6b9e15d Use Checkstyle: WhitespaceAfter
The 2 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/conf/checkstyle.xml | 1 +
.../org/apache/commons/codec/binary/Base16.java | 57 +-
.../org/apache/commons/codec/binary/Base32.java | 382 ++++++-------
.../apache/commons/codec/digest/PureJavaCrc32.java | 35 +-
.../commons/codec/digest/PureJavaCrc32C.java | 124 ++---
.../commons/codec/language/DoubleMetaphone.java | 2 +-
.../org/apache/commons/codec/language/Soundex.java | 6 +-
.../org/apache/commons/codec/language/bm/Rule.java | 2 +-
.../org/apache/commons/codec/net/URLCodec.java | 4 +-
.../commons/codec/AbstractStringEncoderTest.java | 4 +-
.../codec/binary/Base16InputStreamTest.java | 28 +-
.../apache/commons/codec/binary/Base16Test.java | 65 ++-
.../apache/commons/codec/binary/Base32Test.java | 154 +++---
.../commons/codec/binary/BaseNCodecTest.java | 24 +-
.../commons/codec/binary/StringUtilsTest.java | 6 +-
.../codec/digest/MessageDigestAlgorithmsTest.java | 23 +-
.../commons/codec/digest/MurmurHash3Test.java | 200 +++----
.../commons/codec/digest/PureJavaCrc32CTest.java | 12 +-
.../commons/codec/digest/PureJavaCrc32Test.java | 594 ++++++++++-----------
.../commons/codec/digest/Sha256CryptTest.java | 2 +-
.../commons/codec/digest/Sha512CryptTest.java | 2 +-
.../codec/language/ColognePhoneticTest.java | 179 ++++---
.../language/MatchRatingApproachEncoderTest.java | 18 +-
.../commons/codec/language/RefinedSoundexTest.java | 2 +-
.../org/apache/commons/codec/net/QCodecTest.java | 38 +-
.../codec/net/QuotedPrintableCodecTest.java | 55 +-
.../org/apache/commons/codec/net/URLCodecTest.java | 40 +-
28 files changed, 1004 insertions(+), 1057 deletions(-)