Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
71 0 0 1929

Files

Files Infos Warnings Errors
net/sf/zel/instr/ADD.java 0 0 19
net/sf/zel/instr/ALSC.java 0 0 16
net/sf/zel/instr/AND.java 0 0 15
net/sf/zel/instr/CACHE.java 0 0 16
net/sf/zel/instr/CALL.java 0 0 53
net/sf/zel/instr/COND.java 0 0 17
net/sf/zel/instr/CPOP.java 0 0 14
net/sf/zel/instr/CPUSH.java 0 0 14
net/sf/zel/instr/CTX.java 0 0 16
net/sf/zel/instr/CTXCHG.java 0 0 14
net/sf/zel/instr/CTXG.java 0 0 15
net/sf/zel/instr/DIV.java 0 0 18
net/sf/zel/instr/DUP.java 0 0 13
net/sf/zel/instr/EQ.java 0 0 19
net/sf/zel/instr/ERR.java 0 0 14
net/sf/zel/instr/GE.java 0 0 16
net/sf/zel/instr/GT.java 0 0 16
net/sf/zel/instr/HALT.java 0 0 14
net/sf/zel/instr/IN.java 0 0 20
net/sf/zel/instr/Instruction.java 0 0 10
net/sf/zel/instr/JMP.java 0 0 12
net/sf/zel/instr/LE.java 0 0 16
net/sf/zel/instr/LODR.java 0 0 14
net/sf/zel/instr/LODS.java 0 0 13
net/sf/zel/instr/LODX.java 0 0 17
net/sf/zel/instr/LODXC.java 0 0 16
net/sf/zel/instr/LT.java 0 0 17
net/sf/zel/instr/MOD.java 0 0 16
net/sf/zel/instr/MOV.java 0 0 15
net/sf/zel/instr/MOVX.java 0 0 14
net/sf/zel/instr/MUL.java 0 0 20
net/sf/zel/instr/NEQ.java 0 0 17
net/sf/zel/instr/NOP.java 0 0 16
net/sf/zel/instr/NOT.java 0 0 14
net/sf/zel/instr/OR.java 0 0 14
net/sf/zel/instr/OUT.java 0 0 16
net/sf/zel/instr/POW.java 0 0 16
net/sf/zel/instr/SUB.java 0 0 16
net/sf/zel/instr/XOR.java 0 0 16
net/sf/zel/instr/package.html 0 0 1
net/sf/zel/instr/var/DECODE.java 0 0 20
net/sf/zel/instr/var/EXP.java 0 0 15
net/sf/zel/instr/var/INT.java 0 0 27
net/sf/zel/instr/var/LOG.java 0 0 17
net/sf/zel/instr/var/LOG10.java 0 0 18
net/sf/zel/instr/var/MAX.java 0 0 22
net/sf/zel/instr/var/MIN.java 0 0 17
net/sf/zel/instr/var/NVL.java 0 0 18
net/sf/zel/instr/var/SLEEP.java 0 0 20
net/sf/zel/instr/var/SQRT.java 0 0 17
net/sf/zel/instr/var/package.html 0 0 1
net/sf/zel/vm/CompileContext.java 0 0 36
net/sf/zel/vm/ConstantParsingContext.java 0 0 37
net/sf/zel/vm/EndParamMarker.java 0 0 9
net/sf/zel/vm/ExecutionContext.java 0 0 119
net/sf/zel/vm/Memory.java 0 0 30
net/sf/zel/vm/NullParsingContext.java 0 0 27
net/sf/zel/vm/ParsingContext.java 0 0 21
net/sf/zel/vm/ProcDepContext.java 0 0 58
net/sf/zel/vm/Program.java 0 0 225
net/sf/zel/vm/ProgramBuilder.java 0 0 91
net/sf/zel/vm/ResultCache.java 0 0 9
net/sf/zel/vm/SimpleResultCache.java 0 0 20
net/sf/zel/vm/SimpleStack.java 0 0 160
net/sf/zel/vm/StackedMap.java 0 0 75
net/sf/zel/vm/SynchronizedResultCache.java 0 0 15
net/sf/zel/vm/TmpParsingContext.java 0 0 45
net/sf/zel/vm/Variable.java 0 0 36
net/sf/zel/vm/WildCardMatcher.java 0 0 49
net/sf/zel/vm/ZExecutionException.java 0 0 29
net/sf/zel/vm/package.html 0 0 1

Rules

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

Details

net/sf/zel/instr/ADD.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 22
Errors First sentence should end with a period. 24
Errors Line has trailing spaces. 25
Errors '{' should be on the previous line. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 33
Errors '{' is not preceded with whitespace. 33
Errors '{' is not followed by whitespace. 33
Errors '}' is not preceded with whitespace. 33
Errors Line has trailing spaces. 34
Errors First sentence should end with a period. 35
Errors Parameter context should be final. 41
Errors Expected @throws tag for 'ZExecutionException'. 41
Errors '{' should be on the previous line. 42
Errors '{' should be on the previous line. 47
Errors '{' should be on the previous line. 50
Errors First sentence should end with a period. 55
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 58

net/sf/zel/instr/ALSC.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors First sentence should end with a period. 23
Errors '{' should be on the previous line. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 33
Errors '{' is not preceded with whitespace. 33
Errors '{' is not followed by whitespace. 33
Errors '}' is not preceded with whitespace. 33
Errors Missing a Javadoc comment. 35
Errors Parameter context should be final. 35
Errors '{' should be on the previous line. 36
Errors '{' should be on the previous line. 40
Errors '{' should be on the previous line. 43
Errors First sentence should end with a period. 50
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53

net/sf/zel/instr/AND.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 26
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 29
Errors '{' is not preceded with whitespace. 29
Errors '{' is not followed by whitespace. 29
Errors '}' is not preceded with whitespace. 29
Errors First sentence should end with a period. 31
Errors Parameter context should be final. 36
Errors Expected @throws tag for 'ZExecutionException'. 36
Errors '{' should be on the previous line. 37
Errors First sentence should end with a period. 43
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46

net/sf/zel/instr/CACHE.java

Violation Message Line
Errors '{' should be on the previous line. 19
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 22
Errors '{' is not preceded with whitespace. 22
Errors '{' is not followed by whitespace. 22
Errors '}' is not preceded with whitespace. 22
Errors Missing a Javadoc comment. 24
Errors Parameter context should be final. 25
Errors Line has trailing spaces. 26
Errors '{' should be on the previous line. 26
Errors 'if' construct must use '{}'s. 28
Errors Line is longer than 80 characters. 29
Errors 'while' construct must use '{}'s. 34
Errors ',' is not followed by whitespace. 36
Errors First sentence should end with a period. 39
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42

net/sf/zel/instr/CALL.java

Violation Message Line
Errors Unused import - java.util.concurrent.Future. 9
Errors Unused import - java.util.logging.Level. 10
Errors Unused import - java.util.logging.Logger. 11
Errors '{' should be on the previous line. 23
Errors Missing a Javadoc comment. 24
Errors Missing a Javadoc comment. 26
Errors '{' is not preceded with whitespace. 26
Errors '{' is not followed by whitespace. 26
Errors '}' is not preceded with whitespace. 26
Errors Missing a Javadoc comment. 28
Errors Parameter context should be final. 29
Errors '{' should be on the previous line. 30
Errors '=' is not preceded with whitespace. 32
Errors Comment matches to-do format 'TODO:'. 33
Errors Line is longer than 80 characters. 33
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors '>' is not followed by whitespace. 34
Errors 'while' construct must use '{}'s. 35
Errors 'for' construct must use '{}'s. 37
Errors '=' is not preceded with whitespace. 37
Errors '=' is not followed by whitespace. 37
Errors '-' is not preceded with whitespace. 37
Errors '-' is not followed by whitespace. 37
Errors '>=' is not preceded with whitespace. 37
Errors '>=' is not followed by whitespace. 37
Errors ';' is preceded with whitespace. 37
Errors switch without "default" clause. 39
Errors '{' should be on the previous line. 40
Errors 'for' construct must use '{}'s. 44
Errors '=' is not preceded with whitespace. 44
Errors '=' is not followed by whitespace. 44
Errors '-' is not preceded with whitespace. 44
Errors '-' is not followed by whitespace. 44
Errors '>=' is not preceded with whitespace. 44
Errors '>=' is not followed by whitespace. 44
Errors ';' is preceded with whitespace. 44
Errors Line has trailing spaces. 49
Errors '{' should be on the previous line. 49
Errors Line is longer than 80 characters. 50
Errors '}' should be on the same line. 51
Errors 'else' construct must use '{}'s. 52
Errors Line has trailing spaces. 57
Errors Line is longer than 80 characters. 64
Errors Missing a Javadoc comment. 64
Errors Parameter nctx should be final. 64
Errors Parameter calingCtx should be final. 64
Errors First sentence should end with a period. 72
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 75

net/sf/zel/instr/COND.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors Missing a Javadoc comment. 33
Errors Parameter context should be final. 33
Errors '{' should be on the previous line. 34
Errors '{' should be on the previous line. 39
Errors '=' is not preceded with whitespace. 40
Errors '=' is not followed by whitespace. 40
Errors '{' should be on the previous line. 42
Errors First sentence should end with a period. 46
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49

net/sf/zel/instr/CPOP.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors Missing a Javadoc comment. 23
Errors '{' should be on the previous line. 24
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 27
Errors '{' is not preceded with whitespace. 27
Errors '{' is not followed by whitespace. 27
Errors '}' is not preceded with whitespace. 27
Errors Missing a Javadoc comment. 29
Errors Parameter context should be final. 29
Errors '{' should be on the previous line. 30
Errors First sentence should end with a period. 34
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37

