Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
10 0 0 272

Rules

Rules Violations Severity
PackageHtml 1 Errors Error
NewlineAtEndOfFile 4 Errors Error
Translation 0 Errors Error
JavadocMethod 34 Errors Error
JavadocType 15 Errors Error
JavadocVariable 16 Errors Error
JavadocStyle 21 Errors Error
ConstantName 8 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 7 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength 13 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 1 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 2 Errors Error
WhitespaceAround 34 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 1 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 62 Errors Error
NeedBraces 4 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 2 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 1 Errors Error
FinalClass 1 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 4 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 26 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
15 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

net/sf/zel/instr/var/AVG.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 22
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 23
Errors Using the '.*' form of import should be avoided - java.util.*. 24
Errors Missing a Javadoc comment. 29
Errors '{' should be on the previous line. 30
Errors First sentence should end with a period. 32
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Line has trailing spaces. 36
Errors Missing a Javadoc comment. 37
Errors Missing a Javadoc comment. 39
Errors '{' is not preceded with whitespace. 39
Errors '{' is not followed by whitespace. 39
Errors '}' is not preceded with whitespace. 39
Errors First sentence should end with a period. 41
Errors Parameter context should be final. 46
Errors Expected @throws tag for 'ZExecutionException'. 46
Errors '{' should be on the previous line. 47
Errors Line is longer than 80 characters. 48
Errors Missing a Javadoc comment. 56
Errors '{' should be on the previous line. 57
Errors First sentence should end with a period. 59
Errors First sentence should end with a period. 63
Errors Missing a Javadoc comment. 68
Errors '{' should be on the previous line. 69
Errors '{' should be on the previous line. 71
Errors '{' should be on the previous line. 74
Errors '/' is not preceded with whitespace. 75
Errors '/' is not followed by whitespace. 75
Errors Missing a Javadoc comment. 79
Errors Parameter obj should be final. 79
Errors Parameter context should be final. 79
Errors '{' should be on the previous line. 80
Errors '{' should be on the previous line. 82

net/sf/zel/instr/var/COUNT.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 21
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 22
Errors Using the '.*' form of import should be avoided - java.util.*. 23
Errors Missing a Javadoc comment. 28
Errors '{' should be on the previous line. 29
Errors First sentence should end with a period. 31
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
Errors Line has trailing spaces. 35
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 38
Errors '{' is not preceded with whitespace. 38
Errors '{' is not followed by whitespace. 38
Errors '}' is not preceded with whitespace. 38
Errors First sentence should end with a period. 40
Errors Parameter context should be final. 45
Errors Expected @throws tag for 'ZExecutionException'. 45
Errors '{' should be on the previous line. 46
Errors Line is longer than 80 characters. 47
Errors Missing a Javadoc comment. 57
Errors '{' should be on the previous line. 58
Errors Missing a Javadoc comment. 60
Errors Variable 'count' must be private and have accessor methods. 60
Errors Missing a Javadoc comment. 62
Errors Parameter obj should be final. 62
Errors Parameter context should be final. 62
Errors '{' should be on the previous line. 63

net/sf/zel/instr/var/FOR.java

Violation Message Line
Errors Class FOR should be declared as final. 15
Errors Missing a Javadoc comment. 15
Errors '{' should be on the previous line. 16
Errors First sentence should end with a period. 18
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 25
Errors '{' is not preceded with whitespace. 25
Errors '{' is not followed by whitespace. 25
Errors '}' is not preceded with whitespace. 25
Errors First sentence should end with a period. 27
Errors Line is longer than 80 characters. 32
Errors Parameter context should be final. 32
Errors Expected @throws tag for 'ZExecutionException'. 32
Errors Line is longer than 80 characters. 35
Errors Missing a Javadoc comment. 43
Errors '{' should be on the previous line. 44
Errors Missing a Javadoc comment. 46
Errors Parameter p should be final. 46
Errors 'p' hides a field. 46
Errors Parameter ec should be final. 46
Errors 'ec' hides a field. 46
Errors '{' should be on the previous line. 47
Errors Line has trailing spaces. 51
Errors Missing a Javadoc comment. 52
Errors Variable 'p' must be private and have accessor methods. 52
Errors Missing a Javadoc comment. 53
Errors Variable 'ec' must be private and have accessor methods. 53
Errors Missing a Javadoc comment. 54
Errors Variable 'retObject' must be private and have accessor methods. 54
Errors Missing a Javadoc comment. 56
Errors '{' should be on the previous line. 57
Errors Missing a Javadoc comment. 61
Errors Parameter obj should be final. 61
Errors Parameter context should be final. 61
Errors '{' should be on the previous line. 63
Errors '{' should be on the previous line. 65

