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

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
10012

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
0error Error
RightCurly
  • option: "alone"
0error Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see"
0error Error
MemberName0error Error
JavadocMethod4error Error
JavadocType0error Error
JavadocVariable3error 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: ^$
1error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
OperatorWrap0error Error
ParenPad
  • option: "space"
0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround4error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
NeedBraces0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
UpperEll0error Error

Details

org/apache/maven/archiva/applet/ChecksumApplet.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.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.60
error'<' is not preceded with whitespace.63
error'<' is not followed by whitespace.63
error'>' is not preceded with whitespace.63
error'>' is not followed by whitespace.63
errorMissing a Javadoc comment.87
errorMissing a Javadoc comment.120