Checkstyle Results

The following document contains the results of Checkstyle 8.43 with google_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
17 0 3 0

Files

File
 I
 W
 E
org/bremersee/actuator/security/authentication/ActuatorAuthProperties.java 0 3 0

Rules

Category Rule Violations Severity
javadoc SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
1
 Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
2
 Error

Details

org/bremersee/actuator/security/authentication/ActuatorAuthProperties.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 74
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 80
 Warning
javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 96