Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
33 0 7 0

Files

File
 I
 W
 E
org/bremersee/security/IpAddressMatcher.java 0 4 0
org/bremersee/security/authentication/AccessTokenCache.java 0 1 0
org/bremersee/security/authentication/JsonPathJwtAuthenticationDetailsTest.java 0 1 0
org/bremersee/security/authentication/RestTemplateAccessTokenRetriever.java 0 1 0

Rules

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

Details

org/bremersee/security/IpAddressMatcher.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 31
 Warning
sizes LineLength Line is longer than 100 characters (found 110). 32
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 44
 Warning
sizes LineLength Line is longer than 100 characters (found 108). 68

org/bremersee/security/authentication/AccessTokenCache.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 116). 63

org/bremersee/security/authentication/JsonPathJwtAuthenticationDetailsTest.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 54

org/bremersee/security/authentication/RestTemplateAccessTokenRetriever.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 105