Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
20 0 0 7

Rules

Rules Violations Severity
SuppressionFilter
  • file : "src/site/checkstyleSuppressions.xml"
0 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
LineLength
  • ignorePattern : "throw"
  • max : "150"
2 error Error
JavadocMethod
  • allowMissingParamTags : "true"
  • scope : "public"
  • allowMissingReturnTag : "true"
  • allowMissingThrowsTags : "true"
  • allowMissingJavadoc : "true"
0 error Error
JavadocType
  • scope : "public"
0 error Error
MemberName
  • format : "^[a-zA-Z0-9\_]*$"
0 error Error
ConstantName
  • format : "^[a-zA-Z0-9\_]*$"
0 error Error
LocalFinalVariableName
  • format : "^[\_]?[a-zA-Z0-9\_]*$"
0 error Error
LocalVariableName
  • format : "^[\_]?[a-zA-Z0-9\_]*$"
0 error Error
MethodName
  • format : "^[\_]?[a-zA-Z0-9\_]*$"
0 error Error
PackageName 0 error Error
ParameterName
  • format : "^[\_]?[a-zA-Z0-9\_]*$"
0 error Error
StaticVariableName
  • format : "^[\_]?[a-zA-Z0-9\_]*$"
0 error Error
TypeName 0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
MethodLength
  • max : "165"
0 error Error
ParameterNumber 0 error Error
NoWhitespaceAfter
  • tokens : "TYPECAST"
0 error Error
TypecastParenPad 0 error Error
TabCharacter 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 3 error Error
NeedBraces
  • tokens : "LITERAL_DO"
0 error Error
DoubleCheckedLocking 0 error Error
EqualsHashCode 0 error Error
HiddenField
  • tokens : "VARIABLE_DEF"
0 error Error
IllegalInstantiation 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 2 error Error
FinalClass 0 error Error
InterfaceIsType 0 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Details

com/quiotix/html/parser/SimpleCharStream.java

Violation Message Line
error Line is longer than 150 characters. 314
error Line is longer than 150 characters. 354

com/quiotix/html/parser/HtmlParser.java

Violation Message Line
error Must have at least one statement. 728

com/quiotix/html/parser/HtmlStripper.java

Violation Message Line
error Must have at least one statement. 78
error Must have at least one statement. 79

com/quiotix/html/parser/HtmlScrubber.java

Violation Message Line
error Conditional logic can be removed. 87
error Conditional logic can be removed. 94