Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 0 14

Files

File  I  W  E
org/sentrysoftware/tablejoin/TableJoin.java 0 0 14

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nlow"
4  Error
design FinalClass 1  Error
imports UnusedImports 1  Error
misc FinalParameters 2  Error
regexp RegexpSingleline
  • format: "^\s* +\s*[^*]"
  • message: "Indentation must use tab characters"
5  Error
sizes ParameterNumber
  • tokens: "METHOD_DEF"
1  Error

Details

org/sentrysoftware/tablejoin/TableJoin.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - java.util.Collections. 24
 Error design FinalClass Class TableJoin should be declared as final. 39
 Error sizes ParameterNumber More than 7 parameters (found 8). 68
 Error blocks LeftCurly '{' at column 67 should be on a new line. 76
 Error misc FinalParameters Parameter line should be final. 156
 Error regexp RegexpSingleline Indentation must use tab characters 196
 Error regexp RegexpSingleline Indentation must use tab characters 197
 Error blocks LeftCurly '{' at column 103 should be on a new line. 197
 Error regexp RegexpSingleline Indentation must use tab characters 260
 Error blocks LeftCurly '{' at column 43 should be on a new line. 260
 Error regexp RegexpSingleline Indentation must use tab characters 313
 Error regexp RegexpSingleline Indentation must use tab characters 314
 Error blocks LeftCurly '{' at column 102 should be on a new line. 314
 Error misc FinalParameters Parameter wbemPath should be final. 354
No results.