Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
13 0 0 67

Rules

Category Rule Violations Severity
javadoc JavadocVariable 2  Error
misc NewlineAtEndOfFile 3  Error
modifier RedundantModifier 4  Error
sizes LineLength 41  Error
whitespace FileTabCharacter 10  Error
WhitespaceAfter 6  Error
WhitespaceAround 1  Error

Details

com/hack23/cia/service/external/worldbank/api/DataFailureException.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16

com/hack23/cia/service/external/worldbank/api/WorldBankCountryApi.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16

com/hack23/cia/service/external/worldbank/api/WorldBankDataApi.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 104). 42

com/hack23/cia/service/external/worldbank/api/WorldBankIndicatorApi.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16

com/hack23/cia/service/external/worldbank/api/WorldBankTopicApi.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16

com/hack23/cia/service/external/worldbank/api/package-info.java

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

com/hack23/cia/service/external/worldbank/impl/AbstractWorldBankApiImpl.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 112). 31

com/hack23/cia/service/external/worldbank/impl/WorldbankCountryApiImpl.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 101). 39
 Error sizes LineLength Line is longer than 80 characters (found 100). 42
 Error sizes LineLength Line is longer than 80 characters (found 96). 45
 Error sizes LineLength Line is longer than 80 characters (found 118). 48
 Error sizes LineLength Line is longer than 80 characters (found 184). 54
 Error modifier RedundantModifier Redundant 'public' modifier. 64
 Error sizes LineLength Line is longer than 80 characters (found 118). 71
 Error sizes LineLength Line is longer than 80 characters (found 124). 73

com/hack23/cia/service/external/worldbank/impl/WorldbankDataApiImpl.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 95). 39
 Error sizes LineLength Line is longer than 80 characters (found 97). 42
 Error sizes LineLength Line is longer than 80 characters (found 154). 48
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 48
 Error sizes LineLength Line is longer than 80 characters (found 172). 57
 Error sizes LineLength Line is longer than 80 characters (found 174). 62
 Error modifier RedundantModifier Redundant 'public' modifier. 73
 Error sizes LineLength Line is longer than 80 characters (found 123). 78
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 78
 Error sizes LineLength Line is longer than 80 characters (found 99). 80
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 80
 Error sizes LineLength Line is longer than 80 characters (found 246). 81
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 81
 Error sizes LineLength Line is longer than 80 characters (found 126). 83
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 83
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 83

com/hack23/cia/service/external/worldbank/impl/WorldbankIndicatorApiImpl.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 81). 32
 Error sizes LineLength Line is longer than 80 characters (found 105). 40
 Error sizes LineLength Line is longer than 80 characters (found 102). 43
 Error sizes LineLength Line is longer than 80 characters (found 101). 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error sizes LineLength Line is longer than 80 characters (found 122). 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error sizes LineLength Line is longer than 80 characters (found 81). 57
 Error sizes LineLength Line is longer than 80 characters (found 186). 59
 Error modifier RedundantModifier Redundant 'public' modifier. 70
 Error sizes LineLength Line is longer than 80 characters (found 99). 75
 Error sizes LineLength Line is longer than 80 characters (found 83). 78
 Error sizes LineLength Line is longer than 80 characters (found 131). 82
 Error sizes LineLength Line is longer than 80 characters (found 90). 83
 Error sizes LineLength Line is longer than 80 characters (found 111). 84
 Error sizes LineLength Line is longer than 80 characters (found 120). 87
 Error sizes LineLength Line is longer than 80 characters (found 145). 88
 Error sizes LineLength Line is longer than 80 characters (found 125). 89
 Error sizes LineLength Line is longer than 80 characters (found 119). 90

com/hack23/cia/service/external/worldbank/impl/WorldbankTopicApiImpl.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 97). 39
 Error sizes LineLength Line is longer than 80 characters (found 98). 42
 Error sizes LineLength Line is longer than 80 characters (found 114). 45
 Error sizes LineLength Line is longer than 80 characters (found 93). 48
 Error sizes LineLength Line is longer than 80 characters (found 176). 54
 Error modifier RedundantModifier Redundant 'public' modifier. 64
 Error sizes LineLength Line is longer than 80 characters (found 109). 71
 Error sizes LineLength Line is longer than 80 characters (found 139). 72

com/hack23/cia/service/external/worldbank/impl/package-info.java

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

com/hack23/cia/service/external/worldbank/package-info.java

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