net/sf/zel/instr/CPUSH.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors First sentence should end with a period. 23
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors First sentence should end with a period. 33
Errors Parameter context should be final. 37
Errors '{' should be on the previous line. 38
Errors First sentence should end with a period. 42
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45

net/sf/zel/instr/CTX.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors Using the '.*' form of import should be avoided - java.util.*. 22
Errors First sentence should end with a period. 24
Errors '{' should be on the previous line. 29
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 32
Errors '{' is not preceded with whitespace. 32
Errors '{' is not followed by whitespace. 32
Errors '}' is not preceded with whitespace. 32
Errors First sentence should end with a period. 34
Errors Parameter context should be final. 39
Errors Expected @throws tag for 'ZExecutionException'. 39
Errors '{' should be on the previous line. 40
Errors First sentence should end with a period. 44
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47

net/sf/zel/instr/CTXCHG.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors First sentence should end with a period. 23
Errors '{' should be on the previous line. 29
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 32
Errors '{' is not preceded with whitespace. 32
Errors '{' is not followed by whitespace. 32
Errors '}' is not preceded with whitespace. 32
Errors First sentence should end with a period. 34
Errors Parameter context should be final. 39
Errors '{' should be on the previous line. 40
Errors First sentence should end with a period. 46
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49

net/sf/zel/instr/CTXG.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors First sentence should end with a period. 23
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors Line has trailing spaces. 32
Errors First sentence should end with a period. 33
Errors Parameter context should be final. 38
Errors '{' should be on the previous line. 39
Errors First sentence should end with a period. 43
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46

net/sf/zel/instr/DIV.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 22
Errors Missing a Javadoc comment. 24
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors '{' is not preceded with whitespace. 28
Errors '{' is not followed by whitespace. 28
Errors '}' is not preceded with whitespace. 28
Errors Line has trailing spaces. 29
Errors First sentence should end with a period. 30
Errors Parameter context should be final. 36
Errors '{' should be on the previous line. 37
Errors '{' should be on the previous line. 42
Errors '{' should be on the previous line. 45
Errors First sentence should end with a period. 50
Errors Line has trailing spaces. 52
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53

net/sf/zel/instr/DUP.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors First sentence should end with a period. 33
Errors Parameter context should be final. 38
Errors '{' should be on the previous line. 39
Errors First sentence should end with a period. 43
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46

net/sf/zel/instr/EQ.java

Violation Message Line
Errors File does not end with a newline. 0
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors Missing a Javadoc comment. 33
Errors Parameter context should be final. 33
Errors '{' should be on the previous line. 34
Errors 'cast' is not followed by whitespace. 35
Errors 'cast' is not followed by whitespace. 36
Errors 'if' construct must use '{}'s. 37
Errors '(' is followed by whitespace. 38
Errors ')' is preceded with whitespace. 38
Errors 'if' construct must use '{}'s. 39
Errors 'else' construct must use '{}'s. 41
Errors First sentence should end with a period. 45
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48

net/sf/zel/instr/ERR.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors Line has trailing spaces. 32
Errors Missing a Javadoc comment. 33
Errors Parameter context should be final. 33
Errors '{' should be on the previous line. 34
Errors First sentence should end with a period. 38
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41

net/sf/zel/instr/GE.java

Violation Message Line
Errors File does not end with a newline. 0
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors Missing a Javadoc comment. 33
Errors Parameter context should be final. 33
Errors '{' should be on the previous line. 34
Errors Line is longer than 80 characters. 35
Errors '(' is followed by whitespace. 35
Errors 'cast' is not followed by whitespace. 35
Errors ')' is preceded with whitespace. 35
Errors First sentence should end with a period. 38
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41

net/sf/zel/instr/GT.java

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

net/sf/zel/instr/HALT.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors First sentence should end with a period. 33
Errors Parameter context should be final. 38
Errors Expected @throws tag for 'ZExecutionException'. 38
Errors '{' should be on the previous line. 39
Errors First sentence should end with a period. 42
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45

net/sf/zel/instr/IN.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors '{' should be on the previous line. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors '{' is not preceded with whitespace. 34
Errors '{' is not followed by whitespace. 34
Errors '}' is not preceded with whitespace. 34
Errors Missing a Javadoc comment. 36
Errors Parameter context should be final. 36
Errors '{' should be on the previous line. 37
Errors '{' should be on the previous line. 40
Errors '{' should be on the previous line. 45
Errors Line is longer than 80 characters. 46
Errors '{' should be on the previous line. 48
Errors Line is longer than 80 characters. 49
Errors First sentence should end with a period. 52
Errors Line has trailing spaces. 54
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 55
Errors Line has trailing spaces. 56

net/sf/zel/instr/Instruction.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 22
Errors First sentence should end with a period. 24
Errors '{' should be on the previous line. 30
Errors First sentence should end with a period. 32
Errors Line is longer than 80 characters. 37
Errors Expected @throws tag for 'ZExecutionException'. 37
Errors Line has trailing spaces. 38
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 44
Errors '{' should be on the previous line. 46

net/sf/zel/instr/JMP.java

Violation Message Line
Errors Missing a Javadoc comment. 6
Errors '{' should be on the previous line. 7
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 11
Errors '{' is not preceded with whitespace. 11
Errors '{' is not followed by whitespace. 11
Errors '}' is not preceded with whitespace. 11
Errors Missing a Javadoc comment. 13
Errors Parameter context should be final. 13
Errors '{' should be on the previous line. 14
Errors First sentence should end with a period. 19
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22

net/sf/zel/instr/LE.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 22
Errors '{' should be on the previous line. 29
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 32
Errors Parameter context should be final. 32
Errors '{' should be on the previous line. 33
Errors Line is longer than 80 characters. 34
Errors '(' is followed by whitespace. 34
Errors 'cast' is not followed by whitespace. 34
Errors ')' is preceded with whitespace. 34
Errors Line has trailing spaces. 37
Errors First sentence should end with a period. 38
Errors Line has trailing spaces. 40
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
Errors Line has trailing spaces. 42

net/sf/zel/instr/LODR.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors Missing a Javadoc comment. 24
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors '{' is not preceded with whitespace. 28
Errors '{' is not followed by whitespace. 28
Errors '}' is not preceded with whitespace. 28
Errors Missing a Javadoc comment. 30
Errors Parameter context should be final. 30
Errors '{' should be on the previous line. 31
Errors First sentence should end with a period. 35
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38

net/sf/zel/instr/LODS.java

Violation Message Line
Errors First sentence should end with a period. 6
Errors Line is longer than 80 characters. 7
Errors '{' should be on the previous line. 11
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 14
Errors '{' is not preceded with whitespace. 14
Errors '{' is not followed by whitespace. 14
Errors '}' is not preceded with whitespace. 14
Errors Missing a Javadoc comment. 16
Errors Parameter context should be final. 16
Errors '{' should be on the previous line. 17
Errors First sentence should end with a period. 22
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25

net/sf/zel/instr/LODX.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors '{' should be on the previous line. 27
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 30
Errors '{' is not preceded with whitespace. 30
Errors '{' is not followed by whitespace. 30
Errors '}' is not preceded with whitespace. 30
Errors First sentence should end with a period. 32
Errors Parameter context should be final. 37
Errors Expected @throws tag for 'ZExecutionException'. 37
Errors '{' should be on the previous line. 38
Errors '{' should be on the previous line. 40
Errors '{' should be on the previous line. 44
Errors Line is longer than 80 characters. 45
Errors First sentence should end with a period. 49
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 52

net/sf/zel/instr/LODXC.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors Missing a Javadoc comment. 24
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors '{' is not preceded with whitespace. 28
Errors '{' is not followed by whitespace. 28
Errors '}' is not preceded with whitespace. 28
Errors Missing a Javadoc comment. 30
Errors Parameter context should be final. 31
Errors '{' should be on the previous line. 32
Errors '{' should be on the previous line. 36
Errors '{' should be on the previous line. 39
Errors First sentence should end with a period. 46
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49

net/sf/zel/instr/LT.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors Missing a Javadoc comment. 33
Errors Parameter context should be final. 33
Errors '{' should be on the previous line. 34
Errors Line is longer than 80 characters. 35
Errors '(' is followed by whitespace. 35
Errors 'cast' is not followed by whitespace. 35
Errors ')' is preceded with whitespace. 35
Errors First sentence should end with a period. 38
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41

net/sf/zel/instr/MOD.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 22
Errors Missing a Javadoc comment. 24
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors '{' is not preceded with whitespace. 28
Errors '{' is not followed by whitespace. 28
Errors '}' is not preceded with whitespace. 28
Errors First sentence should end with a period. 30
Errors Parameter context should be final. 37
Errors '{' should be on the previous line. 38
Errors '{' should be on the previous line. 43
Errors '{' should be on the previous line. 46
Errors First sentence should end with a period. 51
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 54

net/sf/zel/instr/MOV.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 26
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 29
Errors '{' is not preceded with whitespace. 29
Errors '{' is not followed by whitespace. 29
Errors '}' is not preceded with whitespace. 29
Errors Line is longer than 80 characters. 31
Errors Missing a Javadoc comment. 31
Errors Parameter context should be final. 31
Errors Line is longer than 80 characters. 33
Errors First sentence should end with a period. 36
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39

net/sf/zel/instr/MOVX.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors Missing a Javadoc comment. 24
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors '{' is not preceded with whitespace. 28
Errors '{' is not followed by whitespace. 28
Errors '}' is not preceded with whitespace. 28
Errors Missing a Javadoc comment. 30
Errors Parameter context should be final. 30
Errors '{' should be on the previous line. 31
Errors First sentence should end with a period. 36
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39

net/sf/zel/instr/MUL.java

