This project has retired. For details please refer to its Attic page.
Archiva Checksum - Checkstyle Results

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
40069

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
1error Error
RightCurly
  • option: "alone"
0error Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see"
1error Error
MemberName0error Error
JavadocMethod22error Error
JavadocType0error Error
JavadocVariable8error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • header
    1: ^package
    2: ^$
    3: /\*$
    4: ^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$
    5: ^ \*$
    6: ^ \* Licensed under the Apache License, Version 2.0 \(the "License"\)\;$
    7: ^ \* you may not use this file except in compliance with the License.$
    8: ^ \* You may obtain a copy of the License at$
    9: ^ \*$
    10: ^ \* http://www.apache.org/licenses/LICENSE-2.0$
    11: ^ \*$
    12: ^ \* Unless required by applicable law or agreed to in writing, software$
    13: ^ \* distributed under the License is distributed on an "AS IS" BASIS,$
    14: ^ \* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.$
    15: ^ \* See the License for the specific language governing permissions and$
    16: ^ \* limitations under the License.$
    17: ^ \*/$
    18: ^$
4error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
OperatorWrap0error Error
ParenPad
  • option: "space"
4error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround18error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
NeedBraces0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField5error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber3error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression2error Error
SimplifyBooleanReturn0error Error
InterfaceIsType0error Error
VisibilityModifier1error Error
UpperEll0error Error

Details

org/apache/archiva/checksum/Hex.java

ViolationMessageLine
errorLine does not match expected header line of '/\*$'.3
errorMissing a Javadoc comment.10
errorMissing a Javadoc comment.12
error'0xF0' is a magic number.20
error'4' is a magic number.20
error'0x0F' is a magic number.21
errorMissing a Javadoc comment.27

org/apache/archiva/checksum/ChecksumAlgorithm.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
error'{' should be on a new line.31
errorMissing a Javadoc comment.32
error'(' is not followed by whitespace.32
error')' is not preceded with whitespace.32
errorMissing a Javadoc comment.33
error'(' is not followed by whitespace.33
error')' is not preceded with whitespace.33
errorMissing a Javadoc comment.35
error'algorithm' hides a field.72
error'ext' hides a field.72
error'type' hides a field.72
errorMissing a Javadoc comment.79
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.89

org/apache/archiva/checksum/Checksum.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
error'<' is not preceded with whitespace.41
error'<' is not followed by whitespace.41
error'>' is not preceded with whitespace.41
errorMissing a Javadoc comment.56
errorVariable 'md' must be private and have accessor methods.56
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.60
error'checksumAlgorithm' hides a field.60
errorLine is longer than 120 characters.70
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.90
errorMissing a Javadoc comment.96

org/apache/archiva/checksum/ChecksummedFile.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.4
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.56
error'referenceFile' hides a field.63
errorExpected @param tag for 'referenceFile'.63
errorUnused @param tag for 'checksumFile'.128
errorExpected @param tag for 'algorithm'.132
error'<' is not preceded with whitespace.150
error'<' is not followed by whitespace.150
error'>' is not preceded with whitespace.150
error'<' is not preceded with whitespace.150
error'<' is not followed by whitespace.150
error'>' is not preceded with whitespace.150
error'>' is not followed by whitespace.150
errorExpression can be simplified.195
error'<' is not preceded with whitespace.223
error'<' is not followed by whitespace.223
error'>' is not preceded with whitespace.223
error'<' is not preceded with whitespace.223
error'<' is not followed by whitespace.223
error'>' is not preceded with whitespace.223
error'>' is not followed by whitespace.223
errorExpression can be simplified.270
errorMissing a Javadoc comment.292
error'if' is not followed by whitespace.297
errorExpected an @return tag.318
errorExpected @param tag for 'rawChecksumString'.318
errorExpected @param tag for 'expectedHash'.318
errorExpected @param tag for 'expectedPath'.318
errorExpected @throws tag for 'IOException'.319