Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
6 0 0 0

Rules

Rules Violations Severity
SuppressionCommentFilter 0 error Error
PackageHtml 0 error Error
FileContentsHolder 0 error Error
JavadocType
  • authorFormat : "^<a href="mailto:([0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})">([a-zA-Z.\s']{1,50})</a>$"
  • versionFormat : "^((\d)?(\d{1})(\.{1})(\d)?(\d{1})){1}$"
0 error Error
JavadocMethod 0 error Error
JavadocVariable 0 error Error
JavadocStyle
  • checkEmptyJavadoc : "true"
0 error Error
AbstractClassName 0 error Error
ConstantName 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
TypeName
  • tokens : "INTERFACE_DEF"
  • format : "^I[a-zA-Z0-9]*$"
0 error Error
RegexpHeader
  • header
    1: ^/\*$
    2: ^ \* Copyright 2008(-\d\d\d\d)? Brian Thomas Matthews$
    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: ^$
    17: ^package
    18: ^$
    19: 
0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
ImportOrder
  • separated : "true"
  • ordered : "true"
  • groups : "java,junit,javax,org,net,com"
0 error Error
ExecutableStatementCount 0 error Error
FileLength 0 error Error
LineLength
  • max : "132"
0 error Error
MethodLength 0 error Error
AnonInnerLength 0 error Error
ParameterNumber 0 error Error
EmptyForInitializerPad
  • option : "nospace"
0 error Error
EmptyForIteratorPad 0 error Error
MethodParamPad 0 error Error
NoWhitespaceAfter
  • tokens : "ARRAY_INIT, BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS, TYPECAST, GENERIC_START"
0 error Error
NoWhitespaceBefore
  • tokens : "SEMI, POST_DEC, POST_INC, GENERIC_START, GENERIC_END"
0 error Error
WhitespaceAfter
  • tokens : "COMMA, SEMI, GENERIC_END"
0 error Error
WhitespaceAround
  • tokens : "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND, WILDCARD_TYPE"
0 error Error
OperatorWrap 0 error Error
ParenPad 0 error Error
TypecastParenPad 0 error Error
TabCharacter 0 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
EmptyBlock
  • option : "stmt"
0 error Error
LeftCurly
  • option : "nl"
0 error Error
NeedBraces 0 error Error
RightCurly
  • option : "alone"
0 error Error
AvoidNestedBlocks
  • allowInSwitchCase : "true"
0 error Error
ArrayTrailingComma 0 error Error
AvoidInlineConditionals 0 error Error
CovariantEquals 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
FinalLocalVariable 0 error Error
HiddenField 0 error Error
IllegalInstantiation
  • classes : "java.lang.Boolean"
0 error Error
IllegalToken
  • tokens : "LITERAL_NATIVE"
0 error Error
InnerAssignment 0 error Error
MagicNumber 0 error Error
MissingSwitchDefault 0 error Error
ModifiedControlVariable 0 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
StringLiteralEquality 0 error Error
NestedIfDepth 0 error Error
NestedTryDepth 0 error Error
SuperClone 0 error Error
SuperFinalize 0 error Error
IllegalCatch 0 error Error
IllegalThrows 0 error Error
PackageDeclaration 0 error Error
JUnitTestCase 0 error Error
ReturnCount 0 error Error
IllegalType 0 error Error
DeclarationOrder 0 error Error
ParameterAssignment 0 error Error
ExplicitInitialization 0 error Error
DefaultComesLast 0 error Error
MissingCtor 0 error Error
FallThrough 0 error Error
MultipleStringLiterals 0 error Error
MultipleVariableDeclarations 0 error Error
RequireThis 0 error Error
UnnecessaryParentheses 0 error Error
VisibilityModifier 0 error Error
FinalClass 0 error Error
InterfaceIsType 0 error Error
HideUtilityClassConstructor 0 error Error
DesignForExtension 0 error Error
MutableException 0 error Error
BooleanExpressionComplexity 0 error Error
ClassDataAbstractionCoupling 0 error Error
ClassFanOutComplexity 0 error Error
CyclomaticComplexity 0 error Error
NPathComplexity 0 error Error
JavaNCSS 0 error Error
TodoComment 0 error Error
UncommentedMain 0 error Error
UpperEll 0 error Error
ArrayTypeStyle 0 error Error
FinalParameters 0 error Error
DescendantToken 0 error Error
Indentation 0 error Error
TrailingComment 0 error Error

Files

Files info warning error

Details