Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
26 0 0 118

Files

File  I  W  E
com/hack23/cia/service/data/api/AbstractGenericDAO.java 0 0 19
com/hack23/cia/service/data/api/AgencyDAO.java 0 0 1
com/hack23/cia/service/data/api/ApplicationActionEventDAO.java 0 0 3
com/hack23/cia/service/data/api/ApplicationConfigurationDAO.java 0 0 3
com/hack23/cia/service/data/api/ApplicationConfigurationService.java 0 0 5
com/hack23/cia/service/data/api/ApplicationSessionDAO.java 0 0 2
com/hack23/cia/service/data/api/CommitteeProposalComponentDataDAO.java 0 0 5
com/hack23/cia/service/data/api/CountryElementDAO.java 0 0 2
com/hack23/cia/service/data/api/DataDAO.java 0 0 1
com/hack23/cia/service/data/api/DataViewer.java 0 0 34
com/hack23/cia/service/data/api/DocumentContentDataDAO.java 0 0 5
com/hack23/cia/service/data/api/DocumentElementDAO.java 0 0 5
com/hack23/cia/service/data/api/DocumentStatusContainerDAO.java 0 0 5
com/hack23/cia/service/data/api/IndicatorElementDAO.java 0 0 2
com/hack23/cia/service/data/api/LanguageContentDataDAO.java 0 0 3
com/hack23/cia/service/data/api/LanguageContentService.java 0 0 2
com/hack23/cia/service/data/api/LanguageDataDAO.java 0 0 2
com/hack23/cia/service/data/api/PersonDataDAO.java 0 0 3
com/hack23/cia/service/data/api/SearchIndexer.java 0 0 1
com/hack23/cia/service/data/api/SwedenPoliticalPartyDAO.java 0 0 2
com/hack23/cia/service/data/api/UserDAO.java 0 0 3
com/hack23/cia/service/data/api/ViewDataManager.java 0 0 1
com/hack23/cia/service/data/api/ViewRiksdagenCommitteeDAO.java 0 0 4
com/hack23/cia/service/data/api/ViewRiksdagenMinistryDAO.java 0 0 2
com/hack23/cia/service/data/api/VoteDataDAO.java 0 0 2
com/hack23/cia/service/data/api/package-info.java 0 0 1

Rules

Category Rule Violations Severity
misc NewlineAtEndOfFile 1  Error
sizes LineLength 51  Error
ParameterNumber 1  Error
whitespace FileTabCharacter 25  Error
GenericWhitespace 6  Error
WhitespaceAfter 28  Error
WhitespaceAround 6  Error

Details

com/hack23/cia/service/data/api/AbstractGenericDAO.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 85). 35
 Error sizes LineLength Line is longer than 80 characters (found 93). 54
 Error sizes LineLength Line is longer than 80 characters (found 117). 65
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 65
 Error sizes LineLength Line is longer than 80 characters (found 98). 77
 Error sizes LineLength Line is longer than 80 characters (found 160). 94
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 94
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 94
 Error sizes LineLength Line is longer than 80 characters (found 103). 113
 Error sizes LineLength Line is longer than 80 characters (found 122). 114
 Error sizes LineLength Line is longer than 80 characters (found 86). 115
 Error sizes LineLength Line is longer than 80 characters (found 84). 133
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 145
 Error sizes LineLength Line is longer than 80 characters (found 114). 158
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 158
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 158
 Error sizes LineLength Line is longer than 80 characters (found 85). 213
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 213

com/hack23/cia/service/data/api/AgencyDAO.java

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

com/hack23/cia/service/data/api/ApplicationActionEventDAO.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 84). 21
 Error sizes LineLength Line is longer than 80 characters (found 101). 26

com/hack23/cia/service/data/api/ApplicationConfigurationDAO.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 86). 21
 Error sizes LineLength Line is longer than 80 characters (found 105). 26

