Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
3 0 40 0

Rules

Rules Violations Severity
ConstantName 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 3 error Error
TypeName 0 error Error
AvoidStarImport 1 error Error
IllegalImport 0 error Error
RedundantImport 1 error Error
UnusedImports 0 error Error
FileLength 0 error Error
LineLength
  • max: "120"
0 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
MethodParamPad 0 error Error
OperatorWrap 0 error Error
ParenPad 0 error Error
TypecastParenPad 0 error Error
TabCharacter 0 error Error
ModifierOrder 7 error Error
RedundantModifier 0 error Error
EmptyBlock 0 error Error
LeftCurly 0 error Error
NeedBraces 1 error Error
RightCurly 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MissingSwitchDefault 1 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 2 error Error
InterfaceIsType 0 error Error
VisibilityModifier 1 error Error
ArrayTypeStyle 0 error Error
FinalParameters 6 error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0 error Error
UpperEll 0 error Error
FinalLocalVariable 15 error Error
PackageHtml 1 error Error
NewlineAtEndOfFile 1 error Error
Translation 0 error Error

Files

Files info warning error
no/sesat/package.html 0 1 0
no/sesat/Interpreter.java 0 33 0
no/sesat/Agent.java 0 6 0

Details

no/sesat/package.html

Violation Message Line
warning Missing package documentation file. 0

no/sesat/Interpreter.java

Violation Message Line
warning Utility classes should not have a public or default constructor. 50
warning Name 'FUNCTIONS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
warning Name 'RUN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
warning Name 'REPL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
warning 'abstract' modifier out of order with the JLS suggestions. 60
warning Parameter name should be final. 61
warning Parameter s should be final. 69
warning Parameter s should be final. 73
warning 'static' modifier out of order with the JLS suggestions. 87
warning 'static' modifier out of order with the JLS suggestions. 104
warning 'private' modifier out of order with the JLS suggestions. 143
warning 'private' modifier out of order with the JLS suggestions. 144
warning 'private' modifier out of order with the JLS suggestions. 145
warning switch without "default" clause. 159
warning Variable 'res' should be declared final. 236
warning 'else' construct must use '{}'s. 248
warning Variable 'console' must be private and have accessor methods. 282
warning Variable 'r' should be declared final. 287
warning Parameter s should be final. 314
warning Variable 'tmp' should be declared final. 359
warning Variable 'm' should be declared final. 389
warning Variable 'p' should be declared final. 438
warning Variable 'propKeys' should be declared final. 439
warning Variable 'it' should be declared final. 440
warning Variable 'key' should be declared final. 441
warning Variable 'file' should be declared final. 460
warning Variable 's' should be declared final. 461
warning Variable 'o' should be declared final. 462
warning Variable 'file' should be declared final. 483
warning Variable 's' should be declared final. 484
warning Variable 'i' should be declared final. 485
warning 'static' modifier out of order with the JLS suggestions. 541
warning Parameter expr should be final. 541

no/sesat/Agent.java

Violation Message Line
warning Using the '.*' form of import should be avoided - java.lang.instrument.*. 22
warning Redundant import from the same package - no.sesat.Interpreter. 24
warning Utility classes should not have a public or default constructor. 26
warning Parameter agentArgs should be final. 27
warning Variable 'size' should be declared final. 35
warning File does not end with a newline. 0