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