Violation Message Line
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 22
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 26
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 29
Errors '{' is not preceded with whitespace. 29
Errors '{' is not followed by whitespace. 29
Errors '}' is not preceded with whitespace. 29
Errors First sentence should end with a period. 31
Errors Parameter context should be final. 38
Errors Expected @param tag for 'context'. 38
Errors Expected @throws tag for 'ZExecutionException'. 38
Errors '{' should be on the previous line. 39
Errors 'if' construct must use '{}'s. 42
Errors Line has trailing spaces. 42
Errors 'else' construct must use '{}'s. 44
Errors Line has trailing spaces. 46
Errors First sentence should end with a period. 49
Errors Line has trailing spaces. 51
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 52

net/sf/zel/instr/NEQ.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 20
Errors '{' should be on the previous line. 27
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 30
Errors '{' is not preceded with whitespace. 30
Errors '{' is not followed by whitespace. 30
Errors '}' is not preceded with whitespace. 30
Errors Missing a Javadoc comment. 32
Errors Parameter context should be final. 32
Errors '{' should be on the previous line. 33
Errors 'if' construct must use '{}'s. 36
Errors 'if' construct must use '{}'s. 38
Errors ')' is preceded with whitespace. 38
Errors 'else' construct must use '{}'s. 40
Errors First sentence should end with a period. 44
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47

net/sf/zel/instr/NOP.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors Missing a Javadoc comment. 23
Errors '{' should be on the previous line. 24
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 27
Errors '{' is not preceded with whitespace. 27
Errors '{' is not followed by whitespace. 27
Errors '}' is not preceded with whitespace. 27
Errors First sentence should end with a period. 29
Errors Parameter context should be final. 32
Errors Expected @param tag for 'context'. 32
Errors Expected @throws tag for 'ZExecutionException'. 32
Errors '{' should be on the previous line. 33
Errors First sentence should end with a period. 36
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 39

net/sf/zel/instr/NOT.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors Missing a Javadoc comment. 33
Errors Parameter context should be final. 33
Errors '{' should be on the previous line. 34
Errors Line is longer than 80 characters. 35
Errors First sentence should end with a period. 38
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41

net/sf/zel/instr/OR.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 26
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 29
Errors '{' is not preceded with whitespace. 29
Errors '{' is not followed by whitespace. 29
Errors '}' is not preceded with whitespace. 29
Errors Missing a Javadoc comment. 31
Errors Parameter context should be final. 31
Errors '{' should be on the previous line. 32
Errors First sentence should end with a period. 38
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41

net/sf/zel/instr/OUT.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 21
Errors Missing a Javadoc comment. 24
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors '{' is not preceded with whitespace. 28
Errors '{' is not followed by whitespace. 28
Errors '}' is not preceded with whitespace. 28
Errors Missing a Javadoc comment. 30
Errors Parameter context should be final. 30
Errors '{' should be on the previous line. 31
Errors 'if' construct must use '{}'s. 32
Errors 'else' construct must use '{}'s. 34
Errors First sentence should end with a period. 38
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41

net/sf/zel/instr/POW.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 23
Errors Missing a Javadoc comment. 26
Errors '{' should be on the previous line. 27
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 30
Errors '{' is not preceded with whitespace. 30
Errors '{' is not followed by whitespace. 30
Errors '}' is not preceded with whitespace. 30
Errors Missing a Javadoc comment. 32
Errors Parameter context should be final. 32
Errors '{' should be on the previous line. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 35
Errors First sentence should end with a period. 39
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42

net/sf/zel/instr/SUB.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 22
Errors Missing a Javadoc comment. 24
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors '{' is not preceded with whitespace. 28
Errors '{' is not followed by whitespace. 28
Errors '}' is not preceded with whitespace. 28
Errors Missing a Javadoc comment. 30
Errors Parameter context should be final. 30
Errors '{' should be on the previous line. 31
Errors '{' should be on the previous line. 36
Errors '{' should be on the previous line. 39
Errors First sentence should end with a period. 44
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 47

net/sf/zel/instr/XOR.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 18
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 23
Errors Line has trailing spaces. 27
Errors '{' should be on the previous line. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors '{' is not preceded with whitespace. 34
Errors '{' is not followed by whitespace. 34
Errors '}' is not preceded with whitespace. 34
Errors Missing a Javadoc comment. 36
Errors Parameter context should be final. 36
Errors '{' should be on the previous line. 37
Errors Line is longer than 80 characters. 38
Errors First sentence should end with a period. 41
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 44

net/sf/zel/instr/package.html

Violation Message Line
Errors Missing package documentation file. 0

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 22
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 23
Errors Class DECODE should be declared as final. 30
Errors '{' should be on the previous line. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors '{' is not preceded with whitespace. 34
Errors '{' is not followed by whitespace. 34
Errors '}' is not preceded with whitespace. 34
Errors Missing a Javadoc comment. 36
Errors Parameter context should be final. 36
Errors '{' should be on the previous line. 37
Errors Line is longer than 80 characters. 42
Errors Inner assignments should be avoided. 42
Errors '{' should be on the previous line. 49
Errors '{' should be on the previous line. 52
Errors '{' should be on the previous line. 56
Errors First sentence should end with a period. 64
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 67

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 21
Errors Class EXP should be declared as final. 30
Errors '{' should be on the previous line. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors '{' is not preceded with whitespace. 34
Errors '{' is not followed by whitespace. 34
Errors '}' is not preceded with whitespace. 34
Errors Missing a Javadoc comment. 36
Errors Parameter context should be final. 36
Errors '{' should be on the previous line. 37
Errors Line is longer than 80 characters. 38
Errors First sentence should end with a period. 43
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 46

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 21
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 28
Errors Class INT should be declared as final. 34
Errors '{' should be on the previous line. 35
Errors First sentence should end with a period. 37
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 46
Errors '{' is not preceded with whitespace. 46
Errors '{' is not followed by whitespace. 46
Errors '}' is not preceded with whitespace. 46
Errors First sentence should end with a period. 48
Errors Line is longer than 80 characters. 54
Errors Parameter context should be final. 54
Errors Expected @throws tag for 'ZExecutionException'. 54
Errors 'if' construct must use '{}'s. 58
Errors ')' is preceded with whitespace. 58
Errors '{' should be on the previous line. 61
Errors 'if' construct must use '{}'s. 62
Errors Line is longer than 80 characters. 62
Errors 'cast' is not followed by whitespace. 62
Errors 'if' construct must use '{}'s. 64
Errors Line is longer than 80 characters. 64
Errors 'cast' is not followed by whitespace. 64
Errors 'else' construct must use '{}'s. 66
Errors Line is longer than 80 characters. 67

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 21
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 24
Errors Class LOG should be declared as final. 26
Errors Missing a Javadoc comment. 26
Errors '{' should be on the previous line. 27
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 30
Errors '{' is not preceded with whitespace. 30
Errors '{' is not followed by whitespace. 30
Errors '}' is not preceded with whitespace. 30
Errors Line is longer than 80 characters. 32
Errors Missing a Javadoc comment. 32
Errors Parameter context should be final. 32
Errors Line is longer than 80 characters. 34
Errors First sentence should end with a period. 39
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 22
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 25
Errors Class LOG10 should be declared as final. 29
Errors Missing a Javadoc comment. 29
Errors '{' should be on the previous line. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 33
Errors '{' is not preceded with whitespace. 33
Errors '{' is not followed by whitespace. 33
Errors '}' is not preceded with whitespace. 33
Errors Line is longer than 80 characters. 35
Errors Missing a Javadoc comment. 35
Errors Parameter context should be final. 35
Errors Line is longer than 80 characters. 37
Errors '10' is a magic number. 39
Errors First sentence should end with a period. 42
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 21
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 23
Errors Class MAX should be declared as final. 27
Errors Missing a Javadoc comment. 27
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors Line is longer than 80 characters. 33
Errors Missing a Javadoc comment. 33
Errors Parameter context should be final. 33
Errors '(' is followed by whitespace. 39
Errors '<' is not followed by whitespace. 39
Errors '{' should be on the previous line. 40
Errors First sentence should end with a period. 47
Errors Line has trailing spaces. 49
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
Errors Line has trailing spaces. 51
Errors Line has trailing spaces. 52

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 21
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 23
Errors Class MIN should be declared as final. 27
Errors Missing a Javadoc comment. 27
Errors '{' should be on the previous line. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors '{' is not preceded with whitespace. 31
Errors '{' is not followed by whitespace. 31
Errors '}' is not preceded with whitespace. 31
Errors Line is longer than 80 characters. 33
Errors Missing a Javadoc comment. 33
Errors Parameter context should be final. 33
Errors '{' should be on the previous line. 40
Errors First sentence should end with a period. 47
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 21
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 22
Errors Class NVL should be declared as final. 25
Errors Missing a Javadoc comment. 25
Errors '{' should be on the previous line. 26
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 29
Errors '{' is not preceded with whitespace. 29
Errors '{' is not followed by whitespace. 29
Errors '}' is not preceded with whitespace. 29
Errors Line is longer than 80 characters. 31
Errors Missing a Javadoc comment. 31
Errors Parameter context should be final. 31
Errors '{' should be on the previous line. 37
Errors '{' should be on the previous line. 40
Errors First sentence should end with a period. 45
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Unused import - java.util.logging.Level. 21
Errors Unused import - java.util.logging.Logger. 22
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 23
Errors Unused import - net.sf.zel.nr.OperableDouble. 24
Errors Class SLEEP should be declared as final. 33
Errors '{' should be on the previous line. 34
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 37
Errors '{' is not preceded with whitespace. 37
Errors '{' is not followed by whitespace. 37
Errors '}' is not preceded with whitespace. 37
Errors Line is longer than 80 characters. 39
Errors Missing a Javadoc comment. 39
Errors Parameter context should be final. 39
Errors '{' should be on the previous line. 42
Errors Line is longer than 80 characters. 43
Errors '{' should be on the previous line. 48
Errors First sentence should end with a period. 52
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 55

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

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - net.sf.zel.instr.*. 21
Errors Using the '.*' form of import should be avoided - net.sf.zel.vm.*. 24
Errors Class SQRT should be declared as final. 30
Errors '{' should be on the previous line. 31
Errors First sentence should end with a period. 33
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 36
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 40
Errors '{' is not preceded with whitespace. 40
Errors '{' is not followed by whitespace. 40
Errors '}' is not preceded with whitespace. 40
Errors First sentence should end with a period. 42
Errors Line is longer than 80 characters. 48
Errors Parameter context should be final. 48
Errors Expected @throws tag for 'ZExecutionException'. 48
Errors Line is longer than 80 characters. 50

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

