Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
700192

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
JavadocMethod16Errors Error
JavadocType0Errors Error
JavadocVariable3Errors 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
LineLength41Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter2Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap9Errors Error
ParenPad22Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround25Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces17Errors Error
RightCurly0Errors Error
AvoidInlineConditionals1Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField5Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber1Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension19Errors Error
FinalClass1Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier1Errors Error
ArrayTypeStyle0Errors Error
FinalParameters25Errors Error
TodoComment1Errors Error
UpperEll0Errors Error

Details

org/apache/any23/cli/Crawler.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.46
ErrorsParameter args should be final.46
Errors'(' is followed by whitespace.48
Errors')' is preceded with whitespace.48
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter args should be final.55
Errors'if' construct must use '{}'s.58
ErrorsLine is longer than 80 characters.58
Errors'if' is not followed by whitespace.58
ErrorsLine is longer than 80 characters.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
ErrorsLine is longer than 80 characters.66
ErrorsAvoid inline conditionals.66
Errors'if' is not followed by whitespace.68
ErrorsLine is longer than 80 characters.69
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
Errors'if' is not followed by whitespace.71
Errors'if' is not followed by whitespace.74
ErrorsLine is longer than 80 characters.78
Errors'if' construct must use '{}'s.79
ErrorsLine is longer than 80 characters.79
Errors'if' is not followed by whitespace.79
ErrorsParameter page should be final.84
ErrorsLine is longer than 80 characters.86
Errors'(' is followed by whitespace.86
Errors')' is preceded with whitespace.86
ErrorsLine is longer than 80 characters.99
Errors'(' is followed by whitespace.105
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
ErrorsComment matches to-do format 'TODO:'.110
Errors'if' construct must use '{}'s.119
Errors'if' is not followed by whitespace.119
Errors'if' is not followed by whitespace.120
ErrorsMethod 'createOptions' is not designed for extension - needs to be abstract, final or empty.127
ErrorsMissing a Javadoc comment.134
ErrorsParameter options should be final.134
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.139
ErrorsLine is longer than 80 characters.142
ErrorsLine is longer than 80 characters.145
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.151
ErrorsMissing a Javadoc comment.155
ErrorsParameter commandLine should be final.155
Errors'if' is not followed by whitespace.156
ErrorsLine is longer than 80 characters.158
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
ErrorsLine is longer than 80 characters.160
Errors'6' is a magic number.160
ErrorsMissing a Javadoc comment.166
ErrorsParameter commandLine should be final.166
Errors'if' is not followed by whitespace.167
ErrorsLine is longer than 80 characters.168
Errors'(' is followed by whitespace.168
Errors')' is preceded with whitespace.168
Errors'if' construct must use '{}'s.169
Errors'if' is not followed by whitespace.169
ErrorsLine is longer than 80 characters.170
ErrorsLine is longer than 80 characters.173
ErrorsMissing a Javadoc comment.179
ErrorsParameter cl should be final.179
ErrorsParameter option should be final.179
ErrorsLine is longer than 80 characters.184

org/apache/any23/cli/package-info.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.18

org/apache/any23/plugin/crawler/DefaultWebCrawler.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
ErrorsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.35
ErrorsLine is longer than 80 characters.48
ErrorsExpected an @return tag.50
ErrorsMethod 'shouldVisit' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter url should be final.51
ErrorsExpected @param tag for 'url'.51
Errors'if' construct must use '{}'s.52
Errors'if' construct must use '{}'s.54
Errors'if' is not followed by whitespace.54
Errors'(' is followed by whitespace.54
Errors'!' is followed by whitespace.54
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors')' is preceded with whitespace.54
Errors'!' is followed by whitespace.55
ErrorsMethod 'visit' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter page should be final.62
ErrorsExpected @param tag for 'page'.62

org/apache/any23/plugin/crawler/SharedData.java

ViolationMessageLine
ErrorsClass SharedData should be declared as final.32
Errors'if' construct must use '{}'s.63
ErrorsLine is longer than 80 characters.63
Errors'if' is not followed by whitespace.63
ErrorsLine is longer than 80 characters.74
ErrorsParameter seed should be final.74
ErrorsParameter regex should be final.74
ErrorsParameter listeners should be final.74
ErrorsLine is longer than 80 characters.85
ErrorsParameter seed should be final.85
Errors'seed' hides a field.85
ErrorsExpected @param tag for 'seed'.85
ErrorsParameter pattern should be final.85
Errors'pattern' hides a field.85
ErrorsExpected @param tag for 'pattern'.85
ErrorsParameter listeners should be final.85
Errors'listeners' hides a field.85
ErrorsExpected @param tag for 'listeners'.85
Errors'if' construct must use '{}'s.86
Errors'if' is not followed by whitespace.86
ErrorsParameter page should be final.115
Errors'for' is not followed by whitespace.116

