Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
20019

Rules

RulesViolationsSeverity
SuppressionFilter
  • file: "/Users/huxtable/dev/workspace/shibshimserver/target/checkstyle-suppressions.xml"
0error Error
LeftCurly0error Error
RightCurly0error Error
LineLength
  • ignorePattern: "@version|@see"
  • max: "160"
0error Error
MemberName0error Error
JavadocMethod6error Error
JavadocType0error Error
JavadocVariable13error Error
JavadocStyle0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • header
    1: /\*$
    2: ^ \* Copyright \(c\) \d\d\d\d(-\d\d\d\d)? Kathryn Huxtable$
    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: ^ \* \$Id.*\$
    17: ^ \*/$
    18: ^package .*$
    19: ^$
0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
OperatorWrap0error Error
ParenPad
  • option: "nospace"
0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
NeedBraces0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows
  • allowUnchecked: "true"
0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "(^\s|[^*]\s+)$"
0error Error
UpperEll0error Error

Details

org/kathrynhuxtable/middleware/shibshim/web/acs/ACSServlet.java

ViolationMessageLine
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.61
errorExpected @param tag for 'request'.115
errorExpected @param tag for 'response'.115
errorExpected @throws tag for 'IOException'.115
errorExpected @throws tag for 'ServletException'.115

org/kathrynhuxtable/middleware/shibshim/attributes/AttributeFormatter.java

ViolationMessageLine
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorUnused @param tag for 'request'.88
errorExpected @param tag for 'attributes'.93