Checkstyle Results

The following document contains the results of Checkstyle 12.3.1 with /config/dsol-checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
164 3 0 0

Files

File  I  W  E
org/djunits/vecmat/d2/AbsVector2.java 2 0 0
org/djunits/vecmat/table/AbsQuantityTable.java 1 0 0

Rules

Category Rule Violations Severity
sizes LineLength
  • max: "128"
3  Info

Details

org/djunits/vecmat/d2/AbsVector2.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 130). 164
 Info sizes LineLength Line is longer than 128 characters (found 130). 360

org/djunits/vecmat/table/AbsQuantityTable.java

Severity Category Rule Message Line
 Info sizes LineLength Line is longer than 128 characters (found 130). 176