Checkstyle Results

The following document contains the results of Checkstyle 10.16.0 with checkstyle-override.xml ruleset.

Summary

Files  Info  Warnings  Errors
279 0 4 0

Files

File  I  W  E
org/mybatis/dynamic/sql/where/condition/IsInCaseInsensitiveWhenPresent.java 0 2 0
org/mybatis/dynamic/sql/where/condition/IsNotInCaseInsensitiveWhenPresent.java 0 2 0

Rules

Category Rule Violations Severity
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
4  Error

Details

org/mybatis/dynamic/sql/where/condition/IsInCaseInsensitiveWhenPresent.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 31
 Warning sizes LineLength Line is longer than 120 characters (found 122). 48

org/mybatis/dynamic/sql/where/condition/IsNotInCaseInsensitiveWhenPresent.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 130). 31
 Warning sizes LineLength Line is longer than 120 characters (found 128). 48