Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
30075

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
0Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
0Errors Error
JavadocMethod9Errors Error
JavadocType0Errors Error
JavadocVariable10Errors Error
JavadocStyle2Errors Error
ConstantName1Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength15Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad4Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround6Errors Error
ModifierOrder6Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField3Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension5Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier3Errors Error
ArrayTypeStyle0Errors Error
FinalParameters11Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/apache/any23/plugin/htmlscraper/HTMLScraperExtractor.java

ViolationMessageLine
ErrorsUnclosed HTML tag found: <i>HTML<i/> scraping.45
ErrorsMissing a Javadoc comment.52
Errors'static' modifier out of order with the JLS suggestions.52
ErrorsMissing a Javadoc comment.54
Errors'static' modifier out of order with the JLS suggestions.54
ErrorsLine is longer than 80 characters.55
ErrorsMissing a Javadoc comment.56
Errors'static' modifier out of order with the JLS suggestions.56
ErrorsLine is longer than 80 characters.57
ErrorsMissing a Javadoc comment.58
Errors'static' modifier out of order with the JLS suggestions.58
ErrorsLine is longer than 80 characters.59
ErrorsMissing a Javadoc comment.60
Errors'static' modifier out of order with the JLS suggestions.60
ErrorsLine is longer than 80 characters.61
ErrorsMissing a Javadoc comment.63
Errors'static' modifier out of order with the JLS suggestions.63
ErrorsName 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.63
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.72
ErrorsMissing a Javadoc comment.72
ErrorsMissing a Javadoc comment.74
ErrorsLine is longer than 80 characters.78
ErrorsMethod 'addTextExtractor' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
ErrorsParameter name should be final.78
ErrorsParameter property should be final.78
ErrorsParameter extractor should be final.78
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
ErrorsMethod 'getTextExtractors' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
Errors'for' is not followed by whitespace.84
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMissing a Javadoc comment.90
ErrorsParameter extractionParameters should be final.91
ErrorsParameter extractionContext should be final.92
ErrorsParameter inputStream should be final.93
ErrorsParameter extractionResult should be final.94
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.107
ErrorsMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.111
ErrorsMissing a Javadoc comment.111
ErrorsMissing a Javadoc comment.115
ErrorsParameter b should be final.115
ErrorsMissing a Javadoc comment.119
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.127
ErrorsMissing a Javadoc comment.131
ErrorsVariable 'name' must be private and have accessor methods.131
ErrorsMissing a Javadoc comment.132
ErrorsVariable 'property' must be private and have accessor methods.132
ErrorsMissing a Javadoc comment.133
ErrorsVariable 'boilerpipeExtractor' must be private and have accessor methods.133
ErrorsLine is longer than 80 characters.135
ErrorsMissing a Javadoc comment.135
ErrorsParameter name should be final.135
Errors'name' hides a field.135
ErrorsParameter property should be final.135
Errors'property' hides a field.135
ErrorsParameter boilerpipeExtractor should be final.135
Errors'boilerpipeExtractor' hides a field.135
Errors'if' is not followed by whitespace.136
Errors'if' is not followed by whitespace.139
Errors'if' is not followed by whitespace.142

org/apache/any23/plugin/htmlscraper/HTMLScraperPlugin.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.31
Errors'=' is not followed by whitespace.31
ErrorsMethod 'getExtractorFactory' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34

org/apache/any23/plugin/htmlscraper/package-info.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.18