Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
3 0 0 79

Rules

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

Details

net/sourceforge/turtlescript/validator/FileUploadServlet.java

Violation Message Line
Errors Missing a Javadoc comment. 22
Errors Line is longer than 80 characters. 24
Errors Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 24
Errors Missing a Javadoc comment. 24
Errors '(' is followed by whitespace. 24
Errors Parameter req should be final. 24
Errors Parameter resp should be final. 24
Errors ')' is preceded with whitespace. 24
Errors '(' is followed by whitespace. 28
Errors ')' is preceded with whitespace. 28
Errors 'if' is not followed by whitespace. 30
Errors '(' is followed by whitespace. 30
Errors ')' is preceded with whitespace. 30
Errors '{' should be on the previous line. 31
Errors '(' is followed by whitespace. 32
Errors ')' is preceded with whitespace. 32
Errors '}' should be on the same line. 33
Errors '{' should be on the previous line. 35
Errors '(' is followed by whitespace. 36
Errors ')' is preceded with whitespace. 36
Errors Line has trailing spaces. 37
Errors Line contains a tab character. 38
Errors Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 43
Errors Missing a Javadoc comment. 43
Errors Parameter req should be final. 43
Errors Parameter res should be final. 43
Errors Line contains a tab character. 57
Errors Line has trailing spaces. 59
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 62
Errors ',' is not followed by whitespace. 62
Errors Line has trailing spaces. 65
Errors Must have at least one statement. 65
Errors Line contains a tab character. 65

net/sourceforge/turtlescript/validator/Validator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 22
Errors Variable 'logger' must be private and have accessor methods. 22
Errors Line has trailing spaces. 23
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 24
Errors Missing a Javadoc comment. 24
Errors Parameter html should be final. 24
Errors Line contains a tab character. 25
Errors Line has trailing spaces. 26
Errors Line contains a tab character. 26
Errors Line contains a tab character. 31
Errors ',' is not followed by whitespace. 31
Errors Line is longer than 80 characters. 32
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line is longer than 80 characters. 35
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors 'while' is not followed by whitespace. 36
Errors Line contains a tab character. 37
Errors Line is longer than 80 characters. 38
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors 'while' is not followed by whitespace. 42
Errors Line contains a tab character. 43
Errors Line is longer than 80 characters. 44
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line has trailing spaces. 54
Errors Line contains a tab character. 55
Errors Line has trailing spaces. 56

net/sourceforge/turtlescript/validator/package.html

Violation Message Line
Errors Missing package documentation file. 0