net/sf/zel/instr/var/MatchIterator.java

Violation Message Line
Errors Using the '.*' form of import should be avoided - java.util.*. 22
Errors '{' should be on the previous line. 31
Errors Missing a Javadoc comment. 33
Errors '{' should be on the previous line. 34
Errors Missing a Javadoc comment. 36
Errors Redundant 'public' modifier. 36
Errors Missing a Javadoc comment. 40
Errors Parameter matcher should be final. 40
Errors '{' should be on the previous line. 41
Errors '{' should be on the previous line. 43
Errors '{' should be on the previous line. 46
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 51
Errors First sentence should end with a period. 52
Errors Missing a Javadoc comment. 57
Errors Parameter context should be final. 57
Errors Parameter contextReference should be final. 57
Errors Parameter i should be final. 57
Errors '{' should be on the previous line. 59
Errors '{' should be on the previous line. 61
Errors 'if' construct must use '{}'s. 64
Errors '{' should be on the previous line. 67
Errors '{' should be on the previous line. 70
Errors '{' should be on the previous line. 73
Errors Line is longer than 80 characters. 74
Errors '<' is not preceded with whitespace. 74
Errors '<' is not followed by whitespace. 74
Errors '>' is not preceded with whitespace. 74
Errors '>' is not followed by whitespace. 74
Errors '{' should be on the previous line. 79
Errors '<' is not preceded with whitespace. 80
Errors '<' is not followed by whitespace. 80
Errors '>' is not preceded with whitespace. 80
Errors '>' is not followed by whitespace. 80
Errors 'cast' is not followed by whitespace. 82
Errors '{' should be on the previous line. 83
Errors '{' should be on the previous line. 88
Errors 'if' construct must use '{}'s. 93
Errors Method 'iterate' is not designed for extension - needs to be abstract, final or empty. 97
Errors Missing a Javadoc comment. 97
Errors Parameter stuff should be final. 97
Errors Parameter memCTX should be final. 97
Errors '{' should be on the previous line. 99
Errors ',' is not followed by whitespace. 101

net/sf/zel/instr/var/SUM.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 30
Errors '{' should be on the previous line. 31
Errors First sentence should end with a period. 33
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 40
Errors '{' is not preceded with whitespace. 40
Errors '{' is not followed by whitespace. 40
Errors '}' is not preceded with whitespace. 40
Errors First sentence should end with a period. 42
Errors Line is longer than 80 characters. 47
Errors Expected @throws tag for 'ZExecutionException'. 47
Errors Line is longer than 80 characters. 49
Errors Missing a Javadoc comment. 57
Errors '{' should be on the previous line. 58
Errors First sentence should end with a period. 60
Errors First sentence should end with a period. 64
Errors Missing a Javadoc comment. 69
Errors '{' should be on the previous line. 70
Errors '{' should be on the previous line. 72
Errors '{' should be on the previous line. 75
Errors Missing a Javadoc comment. 80
Errors Parameter obj should be final. 80
Errors Parameter context should be final. 80
Errors '{' should be on the previous line. 81
Errors '{' should be on the previous line. 83

net/sf/zel/instr/var/VREF.java

