The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 71 | 0 | 0 | 1929 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 3 | |
| NewlineAtEndOfFile | 52 | |
| Translation | 0 | |
| JavadocMethod | 301 | |
| JavadocType | 31 | |
| JavadocVariable | 73 | |
| JavadocStyle | 165 | |
| ConstantName | 52 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 52 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 6 | |
| FileLength | 0 | |
| LineLength | 87 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 3 | |
| OperatorWrap | 0 | |
| ParenPad | 15 | |
| TypecastParenPad | 0 | |
| TabCharacter | 15 | |
| WhitespaceAfter | 20 | |
| WhitespaceAround | 288 | |
| ModifierOrder | 5 | |
| RedundantModifier | 3 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 378 | |
| NeedBraces | 43 | |
| RightCurly | 3 | |
| AvoidInlineConditionals | 1 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 16 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 1 | |
| MagicNumber | 12 | |
| MissingSwitchDefault | 1 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 56 | |
| FinalClass | 11 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 20 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 160 | |
GenericIllegalRegexp
|
54 | |
| TodoComment | 2 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 22 | |
| First sentence should end with a period. | 24 | |
| Line has trailing spaces. | 25 | |
| '{' should be on the previous line. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '{' is not preceded with whitespace. | 33 | |
| '{' is not followed by whitespace. | 33 | |
| '}' is not preceded with whitespace. | 33 | |
| Line has trailing spaces. | 34 | |
| First sentence should end with a period. | 35 | |
| Parameter context should be final. | 41 | |
| Expected @throws tag for 'ZExecutionException'. | 41 | |
| '{' should be on the previous line. | 42 | |
| '{' should be on the previous line. | 47 | |
| '{' should be on the previous line. | 50 | |
| First sentence should end with a period. | 55 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| First sentence should end with a period. | 23 | |
| '{' should be on the previous line. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '{' is not preceded with whitespace. | 33 | |
| '{' is not followed by whitespace. | 33 | |
| '}' is not preceded with whitespace. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Parameter context should be final. | 35 | |
| '{' should be on the previous line. | 36 | |
| '{' should be on the previous line. | 40 | |
| '{' should be on the previous line. | 43 | |
| 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 |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| '{' is not followed by whitespace. | 29 | |
| '}' is not preceded with whitespace. | 29 | |
| First sentence should end with a period. | 31 | |
| Parameter context should be final. | 36 | |
| Expected @throws tag for 'ZExecutionException'. | 36 | |
| '{' should be on the previous line. | 37 | |
| First sentence should end with a period. | 43 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| '{' is not preceded with whitespace. | 22 | |
| '{' is not followed by whitespace. | 22 | |
| '}' is not preceded with whitespace. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Parameter context should be final. | 25 | |
| Line has trailing spaces. | 26 | |
| '{' should be on the previous line. | 26 | |
| 'if' construct must use '{}'s. | 28 | |
| Line is longer than 80 characters. | 29 | |
| 'while' construct must use '{}'s. | 34 | |
| ',' is not followed by whitespace. | 36 | |
| First sentence should end with a period. | 39 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.concurrent.Future. | 9 | |
| Unused import - java.util.logging.Level. | 10 | |
| Unused import - java.util.logging.Logger. | 11 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| '{' is not preceded with whitespace. | 26 | |
| '{' is not followed by whitespace. | 26 | |
| '}' is not preceded with whitespace. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Parameter context should be final. | 29 | |
| '{' should be on the previous line. | 30 | |
| '=' is not preceded with whitespace. | 32 | |
| Comment matches to-do format 'TODO:'. | 33 | |
| Line is longer than 80 characters. | 33 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '>' is not followed by whitespace. | 34 | |
| 'while' construct must use '{}'s. | 35 | |
| 'for' construct must use '{}'s. | 37 | |
| '=' is not preceded with whitespace. | 37 | |
| '=' is not followed by whitespace. | 37 | |
| '-' is not preceded with whitespace. | 37 | |
| '-' is not followed by whitespace. | 37 | |
| '>=' is not preceded with whitespace. | 37 | |
| '>=' is not followed by whitespace. | 37 | |
| ';' is preceded with whitespace. | 37 | |
| switch without "default" clause. | 39 | |
| '{' should be on the previous line. | 40 | |
| 'for' construct must use '{}'s. | 44 | |
| '=' is not preceded with whitespace. | 44 | |
| '=' is not followed by whitespace. | 44 | |
| '-' is not preceded with whitespace. | 44 | |
| '-' is not followed by whitespace. | 44 | |
| '>=' is not preceded with whitespace. | 44 | |
| '>=' is not followed by whitespace. | 44 | |
| ';' is preceded with whitespace. | 44 | |
| Line has trailing spaces. | 49 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 50 | |
| '}' should be on the same line. | 51 | |
| 'else' construct must use '{}'s. | 52 | |
| Line has trailing spaces. | 57 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter nctx should be final. | 64 | |
| Parameter calingCtx should be final. | 64 | |
| First sentence should end with a period. | 72 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter context should be final. | 33 | |
| '{' should be on the previous line. | 34 | |
| '{' should be on the previous line. | 39 | |
| '=' is not preceded with whitespace. | 40 | |
| '=' is not followed by whitespace. | 40 | |
| '{' should be on the previous line. | 42 | |
| First sentence should end with a period. | 46 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| '{' is not preceded with whitespace. | 27 | |
| '{' is not followed by whitespace. | 27 | |
| '}' is not preceded with whitespace. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Parameter context should be final. | 29 | |
| '{' should be on the previous line. | 30 | |
| First sentence should end with a period. | 34 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| First sentence should end with a period. | 23 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| First sentence should end with a period. | 33 | |
| Parameter context should be final. | 37 | |
| '{' should be on the previous line. | 38 | |
| First sentence should end with a period. | 42 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| Using the '.*' form of import should be avoided - java.util.*. | 22 | |
| First sentence should end with a period. | 24 | |
| '{' should be on the previous line. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| '{' is not preceded with whitespace. | 32 | |
| '{' is not followed by whitespace. | 32 | |
| '}' is not preceded with whitespace. | 32 | |
| First sentence should end with a period. | 34 | |
| Parameter context should be final. | 39 | |
| Expected @throws tag for 'ZExecutionException'. | 39 | |
| '{' should be on the previous line. | 40 | |
| First sentence should end with a period. | 44 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| First sentence should end with a period. | 23 | |
| '{' should be on the previous line. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| '{' is not preceded with whitespace. | 32 | |
| '{' is not followed by whitespace. | 32 | |
| '}' is not preceded with whitespace. | 32 | |
| First sentence should end with a period. | 34 | |
| Parameter context should be final. | 39 | |
| '{' should be on the previous line. | 40 | |
| First sentence should end with a period. | 46 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| First sentence should end with a period. | 23 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| Line has trailing spaces. | 32 | |
| First sentence should end with a period. | 33 | |
| Parameter context should be final. | 38 | |
| '{' should be on the previous line. | 39 | |
| First sentence should end with a period. | 43 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| '{' is not followed by whitespace. | 28 | |
| '}' is not preceded with whitespace. | 28 | |
| Line has trailing spaces. | 29 | |
| First sentence should end with a period. | 30 | |
| Parameter context should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| '{' should be on the previous line. | 42 | |
| '{' should be on the previous line. | 45 | |
| First sentence should end with a period. | 50 | |
| Line has trailing spaces. | 52 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| First sentence should end with a period. | 33 | |
| Parameter context should be final. | 38 | |
| '{' should be on the previous line. | 39 | |
| First sentence should end with a period. | 43 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter context should be final. | 33 | |
| '{' should be on the previous line. | 34 | |
| 'cast' is not followed by whitespace. | 35 | |
| 'cast' is not followed by whitespace. | 36 | |
| 'if' construct must use '{}'s. | 37 | |
| '(' is followed by whitespace. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| 'if' construct must use '{}'s. | 39 | |
| 'else' construct must use '{}'s. | 41 | |
| First sentence should end with a period. | 45 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| Line has trailing spaces. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Parameter context should be final. | 33 | |
| '{' should be on the previous line. | 34 | |
| First sentence should end with a period. | 38 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter context should be final. | 33 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 35 | |
| '(' is followed by whitespace. | 35 | |
| 'cast' is not followed by whitespace. | 35 | |
| ')' is preceded with whitespace. | 35 | |
| First sentence should end with a period. | 38 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| '{' is not preceded with whitespace. | 32 | |
| '{' is not followed by whitespace. | 32 | |
| '}' is not preceded with whitespace. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Parameter context should be final. | 34 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '(' is followed by whitespace. | 36 | |
| 'cast' is not followed by whitespace. | 36 | |
| ')' is preceded with whitespace. | 36 | |
| First sentence should end with a period. | 39 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| First sentence should end with a period. | 33 | |
| Parameter context should be final. | 38 | |
| Expected @throws tag for 'ZExecutionException'. | 38 | |
| '{' should be on the previous line. | 39 | |
| First sentence should end with a period. | 42 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| '{' 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 | |
| Parameter context should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| '{' should be on the previous line. | 40 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 46 | |
| '{' should be on the previous line. | 48 | |
| Line is longer than 80 characters. | 49 | |
| First sentence should end with a period. | 52 | |
| Line has trailing spaces. | 54 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| Line has trailing spaces. | 56 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 22 | |
| First sentence should end with a period. | 24 | |
| '{' should be on the previous line. | 30 | |
| First sentence should end with a period. | 32 | |
| Line is longer than 80 characters. | 37 | |
| Expected @throws tag for 'ZExecutionException'. | 37 | |
| Line has trailing spaces. | 38 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| '{' should be on the previous line. | 46 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| '{' should be on the previous line. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 11 | |
| '{' is not preceded with whitespace. | 11 | |
| '{' is not followed by whitespace. | 11 | |
| '}' is not preceded with whitespace. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Parameter context should be final. | 13 | |
| '{' should be on the previous line. | 14 | |
| First sentence should end with a period. | 19 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 22 | |
| '{' should be on the previous line. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter context should be final. | 32 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 34 | |
| '(' is followed by whitespace. | 34 | |
| 'cast' is not followed by whitespace. | 34 | |
| ')' is preceded with whitespace. | 34 | |
| Line has trailing spaces. | 37 | |
| First sentence should end with a period. | 38 | |
| Line has trailing spaces. | 40 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| Line has trailing spaces. | 42 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| '{' is not followed by whitespace. | 28 | |
| '}' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter context should be final. | 30 | |
| '{' should be on the previous line. | 31 | |
| First sentence should end with a period. | 35 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 6 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| '{' is not preceded with whitespace. | 14 | |
| '{' is not followed by whitespace. | 14 | |
| '}' is not preceded with whitespace. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Parameter context should be final. | 16 | |
| '{' should be on the previous line. | 17 | |
| First sentence should end with a period. | 22 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| '{' is not followed by whitespace. | 30 | |
| '}' is not preceded with whitespace. | 30 | |
| First sentence should end with a period. | 32 | |
| Parameter context should be final. | 37 | |
| Expected @throws tag for 'ZExecutionException'. | 37 | |
| '{' should be on the previous line. | 38 | |
| '{' should be on the previous line. | 40 | |
| '{' should be on the previous line. | 44 | |
| Line is longer than 80 characters. | 45 | |
| First sentence should end with a period. | 49 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| '{' is not followed by whitespace. | 28 | |
| '}' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter context should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| '{' should be on the previous line. | 36 | |
| '{' should be on the previous line. | 39 | |
| First sentence should end with a period. | 46 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter context should be final. | 33 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 35 | |
| '(' is followed by whitespace. | 35 | |
| 'cast' is not followed by whitespace. | 35 | |
| ')' is preceded with whitespace. | 35 | |
| First sentence should end with a period. | 38 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| '{' is not followed by whitespace. | 28 | |
| '}' is not preceded with whitespace. | 28 | |
| First sentence should end with a period. | 30 | |
| Parameter context should be final. | 37 | |
| '{' should be on the previous line. | 38 | |
| '{' should be on the previous line. | 43 | |
| '{' should be on the previous line. | 46 | |
| First sentence should end with a period. | 51 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| '{' is not followed by whitespace. | 29 | |
| '}' is not preceded with whitespace. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter context should be final. | 31 | |
| Line is longer than 80 characters. | 33 | |
| First sentence should end with a period. | 36 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| '{' is not followed by whitespace. | 28 | |
| '}' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter context should be final. | 30 | |
| '{' should be on the previous line. | 31 | |
| First sentence should end with a period. | 36 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 22 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| '{' is not followed by whitespace. | 29 | |
| '}' is not preceded with whitespace. | 29 | |
| First sentence should end with a period. | 31 | |
| Parameter context should be final. | 38 | |
| Expected @param tag for 'context'. | 38 | |
| Expected @throws tag for 'ZExecutionException'. | 38 | |
| '{' should be on the previous line. | 39 | |
| 'if' construct must use '{}'s. | 42 | |
| Line has trailing spaces. | 42 | |
| 'else' construct must use '{}'s. | 44 | |
| Line has trailing spaces. | 46 | |
| First sentence should end with a period. | 49 | |
| Line has trailing spaces. | 51 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 20 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| '{' is not followed by whitespace. | 30 | |
| '}' is not preceded with whitespace. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter context should be final. | 32 | |
| '{' should be on the previous line. | 33 | |
| 'if' construct must use '{}'s. | 36 | |
| 'if' construct must use '{}'s. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| 'else' construct must use '{}'s. | 40 | |
| First sentence should end with a period. | 44 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| '{' is not preceded with whitespace. | 27 | |
| '{' is not followed by whitespace. | 27 | |
| '}' is not preceded with whitespace. | 27 | |
| First sentence should end with a period. | 29 | |
| Parameter context should be final. | 32 | |
| Expected @param tag for 'context'. | 32 | |
| Expected @throws tag for 'ZExecutionException'. | 32 | |
| '{' should be on the previous line. | 33 | |
| First sentence should end with a period. | 36 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter context should be final. | 33 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 35 | |
| First sentence should end with a period. | 38 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| '{' is not followed by whitespace. | 29 | |
| '}' is not preceded with whitespace. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Parameter context should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| First sentence should end with a period. | 38 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 21 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| '{' is not followed by whitespace. | 28 | |
| '}' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter context should be final. | 30 | |
| '{' should be on the previous line. | 31 | |
| 'if' construct must use '{}'s. | 32 | |
| 'else' construct must use '{}'s. | 34 | |
| First sentence should end with a period. | 38 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 23 | |
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| '{' is not followed by whitespace. | 30 | |
| '}' is not preceded with whitespace. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter context should be final. | 32 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| First sentence should end with a period. | 39 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| '{' is not followed by whitespace. | 28 | |
| '}' is not preceded with whitespace. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter context should be final. | 30 | |
| '{' should be on the previous line. | 31 | |
| '{' should be on the previous line. | 36 | |
| '{' should be on the previous line. | 39 | |
| First sentence should end with a period. | 44 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 18 | |
| Using the '.*' form of import should be avoided - net.sf.zel.vm.*. | 23 | |
| Line has trailing spaces. | 27 | |
| '{' 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 | |
| Parameter context should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 38 | |
| First sentence should end with a period. | 41 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 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 | |
| Class DECODE should be declared as final. | 30 | |
| '{' 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 | |
| Parameter context should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 42 | |
| Inner assignments should be avoided. | 42 | |
| '{' should be on the previous line. | 49 | |
| '{' should be on the previous line. | 52 | |
| '{' should be on the previous line. | 56 | |
| First sentence should end with a period. | 64 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - net.sf.zel.instr.*. | 21 | |
| Class EXP should be declared as final. | 30 | |
| '{' 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 | |
| Parameter context should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 38 | |
| First sentence should end with a period. | 43 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
| 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.*. | 28 | |
| Class INT should be declared as final. | 34 | |
| '{' should be on the previous line. | 35 | |
| First sentence should end with a period. | 37 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 46 | |
| '{' is not preceded with whitespace. | 46 | |
| '{' is not followed by whitespace. | 46 | |
| '}' is not preceded with whitespace. | 46 | |
| First sentence should end with a period. | 48 | |
| Line is longer than 80 characters. | 54 | |
| Parameter context should be final. | 54 | |
| Expected @throws tag for 'ZExecutionException'. | 54 | |
| 'if' construct must use '{}'s. | 58 | |
| ')' is preceded with whitespace. | 58 | |
| '{' should be on the previous line. | 61 | |
| 'if' construct must use '{}'s. | 62 | |
| Line is longer than 80 characters. | 62 | |
| 'cast' is not followed by whitespace. | 62 | |
| 'if' construct must use '{}'s. | 64 | |
| Line is longer than 80 characters. | 64 | |
| 'cast' is not followed by whitespace. | 64 | |
| 'else' construct must use '{}'s. | 66 | |
| Line is longer than 80 characters. | 67 |
| 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.*. | 24 | |
| Class LOG should be declared as final. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '{' should be on the previous line. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| '{' is not followed by whitespace. | 30 | |
| '}' is not preceded with whitespace. | 30 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter context should be final. | 32 | |
| Line is longer than 80 characters. | 34 | |
| First sentence should end with a period. | 39 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
| 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.*. | 25 | |
| Class LOG10 should be declared as final. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '{' is not preceded with whitespace. | 33 | |
| '{' is not followed by whitespace. | 33 | |
| '}' is not preceded with whitespace. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter context should be final. | 35 | |
| Line is longer than 80 characters. | 37 | |
| '10' is a magic number. | 39 | |
| First sentence should end with a period. | 42 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
| 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.*. | 23 | |
| Class MAX should be declared as final. | 27 | |
| Missing a Javadoc comment. | 27 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter context should be final. | 33 | |
| '(' is followed by whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '{' should be on the previous line. | 40 | |
| First sentence should end with a period. | 47 | |
| Line has trailing spaces. | 49 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 52 |
| 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.*. | 23 | |
| Class MIN should be declared as final. | 27 | |
| Missing a Javadoc comment. | 27 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| '{' is not followed by whitespace. | 31 | |
| '}' is not preceded with whitespace. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter context should be final. | 33 | |
| '{' should be on the previous line. | 40 | |
| First sentence should end with a period. | 47 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
| 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 | |
| Class NVL should be declared as final. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| '{' is not followed by whitespace. | 29 | |
| '}' is not preceded with whitespace. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter context should be final. | 31 | |
| '{' should be on the previous line. | 37 | |
| '{' should be on the previous line. | 40 | |
| First sentence should end with a period. | 45 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - java.util.logging.Level. | 21 | |
| Unused import - java.util.logging.Logger. | 22 | |
| Using the '.*' form of import should be avoided - net.sf.zel.instr.*. | 23 | |
| Unused import - net.sf.zel.nr.OperableDouble. | 24 | |
| Class SLEEP should be declared as final. | 33 | |
| '{' should be on the previous line. | 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 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter context should be final. | 39 | |
| '{' should be on the previous line. | 42 | |
| Line is longer than 80 characters. | 43 | |
| '{' should be on the previous line. | 48 | |
| First sentence should end with a period. | 52 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
| 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.*. | 24 | |
| Class SQRT should be declared as final. | 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. | 48 | |
| Parameter context should be final. | 48 | |
| Expected @throws tag for 'ZExecutionException'. | 48 | |
| Line is longer than 80 characters. | 50 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| '{' should be on the previous line. | 30 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Parameter args should be final. | 36 | |
| '{' should be on the previous line. | 37 | |
| 'if' construct must use '{}'s. | 38 | |
| 'else' construct must use '{}'s. | 40 | |
| Line has trailing spaces. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Parameter address should be final. | 45 | |
| Parameter args should be final. | 45 | |
| '{' should be on the previous line. | 46 | |
| 'if' construct must use '{}'s. | 47 | |
| 'else' construct must use '{}'s. | 49 | |
| Missing a Javadoc comment. | 55 | |
| Parameter parsingContext should be final. | 56 | |
| '{' should be on the previous line. | 57 | |
| Missing a Javadoc comment. | 63 | |
| '{' should be on the previous line. | 64 | |
| First sentence should end with a period. | 68 | |
| Parameter obj should be final. | 73 | |
| '{' should be on the previous line. | 74 | |
| First sentence should end with a period. | 77 | |
| '{' should be on the previous line. | 83 | |
| First sentence should end with a period. | 87 | |
| Unused @param tag for 'code'. | 89 | |
| Line has trailing spaces. | 90 | |
| Expected an @return tag. | 92 | |
| '{' should be on the previous line. | 94 | |
| Missing a Javadoc comment. | 98 | |
| '{' should be on the previous line. | 100 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 20 | |
| Variable 'mc' must be private and have accessor methods. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Parameter mc should be final. | 22 | |
| 'mc' hides a field. | 22 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 28 | |
| Parameter args should be final. | 29 | |
| '{' should be on the previous line. | 30 | |
| 'for' construct must use '{}'s. | 31 | |
| 'if' construct must use '{}'s. | 32 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| First sentence should end with a period. | 37 | |
| Expected an @return tag. | 41 | |
| '{' should be on the previous line. | 43 | |
| Missing a Javadoc comment. | 48 | |
| Parameter obj should be final. | 49 | |
| 'obj' hides a field. | 49 | |
| '{' should be on the previous line. | 50 | |
| Missing a Javadoc comment. | 54 | |
| '{' should be on the previous line. | 56 | |
| Missing a Javadoc comment. | 60 | |
| Parameter parsingContext should be final. | 61 | |
| '{' should be on the previous line. | 62 | |
| Missing a Javadoc comment. | 66 | |
| '{' should be on the previous line. | 68 | |
| Missing a Javadoc comment. | 72 | |
| '{' should be on the previous line. | 73 | |
| Missing a Javadoc comment. | 77 | |
| '{' should be on the previous line. | 79 | |
| Missing a Javadoc comment. | 83 | |
| Parameter address should be final. | 84 | |
| Parameter args should be final. | 84 | |
| '{' should be on the previous line. | 85 |
| Violation | Message | Line |
|---|---|---|
| Class EndParamMarker should be declared as final. | 20 | |
| Missing a Javadoc comment. | 20 | |
| '{' should be on the previous line. | 21 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' should be on the previous line. | 30 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| First sentence should end with a period. | 29 | |
| Line has trailing spaces. | 31 | |
| '{' should be on the previous line. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'execService' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'resultCache' must be private and have accessor methods. | 40 | |
| First sentence should end with a period. | 42 | |
| Variable 'heap' must be private and have accessor methods. | 45 | |
| First sentence should end with a period. | 47 | |
| Variable 'memContext' must be private and have accessor methods. | 50 | |
| First sentence should end with a period. | 52 | |
| Variable 'code' must be private and have accessor methods. | 55 | |
| Line has trailing spaces. | 56 | |
| First sentence should end with a period. | 57 | |
| Variable 'ip' must be private and have accessor methods. | 60 | |
| Line has trailing spaces. | 61 | |
| First sentence should end with a period. | 62 | |
| Variable 'terminated' must be private and have accessor methods. | 65 | |
| Line has trailing spaces. | 66 | |
| First sentence should end with a period. | 67 | |
| Variable 'stack' must be private and have accessor methods. | 70 | |
| Line has trailing spaces. | 71 | |
| First sentence should end with a period. | 72 | |
| Variable 'memContextStack' must be private and have accessor methods. | 75 | |
| '32' is a magic number. | 75 | |
| Line has trailing spaces. | 76 | |
| First sentence should end with a period. | 77 | |
| Variable 'in' must be private and have accessor methods. | 80 | |
| Line has trailing spaces. | 81 | |
| First sentence should end with a period. | 82 | |
| Variable 'out' must be private and have accessor methods. | 85 | |
| Line has trailing spaces. | 86 | |
| First sentence should end with a period. | 87 | |
| Variable 'err' must be private and have accessor methods. | 90 | |
| First sentence should end with a period. | 93 | |
| Variable 'parent' must be private and have accessor methods. | 96 | |
| First sentence should end with a period. | 99 | |
| '{' should be on the previous line. | 103 | |
| First sentence should end with a period. | 109 | |
| Line is longer than 80 characters. | 115 | |
| Parameter program should be final. | 115 | |
| Parameter heap should be final. | 115 | |
| 'heap' hides a field. | 115 | |
| Parameter execService should be final. | 115 | |
| 'execService' hides a field. | 115 | |
| Expected @param tag for 'execService'. | 115 | |
| '=' is not preceded with whitespace. | 121 | |
| Missing a Javadoc comment. | 126 | |
| '{' should be on the previous line. | 127 | |
| '32' is a magic number. | 128 | |
| '{' should be on the previous line. | 130 | |
| '32' is a magic number. | 131 | |
| '}' should be on the same line. | 133 | |
| '{' should be on the previous line. | 135 | |
| First sentence should end with a period. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line has trailing spaces. | 147 | |
| Line is longer than 80 characters. | 149 | |
| Parameter program should be final. | 149 | |
| Expected @param tag for 'program'. | 149 | |
| Parameter heap should be final. | 149 | |
| 'heap' hides a field. | 149 | |
| Expected @param tag for 'heap'. | 149 | |
| Parameter in should be final. | 149 | |
| 'in' hides a field. | 149 | |
| Expected @param tag for 'in'. | 149 | |
| Parameter out should be final. | 149 | |
| 'out' hides a field. | 149 | |
| Expected @param tag for 'out'. | 149 | |
| Parameter err should be final. | 149 | |
| 'err' hides a field. | 149 | |
| Expected @param tag for 'err'. | 149 | |
| Parameter execService should be final. | 149 | |
| 'execService' hides a field. | 149 | |
| Expected @param tag for 'execService'. | 149 | |
| '=' is not preceded with whitespace. | 157 | |
| First sentence should end with a period. | 161 | |
| Method 'popSyncStackVal' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| '{' should be on the previous line. | 167 | |
| 'if' construct must use '{}'s. | 169 | |
| '<' is not preceded with whitespace. | 169 | |
| '<' is not followed by whitespace. | 169 | |
| '?' is not preceded with whitespace. | 169 | |
| '>' is not preceded with whitespace. | 169 | |
| '?' is not followed by whitespace. | 169 | |
| '>' is not followed by whitespace. | 169 | |
| '{' should be on the previous line. | 171 | |
| '<' is not preceded with whitespace. | 172 | |
| '<' is not followed by whitespace. | 172 | |
| '>' is not preceded with whitespace. | 172 | |
| '>' is not followed by whitespace. | 172 | |
| '{' should be on the previous line. | 174 | |
| 'else' construct must use '{}'s. | 177 | |
| Line has trailing spaces. | 182 | |
| Method 'getSubProgramContext' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Parameter program should be final. | 182 | |
| '{' should be on the previous line. | 183 | |
| '{' should be on the previous line. | 186 | |
| '{' should be on the previous line. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line has trailing spaces. | 193 | |
| '=' is not followed by whitespace. | 193 | |
| Line has trailing spaces. | 194 | |
| '32' is a magic number. | 194 | |
| Method 'newMem' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Missing a Javadoc comment. | 200 | |
| '{' should be on the previous line. | 201 | |
| '{' should be on the previous line. | 203 | |
| '{' should be on the previous line. | 206 | |
| '{' should be on the previous line. | 209 | |
| First sentence should end with a period. | 214 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| '{' should be on the previous line. | 220 | |
| Line has trailing spaces. | 225 | |
| Line has trailing spaces. | 227 | |
| 'if' construct must use '{}'s. | 231 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 29 | |
| First sentence should end with a period. | 30 | |
| Expected an @return tag. | 33 | |
| Line is longer than 80 characters. | 33 | |
| Expected @param tag for 'name'. | 33 | |
| Expected @throws tag for 'ParseException'. | 33 | |
| Expected @throws tag for 'ZExecutionException'. | 33 | |
| First sentence should end with a period. | 38 | |
| Line is longer than 80 characters. | 44 | |
| Expected @param tag for 'mc'. | 44 | |
| Expected @throws tag for 'ParseException'. | 44 | |
| Expected @throws tag for 'ZExecutionException'. | 44 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 80 characters. | 51 | |
| First sentence should end with a period. | 53 | |
| Line is longer than 80 characters. | 59 | |
| Expected @throws tag for 'ParseException'. | 59 | |
| Expected @throws tag for 'ZExecutionException'. | 59 | |
| First sentence should end with a period. | 66 | |
| Expected an @return tag. | 69 | |
| '{' should be on the previous line. | 70 | |
| First sentence should end with a period. | 74 | |
| Expected an @return tag. | 77 | |
| Expected @param tag for 'maxLevel'. | 77 | |
| '{' should be on the previous line. | 78 | |
| First sentence should end with a period. | 82 | |
| Expected an @return tag. | 85 | |
| '{' should be on the previous line. | 87 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 17 | |
| '{' should be on the previous line. | 18 | |
| Missing a Javadoc comment. | 21 | |
| Parameter args should be final. | 22 | |
| '{' should be on the previous line. | 23 | |
| First sentence should end with a period. | 26 | |
| Expected an @return tag. | 30 | |
| '{' should be on the previous line. | 32 | |
| Missing a Javadoc comment. | 37 | |
| Parameter obj should be final. | 38 | |
| '{' should be on the previous line. | 39 | |
| Missing a Javadoc comment. | 42 | |
| '{' should be on the previous line. | 44 | |
| Missing a Javadoc comment. | 48 | |
| Parameter parsingContext should be final. | 49 | |
| '{' should be on the previous line. | 50 | |
| Missing a Javadoc comment. | 53 | |
| '{' should be on the previous line. | 55 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'instance' must be private and have accessor methods. | 59 | |
| Missing a Javadoc comment. | 61 | |
| '{' should be on the previous line. | 63 | |
| Missing a Javadoc comment. | 67 | |
| Parameter address should be final. | 68 | |
| Parameter args should be final. | 68 | |
| '{' should be on the previous line. | 69 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| First sentence should end with a period. | 26 | |
| Unused @param tag for 'instr'. | 29 | |
| Unused @param tag for 'arg'. | 30 | |
| Expected @param tag for 'args'. | 32 | |
| First sentence should end with a period. | 34 | |
| Expected @param tag for 'address'. | 39 | |
| Expected @param tag for 'args'. | 39 | |
| First sentence should end with a period. | 41 | |
| Unused @param tag for 'code'. | 43 | |
| Expected @param tag for 'parsingContext'. | 45 | |
| First sentence should end with a period. | 47 | |
| Expected an @return tag. | 51 | |
| First sentence should end with a period. | 53 | |
| First sentence should end with a period. | 59 | |
| First sentence should end with a period. | 65 | |
| Expected an @return tag. | 69 | |
| Missing a Javadoc comment. | 73 | |
| Line has trailing spaces. | 74 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 24 | |
| First sentence should end with a period. | 26 | |
| Line is longer than 80 characters. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '>' is not followed by whitespace. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' should be on the previous line. | 32 | |
| First sentence should end with a period. | 35 | |
| Unused @param tag for 'instr'. | 38 | |
| Unused @param tag for 'arg'. | 39 | |
| 'public' modifier out of order with the JLS suggestions. | 42 | |
| Parameter args should be final. | 42 | |
| Expected @param tag for 'args'. | 42 | |
| '{' should be on the previous line. | 43 | |
| First sentence should end with a period. | 45 | |
| Expected an @return tag. | 49 | |
| Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| '{' should be on the previous line. | 51 | |
| First sentence should end with a period. | 56 | |
| 'public' modifier out of order with the JLS suggestions. | 61 | |
| Parameter obj should be final. | 61 | |
| '{' should be on the previous line. | 62 | |
| '{' should be on the previous line. | 64 | |
| '{' should be on the previous line. | 67 | |
| ';' is preceded with whitespace. | 71 | |
| First sentence should end with a period. | 73 | |
| Expected an @return tag. | 77 | |
| 'public' modifier out of order with the JLS suggestions. | 77 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| '{' should be on the previous line. | 78 | |
| First sentence should end with a period. | 82 | |
| 'public' modifier out of order with the JLS suggestions. | 87 | |
| '{' should be on the previous line. | 88 | |
| Line is longer than 80 characters. | 89 | |
| First sentence should end with a period. | 92 | |
| Unused @param tag for 'code'. | 94 | |
| 'public' modifier out of order with the JLS suggestions. | 97 | |
| Parameter parsingContext should be final. | 97 | |
| Expected @param tag for 'parsingContext'. | 97 | |
| '{' should be on the previous line. | 98 | |
| Method 'createSubContext' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| '{' should be on the previous line. | 103 | |
| Method 'getMathContext' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| '{' should be on the previous line. | 109 | |
| Missing a Javadoc comment. | 113 | |
| Parameter address should be final. | 114 | |
| Parameter args should be final. | 114 | |
| '{' should be on the previous line. | 115 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 43 | |
| Line is longer than 80 characters. | 48 | |
| '{' should be on the previous line. | 52 | |
| Missing a Javadoc comment. | 54 | |
| '{' should be on the previous line. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Expected @param tag for 'objs'. | 69 | |
| Expected @param tag for 'start'. | 69 | |
| Expected @param tag for 'end'. | 70 | |
| Expected @param tag for 'progType'. | 70 | |
| 'mathContext' hides a field. | 71 | |
| Expected @param tag for 'mathContext'. | 71 | |
| '{' should be on the previous line. | 72 | |
| Missing a Javadoc comment. | 81 | |
| '{' should be on the previous line. | 84 | |
| '{' should be on the previous line. | 86 | |
| '{' should be on the previous line. | 90 | |
| '{' should be on the previous line. | 95 | |
| Missing a Javadoc comment. | 101 | |
| '{' should be on the previous line. | 104 | |
| '7' is a magic number. | 105 | |
| '79' is a magic number. | 106 | |
| Expected @param tag for 'i'. | 114 | |
| '{' should be on the previous line. | 115 | |
| Missing a Javadoc comment. | 119 | |
| '{' should be on the previous line. | 121 | |
| Missing a Javadoc comment. | 125 | |
| '{' should be on the previous line. | 127 | |
| Missing a Javadoc comment. | 131 | |
| Parameter varNames should be final. | 133 | |
| '{' should be on the previous line. | 135 | |
| First sentence should end with a period. | 140 | |
| Line is longer than 80 characters. | 146 | |
| Parameter varNames should be final. | 146 | |
| Expected @param tag for 'varNames'. | 146 | |
| Expected @throws tag for 'ParseException'. | 146 | |
| '{' should be on the previous line. | 151 | |
| '}' should be on the same line. | 153 | |
| '{' should be on the previous line. | 156 | |
| Missing a Javadoc comment. | 165 | |
| '{' should be on the previous line. | 166 | |
| Missing a Javadoc comment. | 170 | |
| Parameter args should be final. | 170 | |
| '{' should be on the previous line. | 171 | |
| First sentence should end with a period. | 175 | |
| Line is longer than 80 characters. | 181 | |
| Parameter memory should be final. | 181 | |
| Parameter args should be final. | 181 | |
| Expected @param tag for 'args'. | 181 | |
| Expected @throws tag for 'ZExecutionException'. | 181 | |
| First sentence should end with a period. | 186 | |
| Line is longer than 80 characters. | 197 | |
| Expected @param tag for 'in'. | 197 | |
| Line is longer than 80 characters. | 198 | |
| Expected @param tag for 'out'. | 198 | |
| Expected @param tag for 'err'. | 198 | |
| Parameter execService should be final. | 198 | |
| Expected @param tag for 'execService'. | 198 | |
| Parameter args should be final. | 198 | |
| Expected @param tag for 'args'. | 198 | |
| Expected @throws tag for 'ZExecutionException'. | 199 | |
| Expected @throws tag for 'InterruptedException'. | 199 | |
| '{' should be on the previous line. | 200 | |
| Line is longer than 80 characters. | 202 | |
| '{' should be on the previous line. | 205 | |
| '{' should be on the previous line. | 207 | |
| '{' should be on the previous line. | 210 | |
| Line is longer than 80 characters. | 212 | |
| '{' should be on the previous line. | 216 | |
| First sentence should end with a period. | 223 | |
| Line is longer than 80 characters. | 237 | |
| Expected @param tag for 'in'. | 237 | |
| Line is longer than 80 characters. | 238 | |
| Expected @param tag for 'out'. | 238 | |
| Expected @param tag for 'err'. | 238 | |
| Parameter execService should be final. | 238 | |
| Expected @param tag for 'execService'. | 238 | |
| Parameter args should be final. | 238 | |
| Expected @param tag for 'args'. | 238 | |
| Expected @throws tag for 'ZExecutionException'. | 239 | |
| '{' should be on the previous line. | 240 | |
| Line is longer than 80 characters. | 242 | |
| Missing a Javadoc comment. | 247 | |
| '{' should be on the previous line. | 249 | |
| '<' is not preceded with whitespace. | 250 | |
| '<' is not followed by whitespace. | 250 | |
| '>' is not preceded with whitespace. | 250 | |
| '<' is not preceded with whitespace. | 250 | |
| '<' is not followed by whitespace. | 250 | |
| '>' is not preceded with whitespace. | 250 | |
| '>' is not followed by whitespace. | 250 | |
| '{' should be on the previous line. | 255 | |
| '{' should be on the previous line. | 257 | |
| '{' should be on the previous line. | 259 | |
| '{' should be on the previous line. | 262 | |
| '{' should be on the previous line. | 265 | |
| '{' should be on the previous line. | 269 | |
| Line is longer than 80 characters. | 271 | |
| '{' should be on the previous line. | 275 | |
| '{' should be on the previous line. | 278 | |
| '{' should be on the previous line. | 284 | |
| Line is longer than 80 characters. | 285 | |
| '{' should be on the previous line. | 289 | |
| Parameter mayInterruptIfRunning should be final. | 294 | |
| '{' should be on the previous line. | 295 | |
| Line is longer than 80 characters. | 296 | |
| '{' should be on the previous line. | 301 | |
| '{' should be on the previous line. | 307 | |
| Line is longer than 80 characters. | 312 | |
| '{' should be on the previous line. | 315 | |
| '{' should be on the previous line. | 318 | |
| Line is longer than 80 characters. | 324 | |
| Parameter timeout should be final. | 324 | |
| Parameter unit should be final. | 324 | |
| '{' should be on the previous line. | 327 | |
| '{' should be on the previous line. | 330 | |
| '{' should be on the previous line. | 337 | |
| '{' should be on the previous line. | 339 | |
| '{' should be on the previous line. | 342 | |
| Line is longer than 80 characters. | 349 | |
| Missing a Javadoc comment. | 349 | |
| Line is longer than 80 characters. | 350 | |
| Parameter args should be final. | 350 | |
| '{' should be on the previous line. | 352 | |
| First sentence should end with a period. | 356 | |
| Expected an @return tag. | 363 | |
| Line is longer than 80 characters. | 363 | |
| '<' is not preceded with whitespace. | 363 | |
| '<' is not followed by whitespace. | 363 | |
| '>' is not preceded with whitespace. | 363 | |
| Parameter expr should be final. | 363 | |
| Expected @param tag for 'expr'. | 363 | |
| Expected @throws tag for 'Exception'. | 363 | |
| Missing a Javadoc comment. | 370 | |
| '{' should be on the previous line. | 373 | |
| Line is longer than 80 characters. | 374 | |
| Line is longer than 80 characters. | 375 | |
| First sentence should end with a period. | 379 | |
| Comment matches to-do format 'TODO:'. | 381 | |
| Line is longer than 80 characters. | 388 | |
| Parameter mem should be final. | 388 | |
| Parameter name should be final. | 388 | |
| Parameter mem2 should be final. | 388 | |
| Expected @throws tag for 'ParseException'. | 389 | |
| Expected @throws tag for 'ZExecutionException'. | 389 | |
| '{' should be on the previous line. | 390 | |
| '{' should be on the previous line. | 395 | |
| '{' should be on the previous line. | 400 | |
| Line is longer than 80 characters. | 401 | |
| '{' should be on the previous line. | 403 | |
| Line is longer than 80 characters. | 406 | |
| Line is longer than 80 characters. | 407 | |
| '{' should be on the previous line. | 411 | |
| First sentence should end with a period. | 420 | |
| Line is longer than 80 characters. | 428 | |
| Parameter mem should be final. | 428 | |
| Parameter name should be final. | 428 | |
| Expected @throws tag for 'ParseException'. | 429 | |
| Expected @throws tag for 'ZExecutionException'. | 429 | |
| '{' should be on the previous line. | 430 | |
| First sentence should end with a period. | 434 | |
| Line has trailing spaces. | 440 | |
| Line is longer than 80 characters. | 442 | |
| Parameter mem should be final. | 442 | |
| Expected @param tag for 'mem'. | 442 | |
| Parameter name should be final. | 442 | |
| Line is longer than 80 characters. | 443 | |
| Parameter value should be final. | 443 | |
| Parameter mc should be final. | 443 | |
| Expected @param tag for 'mc'. | 443 | |
| Expected @throws tag for 'ParseException'. | 443 | |
| Expected @throws tag for 'ZExecutionException'. | 443 | |
| First sentence should end with a period. | 448 | |
| Line has trailing spaces. | 451 | |
| Expected an @return tag. | 453 | |
| Parameter indent should be final. | 454 | |
| Expected @param tag for 'indent'. | 454 | |
| '{' should be on the previous line. | 455 | |
| '{' should be on the previous line. | 458 | |
| First sentence should end with a period. | 464 | |
| Line has trailing spaces. | 470 | |
| Expected an @return tag. | 472 | |
| Line is longer than 80 characters. | 474 | |
| Parameter name should be final. | 474 | |
| Expected @param tag for 'name'. | 474 | |
| Parameter mem should be final. | 474 | |
| Expected @param tag for 'mem'. | 474 | |
| Parameter indent should be final. | 474 | |
| Expected @param tag for 'indent'. | 474 | |
| Parameter maxIndent should be final. | 474 | |
| Expected @param tag for 'maxIndent'. | 474 | |
| '{' should be on the previous line. | 477 | |
| '{' should be on the previous line. | 481 | |
| '{' should be on the previous line. | 486 | |
| Line is longer than 80 characters. | 488 | |
| '<' is not preceded with whitespace. | 488 | |
| '<' is not followed by whitespace. | 488 | |
| '>' is not preceded with whitespace. | 488 | |
| '<' is not preceded with whitespace. | 488 | |
| '<' is not followed by whitespace. | 488 | |
| '>' is not preceded with whitespace. | 488 | |
| '>' is not followed by whitespace. | 488 | |
| Line is longer than 80 characters. | 490 | |
| '{' should be on the previous line. | 493 | |
| Line is longer than 80 characters. | 494 | |
| First sentence should end with a period. | 499 | |
| Expected @param tag for 'args'. | 503 | |
| Expected @throws tag for 'IOException'. | 503 | |
| '{' should be on the previous line. | 504 | |
| '{' should be on the previous line. | 511 | |
| '{' should be on the previous line. | 515 | |
| '{' should be on the previous line. | 518 | |
| '{' should be on the previous line. | 520 | |
| Line is longer than 80 characters. | 521 | |
| '{' should be on the previous line. | 523 | |
| '{' should be on the previous line. | 526 | |
| Missing a Javadoc comment. | 533 | |
| '{' should be on the previous line. | 535 | |
| '{' should be on the previous line. | 543 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| Name 'defaultSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Name 'maxGrowthSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'counter' must be private and have accessor methods. | 29 | |
| '=' is not followed by whitespace. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '{' should be on the previous line. | 32 | |
| First sentence should end with a period. | 36 | |
| '{' should be on the previous line. | 40 | |
| '=' is not preceded with whitespace. | 42 | |
| '=' is not followed by whitespace. | 42 | |
| Line has trailing spaces. | 43 | |
| First sentence should end with a period. | 46 | |
| Expected @param tag for 'size'. | 50 | |
| '{' should be on the previous line. | 51 | |
| '=' is not preceded with whitespace. | 53 | |
| '=' is not followed by whitespace. | 53 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| '{' should be on the previous line. | 61 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Parameter type should be final. | 68 | |
| 'type' hides a field. | 68 | |
| '{' should be on the previous line. | 69 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter object should be final. | 73 | |
| '{' should be on the previous line. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter idx should be final. | 79 | |
| Parameter object should be final. | 79 | |
| '{' should be on the previous line. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| '+' is not preceded with whitespace. | 83 | |
| '+' is not followed by whitespace. | 83 | |
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter objects should be final. | 88 | |
| '{' should be on the previous line. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| ',' is not followed by whitespace. | 91 | |
| Method 'setAll' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter idx should be final. | 96 | |
| Parameter objects should be final. | 96 | |
| '{' should be on the previous line. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| ',' is not followed by whitespace. | 99 | |
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter opb should be final. | 104 | |
| '{' should be on the previous line. | 105 | |
| Line contains a tab character. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line contains a tab character. | 107 | |
| Method 'ensureCapacity' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Parameter minCapacity should be final. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| 'if' construct must use '{}'s. | 124 | |
| 'else' construct must use '{}'s. | 126 | |
| 'if' construct must use '{}'s. | 129 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| ',' is not followed by whitespace. | 131 | |
| Line contains a tab character. | 132 | |
| Line has trailing spaces. | 134 | |
| Line has trailing spaces. | 135 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| '{' should be on the previous line. | 137 | |
| Line has trailing spaces. | 140 | |
| Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| '{' should be on the previous line. | 142 | |
| Method 'toProgram' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| '{' should be on the previous line. | 147 | |
| ',' is not followed by whitespace. | 148 | |
| ',' is not followed by whitespace. | 148 | |
| ',' is not followed by whitespace. | 148 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| '{' should be on the previous line. | 38 | |
| Method 'putPermanentResult' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter key should be final. | 46 | |
| Parameter result should be final. | 46 | |
| '{' should be on the previous line. | 47 | |
| Method 'putTransientResult' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter key should be final. | 52 | |
| Parameter result should be final. | 52 | |
| '{' should be on the previous line. | 53 | |
| Method 'getResult' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter key should be final. | 58 | |
| '{' should be on the previous line. | 59 | |
| 'if' construct must use '{}'s. | 61 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 26 | |
| '<' is not preceded with whitespace. | 26 | |
| '<' is not followed by whitespace. | 26 | |
| '>' is not preceded with whitespace. | 26 | |
| '<' is not preceded with whitespace. | 27 | |
| '<' is not followed by whitespace. | 27 | |
| '>' is not preceded with whitespace. | 27 | |
| '{' should be on the previous line. | 28 | |
| First sentence should end with a period. | 30 | |
| Variable 'elems' must be private and have accessor methods. | 33 | |
| First sentence should end with a period. | 34 | |
| Variable 'top' must be private and have accessor methods. | 37 | |
| First sentence should end with a period. | 38 | |
| Name 'defaultSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| First sentence should end with a period. | 44 | |
| Parameter max should be final. | 48 | |
| '{' should be on the previous line. | 49 | |
| First sentence should end with a period. | 55 | |
| '{' should be on the previous line. | 59 | |
| First sentence should end with a period. | 63 | |
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| '{' should be on the previous line. | 68 | |
| First sentence should end with a period. | 72 | |
| Method 'push' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter o should be final. | 76 | |
| '{' should be on the previous line. | 77 | |
| '{' should be on the previous line. | 79 | |
| First sentence should end with a period. | 87 | |
| Method 'pushAll' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Parameter args should be final. | 92 | |
| Expected @param tag for 'args'. | 92 | |
| '{' should be on the previous line. | 93 | |
| 'if' construct must use '{}'s. | 94 | |
| '{' should be on the previous line. | 98 | |
| '=' is not preceded with whitespace. | 104 | |
| '=' is not followed by whitespace. | 104 | |
| First sentence should end with a period. | 107 | |
| Method 'pop' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| '{' should be on the previous line. | 112 | |
| Line is longer than 80 characters. | 115 | |
| First sentence should end with a period. | 120 | |
| Method 'peek' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| '{' should be on the previous line. | 125 | |
| First sentence should end with a period. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| '{' should be on the previous line. | 133 | |
| '{' should be on the previous line. | 135 | |
| First sentence should end with a period. | 141 | |
| Expected an @return tag. | 145 | |
| Method 'getPtr' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| '{' should be on the previous line. | 146 | |
| First sentence should end with a period. | 150 | |
| Line has trailing spaces. | 154 | |
| Expected an @return tag. | 155 | |
| Method 'getFromPtr' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Parameter ptr should be final. | 155 | |
| Expected @param tag for 'ptr'. | 155 | |
| '{' should be on the previous line. | 156 | |
| 'if' construct must use '{}'s. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line has trailing spaces. | 161 | |
| First sentence should end with a period. | 162 | |
| Line has trailing spaces. | 164 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Parameter separator should be final. | 167 | |
| Expected @param tag for 'separator'. | 167 | |
| '{' should be on the previous line. | 168 | |
| '{' should be on the previous line. | 170 | |
| '{' should be on the previous line. | 176 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| '{' should be on the previous line. | 185 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| '{' should be on the previous line. | 191 | |
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Missing a Javadoc comment. | 195 | |
| Parameter o should be final. | 196 | |
| '{' should be on the previous line. | 197 | |
| Method 'iterator' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Missing a Javadoc comment. | 201 | |
| '<' is not preceded with whitespace. | 202 | |
| '<' is not followed by whitespace. | 202 | |
| '>' is not preceded with whitespace. | 202 | |
| '{' should be on the previous line. | 203 | |
| Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| '{' should be on the previous line. | 209 | |
| Method 'toArray' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Missing a Javadoc comment. | 213 | |
| '<' is not followed by whitespace. | 214 | |
| '>' is not preceded with whitespace. | 214 | |
| Parameter a should be final. | 214 | |
| '{' should be on the previous line. | 215 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Parameter e should be final. | 220 | |
| '{' should be on the previous line. | 221 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| Parameter o should be final. | 227 | |
| '{' should be on the previous line. | 228 | |
| Method 'containsAll' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Missing a Javadoc comment. | 232 | |
| Parameter c should be final. | 233 | |
| '<' is not preceded with whitespace. | 233 | |
| '<' is not followed by whitespace. | 233 | |
| '?' is not preceded with whitespace. | 233 | |
| '>' is not preceded with whitespace. | 233 | |
| '?' is not followed by whitespace. | 233 | |
| '{' should be on the previous line. | 234 | |
| Method 'addAll' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Missing a Javadoc comment. | 238 | |
| Parameter c should be final. | 239 | |
| '<' is not preceded with whitespace. | 239 | |
| '<' is not followed by whitespace. | 239 | |
| '?' is not preceded with whitespace. | 239 | |
| '>' is not preceded with whitespace. | 239 | |
| '{' should be on the previous line. | 240 | |
| Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| Missing a Javadoc comment. | 244 | |
| Parameter c should be final. | 245 | |
| '<' is not preceded with whitespace. | 245 | |
| '<' is not followed by whitespace. | 245 | |
| '?' is not preceded with whitespace. | 245 | |
| '>' is not preceded with whitespace. | 245 | |
| '?' is not followed by whitespace. | 245 | |
| '{' should be on the previous line. | 246 | |
| Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Missing a Javadoc comment. | 250 | |
| Parameter c should be final. | 251 | |
| '<' is not preceded with whitespace. | 251 | |
| '<' is not followed by whitespace. | 251 | |
| '?' is not preceded with whitespace. | 251 | |
| '>' is not preceded with whitespace. | 251 | |
| '?' is not followed by whitespace. | 251 | |
| '{' should be on the previous line. | 252 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| Missing a Javadoc comment. | 256 | |
| Parameter obj should be final. | 257 | |
| '{' should be on the previous line. | 258 | |
| '{' should be on the previous line. | 260 | |
| '{' should be on the previous line. | 264 | |
| '<' is not preceded with whitespace. | 267 | |
| '<' is not followed by whitespace. | 267 | |
| '>' is not preceded with whitespace. | 267 | |
| '<' is not preceded with whitespace. | 267 | |
| '<' is not followed by whitespace. | 267 | |
| '>' is not preceded with whitespace. | 267 | |
| '>' is not followed by whitespace. | 267 | |
| '{' should be on the previous line. | 269 | |
| '{' should be on the previous line. | 273 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Missing a Javadoc comment. | 279 | |
| '{' should be on the previous line. | 281 | |
| '7' is a magic number. | 282 | |
| '37' is a magic number. | 283 | |
| '37' is a magic number. | 284 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <K> tag. | 29 | |
| Type Javadoc comment is missing an @param <V> tag. | 29 | |
| '<' is not preceded with whitespace. | 29 | |
| '<' is not followed by whitespace. | 29 | |
| ',' is not followed by whitespace. | 29 | |
| '>' is not preceded with whitespace. | 29 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| ',' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| '{' should be on the previous line. | 31 | |
| Missing a Javadoc comment. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| '>' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| Missing a Javadoc comment. | 35 | |
| '{' should be on the previous line. | 36 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| '>' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| '>' is not followed by whitespace. | 37 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '>' is not followed by whitespace. | 38 | |
| Missing a Javadoc comment. | 42 | |
| '{' should be on the previous line. | 43 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '>' is not followed by whitespace. | 44 | |
| Missing a Javadoc comment. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| ',' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '{' should be on the previous line. | 48 | |
| Missing a Javadoc comment. | 54 | |
| Parameter m should be final. | 55 | |
| '{' should be on the previous line. | 56 | |
| Missing a Javadoc comment. | 60 | |
| '{' should be on the previous line. | 62 | |
| Missing a Javadoc comment. | 67 | |
| '{' should be on the previous line. | 69 | |
| Missing a Javadoc comment. | 73 | |
| '{' should be on the previous line. | 75 | |
| Missing a Javadoc comment. | 79 | |
| '{' should be on the previous line. | 81 | |
| Missing a Javadoc comment. | 85 | |
| '{' should be on the previous line. | 87 | |
| '{' should be on the previous line. | 90 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '{' should be on the previous line. | 95 | |
| Missing a Javadoc comment. | 103 | |
| '{' should be on the previous line. | 105 | |
| Missing a Javadoc comment. | 109 | |
| '{' should be on the previous line. | 111 | |
| Missing a Javadoc comment. | 116 | |
| '{' should be on the previous line. | 118 | |
| Missing a Javadoc comment. | 122 | |
| '{' should be on the previous line. | 124 | |
| Missing a Javadoc comment. | 128 | |
| '{' should be on the previous line. | 130 | |
| Missing a Javadoc comment. | 134 | |
| '{' should be on the previous line. | 137 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 25 | |
| Method 'putPermanentResult' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter key should be final. | 27 | |
| Parameter result should be final. | 27 | |
| '{' should be on the previous line. | 28 | |
| Method 'putTransientResult' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter key should be final. | 33 | |
| Parameter result should be final. | 33 | |
| '{' should be on the previous line. | 34 | |
| Method 'getResult' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter key should be final. | 39 | |
| '{' should be on the previous line. | 40 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 22 | |
| '{' should be on the previous line. | 23 | |
| First sentence should end with a period. | 25 | |
| Parameter ectx should be final. | 29 | |
| 'ectx' hides a field. | 29 | |
| '{' should be on the previous line. | 30 | |
| First sentence should end with a period. | 33 | |
| Variable 'ectx' must be private and have accessor methods. | 36 | |
| First sentence should end with a period. | 37 | |
| Variable 'code' must be private and have accessor methods. | 40 | |
| First sentence should end with a period. | 42 | |
| Unused @param tag for 'instr'. | 45 | |
| Unused @param tag for 'arg'. | 46 | |
| Parameter args should be final. | 50 | |
| Expected @param tag for 'args'. | 50 | |
| Line has trailing spaces. | 51 | |
| '{' should be on the previous line. | 51 | |
| 'if' construct must use '{}'s. | 52 | |
| 'else' construct must use '{}'s. | 54 | |
| First sentence should end with a period. | 59 | |
| Expected an @return tag. | 63 | |
| '{' should be on the previous line. | 65 | |
| First sentence should end with a period. | 69 | |
| Parameter obj should be final. | 74 | |
| '{' should be on the previous line. | 75 | |
| First sentence should end with a period. | 79 | |
| '{' should be on the previous line. | 85 | |
| First sentence should end with a period. | 89 | |
| Unused @param tag for 'code'. | 91 | |
| Parameter parsingContext should be final. | 94 | |
| Expected @param tag for 'parsingContext'. | 94 | |
| '{' should be on the previous line. | 95 | |
| '(' is followed by whitespace. | 96 | |
| ')' is preceded with whitespace. | 96 | |
| Missing a Javadoc comment. | 99 | |
| '{' should be on the previous line. | 101 | |
| Missing a Javadoc comment. | 105 | |
| '{' should be on the previous line. | 107 | |
| Missing a Javadoc comment. | 111 | |
| Parameter address should be final. | 112 | |
| Parameter args should be final. | 112 | |
| '{' should be on the previous line. | 113 | |
| 'if' construct must use '{}'s. | 114 | |
| 'else' construct must use '{}'s. | 116 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| Missing a Javadoc comment. | 23 | |
| '{' should be on the previous line. | 24 | |
| First sentence should end with a period. | 26 | |
| First sentence should end with a period. | 30 | |
| First sentence should end with a period. | 35 | |
| Parameter var should be final. | 40 | |
| '{' should be on the previous line. | 41 | |
| 'name' hides a field. | 44 | |
| '{' should be on the previous line. | 47 | |
| '{' should be on the previous line. | 50 | |
| '{' should be on the previous line. | 53 | |
| '{' should be on the previous line. | 56 | |
| First sentence should end with a period. | 64 | |
| Parameter name should be final. | 69 | |
| 'name' hides a field. | 69 | |
| '{' should be on the previous line. | 70 | |
| First sentence should end with a period. | 74 | |
| '{' should be on the previous line. | 80 | |
| First sentence should end with a period. | 84 | |
| Expected an @return tag. | 90 | |
| '{' should be on the previous line. | 91 | |
| First sentence should end with a period. | 95 | |
| '{' should be on the previous line. | 102 | |
| First sentence should end with a period. | 106 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| '{' should be on the previous line. | 114 | |
| '{' should be on the previous line. | 116 | |
| '{' should be on the previous line. | 119 | |
| First sentence should end with a period. | 124 | |
| Expected an @return tag. | 129 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| '{' should be on the previous line. | 131 | |
| First sentence should end with a period. | 135 | |
| '{' should be on the previous line. | 140 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Parameter wildcardExp should be final. | 13 | |
| 'wildcardExp' hides a field. | 13 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 18 | |
| First sentence should end with a period. | 21 | |
| Unused @param tag for 'o'. | 24 | |
| Expected @param tag for 'str'. | 27 | |
| '{' should be on the previous line. | 28 | |
| First sentence should end with a period. | 33 | |
| Expected @param tag for 'wildcard'. | 40 | |
| Expected @param tag for 'v'. | 40 | |
| '{' should be on the previous line. | 41 | |
| '{' should be on the previous line. | 46 | |
| '{' should be on the previous line. | 49 | |
| '{' should be on the previous line. | 51 | |
| '{' should be on the previous line. | 54 | |
| 'while' construct must use '{}'s. | 58 | |
| '{' should be on the previous line. | 62 | |
| '{' should be on the previous line. | 68 | |
| First sentence should end with a period. | 74 | |
| Expected an @return tag. | 78 | |
| Method 'getJavaRegexp' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| '{' should be on the previous line. | 79 | |
| '{' should be on the previous line. | 83 | |
| '{' should be on the previous line. | 86 | |
| '{' should be on the previous line. | 115 | |
| '{' should be on the previous line. | 118 | |
| '{' should be on the previous line. | 121 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| '{' should be on the previous line. | 130 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Parameter o should be final. | 135 | |
| '{' should be on the previous line. | 136 | |
| 'if' construct must use '{}'s. | 137 | |
| 'if' construct must use '{}'s. | 139 | |
| 'cast' is not followed by whitespace. | 140 | |
| 'if' construct must use '{}'s. | 141 | |
| 'cast' is not followed by whitespace. | 142 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| '{' should be on the previous line. | 148 | |
| '5' is a magic number. | 149 | |
| Line is longer than 80 characters. | 150 | |
| '43' is a magic number. | 150 | |
| Avoid inline conditionals. | 150 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 24 | |
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter message should be final. | 26 | |
| Parameter e should be final. | 26 | |
| Parameter context should be final. | 26 | |
| 'context' hides a field. | 26 | |
| Missing a Javadoc comment. | 32 | |
| Parameter message should be final. | 32 | |
| Parameter e should be final. | 32 | |
| '{' should be on the previous line. | 33 | |
| Missing a Javadoc comment. | 37 | |
| Parameter message should be final. | 37 | |
| '{' should be on the previous line. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Parameter e should be final. | 42 | |
| '{' should be on the previous line. | 43 | |
| Line has trailing spaces. | 46 | |
| First sentence should end with a period. | 47 | |
| First sentence should end with a period. | 52 | |
| Expected an @return tag. | 56 | |
| Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| '{' should be on the previous line. | 57 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '{' should be on the previous line. | 63 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |