Checkstyle Results

The following document contains the results of Checkstyle 9.3 with checkstyle-allman.xml ruleset.

Summary

Files  Info  Warnings  Errors
132 0 0 30

Files

File  I  W  E
net/sourceforge/uiq3/fa6/Files.java 0 0 2
net/sourceforge/uiq3/fx603p/A_Register.java 0 0 1
net/sourceforge/uiq3/fx603p/Calculator.java 0 0 6
net/sourceforge/uiq3/fx603p/Constants.java 0 0 1
net/sourceforge/uiq3/fx603p/Error.java 0 0 1
net/sourceforge/uiq3/fx603p/Go_Error.java 0 0 1
net/sourceforge/uiq3/fx603p/Keyboard.java 0 0 1
net/sourceforge/uiq3/fx603p/M_Error.java 0 0 1
net/sourceforge/uiq3/fx603p/Op_Degree.java 0 0 2
net/sourceforge/uiq3/fx603p/Op_Equal.java 0 0 1
net/sourceforge/uiq3/fx603p/Op_Interface.java 0 0 6
net/sourceforge/uiq3/fx603p/Op_MR_FEXE.java 0 0 2
net/sourceforge/uiq3/fx603p/Op_P_Stop.java 0 0 1
net/sourceforge/uiq3/fx603p/Op_xD.java 0 0 1
net/sourceforge/uiq3/fx603p/Owned_Operation.java 0 0 1
net/sourceforge/uiq3/fx603p/P_Error.java 0 0 2

Rules

Category Rule Violations Severity
annotation MissingDeprecated 20  Error
blocks AvoidNestedBlocks
  • allowInSwitchCase: "true"
6  Error
EmptyBlock 1  Error
design MutableException 1  Error
imports AvoidStarImport 1  Error
AvoidStaticImport 1  Error

Details

net/sourceforge/uiq3/fa6/Files.java

Severity Category Rule Message Line
 Error imports AvoidStaticImport Using a static member import should be avoided - net.sourceforge.uiq3.fx603p.Keyboard.*. 24
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - net.sourceforge.uiq3.fx603p.Keyboard.*. 24

net/sourceforge/uiq3/fx603p/A_Register.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'dl'. Sometimes it means that close tag missed for one of previous tags. 165

net/sourceforge/uiq3/fx603p/Calculator.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'dl'. Sometimes it means that close tag missed for one of previous tags. 149
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'dl'. Sometimes it means that close tag missed for one of previous tags. 213
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'dl'. Sometimes it means that close tag missed for one of previous tags. 798
 Error annotation MissingDeprecated Javadoc comment at column 66 has parse error. Details: mismatched input '/>' expecting END while parsing DD_TAG_END 1176
 Error annotation MissingDeprecated Javadoc comment at column 11 has parse error. Details: no viable alternative at input '</dl' while parsing HTML_ELEMENT 2223
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'dl'. Sometimes it means that close tag missed for one of previous tags. 5730

net/sourceforge/uiq3/fx603p/Constants.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 37 has parse error. Details: no viable alternative at input '<martin@' while parsing HTML_ELEMENT 29

net/sourceforge/uiq3/fx603p/Error.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 48 has parse error. Details: no viable alternative at input '<http:/' while parsing HTML_ELEMENT 34

net/sourceforge/uiq3/fx603p/Go_Error.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 48 has parse error. Details: no viable alternative at input '<http:/' while parsing HTML_ELEMENT 34

net/sourceforge/uiq3/fx603p/Keyboard.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'dl'. Sometimes it means that close tag missed for one of previous tags. 452

net/sourceforge/uiq3/fx603p/M_Error.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 48 has parse error. Details: no viable alternative at input '<http:/' while parsing HTML_ELEMENT 34

net/sourceforge/uiq3/fx603p/Op_Degree.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'dl'. Sometimes it means that close tag missed for one of previous tags. 68
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'dl'. Sometimes it means that close tag missed for one of previous tags. 129

net/sourceforge/uiq3/fx603p/Op_Equal.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 48 has parse error. Details: no viable alternative at input '<http:/' while parsing HTML_ELEMENT 34

net/sourceforge/uiq3/fx603p/Op_Interface.java

Severity Category Rule Message Line
 Error blocks AvoidNestedBlocks Avoid nested blocks. 175
 Error blocks AvoidNestedBlocks Avoid nested blocks. 181
 Error blocks AvoidNestedBlocks Avoid nested blocks. 187
 Error blocks AvoidNestedBlocks Avoid nested blocks. 485
 Error blocks AvoidNestedBlocks Avoid nested blocks. 494
 Error blocks AvoidNestedBlocks Avoid nested blocks. 503

net/sourceforge/uiq3/fx603p/Op_MR_FEXE.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 48 has parse error. Details: no viable alternative at input '<http:/' while parsing HTML_ELEMENT 34
 Error blocks EmptyBlock Must have at least one statement. 153

net/sourceforge/uiq3/fx603p/Op_P_Stop.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 48 has parse error. Details: no viable alternative at input '<http:/' while parsing HTML_ELEMENT 34

net/sourceforge/uiq3/fx603p/Op_xD.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 48 has parse error. Details: no viable alternative at input '<http:/' while parsing HTML_ELEMENT 34

net/sourceforge/uiq3/fx603p/Owned_Operation.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 48 has parse error. Details: no viable alternative at input '<http:/' while parsing HTML_ELEMENT 34

net/sourceforge/uiq3/fx603p/P_Error.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 48 has parse error. Details: no viable alternative at input '<http:/' while parsing HTML_ELEMENT 34
 Error design MutableException The field 'Error' must be declared final. 61