Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
8 0 0 15

Rules

Rule Violations Severity
JavadocPackage
  • allowLegacy: "true"
1  Error
NewlineAtEndOfFile 0  Error
Translation 0  Error
FileLength 0  Error
FileTabCharacter
  • eachLine: "true"
0  Error
RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
0  Error
JavadocMethod 5  Error
JavadocType 0  Error
JavadocVariable 2  Error
JavadocStyle 0  Error
ConstantName 0  Error
LocalFinalVariableName 0  Error
LocalVariableName 0  Error
MemberName 0  Error
MethodName 0  Error
PackageName 0  Error
ParameterName 0  Error
StaticVariableName 0  Error
TypeName 0  Error
AvoidStarImport 0  Error
IllegalImport 0  Error
RedundantImport 0  Error
UnusedImports 0  Error
LineLength 0  Error
MethodLength 0  Error
ParameterNumber 0  Error
EmptyForIteratorPad 0  Error
MethodParamPad 0  Error
NoWhitespaceAfter 0  Error
NoWhitespaceBefore 0  Error
OperatorWrap 0  Error
ParenPad 0  Error
TypecastParenPad 0  Error
WhitespaceAfter 0  Error
WhitespaceAround 1  Error
ModifierOrder 0  Error
RedundantModifier 0  Error
AvoidNestedBlocks 0  Error
EmptyBlock 0  Error
LeftCurly 0  Error
NeedBraces 0  Error
RightCurly 0  Error
AvoidInlineConditionals 0  Error
EmptyStatement 0  Error
EqualsHashCode 0  Error
HiddenField 0  Error
IllegalInstantiation 0  Error
InnerAssignment 0  Error
MagicNumber 0  Error
MissingSwitchDefault 0  Error
RedundantThrows 0  Error
SimplifyBooleanExpression 0  Error
SimplifyBooleanReturn 0  Error
DesignForExtension 3  Error
FinalClass 0  Error
HideUtilityClassConstructor 0  Error
InterfaceIsType 0  Error
VisibilityModifier 0  Error
ArrayTypeStyle 0  Error
FinalParameters 0  Error
TodoComment 0  Error
UpperEll 0  Error

Details

com/github/jinahya/simple/file/back/AbstractFileContext.java

Severity Message Line
 Error Missing package-info.java file.
 Error Method 'property' is not designed for extension - needs to be abstract, final or empty. 35
 Error Method 'property' is not designed for extension - needs to be abstract, final or empty. 46
 Error Method 'properties' is not designed for extension - needs to be abstract, final or empty. 67
 Error Missing a Javadoc comment. 77

com/github/jinahya/simple/file/back/FileBackException.java

Severity Message Line
 Error Missing a Javadoc comment. 29
 Error Missing a Javadoc comment. 32
 Error Missing a Javadoc comment. 38
 Error Missing a Javadoc comment. 44
 Error Missing a Javadoc comment. 50
 Error Missing a Javadoc comment. 56

com/github/jinahya/simple/file/back/FileBackUtilities.java

Severity Message Line
 Error Got an exception - expecting EOF, found 'return' 92

com/github/jinahya/simple/file/back/FileContext.java

Severity Message Line
 Error Got an exception - expecting EOF, found '}' 151

com/github/jinahya/simple/file/back/LocalFileBack.java

Severity Message Line
 Error Got an exception - expecting EOF, found 'logger' 113

com/github/jinahya/simple/file/back/RootPath.java

Severity Message Line
 Error '}' is not preceded with whitespace. 38