The following document contains the results of Checkstyle 8.35 with /config/dsol-checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 70 | 6 | 15 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | FinalClass | 1 | |
| VisibilityModifier | 5 | ||
| imports | RedundantImport | 2 | |
| misc | NewlineAtEndOfFile
|
2 | |
| modifier | RedundantModifier | 2 | |
| sizes | LineLength
|
6 | |
| whitespace | WhitespaceAfter | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 94 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Duplicate import to line 3 - nl.tudelft.simulation.dsol.formalisms.eventscheduling.SimEvent. | 4 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 142). | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'theta' must be private and have accessor methods. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 142). | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 130). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ExperimentRunnerTerminal should be declared as final. | 30 | |
| sizes | LineLength | Line is longer than 128 characters (found 138). | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'claimedCapacity' must be private and have accessor methods. | 63 | |
| design | VisibilityModifier | Variable 'requests' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'simulator' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 128 characters (found 129). | 134 | |
| sizes | LineLength | Line is longer than 128 characters (found 135). | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Duplicate import to line 6 - nl.tudelft.simulation.dsol.formalisms.flow.Station. | 7 |