The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 10 | 0 | 0 | 272 |
| Files | I |
W |
E |
|---|---|---|---|
| net/sf/zel/instr/var/AVG.java | 0 | 0 | 34 |
| net/sf/zel/instr/var/COUNT.java | 0 | 0 | 27 |
| net/sf/zel/instr/var/FOR.java | 0 | 0 | 37 |
| net/sf/zel/instr/var/MatchIterator.java | 0 | 0 | 44 |
| net/sf/zel/instr/var/SUM.java | 0 | 0 | 27 |
| net/sf/zel/instr/var/VREF.java | 0 | 0 | 14 |
| net/sf/zel/instr/var/WMAX.java | 0 | 0 | 31 |
| net/sf/zel/instr/var/WMIN.java | 0 | 0 | 24 |
| net/sf/zel/instr/var/WVMAX.java | 0 | 0 | 33 |
| net/sf/zel/instr/var/package.html | 0 | 0 | 1 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 4 | |
| Translation | 0 | |
| JavadocMethod | 34 | |
| JavadocType | 15 | |
| JavadocVariable | 16 | |
| JavadocStyle | 21 | |
| ConstantName | 8 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 7 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 13 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 1 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 2 | |
| WhitespaceAround | 34 | |
| ModifierOrder | 0 | |
| RedundantModifier | 1 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 62 | |
| NeedBraces | 4 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 2 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 1 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 4 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 26 | |
GenericIllegalRegexp
|
15 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.instr.*. | 22 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 23 | |
| Using the '.*' form of import should be avoided - java.util.*. | 24 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| First sentence should end with a period. | 32 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 39 | |
| '{' is not preceded with whitespace. | 39 | |
| '{' is not followed by whitespace. | 39 | |
| '}' is not preceded with whitespace. | 39 | |
| First sentence should end with a period. | 41 | |
| Parameter context should be final. | 46 | |
| Expected @throws tag for 'ZExecutionException'. | 46 | |
| '{' should be on the previous line. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 56 | |
| '{' should be on the previous line. | 57 | |
| First sentence should end with a period. | 59 | |
| First sentence should end with a period. | 63 | |
| Missing a Javadoc comment. | 68 | |
| '{' should be on the previous line. | 69 | |
| '{' should be on the previous line. | 71 | |
| '{' should be on the previous line. | 74 | |
| '/' is not preceded with whitespace. | 75 | |
| '/' is not followed by whitespace. | 75 | |
| Missing a Javadoc comment. | 79 | |
| Parameter obj should be final. | 79 | |
| Parameter context should be final. | 79 | |
| '{' should be on the previous line. | 80 | |
| '{' should be on the previous line. | 82 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.instr.*. | 21 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 22 | |
| Using the '.*' form of import should be avoided - java.util.*. | 23 | |
| Missing a Javadoc comment. | 28 | |
| '{' should be on the previous line. | 29 | |
| First sentence should end with a period. | 31 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Line has trailing spaces. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| '{' is not preceded with whitespace. | 38 | |
| '{' is not followed by whitespace. | 38 | |
| '}' is not preceded with whitespace. | 38 | |
| First sentence should end with a period. | 40 | |
| Parameter context should be final. | 45 | |
| Expected @throws tag for 'ZExecutionException'. | 45 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 57 | |
| '{' should be on the previous line. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'count' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Parameter obj should be final. | 62 | |
| Parameter context should be final. | 62 | |
| '{' should be on the previous line. | 63 |
| Violation | Message | Line |
|---|---|---|
| Class FOR should be declared as final. | 15 | |
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| First sentence should end with a period. | 18 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| '{' is not preceded with whitespace. | 25 | |
| '{' is not followed by whitespace. | 25 | |
| '}' is not preceded with whitespace. | 25 | |
| First sentence should end with a period. | 27 | |
| Line is longer than 80 characters. | 32 | |
| Parameter context should be final. | 32 | |
| Expected @throws tag for 'ZExecutionException'. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 43 | |
| '{' should be on the previous line. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Parameter p should be final. | 46 | |
| 'p' hides a field. | 46 | |
| Parameter ec should be final. | 46 | |
| 'ec' hides a field. | 46 | |
| '{' should be on the previous line. | 47 | |
| Line has trailing spaces. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'p' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Variable 'ec' must be private and have accessor methods. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'retObject' must be private and have accessor methods. | 54 | |
| Missing a Javadoc comment. | 56 | |
| '{' should be on the previous line. | 57 | |
| Missing a Javadoc comment. | 61 | |
| Parameter obj should be final. | 61 | |
| Parameter context should be final. | 61 | |
| '{' should be on the previous line. | 63 | |
| '{' should be on the previous line. | 65 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 22 | |
| '{' should be on the previous line. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Missing a Javadoc comment. | 40 | |
| Parameter matcher should be final. | 40 | |
| '{' should be on the previous line. | 41 | |
| '{' should be on the previous line. | 43 | |
| '{' should be on the previous line. | 46 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| First sentence should end with a period. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Parameter context should be final. | 57 | |
| Parameter contextReference should be final. | 57 | |
| Parameter i should be final. | 57 | |
| '{' should be on the previous line. | 59 | |
| '{' should be on the previous line. | 61 | |
| 'if' construct must use '{}'s. | 64 | |
| '{' should be on the previous line. | 67 | |
| '{' should be on the previous line. | 70 | |
| '{' should be on the previous line. | 73 | |
| Line is longer than 80 characters. | 74 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| '>' is not followed by whitespace. | 74 | |
| '{' should be on the previous line. | 79 | |
| '<' is not preceded with whitespace. | 80 | |
| '<' is not followed by whitespace. | 80 | |
| '>' is not preceded with whitespace. | 80 | |
| '>' is not followed by whitespace. | 80 | |
| 'cast' is not followed by whitespace. | 82 | |
| '{' should be on the previous line. | 83 | |
| '{' should be on the previous line. | 88 | |
| 'if' construct must use '{}'s. | 93 | |
| Method 'iterate' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter stuff should be final. | 97 | |
| Parameter memCTX should be final. | 97 | |
| '{' should be on the previous line. | 99 | |
| ',' is not followed by whitespace. | 101 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 30 | |
| '{' should be on the previous line. | 31 | |
| First sentence should end with a period. | 33 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| '{' is not preceded with whitespace. | 40 | |
| '{' is not followed by whitespace. | 40 | |
| '}' is not preceded with whitespace. | 40 | |
| First sentence should end with a period. | 42 | |
| Line is longer than 80 characters. | 47 | |
| Expected @throws tag for 'ZExecutionException'. | 47 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 57 | |
| '{' should be on the previous line. | 58 | |
| First sentence should end with a period. | 60 | |
| First sentence should end with a period. | 64 | |
| Missing a Javadoc comment. | 69 | |
| '{' should be on the previous line. | 70 | |
| '{' should be on the previous line. | 72 | |
| '{' should be on the previous line. | 75 | |
| Missing a Javadoc comment. | 80 | |
| Parameter obj should be final. | 80 | |
| Parameter context should be final. | 80 | |
| '{' should be on the previous line. | 81 | |
| '{' should be on the previous line. | 83 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| '{' is not preceded with whitespace. | 34 | |
| '{' is not followed by whitespace. | 34 | |
| '}' is not preceded with whitespace. | 34 | |
| Missing a Javadoc comment. | 36 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 38 | |
| '{' should be on the previous line. | 42 | |
| '{' should be on the previous line. | 45 | |
| First sentence should end with a period. | 50 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| '{' should be on the previous line. | 29 | |
| First sentence should end with a period. | 31 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| '{' is not preceded with whitespace. | 37 | |
| '{' is not followed by whitespace. | 37 | |
| '}' is not preceded with whitespace. | 37 | |
| First sentence should end with a period. | 39 | |
| Parameter context should be final. | 44 | |
| Expected @throws tag for 'ZExecutionException'. | 44 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 55 | |
| Missing a Javadoc comment. | 56 | |
| '{' should be on the previous line. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Line has trailing spaces. | 60 | |
| Missing a Javadoc comment. | 61 | |
| '{' should be on the previous line. | 62 | |
| Missing a Javadoc comment. | 66 | |
| Parameter obj should be final. | 66 | |
| Parameter context should be final. | 66 | |
| '{' should be on the previous line. | 67 | |
| '{' should be on the previous line. | 69 | |
| '{' should be on the previous line. | 72 | |
| Line has trailing spaces. | 74 | |
| Line has trailing spaces. | 77 | |
| Line has trailing spaces. | 78 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| '{' should be on the previous line. | 29 | |
| First sentence should end with a period. | 31 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| '{' is not preceded with whitespace. | 38 | |
| '{' is not followed by whitespace. | 38 | |
| '}' is not preceded with whitespace. | 38 | |
| First sentence should end with a period. | 40 | |
| Line is longer than 80 characters. | 45 | |
| Expected @throws tag for 'ZExecutionException'. | 45 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 55 | |
| '{' should be on the previous line. | 56 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| '{' should be on the previous line. | 61 | |
| Missing a Javadoc comment. | 65 | |
| Parameter obj should be final. | 65 | |
| Parameter context should be final. | 65 | |
| '{' should be on the previous line. | 66 | |
| '{' should be on the previous line. | 68 | |
| '{' should be on the previous line. | 71 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| First sentence should end with a period. | 32 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| '{' is not preceded with whitespace. | 38 | |
| '{' is not followed by whitespace. | 38 | |
| '}' is not preceded with whitespace. | 38 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 51 | |
| '{' should be on the previous line. | 52 | |
| First sentence should end with a period. | 54 | |
| First sentence should end with a period. | 58 | |
| Line has trailing spaces. | 62 | |
| Missing a Javadoc comment. | 63 | |
| '{' should be on the previous line. | 64 | |
| 'if' construct must use '{}'s. | 65 | |
| '(' is followed by whitespace. | 65 | |
| 'else' construct must use '{}'s. | 67 | |
| Line has trailing spaces. | 67 | |
| Missing a Javadoc comment. | 71 | |
| Parameter obj should be final. | 72 | |
| Parameter context should be final. | 72 | |
| '{' should be on the previous line. | 73 | |
| '{' should be on the previous line. | 75 | |
| '{' should be on the previous line. | 78 | |
| Line has trailing spaces. | 81 | |
| Line has trailing spaces. | 84 | |
| Line has trailing spaces. | 85 | |
| Line has trailing spaces. | 86 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |