The following document contains the results of Checkstyle 8.35 with /config/dsol-checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 237 | 10 | 16 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 3 | |
| coding | HiddenField
|
2 | |
| design | VisibilityModifier | 1 | |
| javadoc | JavadocPackage | 1 | |
| misc | TodoComment | 1 | |
| modifier | RedundantModifier | 1 | |
| naming | ConstantName | 5 | |
| sizes | LineLength
|
9 | |
| whitespace | WhitespaceAfter | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 142). | 26 | |
| sizes | LineLength | Line is longer than 128 characters (found 142). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'replicationNr' must be private and have accessor methods. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 133). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| naming | ConstantName | Name 'hashDouble' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| naming | ConstantName | Name 'hashFloat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| naming | ConstantName | Name 'hashLong' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| naming | ConstantName | Name 'hashDuration' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| naming | ConstantName | Name 'hashFloatDuration' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 35 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 157). | 215 | |
| sizes | LineLength | Line is longer than 128 characters (found 156). | 233 | |
| sizes | LineLength | Line is longer than 128 characters (found 156). | 252 | |
| sizes | LineLength | Line is longer than 128 characters (found 155). | 270 | |
| sizes | LineLength | Line is longer than 128 characters (found 155). | 288 | |
| sizes | LineLength | Line is longer than 128 characters (found 133). | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'model' hides a field. | 109 | |
| coding | HiddenField | 'replication' hides a field. | 109 |