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 b0a9dac9 Javadoc
new ed56539e Add Checkstyle ArrayTypeStyle
new 32372c98 Add Checkstyle CovariantEquals
new 9b4f8fd0 Add Checkstyle DefaultComesLast
new 0b638414 Add Checkstyle EmptyBlock
new 9b70ae01 Add Checkstyle EqualsHashCode
new 384aab1d Normalize module name
new 5323ea81 Add Checkstyle FallThrough
new a2dea275 Add Checkstyle IllegalInstantiation
new fd181466 Add Checkstyle SimplifyBooleanExpression
new af2957ea Add Checkstyle SimplifyBooleanReturn
new 8ff747bf Add Checkstyle StringLiteralEquality
new 5261b315 Add Checkstyle SuperClone
new e1b43faa Add Checkstyle SuperFinalize
new 0fdd6854 Add Checkstyle UnnecessaryParentheses
The 14 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 | 17 ++++++-
.../org/apache/commons/codec/binary/Base32.java | 1 +
.../apache/commons/codec/digest/MurmurHash2.java | 18 ++++----
.../apache/commons/codec/digest/MurmurHash3.java | 53 ++++++++++++----------
.../apache/commons/codec/digest/PureJavaCrc32.java | 14 ++++--
.../commons/codec/digest/PureJavaCrc32C.java | 15 +++---
.../apache/commons/codec/language/Metaphone.java | 3 +-
.../commons/codec/AbstractStringEncoderTest.java | 2 +-
.../codec/binary/Codec105ErrorInputStream.java | 2 +-
.../commons/codec/digest/PureJavaCrc32Test.java | 2 +-
.../codec/language/ColognePhoneticTest.java | 2 +-
.../org/apache/commons/codec/net/QCodecTest.java | 4 +-
.../codec/net/QuotedPrintableCodecTest.java | 4 +-
.../org/apache/commons/codec/net/URLCodecTest.java | 4 +-
14 files changed, 83 insertions(+), 58 deletions(-)