Violation Message Line
Errors Missing package documentation file. 0

net/sf/zel/vm/CompileContext.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 24
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 29
Errors '{' should be on the previous line. 30
Errors Line has trailing spaces. 33
Errors Missing a Javadoc comment. 34
Errors Parameter args should be final. 36
Errors '{' should be on the previous line. 37
Errors 'if' construct must use '{}'s. 38
Errors 'else' construct must use '{}'s. 40
Errors Line has trailing spaces. 40
Errors Missing a Javadoc comment. 44
Errors Parameter address should be final. 45
Errors Parameter args should be final. 45
Errors '{' should be on the previous line. 46
Errors 'if' construct must use '{}'s. 47
Errors 'else' construct must use '{}'s. 49
Errors Missing a Javadoc comment. 55
Errors Parameter parsingContext should be final. 56
Errors '{' should be on the previous line. 57
Errors Missing a Javadoc comment. 63
Errors '{' should be on the previous line. 64
Errors First sentence should end with a period. 68
Errors Parameter obj should be final. 73
Errors '{' should be on the previous line. 74
Errors First sentence should end with a period. 77
Errors '{' should be on the previous line. 83
Errors First sentence should end with a period. 87
Errors Unused @param tag for 'code'. 89
Errors Line has trailing spaces. 90
Errors Expected an @return tag. 92
Errors '{' should be on the previous line. 94
Errors Missing a Javadoc comment. 98
Errors '{' should be on the previous line. 100

net/sf/zel/vm/ConstantParsingContext.java

Violation Message Line
Errors '{' should be on the previous line. 16
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 20
Errors Variable 'mc' must be private and have accessor methods. 20
Errors Missing a Javadoc comment. 22
Errors Parameter mc should be final. 22
Errors 'mc' hides a field. 22
Errors '{' should be on the previous line. 23
Errors Missing a Javadoc comment. 28
Errors Parameter args should be final. 29
Errors '{' should be on the previous line. 30
Errors 'for' construct must use '{}'s. 31
Errors 'if' construct must use '{}'s. 32
Errors '=' is not preceded with whitespace. 33
Errors '=' is not followed by whitespace. 33
Errors First sentence should end with a period. 37
Errors Expected an @return tag. 41
Errors '{' should be on the previous line. 43
Errors Missing a Javadoc comment. 48
Errors Parameter obj should be final. 49
Errors 'obj' hides a field. 49
Errors '{' should be on the previous line. 50
Errors Missing a Javadoc comment. 54
Errors '{' should be on the previous line. 56
Errors Missing a Javadoc comment. 60
Errors Parameter parsingContext should be final. 61
Errors '{' should be on the previous line. 62
Errors Missing a Javadoc comment. 66
Errors '{' should be on the previous line. 68
Errors Missing a Javadoc comment. 72
Errors '{' should be on the previous line. 73
Errors Missing a Javadoc comment. 77
Errors '{' should be on the previous line. 79
Errors Missing a Javadoc comment. 83
Errors Parameter address should be final. 84
Errors Parameter args should be final. 84
Errors '{' should be on the previous line. 85

net/sf/zel/vm/EndParamMarker.java

Violation Message Line
Errors Class EndParamMarker should be declared as final. 20
Errors Missing a Javadoc comment. 20
Errors '{' should be on the previous line. 21
Errors Missing a Javadoc comment. 23
Errors '{' should be on the previous line. 24
Errors Missing a Javadoc comment. 26
Errors Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
Errors Missing a Javadoc comment. 28
Errors '{' should be on the previous line. 30

net/sf/zel/vm/ExecutionContext.java

Violation Message Line
Errors File does not end with a newline. 0
Errors First sentence should end with a period. 29
Errors Line has trailing spaces. 31
Errors '{' should be on the previous line. 36
Errors Missing a Javadoc comment. 38
Errors Variable 'execService' must be private and have accessor methods. 38
Errors Missing a Javadoc comment. 40
Errors Variable 'resultCache' must be private and have accessor methods. 40
Errors First sentence should end with a period. 42
Errors Variable 'heap' must be private and have accessor methods. 45
Errors First sentence should end with a period. 47
Errors Variable 'memContext' must be private and have accessor methods. 50
Errors First sentence should end with a period. 52
Errors Variable 'code' must be private and have accessor methods. 55
Errors Line has trailing spaces. 56
Errors First sentence should end with a period. 57
Errors Variable 'ip' must be private and have accessor methods. 60
Errors Line has trailing spaces. 61
Errors First sentence should end with a period. 62
Errors Variable 'terminated' must be private and have accessor methods. 65
Errors Line has trailing spaces. 66
Errors First sentence should end with a period. 67
Errors Variable 'stack' must be private and have accessor methods. 70
Errors Line has trailing spaces. 71
Errors First sentence should end with a period. 72
Errors Variable 'memContextStack' must be private and have accessor methods. 75
Errors '32' is a magic number. 75
Errors Line has trailing spaces. 76
Errors First sentence should end with a period. 77
Errors Variable 'in' must be private and have accessor methods. 80
Errors Line has trailing spaces. 81
Errors First sentence should end with a period. 82
Errors Variable 'out' must be private and have accessor methods. 85
Errors Line has trailing spaces. 86
Errors First sentence should end with a period. 87
Errors Variable 'err' must be private and have accessor methods. 90
Errors First sentence should end with a period. 93
Errors Variable 'parent' must be private and have accessor methods. 96
Errors First sentence should end with a period. 99
Errors '{' should be on the previous line. 103
Errors First sentence should end with a period. 109
Errors Line is longer than 80 characters. 115
Errors Parameter program should be final. 115
Errors Parameter heap should be final. 115
Errors 'heap' hides a field. 115
Errors Parameter execService should be final. 115
Errors 'execService' hides a field. 115
Errors Expected @param tag for 'execService'. 115
Errors '=' is not preceded with whitespace. 121
Errors Missing a Javadoc comment. 126
Errors '{' should be on the previous line. 127
Errors '32' is a magic number. 128
Errors '{' should be on the previous line. 130
Errors '32' is a magic number. 131
Errors '}' should be on the same line. 133
Errors '{' should be on the previous line. 135
Errors First sentence should end with a period. 141
Errors Line is longer than 80 characters. 142
Errors Line has trailing spaces. 147
Errors Line is longer than 80 characters. 149
Errors Parameter program should be final. 149
Errors Expected @param tag for 'program'. 149
Errors Parameter heap should be final. 149
Errors 'heap' hides a field. 149
Errors Expected @param tag for 'heap'. 149
Errors Parameter in should be final. 149
Errors 'in' hides a field. 149
Errors Expected @param tag for 'in'. 149
Errors Parameter out should be final. 149
Errors 'out' hides a field. 149
Errors Expected @param tag for 'out'. 149
Errors Parameter err should be final. 149
Errors 'err' hides a field. 149
Errors Expected @param tag for 'err'. 149
Errors Parameter execService should be final. 149
Errors 'execService' hides a field. 149
Errors Expected @param tag for 'execService'. 149
Errors '=' is not preceded with whitespace. 157
Errors First sentence should end with a period. 161
Errors Method 'popSyncStackVal' is not designed for extension - needs to be abstract, final or empty. 166
Errors '{' should be on the previous line. 167
Errors 'if' construct must use '{}'s. 169
Errors '<' is not preceded with whitespace. 169
Errors '<' is not followed by whitespace. 169
Errors '?' is not preceded with whitespace. 169
Errors '>' is not preceded with whitespace. 169
Errors '?' is not followed by whitespace. 169
Errors '>' is not followed by whitespace. 169
Errors '{' should be on the previous line. 171
Errors '<' is not preceded with whitespace. 172
Errors '<' is not followed by whitespace. 172
Errors '>' is not preceded with whitespace. 172
Errors '>' is not followed by whitespace. 172
Errors '{' should be on the previous line. 174
Errors 'else' construct must use '{}'s. 177
Errors Line has trailing spaces. 182
Errors Method 'getSubProgramContext' is not designed for extension - needs to be abstract, final or empty. 182
Errors Missing a Javadoc comment. 182
Errors Parameter program should be final. 182
Errors '{' should be on the previous line. 183
Errors '{' should be on the previous line. 186
Errors '{' should be on the previous line. 189
Errors Line is longer than 80 characters. 190
Errors Line has trailing spaces. 193
Errors '=' is not followed by whitespace. 193
Errors Line has trailing spaces. 194
Errors '32' is a magic number. 194
Errors Method 'newMem' is not designed for extension - needs to be abstract, final or empty. 200
Errors Missing a Javadoc comment. 200
Errors '{' should be on the previous line. 201
Errors '{' should be on the previous line. 203
Errors '{' should be on the previous line. 206
Errors '{' should be on the previous line. 209
Errors First sentence should end with a period. 214
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 218
Errors '{' should be on the previous line. 220
Errors Line has trailing spaces. 225
Errors Line has trailing spaces. 227
Errors 'if' construct must use '{}'s. 231