com/hack23/cia/service/data/api/ApplicationConfigurationService.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 86). 21
 Error sizes LineLength Line is longer than 80 characters (found 102). 51
 Error sizes ParameterNumber More than 7 parameters (found 8). 51
 Error sizes LineLength Line is longer than 80 characters (found 132). 52

com/hack23/cia/service/data/api/ApplicationSessionDAO.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 93). 26

com/hack23/cia/service/data/api/CommitteeProposalComponentDataDAO.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 99). 23
 Error sizes LineLength Line is longer than 80 characters (found 116). 29
 Error whitespace GenericWhitespace '>' is followed by an illegal character. 29
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 29

com/hack23/cia/service/data/api/CountryElementDAO.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 85). 26

com/hack23/cia/service/data/api/DataDAO.java

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

com/hack23/cia/service/data/api/DataViewer.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 49
 Error sizes LineLength Line is longer than 80 characters (found 88). 50
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 50
 Error sizes LineLength Line is longer than 80 characters (found 88). 51
 Error sizes LineLength Line is longer than 80 characters (found 99). 68
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 89
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 90
 Error sizes LineLength Line is longer than 80 characters (found 88). 91
 Error sizes LineLength Line is longer than 80 characters (found 137). 106
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 106
 Error sizes LineLength Line is longer than 80 characters (found 99). 123
 Error sizes LineLength Line is longer than 80 characters (found 81). 148
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 148
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 149
 Error sizes LineLength Line is longer than 80 characters (found 143). 150
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 150
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 173
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 174
 Error sizes LineLength Line is longer than 80 characters (found 143). 175
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 175
 Error sizes LineLength Line is longer than 80 characters (found 154). 195
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 195
 Error sizes LineLength Line is longer than 80 characters (found 199). 213
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 213
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 213
 Error sizes LineLength Line is longer than 80 characters (found 99). 239
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 255
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 255
 Error sizes LineLength Line is longer than 80 characters (found 128). 272
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 272
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 272
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 272
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 297

com/hack23/cia/service/data/api/DocumentContentDataDAO.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 88). 23
 Error sizes LineLength Line is longer than 80 characters (found 94). 30
 Error whitespace GenericWhitespace '>' is followed by an illegal character. 30
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 30

com/hack23/cia/service/data/api/DocumentElementDAO.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 82). 23
 Error sizes LineLength Line is longer than 80 characters (found 88). 29
 Error whitespace GenericWhitespace '>' is followed by an illegal character. 29
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 29

com/hack23/cia/service/data/api/DocumentStatusContainerDAO.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 91). 23
 Error sizes LineLength Line is longer than 80 characters (found 102). 28
 Error whitespace GenericWhitespace '>' is followed by an illegal character. 28
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 28

com/hack23/cia/service/data/api/IndicatorElementDAO.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 89). 26

com/hack23/cia/service/data/api/LanguageContentDataDAO.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). 21
 Error sizes LineLength Line is longer than 80 characters (found 95). 26

com/hack23/cia/service/data/api/LanguageContentService.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 40

com/hack23/cia/service/data/api/LanguageDataDAO.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). 26

com/hack23/cia/service/data/api/PersonDataDAO.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error whitespace GenericWhitespace '>' is followed by an illegal character. 28
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 28

com/hack23/cia/service/data/api/SearchIndexer.java

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

com/hack23/cia/service/data/api/SwedenPoliticalPartyDAO.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 99). 28

com/hack23/cia/service/data/api/UserDAO.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error whitespace GenericWhitespace '>' is followed by an illegal character. 26
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 26

com/hack23/cia/service/data/api/ViewDataManager.java

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

com/hack23/cia/service/data/api/ViewRiksdagenCommitteeDAO.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 98). 23
 Error sizes LineLength Line is longer than 80 characters (found 92). 24
 Error sizes LineLength Line is longer than 80 characters (found 90). 31

com/hack23/cia/service/data/api/ViewRiksdagenMinistryDAO.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 90). 23

com/hack23/cia/service/data/api/VoteDataDAO.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 87). 29

com/hack23/cia/service/data/api/package-info.java

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