Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
33 0 0 418

Files

File  I  W  E
com/hack23/cia/service/data/impl/AbstractGenericDAOImpl.java 0 0 55
com/hack23/cia/service/data/impl/AgencyDAOImpl.java 0 0 3
com/hack23/cia/service/data/impl/ApplicationActionEventDAOImpl.java 0 0 4
com/hack23/cia/service/data/impl/ApplicationConfigurationDAOImpl.java 0 0 4
com/hack23/cia/service/data/impl/ApplicationConfigurationServiceImpl.java 0 0 22
com/hack23/cia/service/data/impl/ApplicationSessionDAOImpl.java 0 0 3
com/hack23/cia/service/data/impl/CommitteeProposalComponentDataDAOImpl.java 0 0 12
com/hack23/cia/service/data/impl/CountryElementDAOImpl.java 0 0 3
com/hack23/cia/service/data/impl/DataDAOImpl.java 0 0 11
com/hack23/cia/service/data/impl/DataSearchMappingFactory.java 0 0 12
com/hack23/cia/service/data/impl/DataViewerImpl.java 0 0 95
com/hack23/cia/service/data/impl/DocumentContentDataDAOImpl.java 0 0 11
com/hack23/cia/service/data/impl/DocumentElementDAOImpl.java 0 0 23
com/hack23/cia/service/data/impl/DocumentStatusContainerDAOImpl.java 0 0 12
com/hack23/cia/service/data/impl/IndicatorElementDAOImpl.java 0 0 3
com/hack23/cia/service/data/impl/LanguageContentDataDAOImpl.java 0 0 11
com/hack23/cia/service/data/impl/LanguageContentServiceImpl.java 0 0 14
com/hack23/cia/service/data/impl/LanguageDataDAOImpl.java 0 0 3
com/hack23/cia/service/data/impl/LegacyNamingStrategy.java 0 0 10
com/hack23/cia/service/data/impl/PersonDataDAOImpl.java 0 0 4
com/hack23/cia/service/data/impl/QueryHelper.java 0 0 8
com/hack23/cia/service/data/impl/SearchIndexerImpl.java 0 0 4
com/hack23/cia/service/data/impl/SwedenPoliticalPartyDAOImpl.java 0 0 2
com/hack23/cia/service/data/impl/UserDAOImpl.java 0 0 3
com/hack23/cia/service/data/impl/ViewDataManagerImpl.java 0 0 46
com/hack23/cia/service/data/impl/ViewRiksdagenCommitteeDAOImpl.java 0 0 8
com/hack23/cia/service/data/impl/ViewRiksdagenMinistryDAOImpl.java 0 0 4
com/hack23/cia/service/data/impl/VoteDataDAOImpl.java 0 0 5
com/hack23/cia/service/data/impl/liquidbase/SpringLiquidBaseFailSafe.java 0 0 5
com/hack23/cia/service/data/impl/liquidbase/package-info.java 0 0 1
com/hack23/cia/service/data/impl/package-info.java 0 0 1
com/hack23/cia/service/data/impl/util/LoadHelper.java 0 0 15
com/hack23/cia/service/data/impl/util/package-info.java 0 0 1

Rules

Category Rule Violations Severity
coding HiddenField 1  Error
MagicNumber 1  Error
design HideUtilityClassConstructor 1  Error
javadoc JavadocMethod 2  Error
JavadocVariable 2  Error
misc FinalParameters 19  Error
NewlineAtEndOfFile 5  Error
modifier RedundantModifier 24  Error
regexp RegexpSingleline
  • format: "\s+$"
  • maximum: "0"
  • message: "Line has trailing spaces."
  • minimum: "0"
3  Error
sizes LineLength 278  Error
ParameterNumber 1  Error
whitespace FileTabCharacter 30  Error
WhitespaceAfter 36  Error
WhitespaceAround 15  Error

Details

com/hack23/cia/service/data/impl/AbstractGenericDAOImpl.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). 53
 Error coding HiddenField 'persistentClass' hides a field. 75
 Error sizes LineLength Line is longer than 80 characters (found 98). 87
 Error sizes LineLength Line is longer than 80 characters (found 119). 100
 Error sizes LineLength Line is longer than 80 characters (found 105). 101
 Error sizes LineLength Line is longer than 80 characters (found 93). 104
 Error sizes LineLength Line is longer than 80 characters (found 95). 106
 Error sizes LineLength Line is longer than 80 characters (found 81). 114
 Error sizes LineLength Line is longer than 80 characters (found 85). 120
 Error sizes LineLength Line is longer than 80 characters (found 100). 121
 Error sizes LineLength Line is longer than 80 characters (found 86). 126
 Error sizes LineLength Line is longer than 80 characters (found 114). 129
 Error sizes LineLength Line is longer than 80 characters (found 103). 133
 Error sizes LineLength Line is longer than 80 characters (found 129). 135
 Error sizes LineLength Line is longer than 80 characters (found 87). 138
 Error sizes LineLength Line is longer than 80 characters (found 95). 144
 Error sizes LineLength Line is longer than 80 characters (found 124). 151
 Error sizes LineLength Line is longer than 80 characters (found 105). 152
 Error sizes LineLength Line is longer than 80 characters (found 93). 155
 Error sizes LineLength Line is longer than 80 characters (found 95). 157
 Error sizes LineLength Line is longer than 80 characters (found 116). 163
 Error sizes LineLength Line is longer than 80 characters (found 101). 164
 Error sizes LineLength Line is longer than 80 characters (found 105). 165
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 165
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 165
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 165
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 165
 Error sizes LineLength Line is longer than 80 characters (found 110). 170
 Error sizes LineLength Line is longer than 80 characters (found 122). 171
 Error sizes LineLength Line is longer than 80 characters (found 87). 172
 Error sizes LineLength Line is longer than 80 characters (found 95). 179
 Error sizes LineLength Line is longer than 80 characters (found 107). 194
 Error regexp RegexpSingleline Line has trailing spaces. 200
 Error sizes LineLength Line is longer than 80 characters (found 98). 207
 Error misc FinalParameters Parameter pageNr should be final. 248
 Error misc FinalParameters Parameter resultPerPage should be final. 248
 Error sizes LineLength Line is longer than 80 characters (found 130). 253
 Error misc FinalParameters Parameter pageNr should be final. 253
 Error misc FinalParameters Parameter resultPerPage should be final. 253
 Error sizes LineLength Line is longer than 80 characters (found 104). 254
 Error javadoc JavadocMethod Missing a Javadoc comment. 257
 Error misc FinalParameters Parameter pageNr should be final. 257
 Error misc FinalParameters Parameter resultPerPage should be final. 257
 Error sizes LineLength Line is longer than 80 characters (found 105). 259
 Error sizes LineLength Line is longer than 80 characters (found 87). 265
 Error sizes LineLength Line is longer than 80 characters (found 95). 268
 Error sizes LineLength Line is longer than 80 characters (found 95). 292
 Error sizes LineLength Line is longer than 80 characters (found 91). 293
 Error sizes LineLength Line is longer than 80 characters (found 84). 294
 Error sizes LineLength Line is longer than 80 characters (found 105). 308
 Error sizes LineLength Line is longer than 80 characters (found 118). 329
 Error sizes LineLength Line is longer than 80 characters (found 130). 331
 Error sizes LineLength Line is longer than 80 characters (found 128). 332
 Error sizes LineLength Line is longer than 80 characters (found 91). 333

com/hack23/cia/service/data/impl/AgencyDAOImpl.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). 30
 Error modifier RedundantModifier Redundant 'public' modifier. 35

com/hack23/cia/service/data/impl/ApplicationActionEventDAOImpl.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). 23
 Error sizes LineLength Line is longer than 80 characters (found 141). 30
 Error modifier RedundantModifier Redundant 'public' modifier. 35

com/hack23/cia/service/data/impl/ApplicationConfigurationDAOImpl.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). 23
 Error sizes LineLength Line is longer than 80 characters (found 147). 30
 Error modifier RedundantModifier Redundant 'public' modifier. 35