net/sf/zel/vm/Memory.java

Violation Message Line
Errors File does not end with a newline. 0
Errors '{' should be on the previous line. 29
Errors First sentence should end with a period. 30
Errors Expected an @return tag. 33
Errors Line is longer than 80 characters. 33
Errors Expected @param tag for 'name'. 33
Errors Expected @throws tag for 'ParseException'. 33
Errors Expected @throws tag for 'ZExecutionException'. 33
Errors First sentence should end with a period. 38
Errors Line is longer than 80 characters. 44
Errors Expected @param tag for 'mc'. 44
Errors Expected @throws tag for 'ParseException'. 44
Errors Expected @throws tag for 'ZExecutionException'. 44
Errors Line is longer than 80 characters. 49
Errors Missing a Javadoc comment. 49
Errors Line is longer than 80 characters. 51
Errors First sentence should end with a period. 53
Errors Line is longer than 80 characters. 59
Errors Expected @throws tag for 'ParseException'. 59
Errors Expected @throws tag for 'ZExecutionException'. 59
Errors First sentence should end with a period. 66
Errors Expected an @return tag. 69
Errors '{' should be on the previous line. 70
Errors First sentence should end with a period. 74
Errors Expected an @return tag. 77
Errors Expected @param tag for 'maxLevel'. 77
Errors '{' should be on the previous line. 78
Errors First sentence should end with a period. 82
Errors Expected an @return tag. 85
Errors '{' should be on the previous line. 87

net/sf/zel/vm/NullParsingContext.java

Violation Message Line
Errors '{' should be on the previous line. 15
Errors Missing a Javadoc comment. 17
Errors '{' should be on the previous line. 18
Errors Missing a Javadoc comment. 21
Errors Parameter args should be final. 22
Errors '{' should be on the previous line. 23
Errors First sentence should end with a period. 26
Errors Expected an @return tag. 30
Errors '{' should be on the previous line. 32
Errors Missing a Javadoc comment. 37
Errors Parameter obj should be final. 38
Errors '{' should be on the previous line. 39
Errors Missing a Javadoc comment. 42
Errors '{' should be on the previous line. 44
Errors Missing a Javadoc comment. 48
Errors Parameter parsingContext should be final. 49
Errors '{' should be on the previous line. 50
Errors Missing a Javadoc comment. 53
Errors '{' should be on the previous line. 55
Errors Missing a Javadoc comment. 59
Errors Variable 'instance' must be private and have accessor methods. 59
Errors Missing a Javadoc comment. 61
Errors '{' should be on the previous line. 63
Errors Missing a Javadoc comment. 67
Errors Parameter address should be final. 68
Errors Parameter args should be final. 68
Errors '{' should be on the previous line. 69

net/sf/zel/vm/ParsingContext.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 23
Errors '{' should be on the previous line. 24
Errors First sentence should end with a period. 26
Errors Unused @param tag for 'instr'. 29
Errors Unused @param tag for 'arg'. 30
Errors Expected @param tag for 'args'. 32
Errors First sentence should end with a period. 34
Errors Expected @param tag for 'address'. 39
Errors Expected @param tag for 'args'. 39
Errors First sentence should end with a period. 41
Errors Unused @param tag for 'code'. 43
Errors Expected @param tag for 'parsingContext'. 45
Errors First sentence should end with a period. 47
Errors Expected an @return tag. 51
Errors First sentence should end with a period. 53
Errors First sentence should end with a period. 59
Errors First sentence should end with a period. 65
Errors Expected an @return tag. 69
Errors Missing a Javadoc comment. 73
Errors Line has trailing spaces. 74

net/sf/zel/vm/ProcDepContext.java

Violation Message Line
Errors Missing a Javadoc comment. 22
Errors '{' should be on the previous line. 24
Errors First sentence should end with a period. 26
Errors Line is longer than 80 characters. 29
Errors '<' is not preceded with whitespace. 29
Errors '<' is not followed by whitespace. 29
Errors '>' is not preceded with whitespace. 29
Errors '<' is not preceded with whitespace. 29
Errors '<' is not followed by whitespace. 29
Errors '>' is not preceded with whitespace. 29
Errors '>' is not followed by whitespace. 29
Errors Missing a Javadoc comment. 31
Errors '{' should be on the previous line. 32
Errors First sentence should end with a period. 35
Errors Unused @param tag for 'instr'. 38
Errors Unused @param tag for 'arg'. 39
Errors 'public' modifier out of order with the JLS suggestions. 42
Errors Parameter args should be final. 42
Errors Expected @param tag for 'args'. 42
Errors '{' should be on the previous line. 43
Errors First sentence should end with a period. 45
Errors Expected an @return tag. 49
Errors Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. 49
Errors '{' should be on the previous line. 51
Errors First sentence should end with a period. 56
Errors 'public' modifier out of order with the JLS suggestions. 61
Errors Parameter obj should be final. 61
Errors '{' should be on the previous line. 62
Errors '{' should be on the previous line. 64
Errors '{' should be on the previous line. 67
Errors ';' is preceded with whitespace. 71
Errors First sentence should end with a period. 73
Errors Expected an @return tag. 77
Errors 'public' modifier out of order with the JLS suggestions. 77
Errors '<' is not preceded with whitespace. 77
Errors '<' is not followed by whitespace. 77
Errors '>' is not preceded with whitespace. 77
Errors '{' should be on the previous line. 78
Errors First sentence should end with a period. 82
Errors 'public' modifier out of order with the JLS suggestions. 87
Errors '{' should be on the previous line. 88
Errors Line is longer than 80 characters. 89
Errors First sentence should end with a period. 92
Errors Unused @param tag for 'code'. 94
Errors 'public' modifier out of order with the JLS suggestions. 97
Errors Parameter parsingContext should be final. 97
Errors Expected @param tag for 'parsingContext'. 97
Errors '{' should be on the previous line. 98
Errors Method 'createSubContext' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors '{' should be on the previous line. 103
Errors Method 'getMathContext' is not designed for extension - needs to be abstract, final or empty. 107
Errors Missing a Javadoc comment. 107
Errors '{' should be on the previous line. 109
Errors Missing a Javadoc comment. 113
Errors Parameter address should be final. 114
Errors Parameter args should be final. 114
Errors '{' should be on the previous line. 115

net/sf/zel/vm/Program.java

