Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
30073

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+$"
23Errors Error
JavadocMethod1Errors Error
JavadocType1Errors Error
JavadocVariable0Errors Error
JavadocStyle1Errors Error
ConstantName0Errors 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
LineLength4Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter2Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround2Errors Error
ModifierOrder2Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces7Errors Error
RightCurly0Errors Error
AvoidInlineConditionals3Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField15Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension10Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters2Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/apache/creadur/whisker/scan/Directory.java

ViolationMessageLine
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.33
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.46
Errors'name' hides a field.46
ErrorsLine has trailing spaces.50
ErrorsMethod 'getContents' is not designed for extension - needs to be abstract, final or empty.55
ErrorsLine has trailing spaces.58
ErrorsMethod 'setContents' is not designed for extension - needs to be abstract, final or empty.63
Errors'contents' hides a field.63
ErrorsLine has trailing spaces.66
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.71
ErrorsAvoid inline conditionals.75
ErrorsLine has trailing spaces.78
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.85
Errors'if' construct must use '{}'s.87
Errors'if' construct must use '{}'s.89
Errors'if' construct must use '{}'s.91
Errors'if' construct must use '{}'s.95
Errors'if' construct must use '{}'s.97
ErrorsLine has trailing spaces.101
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.107
ErrorsLine has trailing spaces.111
ErrorsMethod 'addResource' is not designed for extension - needs to be abstract, final or empty.116
Errors'name' hides a field.116
ErrorsLine has trailing spaces.119
ErrorsMethod 'compareTo' is not designed for extension - needs to be abstract, final or empty.126

org/apache/creadur/whisker/scan/FromFileSystem.java

ViolationMessageLine
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.34
ErrorsFirst sentence should end with a period.42
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.48
ErrorsMethod 'withBase' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine has trailing spaces.51
ErrorsMissing a Javadoc comment.52
Errors'static' modifier out of order with the JLS suggestions.52
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
Errors'base' hides a field.69
Errors'base' hides a field.78
ErrorsLine has trailing spaces.85
ErrorsLine has trailing spaces.109
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.157
Errors'static' modifier out of order with the JLS suggestions.161
ErrorsLine has trailing spaces.168
ErrorsMissing a Javadoc comment.169
ErrorsParameter file should be final.169
Errors'file' hides a field.169
Errors'name' hides a field.178
Errors'file' hides a field.178
Errors'!' is followed by whitespace.179
ErrorsLine is longer than 80 characters.181
Errors'+' is not preceded with whitespace.181
Errors'!' is followed by whitespace.183
ErrorsLine is longer than 80 characters.185
Errors'+' is not preceded with whitespace.185
ErrorsLine is longer than 80 characters.198
Errors'name' hides a field.209
Errors'name' hides a field.223
Errors'name' hides a field.233
Errors'name' hides a field.243
Errors'file' hides a field.244
Errors'name' hides a field.259
ErrorsParameter name should be final.282
Errors'name' hides a field.282
ErrorsAvoid inline conditionals.296
ErrorsAvoid inline conditionals.298
ErrorsLine has trailing spaces.301
Errors'if' construct must use '{}'s.321
Errors'if' construct must use '{}'s.323
ErrorsLine has trailing spaces.334