Checkstyle Results
The following document contains the results of Checkstyle 10.17.0 with /config/dsol-checks.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
83 | 2 | 19 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
4 | ![]() |
design | HideUtilityClassConstructor | 1 | ![]() |
VisibilityModifier | 4 | ![]() | |
javadoc | JavadocStyle | 1 | ![]() |
misc | TodoComment | 4 | ![]() |
modifier | RedundantModifier | 3 | ![]() |
naming | StaticVariableName | 2 | ![]() |
sizes | ParameterNumber | 2 | ![]() |
Details
org/opentrafficsim/draw/Colors.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 14 |
![]() |
design | VisibilityModifier | Variable 'COLORS' must be private and have accessor methods. | 18 |
![]() |
naming | StaticVariableName | Name 'COLORS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() |
design | VisibilityModifier | Variable 'NAMES' must be private and have accessor methods. | 22 |
![]() |
naming | StaticVariableName | Name 'NAMES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
org/opentrafficsim/draw/TextAnimation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 164 |
![]() |
coding | HiddenField | 'dynamic' hides a field. | 177 |
org/opentrafficsim/draw/graphs/AbstractPlot.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 276 |
org/opentrafficsim/draw/graphs/ContourDataSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'spaceAxis' must be private and have accessor methods. | 111 |
![]() |
design | VisibilityModifier | Variable 'timeAxis' must be private and have accessor methods. | 114 |
org/opentrafficsim/draw/graphs/FundamentalDiagram.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 915 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 916 |
![]() |
misc | TodoComment | Comment matches to-do format 'TODO:'. | 1140 |
org/opentrafficsim/draw/graphs/GraphPath.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 230 |
org/opentrafficsim/draw/graphs/PlotScheduler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 54 |
org/opentrafficsim/draw/network/LinkAnimation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'dynamic' hides a field. | 81 |
![]() |
coding | HiddenField | 'designLine' hides a field. | 92 |
![]() |
coding | HiddenField | 'endPoint' hides a field. | 121 |
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 173 |
org/opentrafficsim/draw/road/LaneDetectorAnimation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 201 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 243 |