Violation Message Line
Errors First sentence should end with a period. 43
Errors Line is longer than 80 characters. 48
Errors '{' should be on the previous line. 52
Errors Missing a Javadoc comment. 54
Errors '{' should be on the previous line. 55
Errors Missing a Javadoc comment. 57
Errors Missing a Javadoc comment. 57
Errors Missing a Javadoc comment. 59
Errors Missing a Javadoc comment. 60
Errors Missing a Javadoc comment. 61
Errors Missing a Javadoc comment. 62
Errors Missing a Javadoc comment. 63
Errors Expected @param tag for 'objs'. 69
Errors Expected @param tag for 'start'. 69
Errors Expected @param tag for 'end'. 70
Errors Expected @param tag for 'progType'. 70
Errors 'mathContext' hides a field. 71
Errors Expected @param tag for 'mathContext'. 71
Errors '{' should be on the previous line. 72
Errors Missing a Javadoc comment. 81
Errors '{' should be on the previous line. 84
Errors '{' should be on the previous line. 86
Errors '{' should be on the previous line. 90
Errors '{' should be on the previous line. 95
Errors Missing a Javadoc comment. 101
Errors '{' should be on the previous line. 104
Errors '7' is a magic number. 105
Errors '79' is a magic number. 106
Errors Expected @param tag for 'i'. 114
Errors '{' should be on the previous line. 115
Errors Missing a Javadoc comment. 119
Errors '{' should be on the previous line. 121
Errors Missing a Javadoc comment. 125
Errors '{' should be on the previous line. 127
Errors Missing a Javadoc comment. 131
Errors Parameter varNames should be final. 133
Errors '{' should be on the previous line. 135
Errors First sentence should end with a period. 140
Errors Line is longer than 80 characters. 146
Errors Parameter varNames should be final. 146
Errors Expected @param tag for 'varNames'. 146
Errors Expected @throws tag for 'ParseException'. 146
Errors '{' should be on the previous line. 151
Errors '}' should be on the same line. 153
Errors '{' should be on the previous line. 156
Errors Missing a Javadoc comment. 165
Errors '{' should be on the previous line. 166
Errors Missing a Javadoc comment. 170
Errors Parameter args should be final. 170
Errors '{' should be on the previous line. 171
Errors First sentence should end with a period. 175
Errors Line is longer than 80 characters. 181
Errors Parameter memory should be final. 181
Errors Parameter args should be final. 181
Errors Expected @param tag for 'args'. 181
Errors Expected @throws tag for 'ZExecutionException'. 181
Errors First sentence should end with a period. 186
Errors Line is longer than 80 characters. 197
Errors Expected @param tag for 'in'. 197
Errors Line is longer than 80 characters. 198
Errors Expected @param tag for 'out'. 198
Errors Expected @param tag for 'err'. 198
Errors Parameter execService should be final. 198
Errors Expected @param tag for 'execService'. 198
Errors Parameter args should be final. 198
Errors Expected @param tag for 'args'. 198
Errors Expected @throws tag for 'ZExecutionException'. 199
Errors Expected @throws tag for 'InterruptedException'. 199
Errors '{' should be on the previous line. 200
Errors Line is longer than 80 characters. 202
Errors '{' should be on the previous line. 205
Errors '{' should be on the previous line. 207
Errors '{' should be on the previous line. 210
Errors Line is longer than 80 characters. 212
Errors '{' should be on the previous line. 216
Errors First sentence should end with a period. 223
Errors Line is longer than 80 characters. 237
Errors Expected @param tag for 'in'. 237
Errors Line is longer than 80 characters. 238
Errors Expected @param tag for 'out'. 238
Errors Expected @param tag for 'err'. 238
Errors Parameter execService should be final. 238
Errors Expected @param tag for 'execService'. 238
Errors Parameter args should be final. 238
Errors Expected @param tag for 'args'. 238
Errors Expected @throws tag for 'ZExecutionException'. 239
Errors '{' should be on the previous line. 240
Errors Line is longer than 80 characters. 242
Errors Missing a Javadoc comment. 247
Errors '{' should be on the previous line. 249
Errors '<' is not preceded with whitespace. 250
Errors '<' is not followed by whitespace. 250
Errors '>' is not preceded with whitespace. 250
Errors '<' is not preceded with whitespace. 250
Errors '<' is not followed by whitespace. 250
Errors '>' is not preceded with whitespace. 250
Errors '>' is not followed by whitespace. 250
Errors '{' should be on the previous line. 255
Errors '{' should be on the previous line. 257
Errors '{' should be on the previous line. 259
Errors '{' should be on the previous line. 262
Errors '{' should be on the previous line. 265
Errors '{' should be on the previous line. 269
Errors Line is longer than 80 characters. 271
Errors '{' should be on the previous line. 275
Errors '{' should be on the previous line. 278
Errors '{' should be on the previous line. 284
Errors Line is longer than 80 characters. 285
Errors '{' should be on the previous line. 289
Errors Parameter mayInterruptIfRunning should be final. 294
Errors '{' should be on the previous line. 295
Errors Line is longer than 80 characters. 296
Errors '{' should be on the previous line. 301
Errors '{' should be on the previous line. 307
Errors Line is longer than 80 characters. 312
Errors '{' should be on the previous line. 315
Errors '{' should be on the previous line. 318
Errors Line is longer than 80 characters. 324
Errors Parameter timeout should be final. 324
Errors Parameter unit should be final. 324
Errors '{' should be on the previous line. 327
Errors '{' should be on the previous line. 330
Errors '{' should be on the previous line. 337
Errors '{' should be on the previous line. 339
Errors '{' should be on the previous line. 342
Errors Line is longer than 80 characters. 349
Errors Missing a Javadoc comment. 349
Errors Line is longer than 80 characters. 350
Errors Parameter args should be final. 350
Errors '{' should be on the previous line. 352
Errors First sentence should end with a period. 356
Errors Expected an @return tag. 363
Errors Line is longer than 80 characters. 363
Errors '<' is not preceded with whitespace. 363
Errors '<' is not followed by whitespace. 363
Errors '>' is not preceded with whitespace. 363
Errors Parameter expr should be final. 363
Errors Expected @param tag for 'expr'. 363
Errors Expected @throws tag for 'Exception'. 363
Errors Missing a Javadoc comment. 370
Errors '{' should be on the previous line. 373
Errors Line is longer than 80 characters. 374
Errors Line is longer than 80 characters. 375
Errors First sentence should end with a period. 379
Errors Comment matches to-do format 'TODO:'. 381
Errors Line is longer than 80 characters. 388
Errors Parameter mem should be final. 388
Errors Parameter name should be final. 388
Errors Parameter mem2 should be final. 388
Errors Expected @throws tag for 'ParseException'. 389
Errors Expected @throws tag for 'ZExecutionException'. 389
Errors '{' should be on the previous line. 390
Errors '{' should be on the previous line. 395
Errors '{' should be on the previous line. 400
Errors Line is longer than 80 characters. 401
Errors '{' should be on the previous line. 403
Errors Line is longer than 80 characters. 406
Errors Line is longer than 80 characters. 407
Errors '{' should be on the previous line. 411
Errors First sentence should end with a period. 420
Errors Line is longer than 80 characters. 428
Errors Parameter mem should be final. 428
Errors Parameter name should be final. 428
Errors Expected @throws tag for 'ParseException'. 429
Errors Expected @throws tag for 'ZExecutionException'. 429
Errors '{' should be on the previous line. 430
Errors First sentence should end with a period. 434
Errors Line has trailing spaces. 440
Errors Line is longer than 80 characters. 442
Errors Parameter mem should be final. 442
Errors Expected @param tag for 'mem'. 442
Errors Parameter name should be final. 442
Errors Line is longer than 80 characters. 443
Errors Parameter value should be final. 443
Errors Parameter mc should be final. 443
Errors Expected @param tag for 'mc'. 443
Errors Expected @throws tag for 'ParseException'. 443
Errors Expected @throws tag for 'ZExecutionException'. 443
Errors First sentence should end with a period. 448
Errors Line has trailing spaces. 451
Errors Expected an @return tag. 453
Errors Parameter indent should be final. 454
Errors Expected @param tag for 'indent'. 454
Errors '{' should be on the previous line. 455
Errors '{' should be on the previous line. 458
Errors First sentence should end with a period. 464
Errors Line has trailing spaces. 470
Errors Expected an @return tag. 472
Errors Line is longer than 80 characters. 474
Errors Parameter name should be final. 474
Errors Expected @param tag for 'name'. 474
Errors Parameter mem should be final. 474
Errors Expected @param tag for 'mem'. 474
Errors Parameter indent should be final. 474
Errors Expected @param tag for 'indent'. 474
Errors Parameter maxIndent should be final. 474
Errors Expected @param tag for 'maxIndent'. 474
Errors '{' should be on the previous line. 477
Errors '{' should be on the previous line. 481
Errors '{' should be on the previous line. 486
Errors Line is longer than 80 characters. 488
Errors '<' is not preceded with whitespace. 488
Errors '<' is not followed by whitespace. 488
Errors '>' is not preceded with whitespace. 488
Errors '<' is not preceded with whitespace. 488
Errors '<' is not followed by whitespace. 488
Errors '>' is not preceded with whitespace. 488
Errors '>' is not followed by whitespace. 488
Errors Line is longer than 80 characters. 490
Errors '{' should be on the previous line. 493
Errors Line is longer than 80 characters. 494
Errors First sentence should end with a period. 499
Errors Expected @param tag for 'args'. 503
Errors Expected @throws tag for 'IOException'. 503
Errors '{' should be on the previous line. 504
Errors '{' should be on the previous line. 511
Errors '{' should be on the previous line. 515
Errors '{' should be on the previous line. 518
Errors '{' should be on the previous line. 520
Errors Line is longer than 80 characters. 521
Errors '{' should be on the previous line. 523
Errors '{' should be on the previous line. 526
Errors Missing a Javadoc comment. 533
Errors '{' should be on the previous line. 535
Errors '{' should be on the previous line. 543

net/sf/zel/vm/ProgramBuilder.java

Violation Message Line
Errors Missing a Javadoc comment. 19
Errors Name 'defaultSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
Errors Missing a Javadoc comment. 21
Errors Name 'maxGrowthSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 29
Errors Variable 'counter' must be private and have accessor methods. 29
Errors '=' is not followed by whitespace. 29
Errors Missing a Javadoc comment. 31
Errors '{' should be on the previous line. 32
Errors First sentence should end with a period. 36
Errors '{' should be on the previous line. 40
Errors '=' is not preceded with whitespace. 42
Errors '=' is not followed by whitespace. 42
Errors Line has trailing spaces. 43
Errors First sentence should end with a period. 46
Errors Expected @param tag for 'size'. 50
Errors '{' should be on the previous line. 51
Errors '=' is not preceded with whitespace. 53
Errors '=' is not followed by whitespace. 53
Errors Method 'getType' is not designed for extension - needs to be abstract, final or empty. 60
Errors '{' should be on the previous line. 61
Errors Method 'setType' is not designed for extension - needs to be abstract, final or empty. 68
Errors Parameter type should be final. 68
Errors 'type' hides a field. 68
Errors '{' should be on the previous line. 69
Errors Method 'add' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Parameter object should be final. 73
Errors '{' should be on the previous line. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Method 'set' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors Parameter idx should be final. 79
Errors Parameter object should be final. 79
Errors '{' should be on the previous line. 80
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors '+' is not preceded with whitespace. 83
Errors '+' is not followed by whitespace. 83
Errors Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 88
Errors Missing a Javadoc comment. 88
Errors Parameter objects should be final. 88
Errors '{' should be on the previous line. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors ',' is not followed by whitespace. 91
Errors Method 'setAll' is not designed for extension - needs to be abstract, final or empty. 96
Errors Missing a Javadoc comment. 96
Errors Parameter idx should be final. 96
Errors Parameter objects should be final. 96
Errors '{' should be on the previous line. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors ',' is not followed by whitespace. 99
Errors Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 104
Errors Missing a Javadoc comment. 104
Errors Parameter opb should be final. 104
Errors '{' should be on the previous line. 105
Errors Line contains a tab character. 106
Errors Line is longer than 80 characters. 107
Errors Line contains a tab character. 107
Errors Method 'ensureCapacity' is not designed for extension - needs to be abstract, final or empty. 120
Errors Parameter minCapacity should be final. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors 'if' construct must use '{}'s. 124
Errors 'else' construct must use '{}'s. 126
Errors 'if' construct must use '{}'s. 129
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors ',' is not followed by whitespace. 131
Errors Line contains a tab character. 132
Errors Line has trailing spaces. 134
Errors Line has trailing spaces. 135
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 136
Errors Missing a Javadoc comment. 136
Errors '{' should be on the previous line. 137
Errors Line has trailing spaces. 140
Errors Method 'toArray' is not designed for extension - needs to be abstract, final or empty. 141
Errors Missing a Javadoc comment. 141
Errors '{' should be on the previous line. 142
Errors Method 'toProgram' is not designed for extension - needs to be abstract, final or empty. 146
Errors Missing a Javadoc comment. 146
Errors '{' should be on the previous line. 147
Errors ',' is not followed by whitespace. 148
Errors ',' is not followed by whitespace. 148
Errors ',' is not followed by whitespace. 148

