Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
2360780

Files

FilesIWE
nl/tudelft/simulation/dsol/interpreter/Interpreter.java 020
nl/tudelft/simulation/dsol/interpreter/classfile/ClassDescriptor.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ACONST_NULL.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ALOAD_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ALOAD_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ALOAD_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ALOAD_3.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ASTORE_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ASTORE_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ASTORE_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ASTORE_3.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DCONST_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DCONST_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DLOAD_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DLOAD_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DLOAD_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DLOAD_3.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DSTORE_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DSTORE_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DSTORE_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DSTORE_3.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DUP2_X1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DUP2_X2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DUP_X1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/DUP_X2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/FCONST_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/FCONST_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/FCONST_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/FLOAD_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/FLOAD_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/FLOAD_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/FLOAD_3.java 010
nl/tudelft/simulation/dsol/interpreter/operations/FSTORE_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/FSTORE_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/FSTORE_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/FSTORE_3.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ICONST_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ICONST_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ICONST_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ICONST_3.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ICONST_4.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ICONST_5.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ICONST_m1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/IF_ACMPEQ.java 010
nl/tudelft/simulation/dsol/interpreter/operations/IF_ACMPNE.java 010
nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPEQ.java 010
nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPGE.java 010
nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPGT.java 010
nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPLE.java 010
nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPLT.java 010
nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPNE.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ILOAD_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ILOAD_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ILOAD_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ILOAD_3.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ISTORE_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ISTORE_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ISTORE_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/ISTORE_3.java 010
nl/tudelft/simulation/dsol/interpreter/operations/InterpreterFactory.java 010
nl/tudelft/simulation/dsol/interpreter/operations/JSR_W.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LCONST_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LCONST_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LDC2_W.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LDC_W.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LLOAD_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LLOAD_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LLOAD_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LLOAD_3.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LSTORE_0.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LSTORE_1.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LSTORE_2.java 010
nl/tudelft/simulation/dsol/interpreter/operations/LSTORE_3.java 010
nl/tudelft/simulation/dsol/interpreter/operations/reflection/INVOKEINTERFACE.java 010
nl/tudelft/simulation/dsol/interpreter/operations/reflection/INVOKESPECIAL.java 010
nl/tudelft/simulation/dsol/interpreter/operations/reflection/INVOKESTATIC.java 010
nl/tudelft/simulation/dsol/interpreter/operations/reflection/INVOKEVIRTUAL.java 010

nl/tudelft/simulation/dsol/interpreter/Interpreter.java

ErrorLine
Warning Redundant throws: 'InterpreterException' is unchecked exception. 161
Warning Redundant throws: 'InterpreterException' is unchecked exception. 317

nl/tudelft/simulation/dsol/interpreter/classfile/ClassDescriptor.java

ErrorLine
Warning Class ClassDescriptor should be declared as final. 32

nl/tudelft/simulation/dsol/interpreter/operations/ACONST_NULL.java

ErrorLine
Warning Name 'ACONST_NULL' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ALOAD_0.java

ErrorLine
Warning Name 'ALOAD_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ALOAD_1.java

ErrorLine
Warning Name 'ALOAD_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ALOAD_2.java

ErrorLine
Warning Name 'ALOAD_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ALOAD_3.java

ErrorLine
Warning Name 'ALOAD_3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ASTORE_0.java

ErrorLine
Warning Name 'ASTORE_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ASTORE_1.java

ErrorLine
Warning Name 'ASTORE_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ASTORE_2.java

ErrorLine
Warning Name 'ASTORE_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ASTORE_3.java

ErrorLine
Warning Name 'ASTORE_3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DCONST_0.java

ErrorLine
Warning Name 'DCONST_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DCONST_1.java

ErrorLine
Warning Name 'DCONST_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DLOAD_0.java

ErrorLine
Warning Name 'DLOAD_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DLOAD_1.java

ErrorLine
Warning Name 'DLOAD_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DLOAD_2.java

ErrorLine
Warning Name 'DLOAD_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DLOAD_3.java

ErrorLine
Warning Name 'DLOAD_3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DSTORE_0.java

ErrorLine
Warning Name 'DSTORE_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DSTORE_1.java

ErrorLine
Warning Name 'DSTORE_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DSTORE_2.java

ErrorLine
Warning Name 'DSTORE_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DSTORE_3.java

ErrorLine
Warning Name 'DSTORE_3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DUP2_X1.java

ErrorLine
Warning Name 'DUP2_X1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DUP2_X2.java

ErrorLine
Warning Name 'DUP2_X2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DUP_X1.java

ErrorLine
Warning Name 'DUP_X1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/DUP_X2.java

ErrorLine
Warning Name 'DUP_X2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/FCONST_0.java

ErrorLine
Warning Name 'FCONST_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/FCONST_1.java

ErrorLine
Warning Name 'FCONST_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/FCONST_2.java

ErrorLine
Warning Name 'FCONST_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/FLOAD_0.java