com/hack23/cia/service/data/impl/ApplicationConfigurationServiceImpl.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). 29
 Error sizes LineLength Line is longer than 80 characters (found 87). 30
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 39
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 39
 Error sizes LineLength Line is longer than 80 characters (found 92). 40
 Error modifier RedundantModifier Redundant 'public' modifier. 50
 Error sizes LineLength Line is longer than 80 characters (found 121). 55
 Error sizes ParameterNumber More than 7 parameters (found 8). 55
 Error sizes LineLength Line is longer than 80 characters (found 156). 56
 Error sizes LineLength Line is longer than 80 characters (found 295). 59
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 59
 Error sizes LineLength Line is longer than 80 characters (found 113). 62
 Error sizes LineLength Line is longer than 80 characters (found 89). 67
 Error sizes LineLength Line is longer than 80 characters (found 91). 68
 Error sizes LineLength Line is longer than 80 characters (found 83). 71
 Error sizes LineLength Line is longer than 80 characters (found 95). 72
 Error sizes LineLength Line is longer than 80 characters (found 81). 75
 Error sizes LineLength Line is longer than 80 characters (found 86). 77

com/hack23/cia/service/data/impl/ApplicationSessionDAOImpl.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 129). 30
 Error modifier RedundantModifier Redundant 'public' modifier. 35

com/hack23/cia/service/data/impl/CommitteeProposalComponentDataDAOImpl.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). 30
 Error sizes LineLength Line is longer than 80 characters (found 91). 31
 Error sizes LineLength Line is longer than 80 characters (found 99). 32
 Error modifier RedundantModifier Redundant 'public' modifier. 46
 Error sizes LineLength Line is longer than 80 characters (found 95). 52
 Error sizes LineLength Line is longer than 80 characters (found 105). 54
 Error sizes LineLength Line is longer than 80 characters (found 120). 56
 Error sizes LineLength Line is longer than 80 characters (found 87). 58
 Error sizes LineLength Line is longer than 80 characters (found 90). 62
 Error sizes LineLength Line is longer than 80 characters (found 102). 69
 Error sizes LineLength Line is longer than 80 characters (found 100). 70

com/hack23/cia/service/data/impl/CountryElementDAOImpl.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 117). 30
 Error modifier RedundantModifier Redundant 'public' modifier. 35

com/hack23/cia/service/data/impl/DataDAOImpl.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 96). 40
 Error modifier RedundantModifier Redundant 'public' modifier. 48
 Error sizes LineLength Line is longer than 80 characters (found 106). 54
 Error sizes LineLength Line is longer than 80 characters (found 90). 55
 Error sizes LineLength Line is longer than 80 characters (found 89). 56
 Error sizes LineLength Line is longer than 80 characters (found 95). 57
 Error sizes LineLength Line is longer than 80 characters (found 88). 58
 Error sizes LineLength Line is longer than 80 characters (found 107). 60
 Error sizes LineLength Line is longer than 80 characters (found 126). 65
 Error sizes LineLength Line is longer than 80 characters (found 102). 66

com/hack23/cia/service/data/impl/DataSearchMappingFactory.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). 33
 Error sizes LineLength Line is longer than 80 characters (found 82). 34
 Error sizes LineLength Line is longer than 80 characters (found 91). 35
 Error sizes LineLength Line is longer than 80 characters (found 113). 50
 Error sizes LineLength Line is longer than 80 characters (found 117). 51
 Error sizes LineLength Line is longer than 80 characters (found 119). 52
 Error sizes LineLength Line is longer than 80 characters (found 126). 53
 Error sizes LineLength Line is longer than 80 characters (found 107). 54
 Error sizes LineLength Line is longer than 80 characters (found 268). 55
 Error sizes LineLength Line is longer than 80 characters (found 318). 56
 Error sizes LineLength Line is longer than 80 characters (found 239). 57

com/hack23/cia/service/data/impl/DataViewerImpl.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error modifier RedundantModifier Redundant 'public' modifier. 60
 Error sizes LineLength Line is longer than 80 characters (found 97). 72
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 79
 Error sizes LineLength Line is longer than 80 characters (found 100). 80
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 80
 Error sizes LineLength Line is longer than 80 characters (found 101). 81
 Error sizes LineLength Line is longer than 80 characters (found 107). 89
 Error sizes LineLength Line is longer than 80 characters (found 159). 90
 Error sizes LineLength Line is longer than 80 characters (found 102). 93
 Error sizes LineLength Line is longer than 80 characters (found 90). 100
 Error sizes LineLength Line is longer than 80 characters (found 112). 106
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 106
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 106
 Error sizes LineLength Line is longer than 80 characters (found 97). 108
 Error sizes LineLength Line is longer than 80 characters (found 100). 118
 Error sizes LineLength Line is longer than 80 characters (found 84). 119
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 119
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 119
 Error sizes LineLength Line is longer than 80 characters (found 81). 124
 Error sizes LineLength Line is longer than 80 characters (found 86). 131
 Error sizes LineLength Line is longer than 80 characters (found 101). 132
 Error sizes LineLength Line is longer than 80 characters (found 101). 133
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 133
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 133
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 133
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 133
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 133
 Error sizes LineLength Line is longer than 80 characters (found 90). 138
 Error sizes LineLength Line is longer than 80 characters (found 85). 139
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 141
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 141
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 141
 Error sizes LineLength Line is longer than 80 characters (found 100). 147
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 149
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 149
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 149
 Error sizes LineLength Line is longer than 80 characters (found 135). 153
 Error sizes LineLength Line is longer than 80 characters (found 122). 154
 Error sizes LineLength Line is longer than 80 characters (found 87). 155
 Error sizes LineLength Line is longer than 80 characters (found 95). 162
 Error sizes LineLength Line is longer than 80 characters (found 97). 177
 Error sizes LineLength Line is longer than 80 characters (found 125). 186
 Error sizes LineLength Line is longer than 80 characters (found 122). 187
 Error sizes LineLength Line is longer than 80 characters (found 87). 188
 Error sizes LineLength Line is longer than 80 characters (found 95). 199
 Error sizes LineLength Line is longer than 80 characters (found 97). 209
 Error sizes LineLength Line is longer than 80 characters (found 129). 216
 Error sizes LineLength Line is longer than 80 characters (found 107). 217
 Error sizes LineLength Line is longer than 80 characters (found 95). 224
 Error sizes LineLength Line is longer than 80 characters (found 106). 228
 Error sizes LineLength Line is longer than 80 characters (found 159). 229
 Error sizes LineLength Line is longer than 80 characters (found 101). 233
 Error sizes LineLength Line is longer than 80 characters (found 89). 240
 Error sizes LineLength Line is longer than 80 characters (found 136). 246
 Error sizes LineLength Line is longer than 80 characters (found 108). 247
 Error sizes LineLength Line is longer than 80 characters (found 95). 254
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 258
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 258
 Error sizes LineLength Line is longer than 80 characters (found 86). 259
 Error sizes LineLength Line is longer than 80 characters (found 113). 262
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 262
 Error sizes LineLength Line is longer than 80 characters (found 103). 266
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 267
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 267
 Error sizes LineLength Line is longer than 80 characters (found 148). 268
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 268
 Error sizes LineLength Line is longer than 80 characters (found 86). 270
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 270
 Error sizes LineLength Line is longer than 80 characters (found 89). 279
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 286
 Error sizes LineLength Line is longer than 80 characters (found 119). 290
 Error sizes LineLength Line is longer than 80 characters (found 83). 296
 Error misc FinalParameters Parameter clazz should be final. 296
 Error misc FinalParameters Parameter pageNr should be final. 296
 Error misc FinalParameters Parameter resultPerPage should be final. 296
 Error sizes LineLength Line is longer than 80 characters (found 88). 301
 Error misc FinalParameters Parameter clazz should be final. 301
 Error misc FinalParameters Parameter pageNr should be final. 301
 Error misc FinalParameters Parameter resultPerPage should be final. 301
 Error misc FinalParameters Parameter property should be final. 302
 Error sizes LineLength Line is longer than 80 characters (found 86). 303
 Error sizes LineLength Line is longer than 80 characters (found 166). 306
 Error javadoc JavadocMethod Missing a Javadoc comment. 306
 Error misc FinalParameters Parameter pageNr should be final. 306
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 306
 Error misc FinalParameters Parameter resultPerPage should be final. 306
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 306
 Error sizes LineLength Line is longer than 80 characters (found 88). 314
 Error whitespace WhitespaceAround '-' is not preceded with whitespace. 322
 Error whitespace WhitespaceAround '-' is not followed by whitespace. 322
 Error sizes LineLength Line is longer than 80 characters (found 95). 332
 Error sizes LineLength Line is longer than 80 characters (found 81). 333
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 346
 Error sizes LineLength Line is longer than 80 characters (found 85). 347