Violation Message Line
Errors File does not end with a newline. 0
Errors '{' should be on the previous line. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors '{' is not preceded with whitespace. 34
Errors '{' is not followed by whitespace. 34
Errors '}' is not preceded with whitespace. 34
Errors Missing a Javadoc comment. 36
Errors '{' should be on the previous line. 37
Errors Line is longer than 80 characters. 38
Errors '{' should be on the previous line. 42
Errors '{' should be on the previous line. 45
Errors First sentence should end with a period. 50
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53

net/sf/zel/instr/var/WMAX.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Errors '{' should be on the previous line. 29
Errors First sentence should end with a period. 31
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 37
Errors '{' is not preceded with whitespace. 37
Errors '{' is not followed by whitespace. 37
Errors '}' is not preceded with whitespace. 37
Errors First sentence should end with a period. 39
Errors Parameter context should be final. 44
Errors Expected @throws tag for 'ZExecutionException'. 44
Errors '{' should be on the previous line. 45
Errors Line is longer than 80 characters. 46
Errors Line has trailing spaces. 54
Errors Line has trailing spaces. 55
Errors Missing a Javadoc comment. 56
Errors '{' should be on the previous line. 57
Errors Missing a Javadoc comment. 59
Errors Line has trailing spaces. 60
Errors Missing a Javadoc comment. 61
Errors '{' should be on the previous line. 62
Errors Missing a Javadoc comment. 66
Errors Parameter obj should be final. 66
Errors Parameter context should be final. 66
Errors '{' should be on the previous line. 67
Errors '{' should be on the previous line. 69
Errors '{' should be on the previous line. 72
Errors Line has trailing spaces. 74
Errors Line has trailing spaces. 77
Errors Line has trailing spaces. 78

net/sf/zel/instr/var/WMIN.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Errors '{' should be on the previous line. 29
Errors First sentence should end with a period. 31
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 34
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 38
Errors '{' is not preceded with whitespace. 38
Errors '{' is not followed by whitespace. 38
Errors '}' is not preceded with whitespace. 38
Errors First sentence should end with a period. 40
Errors Line is longer than 80 characters. 45
Errors Expected @throws tag for 'ZExecutionException'. 45
Errors Line is longer than 80 characters. 47
Errors Missing a Javadoc comment. 55
Errors '{' should be on the previous line. 56
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 60
Errors '{' should be on the previous line. 61
Errors Missing a Javadoc comment. 65
Errors Parameter obj should be final. 65
Errors Parameter context should be final. 65
Errors '{' should be on the previous line. 66
Errors '{' should be on the previous line. 68
Errors '{' should be on the previous line. 71

net/sf/zel/instr/var/WVMAX.java

Violation Message Line
Errors Missing a Javadoc comment. 29
Errors '{' should be on the previous line. 30
Errors First sentence should end with a period. 32
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 38
Errors '{' is not preceded with whitespace. 38
Errors '{' is not followed by whitespace. 38
Errors '}' is not preceded with whitespace. 38
Errors Line is longer than 80 characters. 41
Errors Missing a Javadoc comment. 41
Errors Line is longer than 80 characters. 43
Errors Missing a Javadoc comment. 51
Errors '{' should be on the previous line. 52
Errors First sentence should end with a period. 54
Errors First sentence should end with a period. 58
Errors Line has trailing spaces. 62
Errors Missing a Javadoc comment. 63
Errors '{' should be on the previous line. 64
Errors 'if' construct must use '{}'s. 65
Errors '(' is followed by whitespace. 65
Errors 'else' construct must use '{}'s. 67
Errors Line has trailing spaces. 67
Errors Missing a Javadoc comment. 71
Errors Parameter obj should be final. 72
Errors Parameter context should be final. 72
Errors '{' should be on the previous line. 73
Errors '{' should be on the previous line. 75
Errors '{' should be on the previous line. 78
Errors Line has trailing spaces. 81
Errors Line has trailing spaces. 84
Errors Line has trailing spaces. 85
Errors Line has trailing spaces. 86

net/sf/zel/instr/var/package.html

Violation Message Line
Errors Missing package documentation file. 0