The following document contains the results of Checkstyle 8.35 with development/dsol-checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
247 | 9 | 30 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyBlock | 1 | ![]() |
NeedBraces | 11 | ![]() | |
design | DesignForExtension | 2 | ![]() |
VisibilityModifier | 3 | ![]() | |
javadoc | JavadocPackage | 1 | ![]() |
misc | FinalParameters | 1 | ![]() |
TodoComment | 10 | ![]() | |
naming | StaticVariableName | 2 | ![]() |
sizes | LineLength
|
6 | ![]() |
MethodLength | 2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 92 |
![]() |
sizes | MethodLength | Method length is 336 lines (max allowed is 150). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | EmptyBlock | Must have at least one statement. | 258 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'operationalPlan' must be private and have accessor methods. | 94 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 106 |
![]() |
naming | StaticVariableName | Name 'ALIGNED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 |
![]() |
design | VisibilityModifier | Variable 'ALIGNED' must be private and have accessor methods. | 107 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 110 |
![]() |
naming | StaticVariableName | Name 'ALIGN_COUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 |
![]() |
design | VisibilityModifier | Variable 'ALIGN_COUNT' must be private and have accessor methods. | 111 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 738 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 133). | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'DirectEgoPerception' looks like designed for extension (can be subclassed), but the method 'hashCode' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectEgoPerception' final or making the method 'hashCode' static/final/abstract/empty, or adding allowed annotation for the method. | 162 |
![]() |
design | DesignForExtension | Class 'DirectEgoPerception' looks like designed for extension (can be subclassed), but the method 'equals' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'DirectEgoPerception' final or making the method 'equals' static/final/abstract/empty, or adding allowed annotation for the method. | 174 |
![]() |
misc | FinalParameters | Parameter obj should be final. | 175 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 177 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 203 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 69 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 129). | 213 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 452 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 505 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 514 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 691 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 693 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 132). | 207 |
![]() |
sizes | LineLength | Line is longer than 128 characters (found 134). | 210 |