com/hack23/cia/service/data/impl/DocumentContentDataDAOImpl.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). 30
 Error sizes LineLength Line is longer than 80 characters (found 89). 31
 Error modifier RedundantModifier Redundant 'public' modifier. 45
 Error sizes LineLength Line is longer than 80 characters (found 93). 51
 Error sizes LineLength Line is longer than 80 characters (found 101). 53
 Error sizes LineLength Line is longer than 80 characters (found 118). 55
 Error sizes LineLength Line is longer than 80 characters (found 85). 57
 Error sizes LineLength Line is longer than 80 characters (found 88). 61
 Error sizes LineLength Line is longer than 80 characters (found 102). 69
 Error sizes LineLength Line is longer than 80 characters (found 96). 70

com/hack23/cia/service/data/impl/DocumentElementDAOImpl.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 82). 33
 Error sizes LineLength Line is longer than 80 characters (found 83). 34
 Error modifier RedundantModifier Redundant 'public' modifier. 53
 Error sizes LineLength Line is longer than 80 characters (found 89). 59
 Error sizes LineLength Line is longer than 80 characters (found 81). 67
 Error sizes LineLength Line is longer than 80 characters (found 84). 71
 Error sizes LineLength Line is longer than 80 characters (found 88). 80
 Error sizes LineLength Line is longer than 80 characters (found 88). 91
 Error sizes LineLength Line is longer than 80 characters (found 82). 94
 Error sizes LineLength Line is longer than 80 characters (found 88). 102
 Error sizes LineLength Line is longer than 80 characters (found 88). 112
 Error sizes LineLength Line is longer than 80 characters (found 131). 113
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 113
 Error sizes LineLength Line is longer than 80 characters (found 113). 114
 Error sizes LineLength Line is longer than 80 characters (found 105). 115
 Error sizes LineLength Line is longer than 80 characters (found 109). 117
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 117
 Error sizes LineLength Line is longer than 80 characters (found 99). 119
 Error sizes LineLength Line is longer than 80 characters (found 85). 122
 Error whitespace WhitespaceAround '-' is not preceded with whitespace. 122
 Error whitespace WhitespaceAround '-' is not followed by whitespace. 122

com/hack23/cia/service/data/impl/DocumentStatusContainerDAOImpl.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). 31
 Error sizes LineLength Line is longer than 80 characters (found 91). 32
 Error modifier RedundantModifier Redundant 'public' modifier. 46
 Error sizes LineLength Line is longer than 80 characters (found 86). 52
 Error sizes LineLength Line is longer than 80 characters (found 87). 54
 Error sizes LineLength Line is longer than 80 characters (found 103). 56
 Error sizes LineLength Line is longer than 80 characters (found 102). 67
 Error sizes LineLength Line is longer than 80 characters (found 82). 68
 Error sizes LineLength Line is longer than 80 characters (found 110). 70
 Error sizes LineLength Line is longer than 80 characters (found 102). 77
 Error sizes LineLength Line is longer than 80 characters (found 82). 78

com/hack23/cia/service/data/impl/IndicatorElementDAOImpl.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 123). 30
 Error modifier RedundantModifier Redundant 'public' modifier. 35

com/hack23/cia/service/data/impl/LanguageContentDataDAOImpl.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). 30
 Error sizes LineLength Line is longer than 80 characters (found 82). 31
 Error modifier RedundantModifier Redundant 'public' modifier. 45
 Error sizes LineLength Line is longer than 80 characters (found 93). 53
 Error sizes LineLength Line is longer than 80 characters (found 112). 58
 Error sizes LineLength Line is longer than 80 characters (found 115). 63
 Error sizes LineLength Line is longer than 80 characters (found 105). 66
 Error sizes LineLength Line is longer than 80 characters (found 85). 70
 Error sizes LineLength Line is longer than 80 characters (found 88). 74
 Error sizes LineLength Line is longer than 80 characters (found 86). 90

