Checkstyle Results
The following document contains the results of Checkstyle 12.1.0 with config/dsol-checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 28 | 2 | 4 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | SummaryJavadoc | 4 | |
| sizes | MethodLength | 1 | |
| ParameterNumber | 1 |
Details
org/opentrafficsim/swing/graphs/SwingContourPlot.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 106 |
org/opentrafficsim/swing/graphs/SwingPlot.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 46 | |
| sizes | MethodLength | Method setChart length is 162 lines (max allowed is 150). | 79 |
org/opentrafficsim/swing/graphs/SwingSpaceTimePlot.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 24 |
org/opentrafficsim/swing/gui/OtsSimulationControlPanel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 120 |
org/opentrafficsim/swing/gui/OtsSimulationPanel.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 169 |
