Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with /config/dsol-checks.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
10 | 0 | 45 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces | 30 | ![]() |
design | VisibilityModifier | 8 | ![]() |
javadoc | JavadocVariable | 7 | ![]() |
Details
org/opentrafficsim/sim0mq/kpi/GtuDataSim0.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 98 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
org/opentrafficsim/sim0mq/kpi/GtuTypeDataDeprecated.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
org/opentrafficsim/sim0mq/kpi/LaneDataSim0.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'length' must be private and have accessor methods. | 24 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
org/opentrafficsim/sim0mq/kpi/LinkDataSim0.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'startNode' must be private and have accessor methods. | 25 |
![]() |
design | VisibilityModifier | Variable 'endNode' must be private and have accessor methods. | 28 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
org/opentrafficsim/sim0mq/kpi/NodeDataDeprecated.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
org/opentrafficsim/sim0mq/kpi/RouteData.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
org/opentrafficsim/sim0mq/kpi/Sim0mqKpiTransceiver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 269 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 271 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 273 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 275 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 277 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 279 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 281 |
org/opentrafficsim/sim0mq/kpi/Sim0mqSampler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'nodes' must be private and have accessor methods. | 39 |
![]() |
design | VisibilityModifier | Variable 'links' must be private and have accessor methods. | 42 |
![]() |
design | VisibilityModifier | Variable 'lanes' must be private and have accessor methods. | 45 |
![]() |
design | VisibilityModifier | Variable 'gtus' must be private and have accessor methods. | 48 |
![]() |
design | VisibilityModifier | Variable 'lastLanes' must be private and have accessor methods. | 51 |