com/hack23/cia/service/data/impl/LanguageContentServiceImpl.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). 28
 Error sizes LineLength Line is longer than 80 characters (found 81). 29
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 37
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 37
 Error modifier RedundantModifier Redundant 'public' modifier. 48
 Error sizes LineLength Line is longer than 80 characters (found 116). 53
 Error misc FinalParameters Parameter key should be final. 53
 Error misc FinalParameters Parameter keyGroup should be final. 53
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 53
 Error misc FinalParameters Parameter language should be final. 53
 Error misc FinalParameters Parameter defaultEnglishValue should be final. 53
 Error sizes LineLength Line is longer than 80 characters (found 124). 54
 Error sizes LineLength Line is longer than 80 characters (found 284). 59

com/hack23/cia/service/data/impl/LanguageDataDAOImpl.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error modifier RedundantModifier Redundant 'public' modifier. 43
 Error sizes LineLength Line is longer than 80 characters (found 86). 54

com/hack23/cia/service/data/impl/LegacyNamingStrategy.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 javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error sizes LineLength Line is longer than 80 characters (found 139). 56
 Error sizes LineLength Line is longer than 80 characters (found 105). 61
 Error sizes LineLength Line is longer than 80 characters (found 104). 66
 Error sizes LineLength Line is longer than 80 characters (found 104). 71
 Error sizes LineLength Line is longer than 80 characters (found 106). 76
 Error sizes LineLength Line is longer than 80 characters (found 103). 81

com/hack23/cia/service/data/impl/PersonDataDAOImpl.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 107). 36
 Error modifier RedundantModifier Redundant 'public' modifier. 41
 Error sizes LineLength Line is longer than 80 characters (found 102). 47

com/hack23/cia/service/data/impl/QueryHelper.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 32
 Error sizes LineLength Line is longer than 80 characters (found 127). 49
 Error whitespace WhitespaceAfter ',' is not followed by whitespace. 49
 Error sizes LineLength Line is longer than 80 characters (found 100). 50
 Error sizes LineLength Line is longer than 80 characters (found 106). 53
 Error sizes LineLength Line is longer than 80 characters (found 143). 54
 Error sizes LineLength Line is longer than 80 characters (found 85). 57

com/hack23/cia/service/data/impl/SearchIndexerImpl.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error modifier RedundantModifier Redundant 'public' modifier. 49
 Error sizes LineLength Line is longer than 80 characters (found 95). 60
 Error sizes LineLength Line is longer than 80 characters (found 113). 67

com/hack23/cia/service/data/impl/SwedenPoliticalPartyDAOImpl.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error modifier RedundantModifier Redundant 'public' modifier. 43

com/hack23/cia/service/data/impl/UserDAOImpl.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). 30
 Error modifier RedundantModifier Redundant 'public' modifier. 35

com/hack23/cia/service/data/impl/ViewDataManagerImpl.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error whitespace WhitespaceAround '=' is not preceded with whitespace. 34
 Error coding MagicNumber '900' is a magic number. 34
 Error whitespace WhitespaceAround '=' is not followed by whitespace. 34
 Error modifier RedundantModifier Redundant 'public' modifier. 44
 Error sizes LineLength Line is longer than 80 characters (found 85). 53
 Error sizes LineLength Line is longer than 80 characters (found 91). 55
 Error sizes LineLength Line is longer than 80 characters (found 94). 56
 Error regexp RegexpSingleline Line has trailing spaces. 57
 Error sizes LineLength Line is longer than 80 characters (found 93). 58
 Error sizes LineLength Line is longer than 80 characters (found 99). 59
 Error regexp RegexpSingleline Line has trailing spaces. 60
 Error sizes LineLength Line is longer than 80 characters (found 88). 62
 Error sizes LineLength Line is longer than 80 characters (found 90). 64
 Error sizes LineLength Line is longer than 80 characters (found 103). 65
 Error sizes LineLength Line is longer than 80 characters (found 100). 66
 Error sizes LineLength Line is longer than 80 characters (found 110). 67
 Error sizes LineLength Line is longer than 80 characters (found 156). 68
 Error sizes LineLength Line is longer than 80 characters (found 112). 70
 Error sizes LineLength Line is longer than 80 characters (found 106). 71
 Error sizes LineLength Line is longer than 80 characters (found 112). 72
 Error sizes LineLength Line is longer than 80 characters (found 117). 73
 Error sizes LineLength Line is longer than 80 characters (found 118). 74
 Error sizes LineLength Line is longer than 80 characters (found 119). 75
 Error sizes LineLength Line is longer than 80 characters (found 120). 76
 Error sizes LineLength Line is longer than 80 characters (found 119). 77
 Error sizes LineLength Line is longer than 80 characters (found 112). 79
 Error sizes LineLength Line is longer than 80 characters (found 113). 80
 Error sizes LineLength Line is longer than 80 characters (found 114). 81
 Error sizes LineLength Line is longer than 80 characters (found 113). 82
 Error sizes LineLength Line is longer than 80 characters (found 123). 84
 Error sizes LineLength Line is longer than 80 characters (found 124). 85
 Error sizes LineLength Line is longer than 80 characters (found 125). 86
 Error sizes LineLength Line is longer than 80 characters (found 124). 87
 Error sizes LineLength Line is longer than 80 characters (found 101). 88
 Error sizes LineLength Line is longer than 80 characters (found 126). 89
 Error sizes LineLength Line is longer than 80 characters (found 121). 90
 Error sizes LineLength Line is longer than 80 characters (found 115). 92
 Error sizes LineLength Line is longer than 80 characters (found 117). 93
 Error sizes LineLength Line is longer than 80 characters (found 113). 94
 Error sizes LineLength Line is longer than 80 characters (found 101). 97
 Error sizes LineLength Line is longer than 80 characters (found 108). 98
 Error sizes LineLength Line is longer than 80 characters (found 110). 99
 Error sizes LineLength Line is longer than 80 characters (found 115). 100
 Error sizes LineLength Line is longer than 80 characters (found 109). 101
 Error sizes LineLength Line is longer than 80 characters (found 112). 103

