The following document contains the results of Checkstyle 6.2 with development/dsol-checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
2 | ![]() |
InnerAssignment | 2 | ![]() | |
design | DesignForExtension | 1 | ![]() |
VisibilityModifier | 2 | ![]() | |
imports | UnusedImports | 3 | ![]() |
javadoc | JavadocVariable | 1 | ![]() |
sizes | LineLength
|
1 | ![]() |
whitespace | WhitespaceAround
|
1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.opentrafficsim.core.network.factory.xml.units.LengthUnits. | 4 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'gtuDirection' must be private and have accessor methods. | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 394 |
![]() |
coding | InnerAssignment | Inner assignments should be avoided. | 398 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.opentrafficsim.core.network.animation.LinkAnimation. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
![]() |
design | VisibilityModifier | Variable 'coordinates' must be private and have accessor methods. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 128 characters (found 143). | 142 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 143 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.opentrafficsim.core.geometry.OTSLine3D. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'network' hides a field. | 171 |
![]() |
coding | HiddenField | 'network' hides a field. | 192 |
![]() |
design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 285 |