Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
10 0 0 33

Rules

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

Details

com/hack23/cia/testfoundation/AbstractFunctionalIntegrationTest.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

com/hack23/cia/testfoundation/AbstractSystemIntegrationTest.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

com/hack23/cia/testfoundation/AbstractTest.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

com/hack23/cia/testfoundation/AbstractTestInstance.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

com/hack23/cia/testfoundation/AbstractUnitTest.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

com/hack23/cia/testfoundation/AbstractUnmarshallXmlTest.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error sizes LineLength Line is longer than 80 characters (found 94). 37
 Error sizes LineLength Line is longer than 80 characters (found 113). 57
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 57
 Error sizes LineLength Line is longer than 80 characters (found 156). 58
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 58
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 58
 Error sizes LineLength Line is longer than 80 characters (found 81). 60

com/hack23/cia/testfoundation/DataSetConnectionFactory.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 96). 53
 Error sizes LineLength Line is longer than 80 characters (found 99). 57
 Error sizes LineLength Line is longer than 80 characters (found 95). 58
 Error regexp RegexpSingleline Line has trailing spaces. 64
 Error sizes LineLength Line is longer than 80 characters (found 105). 74
 Error sizes LineLength Line is longer than 80 characters (found 84). 76

com/hack23/cia/testfoundation/DatasetFactoryException.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 misc FinalParameters Parameter e should be final. 35

com/hack23/cia/testfoundation/Parallelized.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline.
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error sizes LineLength Line is longer than 80 characters (found 85). 41

com/hack23/cia/testfoundation/package-info.java

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