Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
22 0 18 0

Files

File
 I
 W
 E
org/bremersee/data/minio/DefaultMinioErrorHandlerTest.java 0 2 0
org/bremersee/data/minio/MinioOperations.java 0 5 0
org/bremersee/data/minio/MinioRepositoryImpl.java 0 1 0
org/bremersee/data/minio/MinioTemplateTest.java 0 10 0

Rules

Category Rule Violations Severity
indentation CommentsIndentation
  • tokens: "SINGLE_LINE_COMMENT, BLOCK_COMMENT_BEGIN"
1
 Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
17
 Error

Details

org/bremersee/data/minio/DefaultMinioErrorHandlerTest.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 101). 132
 Warning
sizes LineLength Line is longer than 100 characters (found 108). 145

org/bremersee/data/minio/MinioOperations.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 117). 397
 Warning
sizes LineLength Line is longer than 100 characters (found 117). 398
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 710
 Warning
sizes LineLength Line is longer than 100 characters (found 119). 1042
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 1144

org/bremersee/data/minio/MinioRepositoryImpl.java

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

org/bremersee/data/minio/MinioTemplateTest.java

Severity Category Rule Message Line
 Warning
indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 223. 222
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 397
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 541
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 549
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 593
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 605
 Warning
sizes LineLength Line is longer than 100 characters (found 107). 629
 Warning
sizes LineLength Line is longer than 100 characters (found 116). 642
 Warning
sizes LineLength Line is longer than 100 characters (found 107). 1042
 Warning
sizes LineLength Line is longer than 100 characters (found 119). 1096