net/sf/zel/vm/ResultCache.java

Violation Message Line
Errors '{' should be on the previous line. 28
Errors Line is longer than 80 characters. 29
Errors Missing a Javadoc comment. 29
Errors Redundant 'public' modifier. 29
Errors Line is longer than 80 characters. 30
Errors Missing a Javadoc comment. 30
Errors Redundant 'public' modifier. 30
Errors Missing a Javadoc comment. 31
Errors Redundant 'public' modifier. 31

net/sf/zel/vm/SimpleResultCache.java

Violation Message Line
Errors '{' should be on the previous line. 31
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 37
Errors '{' should be on the previous line. 38
Errors Method 'putPermanentResult' is not designed for extension - needs to be abstract, final or empty. 45
Errors Missing a Javadoc comment. 45
Errors Parameter key should be final. 46
Errors Parameter result should be final. 46
Errors '{' should be on the previous line. 47
Errors Method 'putTransientResult' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors Parameter key should be final. 52
Errors Parameter result should be final. 52
Errors '{' should be on the previous line. 53
Errors Method 'getResult' is not designed for extension - needs to be abstract, final or empty. 57
Errors Missing a Javadoc comment. 57
Errors Parameter key should be final. 58
Errors '{' should be on the previous line. 59
Errors 'if' construct must use '{}'s. 61

net/sf/zel/vm/SimpleStack.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 26
Errors '<' is not preceded with whitespace. 26
Errors '<' is not followed by whitespace. 26
Errors '>' is not preceded with whitespace. 26
Errors '<' is not preceded with whitespace. 27
Errors '<' is not followed by whitespace. 27
Errors '>' is not preceded with whitespace. 27
Errors '{' should be on the previous line. 28
Errors First sentence should end with a period. 30
Errors Variable 'elems' must be private and have accessor methods. 33
Errors First sentence should end with a period. 34
Errors Variable 'top' must be private and have accessor methods. 37
Errors First sentence should end with a period. 38
Errors Name 'defaultSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 41
Errors First sentence should end with a period. 44
Errors Parameter max should be final. 48
Errors '{' should be on the previous line. 49
Errors First sentence should end with a period. 55
Errors '{' should be on the previous line. 59
Errors First sentence should end with a period. 63
Errors Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 67
Errors '{' should be on the previous line. 68
Errors First sentence should end with a period. 72
Errors Method 'push' is not designed for extension - needs to be abstract, final or empty. 76
Errors Parameter o should be final. 76
Errors '{' should be on the previous line. 77
Errors '{' should be on the previous line. 79
Errors First sentence should end with a period. 87
Errors Method 'pushAll' is not designed for extension - needs to be abstract, final or empty. 92
Errors Parameter args should be final. 92
Errors Expected @param tag for 'args'. 92
Errors '{' should be on the previous line. 93
Errors 'if' construct must use '{}'s. 94
Errors '{' should be on the previous line. 98
Errors '=' is not preceded with whitespace. 104
Errors '=' is not followed by whitespace. 104
Errors First sentence should end with a period. 107
Errors Method 'pop' is not designed for extension - needs to be abstract, final or empty. 111
Errors '{' should be on the previous line. 112
Errors Line is longer than 80 characters. 115
Errors First sentence should end with a period. 120
Errors Method 'peek' is not designed for extension - needs to be abstract, final or empty. 124
Errors '{' should be on the previous line. 125
Errors First sentence should end with a period. 129
Errors Line is longer than 80 characters. 130
Errors Method 'clear' is not designed for extension - needs to be abstract, final or empty. 132
Errors '{' should be on the previous line. 133
Errors '{' should be on the previous line. 135
Errors First sentence should end with a period. 141
Errors Expected an @return tag. 145
Errors Method 'getPtr' is not designed for extension - needs to be abstract, final or empty. 145
Errors '{' should be on the previous line. 146
Errors First sentence should end with a period. 150
Errors Line has trailing spaces. 154
Errors Expected an @return tag. 155
Errors Method 'getFromPtr' is not designed for extension - needs to be abstract, final or empty. 155
Errors Parameter ptr should be final. 155
Errors Expected @param tag for 'ptr'. 155
Errors '{' should be on the previous line. 156
Errors 'if' construct must use '{}'s. 157
Errors Line is longer than 80 characters. 158
Errors Line has trailing spaces. 161
Errors First sentence should end with a period. 162
Errors Line has trailing spaces. 164
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 167
Errors Parameter separator should be final. 167
Errors Expected @param tag for 'separator'. 167
Errors '{' should be on the previous line. 168
Errors '{' should be on the previous line. 170
Errors '{' should be on the previous line. 176
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 183
Errors Missing a Javadoc comment. 183
Errors '{' should be on the previous line. 185
Errors Method 'size' is not designed for extension - needs to be abstract, final or empty. 189
Errors Missing a Javadoc comment. 189
Errors '{' should be on the previous line. 191
Errors Method 'contains' is not designed for extension - needs to be abstract, final or empty. 195
Errors Missing a Javadoc comment. 195
Errors Parameter o should be final. 196
Errors '{' should be on the previous line. 197
Errors Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 201
Errors Missing a Javadoc comment. 201
Errors '<' is not preceded with whitespace. 202
Errors '<' is not followed by whitespace. 202
Errors '>' is not preceded with whitespace. 202
Errors '{' should be on the previous line. 203
Errors Method 'toArray' is not designed for extension - needs to be abstract, final or empty. 207
Errors Missing a Javadoc comment. 207
Errors '{' should be on the previous line. 209
Errors Method 'toArray' is not designed for extension - needs to be abstract, final or empty. 213
Errors Missing a Javadoc comment. 213
Errors '<' is not followed by whitespace. 214
Errors '>' is not preceded with whitespace. 214
Errors Parameter a should be final. 214
Errors '{' should be on the previous line. 215
Errors Method 'add' is not designed for extension - needs to be abstract, final or empty. 219
Errors Missing a Javadoc comment. 219
Errors Parameter e should be final. 220
Errors '{' should be on the previous line. 221
Errors Method 'remove' is not designed for extension - needs to be abstract, final or empty. 226
Errors Missing a Javadoc comment. 226
Errors Parameter o should be final. 227
Errors '{' should be on the previous line. 228
Errors Method 'containsAll' is not designed for extension - needs to be abstract, final or empty. 232
Errors Missing a Javadoc comment. 232
Errors Parameter c should be final. 233
Errors '<' is not preceded with whitespace. 233
Errors '<' is not followed by whitespace. 233
Errors '?' is not preceded with whitespace. 233
Errors '>' is not preceded with whitespace. 233
Errors '?' is not followed by whitespace. 233
Errors '{' should be on the previous line. 234
Errors Method 'addAll' is not designed for extension - needs to be abstract, final or empty. 238
Errors Missing a Javadoc comment. 238
Errors Parameter c should be final. 239
Errors '<' is not preceded with whitespace. 239
Errors '<' is not followed by whitespace. 239
Errors '?' is not preceded with whitespace. 239
Errors '>' is not preceded with whitespace. 239
Errors '{' should be on the previous line. 240
Errors Method 'removeAll' is not designed for extension - needs to be abstract, final or empty. 244
Errors Missing a Javadoc comment. 244
Errors Parameter c should be final. 245
Errors '<' is not preceded with whitespace. 245
Errors '<' is not followed by whitespace. 245
Errors '?' is not preceded with whitespace. 245
Errors '>' is not preceded with whitespace. 245
Errors '?' is not followed by whitespace. 245
Errors '{' should be on the previous line. 246
Errors Method 'retainAll' is not designed for extension - needs to be abstract, final or empty. 250
Errors Missing a Javadoc comment. 250
Errors Parameter c should be final. 251
Errors '<' is not preceded with whitespace. 251
Errors '<' is not followed by whitespace. 251
Errors '?' is not preceded with whitespace. 251
Errors '>' is not preceded with whitespace. 251
Errors '?' is not followed by whitespace. 251
Errors '{' should be on the previous line. 252
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 256
Errors Missing a Javadoc comment. 256
Errors Parameter obj should be final. 257
Errors '{' should be on the previous line. 258
Errors '{' should be on the previous line. 260
Errors '{' should be on the previous line. 264
Errors '<' is not preceded with whitespace. 267
Errors '<' is not followed by whitespace. 267
Errors '>' is not preceded with whitespace. 267
Errors '<' is not preceded with whitespace. 267
Errors '<' is not followed by whitespace. 267
Errors '>' is not preceded with whitespace. 267
Errors '>' is not followed by whitespace. 267
Errors '{' should be on the previous line. 269
Errors '{' should be on the previous line. 273
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 279
Errors Missing a Javadoc comment. 279
Errors '{' should be on the previous line. 281
Errors '7' is a magic number. 282
Errors '37' is a magic number. 283
Errors '37' is a magic number. 284

net/sf/zel/vm/StackedMap.java