com/hack23/cia/service/data/impl/ViewRiksdagenCommitteeDAOImpl.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). 28
 Error sizes LineLength Line is longer than 80 characters (found 92). 29
 Error sizes LineLength Line is longer than 80 characters (found 93). 30
 Error sizes LineLength Line is longer than 80 characters (found 92). 39
 Error modifier RedundantModifier Redundant 'public' modifier. 45
 Error sizes LineLength Line is longer than 80 characters (found 97). 51
 Error sizes LineLength Line is longer than 80 characters (found 81). 52

com/hack23/cia/service/data/impl/ViewRiksdagenMinistryDAOImpl.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). 28
 Error sizes LineLength Line is longer than 80 characters (found 91). 29
 Error modifier RedundantModifier Redundant 'public' modifier. 43

com/hack23/cia/service/data/impl/VoteDataDAOImpl.java

Severity Category Rule Message Line
 Error whitespace FileTabCharacter File contains tab characters (this is the first instance). 16
 Error modifier RedundantModifier Redundant 'public' modifier. 43
 Error sizes LineLength Line is longer than 80 characters (found 100). 49
 Error sizes LineLength Line is longer than 80 characters (found 100). 59
 Error sizes LineLength Line is longer than 80 characters (found 88). 62

com/hack23/cia/service/data/impl/liquidbase/SpringLiquidBaseFailSafe.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). 43
 Error sizes LineLength Line is longer than 80 characters (found 122). 44
 Error whitespace WhitespaceAround 'if' is not followed by whitespace. 44
 Error sizes LineLength Line is longer than 80 characters (found 126). 45

com/hack23/cia/service/data/impl/liquidbase/package-info.java

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

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

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

com/hack23/cia/service/data/impl/util/LoadHelper.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 96). 54
 Error sizes LineLength Line is longer than 80 characters (found 103). 57
 Error sizes LineLength Line is longer than 80 characters (found 91). 79
 Error sizes LineLength Line is longer than 80 characters (found 105). 80
 Error sizes LineLength Line is longer than 80 characters (found 99). 90
 Error sizes LineLength Line is longer than 80 characters (found 112). 92
 Error sizes LineLength Line is longer than 80 characters (found 108). 113
 Error sizes LineLength Line is longer than 80 characters (found 131). 114
 Error sizes LineLength Line is longer than 80 characters (found 86). 116
 Error sizes LineLength Line is longer than 80 characters (found 114). 117
 Error sizes LineLength Line is longer than 80 characters (found 88). 136
 Error sizes LineLength Line is longer than 80 characters (found 105). 137
 Error sizes LineLength Line is longer than 80 characters (found 117). 160
 Error sizes LineLength Line is longer than 80 characters (found 112). 163

com/hack23/cia/service/data/impl/util/package-info.java

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