Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
114 0 0 39

Files

File  I  W  E
net/sourceforge/uiq3/fa2/Files.java 0 0 2
net/sourceforge/uiq3/fx602p/A_Register.java 0 0 3
net/sourceforge/uiq3/fx602p/Calculator.java 0 0 23
net/sourceforge/uiq3/fx602p/Keyboard.java 0 0 1
net/sourceforge/uiq3/fx602p/Op_Degree.java 0 0 2
net/sourceforge/uiq3/fx602p/Op_Interface.java 0 0 6
net/sourceforge/uiq3/fx602p/P_Error.java 0 0 1
net/sourceforge/uiq3/fx602p/Token.java 0 0 1

Rules

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

Details

net/sourceforge/uiq3/fa2/Files.java

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

net/sourceforge/uiq3/fx602p/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. 206
 Error annotation MissingDeprecated Javadoc comment at column 15 has parse error. Missed HTML close tag 'dl'. Sometimes it means that close tag missed for one of previous tags. 1123
 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. 1146

net/sourceforge/uiq3/fx602p/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. 462
 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. 492
 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. 520
 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. 548
 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. 576
 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. 604
 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. 632
 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. 660
 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. 688
 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. 716
 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. 744
 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. 772
 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. 790
 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. 808
 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. 826
 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. 844
 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. 862
 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. 880
 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. 941
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'ul'. Sometimes it means that close tag missed for one of previous tags. 1102
 Error annotation MissingDeprecated Javadoc comment at column 15 has parse error. Missed HTML close tag 'dl'. Sometimes it means that close tag missed for one of previous tags. 3675
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'ul'. Sometimes it means that close tag missed for one of previous tags. 5161
 Error annotation MissingDeprecated Javadoc comment at column 7 has parse error. Missed HTML close tag 'ul'. Sometimes it means that close tag missed for one of previous tags. 5178

net/sourceforge/uiq3/fx602p/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. 403

net/sourceforge/uiq3/fx602p/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. 48
 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. 109

net/sourceforge/uiq3/fx602p/Op_Interface.java

Severity Category Rule Message Line
 Error blocks AvoidNestedBlocks Avoid nested blocks. 148
 Error blocks AvoidNestedBlocks Avoid nested blocks. 154
 Error blocks AvoidNestedBlocks Avoid nested blocks. 160
 Error blocks AvoidNestedBlocks Avoid nested blocks. 431
 Error blocks AvoidNestedBlocks Avoid nested blocks. 440
 Error blocks AvoidNestedBlocks Avoid nested blocks. 449

net/sourceforge/uiq3/fx602p/P_Error.java

Severity Category Rule Message Line
 Error design MutableException The field 'Error' must be declared final. 38

net/sourceforge/uiq3/fx602p/Token.java

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