Violation Message Line
Errors Type Javadoc comment is missing an @param <K> tag. 29
Errors Type Javadoc comment is missing an @param <V> tag. 29
Errors '<' is not preceded with whitespace. 29
Errors '<' is not followed by whitespace. 29
Errors ',' is not followed by whitespace. 29
Errors '>' is not preceded with whitespace. 29
Errors '<' is not preceded with whitespace. 30
Errors '<' is not followed by whitespace. 30
Errors ',' is not followed by whitespace. 30
Errors '>' is not preceded with whitespace. 30
Errors '{' should be on the previous line. 31
Errors Missing a Javadoc comment. 33
Errors '<' is not preceded with whitespace. 33
Errors '<' is not followed by whitespace. 33
Errors '<' is not preceded with whitespace. 33
Errors '<' is not followed by whitespace. 33
Errors '>' is not preceded with whitespace. 33
Errors '>' is not followed by whitespace. 33
Errors '>' is not preceded with whitespace. 33
Errors Missing a Javadoc comment. 35
Errors '{' should be on the previous line. 36
Errors '<' is not preceded with whitespace. 37
Errors '<' is not followed by whitespace. 37
Errors '<' is not preceded with whitespace. 37
Errors '<' is not followed by whitespace. 37
Errors '>' is not preceded with whitespace. 37
Errors '>' is not followed by whitespace. 37
Errors '>' is not preceded with whitespace. 37
Errors '>' is not followed by whitespace. 37
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors '>' is not followed by whitespace. 38
Errors Missing a Javadoc comment. 42
Errors '{' should be on the previous line. 43
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors '>' is not followed by whitespace. 44
Errors Missing a Javadoc comment. 47
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors ',' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors '{' should be on the previous line. 48
Errors Missing a Javadoc comment. 54
Errors Parameter m should be final. 55
Errors '{' should be on the previous line. 56
Errors Missing a Javadoc comment. 60
Errors '{' should be on the previous line. 62
Errors Missing a Javadoc comment. 67
Errors '{' should be on the previous line. 69
Errors Missing a Javadoc comment. 73
Errors '{' should be on the previous line. 75
Errors Missing a Javadoc comment. 79
Errors '{' should be on the previous line. 81
Errors Missing a Javadoc comment. 85
Errors '{' should be on the previous line. 87
Errors '{' should be on the previous line. 90
Errors '<' is not preceded with whitespace. 91
Errors '<' is not followed by whitespace. 91
Errors '>' is not preceded with whitespace. 91
Errors '{' should be on the previous line. 95
Errors Missing a Javadoc comment. 103
Errors '{' should be on the previous line. 105
Errors Missing a Javadoc comment. 109
Errors '{' should be on the previous line. 111
Errors Missing a Javadoc comment. 116
Errors '{' should be on the previous line. 118
Errors Missing a Javadoc comment. 122
Errors '{' should be on the previous line. 124
Errors Missing a Javadoc comment. 128
Errors '{' should be on the previous line. 130
Errors Missing a Javadoc comment. 134
Errors '{' should be on the previous line. 137

net/sf/zel/vm/SynchronizedResultCache.java

Violation Message Line
Errors '{' is not preceded with whitespace. 25
Errors Method 'putPermanentResult' is not designed for extension - needs to be abstract, final or empty. 26
Errors Missing a Javadoc comment. 26
Errors Parameter key should be final. 27
Errors Parameter result should be final. 27
Errors '{' should be on the previous line. 28
Errors Method 'putTransientResult' is not designed for extension - needs to be abstract, final or empty. 32
Errors Missing a Javadoc comment. 32
Errors Parameter key should be final. 33
Errors Parameter result should be final. 33
Errors '{' should be on the previous line. 34
Errors Method 'getResult' is not designed for extension - needs to be abstract, final or empty. 38
Errors Missing a Javadoc comment. 38
Errors Parameter key should be final. 39
Errors '{' should be on the previous line. 40

net/sf/zel/vm/TmpParsingContext.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 22
Errors '{' should be on the previous line. 23
Errors First sentence should end with a period. 25
Errors Parameter ectx should be final. 29
Errors 'ectx' hides a field. 29
Errors '{' should be on the previous line. 30
Errors First sentence should end with a period. 33
Errors Variable 'ectx' must be private and have accessor methods. 36
Errors First sentence should end with a period. 37
Errors Variable 'code' must be private and have accessor methods. 40
Errors First sentence should end with a period. 42
Errors Unused @param tag for 'instr'. 45
Errors Unused @param tag for 'arg'. 46
Errors Parameter args should be final. 50
Errors Expected @param tag for 'args'. 50
Errors Line has trailing spaces. 51
Errors '{' should be on the previous line. 51
Errors 'if' construct must use '{}'s. 52
Errors 'else' construct must use '{}'s. 54
Errors First sentence should end with a period. 59
Errors Expected an @return tag. 63
Errors '{' should be on the previous line. 65
Errors First sentence should end with a period. 69
Errors Parameter obj should be final. 74
Errors '{' should be on the previous line. 75
Errors First sentence should end with a period. 79
Errors '{' should be on the previous line. 85
Errors First sentence should end with a period. 89
Errors Unused @param tag for 'code'. 91
Errors Parameter parsingContext should be final. 94
Errors Expected @param tag for 'parsingContext'. 94
Errors '{' should be on the previous line. 95
Errors '(' is followed by whitespace. 96
Errors ')' is preceded with whitespace. 96
Errors Missing a Javadoc comment. 99
Errors '{' should be on the previous line. 101
Errors Missing a Javadoc comment. 105
Errors '{' should be on the previous line. 107
Errors Missing a Javadoc comment. 111
Errors Parameter address should be final. 112
Errors Parameter args should be final. 112
Errors '{' should be on the previous line. 113
Errors 'if' construct must use '{}'s. 114
Errors 'else' construct must use '{}'s. 116

net/sf/zel/vm/Variable.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Using the '.*' form of import should be avoided - java.util.*. 21
Errors Missing a Javadoc comment. 23
Errors '{' should be on the previous line. 24
Errors First sentence should end with a period. 26
Errors First sentence should end with a period. 30
Errors First sentence should end with a period. 35
Errors Parameter var should be final. 40
Errors '{' should be on the previous line. 41
Errors 'name' hides a field. 44
Errors '{' should be on the previous line. 47
Errors '{' should be on the previous line. 50
Errors '{' should be on the previous line. 53
Errors '{' should be on the previous line. 56
Errors First sentence should end with a period. 64
Errors Parameter name should be final. 69
Errors 'name' hides a field. 69
Errors '{' should be on the previous line. 70
Errors First sentence should end with a period. 74
Errors '{' should be on the previous line. 80
Errors First sentence should end with a period. 84
Errors Expected an @return tag. 90
Errors '{' should be on the previous line. 91
Errors First sentence should end with a period. 95
Errors '{' should be on the previous line. 102
Errors First sentence should end with a period. 106
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 112
Errors '{' should be on the previous line. 114
Errors '{' should be on the previous line. 116
Errors '{' should be on the previous line. 119
Errors First sentence should end with a period. 124
Errors Expected an @return tag. 129
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 129
Errors '{' should be on the previous line. 131
Errors First sentence should end with a period. 135
Errors '{' should be on the previous line. 140

net/sf/zel/vm/WildCardMatcher.java

Violation Message Line
Errors '{' should be on the previous line. 12
Errors Missing a Javadoc comment. 13
Errors Parameter wildcardExp should be final. 13
Errors 'wildcardExp' hides a field. 13
Errors '{' should be on the previous line. 14
Errors Missing a Javadoc comment. 18
Errors First sentence should end with a period. 21
Errors Unused @param tag for 'o'. 24
Errors Expected @param tag for 'str'. 27
Errors '{' should be on the previous line. 28
Errors First sentence should end with a period. 33
Errors Expected @param tag for 'wildcard'. 40
Errors Expected @param tag for 'v'. 40
Errors '{' should be on the previous line. 41
Errors '{' should be on the previous line. 46
Errors '{' should be on the previous line. 49
Errors '{' should be on the previous line. 51
Errors '{' should be on the previous line. 54
Errors 'while' construct must use '{}'s. 58
Errors '{' should be on the previous line. 62
Errors '{' should be on the previous line. 68
Errors First sentence should end with a period. 74
Errors Expected an @return tag. 78
Errors Method 'getJavaRegexp' is not designed for extension - needs to be abstract, final or empty. 78
Errors '{' should be on the previous line. 79
Errors '{' should be on the previous line. 83
Errors '{' should be on the previous line. 86
Errors '{' should be on the previous line. 115
Errors '{' should be on the previous line. 118
Errors '{' should be on the previous line. 121
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 128
Errors Missing a Javadoc comment. 128
Errors '{' should be on the previous line. 130
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 134
Errors Missing a Javadoc comment. 134
Errors Parameter o should be final. 135
Errors '{' should be on the previous line. 136
Errors 'if' construct must use '{}'s. 137
Errors 'if' construct must use '{}'s. 139
Errors 'cast' is not followed by whitespace. 140
Errors 'if' construct must use '{}'s. 141
Errors 'cast' is not followed by whitespace. 142
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 146
Errors Missing a Javadoc comment. 146
Errors '{' should be on the previous line. 148
Errors '5' is a magic number. 149
Errors Line is longer than 80 characters. 150
Errors '43' is a magic number. 150
Errors Avoid inline conditionals. 150

net/sf/zel/vm/ZExecutionException.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 24
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26
Errors Missing a Javadoc comment. 26
Errors Parameter message should be final. 26
Errors Parameter e should be final. 26
Errors Parameter context should be final. 26
Errors 'context' hides a field. 26
Errors Missing a Javadoc comment. 32
Errors Parameter message should be final. 32
Errors Parameter e should be final. 32
Errors '{' should be on the previous line. 33
Errors Missing a Javadoc comment. 37
Errors Parameter message should be final. 37
Errors '{' should be on the previous line. 38
Errors Missing a Javadoc comment. 42
Errors Parameter e should be final. 42
Errors '{' should be on the previous line. 43
Errors Line has trailing spaces. 46
Errors First sentence should end with a period. 47
Errors First sentence should end with a period. 52
Errors Expected an @return tag. 56
Errors Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 56
Errors '{' should be on the previous line. 57
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors '{' should be on the previous line. 63

net/sf/zel/vm/package.html

Violation Message Line
Errors Missing package documentation file. 0