Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
1 0 0 0

Files

Files Infos Warnings Errors

Rules

Rules Violations Severity
SuppressionFilter
  • file: "D:\Projekte\workspaces\projects\maven\hibernate4-maven-plugin\target\checkout\target/checkstyle-suppressions.xml"
0 Errors Error
NewlineAtEndOfFile 0 Warnings Warning
FileTabCharacter 0 Errors Error
FileLength
  • max: "1500"
0 Errors Error
SuppressionCommentFilter 0 Errors Error
JavadocPackage 0 Errors Error
FileContentsHolder 0 Warnings Warning
ConstantName 0 Warnings Warning
LocalFinalVariableName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
LocalVariableName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
MemberName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
MethodName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
PackageName 0 Warnings Warning
ParameterName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
StaticVariableName
  • format: "^[a-z][A-Z]{0,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
TypeName
  • format: "^[A-Z]{1,2}([a-z0-9]+[A-Z]{0,2})*$"
0 Warnings Warning
JavadocMethod
  • allowThrowsTagsForSubclasses: "true"
  • scope: "protected"
0 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
0 Warnings Warning
JavadocVariable 0 Warnings Warning
JavadocStyle
  • checkHtml: "true"
  • checkEmptyJavadoc: "true"
0 Warnings Warning
AvoidStarImport 0 Warnings Warning
IllegalImport 0 Warnings Warning
RedundantImport 0 Warnings Warning
UnusedImports 0 Warnings Warning
ExecutableStatementCount 0 Warnings Warning
LineLength
  • max: "120"
  • ignorePattern: "^\s*\*\s*[^\s]+.+$"
0 Warnings Warning
MethodLength
  • max: "40"
  • countEmpty: "false"
0 Warnings Warning
AnonInnerLength 0 Warnings Warning
ParameterNumber
  • max: "5"
0 Warnings Warning
EmptyForInitializerPad 0 Warnings Warning
EmptyForIteratorPad 0 Warnings Warning
MethodParamPad 0 Warnings Warning
NoWhitespaceAfter
  • allowLineBreaks: "true"
  • tokens: "ARRAY_INIT, BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0  Ignore
NoWhitespaceBefore
  • allowLineBreaks: "true"
0  Ignore
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, COLON, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR"
0 Warnings Warning
ParenPad 0 Warnings Warning
TypecastParenPad 0 Warnings Warning
WhitespaceAfter 0  Ignore
WhitespaceAround 0  Ignore
ModifierOrder 0 Warnings Warning
RedundantModifier 0 Warnings Warning
EmptyBlock
  • option: "text"
0 Warnings Warning
LeftCurly
  • option: "nl"
0 Warnings Warning
NeedBraces 0 Warnings Warning
RightCurly
  • option: "alone"
0 Warnings Warning
AvoidNestedBlocks 0 Warnings Warning
AvoidInlineConditionals 0  Ignore
CovariantEquals 0 Warnings Warning
DoubleCheckedLocking 0 Warnings Warning
EmptyStatement 0 Warnings Warning
EqualsHashCode 0 Warnings Warning
FinalLocalVariable
  • tokens: "VARIABLE_DEF,PARAMETER_DEF"
0 Warnings Warning
IllegalInstantiation 0 Warnings Warning
InnerAssignment 0 Warnings Warning
MagicNumber
  • ignoreNumbers: "-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,32,37,42,64,128,256,512,1024,2048,4096,8192"
0 Warnings Warning
MissingSwitchDefault 0 Warnings Warning
ModifiedControlVariable 0 Warnings Warning
RedundantThrows
  • allowSubclasses: "true"
  • allowUnchecked: "true"
0 Warnings Warning
SimplifyBooleanExpression 0 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
StringLiteralEquality 0 Warnings Warning
NestedIfDepth
  • max: "2"
0 Warnings Warning
NestedTryDepth
  • max: "2"
0 Warnings Warning
SuperClone 0 Warnings Warning
SuperFinalize 0 Warnings Warning
VisibilityModifier
  • protectedAllowed: "true"
0 Warnings Warning
FinalClass 0 Warnings Warning
HideUtilityClassConstructor 0 Warnings Warning
InterfaceIsType 0 Warnings Warning
MutableException 0 Warnings Warning
DesignForExtension 0 Infos Info
ThrowsCount
  • max: "4"
0 Warnings Warning
CyclomaticComplexity
  • max: "8"
0 Warnings Warning
NPathComplexity 0 Warnings Warning
JavaNCSS
  • fileMaximum: "1500"
  • classMaximum: "1000"
  • methodMaximum: "40"
0 Warnings Warning
ArrayTypeStyle 0 Warnings Warning
FinalParameters
  • tokens: "METHOD_DEF,CTOR_DEF,LITERAL_CATCH"
0 Warnings Warning
Regexp
  • message: "Line has trailing spaces."
  • illegalPattern: "true"
  • format: "[ \t]+$"
0 Warnings Warning
RegexpSinglelineJava
  • message: "Line contains non-ASCII char."
  • ignoreComments: "true"
  • format: "[^\x00-\x7F]"
0 Warnings Warning
UpperEll 0 Warnings Warning
RegexpSingleline
  • message: "Line contains non-ASCII char."
  • fileExtensions: ".properties"
  • format: "^[^#].*[^\x00-\x7F]|^[^\x00-\x7F]"
0 Warnings Warning

Details