org/apache/any23/plugin/crawler/SiteCrawler.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.40
Errors'+' should be on a new line.41
Errors'+' should be on a new line.42
Errors'+' should be on a new line.43
Errors'+' should be on a new line.44
Errors'+' should be on a new line.45
Errors'+' should be on a new line.46
Errors'+' should be on a new line.47
Errors'+' should be on a new line.48
Errors'+' should be on a new line.49
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.65
ErrorsVariable 'defaultFilters' must be private and have accessor methods.65
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.110
ErrorsParameter storageFolder should be final.112
Errors'(' is followed by whitespace.114
Errors')' is preceded with whitespace.114
ErrorsLine is longer than 80 characters.116
ErrorsMethod 'getNumOfCrawlers' is not designed for extension - needs to be abstract, final or empty.123
ErrorsMethod 'setNumOfCrawlers' is not designed for extension - needs to be abstract, final or empty.132
ErrorsParameter n should be final.132
Errors'if' construct must use '{}'s.133
ErrorsLine is longer than 80 characters.133
Errors'if' is not followed by whitespace.133
Errors'<=' is not followed by whitespace.133
ErrorsMethod 'getWebCrawler' is not designed for extension - needs to be abstract, final or empty.137
ErrorsMissing a Javadoc comment.137
ErrorsMethod 'setWebCrawler' is not designed for extension - needs to be abstract, final or empty.146
ErrorsParameter c should be final.146
Errors'if' construct must use '{}'s.147
Errors'if' is not followed by whitespace.147
ErrorsMethod 'getMaxDepth' is not designed for extension - needs to be abstract, final or empty.154
ErrorsMethod 'setMaxDepth' is not designed for extension - needs to be abstract, final or empty.163
ErrorsParameter maxDepth should be final.163
Errors'maxDepth' hides a field.163
Errors'if' construct must use '{}'s.164
ErrorsLine is longer than 80 characters.164
Errors'if' is not followed by whitespace.164
Errors'if' construct must use '{}'s.165
Errors'if' is not followed by whitespace.165
ErrorsLine is longer than 80 characters.168
ErrorsMethod 'getMaxPages' is not designed for extension - needs to be abstract, final or empty.176
ErrorsMethod 'setMaxPages' is not designed for extension - needs to be abstract, final or empty.185
ErrorsParameter maxPages should be final.185
Errors'maxPages' hides a field.185
Errors'if' construct must use '{}'s.186
ErrorsLine is longer than 80 characters.186
Errors'if' is not followed by whitespace.186
Errors'if' construct must use '{}'s.187
Errors'if' is not followed by whitespace.187
ErrorsMethod 'getPolitenessDelay' is not designed for extension - needs to be abstract, final or empty.194
ErrorsMethod 'setPolitenessDelay' is not designed for extension - needs to be abstract, final or empty.203
ErrorsParameter millis should be final.203
Errors'if' construct must use '{}'s.204
ErrorsLine is longer than 80 characters.204
Errors'if' is not followed by whitespace.204
Errors'if' construct must use '{}'s.205
Errors'if' is not followed by whitespace.205
ErrorsMethod 'addListener' is not designed for extension - needs to be abstract, final or empty.214
ErrorsParameter listener should be final.214
ErrorsExpected @param tag for 'listener'.214
ErrorsMethod 'removeListener' is not designed for extension - needs to be abstract, final or empty.223
ErrorsParameter listener should be final.223
ErrorsExpected @param tag for 'listener'.223
ErrorsLine is longer than 80 characters.231
ErrorsLine is longer than 80 characters.232
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.235
ErrorsExpected @throws tag for 'Exception'.237
ErrorsLine is longer than 80 characters.238
Errors')' is preceded with whitespace.238
Errors'if' is not followed by whitespace.246
Errors'if' construct must use '{}'s.249
ErrorsLine is longer than 80 characters.249
Errors'if' is not followed by whitespace.249
ErrorsLine is longer than 80 characters.259
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.262
ErrorsExpected @throws tag for 'Exception'.262
ErrorsLine is longer than 80 characters.267
ErrorsMethod 'stop' is not designed for extension - needs to be abstract, final or empty.269

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

ViolationMessageLine
ErrorsFirst sentence should end with a period.18