Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
2 0 0 30

Rules

Category Rule Violations Severity
misc FinalParameters 1  Error
NewlineAtEndOfFile 1  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
12  Error
sizes LineLength 10  Error
whitespace FileTabCharacter 1  Error
WhitespaceAfter 2  Error
WhitespaceAround 3  Error

Details

com/hack23/cia/encryption/properties/EncryptProperty.java

Severity Category Rule Message Line
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error sizes LineLength Line is longer than 80 characters (found 106). 35
 Error regexp RegexpSingleline Line has trailing spaces. 36
 Error regexp RegexpSingleline Line has trailing spaces. 39
 Error regexp RegexpSingleline Line has trailing spaces. 42
 Error regexp RegexpSingleline Line has trailing spaces. 45
 Error sizes LineLength Line is longer than 80 characters (found 91). 47
 Error regexp RegexpSingleline Line has trailing spaces. 48
 Error regexp RegexpSingleline Line has trailing spaces. 51
 Error sizes LineLength Line is longer than 80 characters (found 191). 53
 Error regexp RegexpSingleline Line has trailing spaces. 54
 Error regexp RegexpSingleline Line has trailing spaces. 55
 Error misc FinalParameters Parameter args should be final. 68
 Error sizes LineLength Line is longer than 80 characters (found 105). 70
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 71
 Error sizes LineLength Line is longer than 80 characters (found 124). 72
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 72
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 72
 Error regexp RegexpSingleline Line has trailing spaces. 77
 Error sizes LineLength Line is longer than 80 characters (found 82). 87
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 87
 Error regexp RegexpSingleline Line has trailing spaces. 89
 Error sizes LineLength Line is longer than 80 characters (found 91). 99
 Error sizes LineLength Line is longer than 80 characters (found 102). 101
 Error sizes LineLength Line is longer than 80 characters (found 81). 103
 Error sizes LineLength Line is longer than 80 characters (found 82). 118
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 118
 Error regexp RegexpSingleline Line has trailing spaces. 120

com/hack23/cia/encryption/properties/package-info.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.