Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
2753

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod
  • scope: "protected"
3warning Warning
JavadocType
  • authorFormat: "\S"
  • scope: "protected"
0warning Warning
JavadocVariable
  • scope: "protected"
0warning Warning
JavadocStyle2warning Warning
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • header
    1: ^/\*$
    2: ^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$
    3: ^ \*$
    4: ^ \* Licensed under the Apache License, Version 2.0 \(the "License"\)\;$
    5: ^ \* you may not use this file except in compliance with the License.$
    6: ^ \* You may obtain a copy of the License at$
    7: ^ \*$
    8: ^ \* http://www.apache.org/licenses/LICENSE-2.0$
    9: ^ \*$
    10: ^ \* Unless required by applicable law or agreed to in writing, software$
    11: ^ \* distributed under the License is distributed on an "AS IS" BASIS,$
    12: ^ \* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.$
    13: ^ \* See the License for the specific language governing permissions and$
    14: ^ \* limitations under the License.$
    15: ^ \*/$
    16: ^$
1error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
ModifierOrder0error Error
RedundantModifier0info Info
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement0warning Warning
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0info Info
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
7info Info
UpperEll0error Error

Details

org/apache/myfaces/blank/HelloWorldBacking.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'.2
warningFirst sentence should end with a period.21
infoLine has trailing spaces.23
infoLine has trailing spaces.24
infoLine has trailing spaces.28
infoLine has trailing spaces.31
warningFirst sentence should end with a period.32
infoLine has trailing spaces.35
infoLine has trailing spaces.37
warningMissing a Javadoc comment.39
warningMissing a Javadoc comment.42
infoLine has trailing spaces.45
warningExpected an @return tag.49

org/apache/myfaces/blank/package.html

ViolationMessageLine
errorMissing package documentation file.0