Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
500123

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
JavadocMethod17Errors Error
JavadocType0Errors Error
JavadocVariable16Errors Error
JavadocStyle2Errors Error
ConstantName2Errors 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
LineLength22Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap1Errors Error
ParenPad6Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround7Errors Error
ModifierOrder1Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces1Errors Error
RightCurly0Errors Error
AvoidInlineConditionals1Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension5Errors Error
FinalClass1Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier12Errors Error
ArrayTypeStyle0Errors Error
FinalParameters28Errors Error
TodoComment1Errors Error
UpperEll0Errors Error

Details

org/apache/any23/plugin/officescraper/ExcelExtractor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.48
ErrorsMissing a Javadoc comment.54
ErrorsName 'excel' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
ErrorsMissing a Javadoc comment.56
ErrorsMissing a Javadoc comment.58
Errors'static' modifier out of order with the JLS suggestions.58
ErrorsName 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.58
ErrorsMissing a Javadoc comment.72
Errors'{' is not followed by whitespace.72
Errors'}' is not preceded with whitespace.72
ErrorsMethod 'isStopAtFirstError' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsMethod 'setStopAtFirstError' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter f should be final.79
ErrorsMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter extractionParameters should be final.90
ErrorsParameter context should be final.91
ErrorsParameter in should be final.92
ErrorsParameter er should be final.93
ErrorsLine is longer than 80 characters.100
ErrorsComment matches to-do format 'TODO:'.104
ErrorsLine is longer than 80 characters.105
ErrorsMissing a Javadoc comment.105
ErrorsParameter document should be final.105
ErrorsParameter is should be final.105
Errors'if' is not followed by whitespace.107
Errors'if' is not followed by whitespace.109
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.116
ErrorsMissing a Javadoc comment.116
ErrorsParameter documentURI should be final.116
ErrorsParameter wb should be final.116
ErrorsParameter er should be final.116
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.135
ErrorsMissing a Javadoc comment.135
ErrorsParameter sheetURI should be final.135
ErrorsParameter sheet should be final.135
ErrorsParameter er should be final.135
ErrorsLine is longer than 80 characters.141
Errors')' is preceded with whitespace.141
ErrorsMissing a Javadoc comment.144
ErrorsParameter rowURI should be final.144
ErrorsParameter row should be final.144
ErrorsParameter er should be final.144
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.148
Errors')' is preceded with whitespace.148
ErrorsMissing a Javadoc comment.151
ErrorsParameter rowURI should be final.151
ErrorsParameter cell should be final.151
ErrorsParameter er should be final.151
Errors'if' construct must use '{}'s.153
Errors'if' is not followed by whitespace.153
ErrorsMissing a Javadoc comment.164
ErrorsParameter documentURI should be final.164
ErrorsParameter sheet should be final.164
ErrorsLine is longer than 80 characters.165
Errors'(' is followed by whitespace.165
Errors')' is preceded with whitespace.165
ErrorsMissing a Javadoc comment.168
ErrorsParameter sheetURI should be final.168
ErrorsParameter row should be final.168
Errors'(' is followed by whitespace.169
Errors')' is preceded with whitespace.169
ErrorsMissing a Javadoc comment.172
ErrorsParameter rowURI should be final.172
ErrorsParameter cell should be final.172
Errors'+' should be on a new line.174
ErrorsMissing a Javadoc comment.179
ErrorsParameter cellType should be final.179
ErrorsLine is longer than 80 characters.194
ErrorsAvoid inline conditionals.194

org/apache/any23/plugin/officescraper/ExcelPlugin.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.25
Errors'=' is not preceded with whitespace.30
Errors'=' is not followed by whitespace.30
ErrorsMethod 'getExtractorFactory' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33

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

ViolationMessageLine
ErrorsFirst sentence should end with a period.18

org/apache/any23/vocab/Excel.java

ViolationMessageLine
ErrorsClass Excel should be declared as final.28
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.44
ErrorsLine is longer than 80 characters.47
ErrorsVariable 'containsSheet' must be private and have accessor methods.49
ErrorsLine is longer than 80 characters.52
ErrorsVariable 'containsRow' must be private and have accessor methods.54
ErrorsLine is longer than 80 characters.57
ErrorsVariable 'containsCell' must be private and have accessor methods.59
ErrorsLine is longer than 80 characters.62
ErrorsVariable 'sheetName' must be private and have accessor methods.64
ErrorsLine is longer than 80 characters.67
ErrorsVariable 'firstRow' must be private and have accessor methods.69
ErrorsLine is longer than 80 characters.72
ErrorsVariable 'lastRow' must be private and have accessor methods.74
ErrorsLine is longer than 80 characters.77
ErrorsVariable 'firstCell' must be private and have accessor methods.79
ErrorsLine is longer than 80 characters.82
ErrorsVariable 'lastCell' must be private and have accessor methods.84
ErrorsLine is longer than 80 characters.87
ErrorsVariable 'cellValue' must be private and have accessor methods.89
ErrorsVariable 'sheet' must be private and have accessor methods.95
ErrorsVariable 'row' must be private and have accessor methods.100
ErrorsVariable 'cell' must be private and have accessor methods.105
ErrorsMissing a Javadoc comment.112
ErrorsMissing a Javadoc comment.114
ErrorsMissing a Javadoc comment.121
ErrorsParameter localName should be final.121
ErrorsExpected an @return tag.130
ErrorsParameter localName should be final.130
ErrorsExpected @param tag for 'localName'.130
ErrorsMissing a Javadoc comment.134

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

ViolationMessageLine
ErrorsFirst sentence should end with a period.18