Checkstyle Results

The following document contains the results of Checkstyle 8.19 with /src/main/resources/development/dsol-checks_6_11.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
17 0 1 0

Files

File  I  W  E
org/djunits/demo/examples/Angles.java 0 1 0

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 1  Warning

Details

org/djunits/demo/examples/Angles.java

Severity Category Rule Message Line
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 18