ErrorLine
Warning Name 'FLOAD_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/FLOAD_1.java

ErrorLine
Warning Name 'FLOAD_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/FLOAD_2.java

ErrorLine
Warning Name 'FLOAD_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/FLOAD_3.java

ErrorLine
Warning Name 'FLOAD_3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/FSTORE_0.java

ErrorLine
Warning Name 'FSTORE_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/FSTORE_1.java

ErrorLine
Warning Name 'FSTORE_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/FSTORE_2.java

ErrorLine
Warning Name 'FSTORE_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/FSTORE_3.java

ErrorLine
Warning Name 'FSTORE_3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ICONST_0.java

ErrorLine
Warning Name 'ICONST_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ICONST_1.java

ErrorLine
Warning Name 'ICONST_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ICONST_2.java

ErrorLine
Warning Name 'ICONST_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ICONST_3.java

ErrorLine
Warning Name 'ICONST_3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ICONST_4.java

ErrorLine
Warning Name 'ICONST_4' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ICONST_5.java

ErrorLine
Warning Name 'ICONST_5' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ICONST_m1.java

ErrorLine
Warning Name 'ICONST_m1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/IF_ACMPEQ.java

ErrorLine
Warning Name 'IF_ACMPEQ' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 39

nl/tudelft/simulation/dsol/interpreter/operations/IF_ACMPNE.java

ErrorLine
Warning Name 'IF_ACMPNE' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 39

nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPEQ.java

ErrorLine
Warning Name 'IF_ICMPEQ' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 40

nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPGE.java

ErrorLine
Warning Name 'IF_ICMPGE' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 40

nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPGT.java

ErrorLine
Warning Name 'IF_ICMPGT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 40

nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPLE.java

ErrorLine
Warning Name 'IF_ICMPLE' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 40

nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPLT.java

ErrorLine
Warning Name 'IF_ICMPLT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 40

nl/tudelft/simulation/dsol/interpreter/operations/IF_ICMPNE.java

ErrorLine
Warning Name 'IF_ICMPNE' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 40

nl/tudelft/simulation/dsol/interpreter/operations/ILOAD_0.java

ErrorLine
Warning Name 'ILOAD_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ILOAD_1.java

ErrorLine
Warning Name 'ILOAD_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ILOAD_2.java

ErrorLine
Warning Name 'ILOAD_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ILOAD_3.java

ErrorLine
Warning Name 'ILOAD_3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ISTORE_0.java

ErrorLine
Warning Name 'ISTORE_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ISTORE_1.java

ErrorLine
Warning Name 'ISTORE_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ISTORE_2.java

ErrorLine
Warning Name 'ISTORE_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/ISTORE_3.java

ErrorLine
Warning Name 'ISTORE_3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/InterpreterFactory.java

ErrorLine
Warning Method length is 418 lines (max allowed is 150). 55

nl/tudelft/simulation/dsol/interpreter/operations/JSR_W.java

ErrorLine
Warning Name 'JSR_W' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 39

nl/tudelft/simulation/dsol/interpreter/operations/LCONST_0.java

ErrorLine
Warning Name 'LCONST_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/LCONST_1.java

ErrorLine
Warning Name 'LCONST_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/LDC2_W.java

ErrorLine
Warning Name 'LDC2_W' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 41

nl/tudelft/simulation/dsol/interpreter/operations/LDC_W.java

ErrorLine
Warning Name 'LDC_W' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 42

nl/tudelft/simulation/dsol/interpreter/operations/LLOAD_0.java

ErrorLine
Warning Name 'LLOAD_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/LLOAD_1.java

ErrorLine
Warning Name 'LLOAD_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/LLOAD_2.java

ErrorLine
Warning Name 'LLOAD_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/LLOAD_3.java

ErrorLine
Warning Name 'LLOAD_3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/LSTORE_0.java

ErrorLine
Warning Name 'LSTORE_0' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/LSTORE_1.java

ErrorLine
Warning Name 'LSTORE_1' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/LSTORE_2.java

ErrorLine
Warning Name 'LSTORE_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/LSTORE_3.java

ErrorLine
Warning Name 'LSTORE_3' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 36

nl/tudelft/simulation/dsol/interpreter/operations/reflection/INVOKEINTERFACE.java

ErrorLine
Warning Redundant throws: 'Exception' is unchecked exception. 114

nl/tudelft/simulation/dsol/interpreter/operations/reflection/INVOKESPECIAL.java

ErrorLine
Warning Redundant throws: 'Exception' is unchecked exception. 149

nl/tudelft/simulation/dsol/interpreter/operations/reflection/INVOKESTATIC.java

ErrorLine
Warning Redundant throws: 'Exception' is unchecked exception. 109

nl/tudelft/simulation/dsol/interpreter/operations/reflection/INVOKEVIRTUAL.java

ErrorLine
Warning Redundant throws: 'Exception' is unchecked exception. 115