This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git.
from ea6058c Update binary compatibility version
new 738b50d Improve variable name to describe the bug in Codec 101.
new e2eb50c Remove unused import
new 316fb26 Fix checkstyle for test sources
new ae667e0 Add test sources to checkstyle:check
The 4 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:
checkstyle-suppressions.xml | 7 ++
pom.xml | 2 +
.../apache/commons/codec/binary/Base32Test.java | 3 +-
.../codec/binary/Base64InputStreamTest.java | 4 +-
.../apache/commons/codec/binary/Base64Test.java | 38 ++++----
.../commons/codec/binary/Base64TestData.java | 100 +++++++++++----------
.../commons/codec/binary/BaseNCodecTest.java | 3 +-
.../apache/commons/codec/digest/HmacUtilsTest.java | 8 +-
.../commons/codec/digest/PureJavaCrc32Test.java | 29 +++---
.../commons/codec/digest/XXHash32OverflowTest.java | 26 +++---
.../apache/commons/codec/digest/XXHash32Test.java | 26 +++---
.../language/MatchRatingApproachEncoderTest.java | 2 +-
.../codec/language/bm/BeiderMorseEncoderTest.java | 6 +-
13 files changed, 130 insertions(+), 124 deletions(-)