Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
24 0 0 20

Files

File  I  W  E
net/sourceforge/uiq3/math/BCDFloat.java 0 0 5
net/sourceforge/uiq3/math/BCDFraction.java 0 0 4
net/sourceforge/uiq3/math/BCDInteger.java 0 0 5
net/sourceforge/uiq3/math/Number.java 0 0 5
net/sourceforge/uiq3/tape/Interface.java 0 0 1

Rules

Category Rule Violations Severity
annotation MissingDeprecated 18  Error
blocks EmptyBlock 1  Error
design HideUtilityClassConstructor 1  Error

Details

net/sourceforge/uiq3/math/BCDFloat.java

Severity Category Rule Message Line
 Error blocks EmptyBlock Must have at least one statement. 577
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 1606
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 1626
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 1648
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 1677

net/sourceforge/uiq3/math/BCDFraction.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 823
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 838
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 855
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 870

net/sourceforge/uiq3/math/BCDInteger.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 932
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 951
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 966
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 981
 Error annotation MissingDeprecated Javadoc comment at column 80 has parse error. Details: no viable alternative at input '</>' while parsing HTML_ELEMENT 1620

net/sourceforge/uiq3/math/Number.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'ol'. Sometimes it means that close tag missed for one of previous tags. 89
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 637
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 648
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 661
 Error annotation MissingDeprecated Javadoc comment at column 14 has parse error. Details: no viable alternative at input 'θ' while parsing JAVADOC_TAG 672

net/sourceforge/uiq3/tape/Interface.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 36