Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2300984

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
5Errors Error
NewlineAtEndOfFile9Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
38Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
307Errors Error
JavadocMethod116Errors Error
JavadocType5Errors Error
JavadocVariable44Errors Error
JavadocStyle5Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength85Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter2Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap2Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter13Errors Error
WhitespaceAround15Errors Error
ModifierOrder10Errors Error
RedundantModifier10Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals2Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField36Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber3Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows3Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension106Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier27Errors Error
ArrayTypeStyle0Errors Error
FinalParameters143Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/springbyexample/httpclient/AbstractHttpClientTemplate.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.43
ErrorsType Javadoc comment is missing an @param <T> tag.43
ErrorsMissing a Javadoc comment.45
ErrorsVariable 'client' must be private and have accessor methods.45
ErrorsMissing a Javadoc comment.46
ErrorsVariable 'connectionManager' must be private and have accessor methods.46
ErrorsMissing a Javadoc comment.47
ErrorsVariable 'defaultUri' must be private and have accessor methods.47
ErrorsMissing a Javadoc comment.48
ErrorsVariable 'authenticationPreemptive' must be private and have accessor methods.48
ErrorsMissing a Javadoc comment.49
ErrorsVariable 'lCredentials' must be private and have accessor methods.49
Errors'{' is not followed by whitespace.54
Errors'}' is not preceded with whitespace.54
ErrorsLine has trailing spaces.58
ErrorsParameter defaultUri should be final.61
Errors'defaultUri' hides a field.61
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.69
ErrorsParameter defaultUri should be final.72
Errors'defaultUri' hides a field.72
ErrorsParameter init should be final.72
ErrorsLine has trailing spaces.74
Errors'catch' is not followed by whitespace.78
ErrorsLine has trailing spaces.83
ErrorsExpected an @return tag.87
ErrorsMethod 'getClient' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMethod 'setClient' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter client should be final.94
Errors'client' hides a field.94
ErrorsExpected @param tag for 'client'.94
ErrorsExpected an @return tag.101
ErrorsMethod 'getConnectionManager' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMethod 'setConnectionManager' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter connectionManager should be final.108
Errors'connectionManager' hides a field.108
ErrorsExpected @param tag for 'connectionManager'.108
ErrorsExpected an @return tag.115
ErrorsMethod 'getDefaultUri' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMethod 'setDefaultUri' is not designed for extension - needs to be abstract, final or empty.122
ErrorsParameter defaultUri should be final.122
Errors'defaultUri' hides a field.122
ErrorsExpected @param tag for 'defaultUri'.122
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.129
ErrorsExpected an @return tag.133
ErrorsMethod 'isAuthenticationPreemptive' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine has trailing spaces.139
ErrorsLine has trailing spaces.140
ErrorsMethod 'setAuthenticationPreemptive' is not designed for extension - needs to be abstract, final or empty.144
ErrorsParameter authenticationPreemptive should be final.144
Errors'authenticationPreemptive' hides a field.144
ErrorsExpected @param tag for 'authenticationPreemptive'.144
ErrorsExpected an @return tag.151
ErrorsMethod 'getCredentials' is not designed for extension - needs to be abstract, final or empty.151
ErrorsMethod 'setCredentials' is not designed for extension - needs to be abstract, final or empty.158
ErrorsParameter credentials should be final.158
ErrorsExpected @param tag for 'credentials'.158
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.164
ErrorsLine has trailing spaces.165
ErrorsLine is longer than 80 characters.165
ErrorsLine is longer than 80 characters.166
ErrorsMethod 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty.168
ErrorsExpected @throws tag for 'Exception'.168
ErrorsLine has trailing spaces.175
Errors'cast' is not followed by whitespace.177
Errors'cast' is not followed by whitespace.178
ErrorsLine has trailing spaces.181
ErrorsLine is longer than 80 characters.190
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.193
ErrorsLine has trailing spaces.194
ErrorsLine has trailing spaces.196
ErrorsLine has trailing spaces.198
ErrorsLine is longer than 80 characters.200
ErrorsLine has trailing spaces.201
Errors'cast' is not followed by whitespace.203
ErrorsLine has trailing spaces.204
Errors'cast' is not followed by whitespace.204
ErrorsLine has trailing spaces.206
ErrorsLine is longer than 80 characters.206
ErrorsLine is longer than 80 characters.207
ErrorsLine has trailing spaces.209
ErrorsLine has trailing spaces.215
ErrorsLine has trailing spaces.216
ErrorsMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.219
ErrorsExpected @throws tag for 'Exception'.219
ErrorsLine is longer than 80 characters.220
ErrorsLine is longer than 80 characters.221
Errors'cast' is not followed by whitespace.221
ErrorsMethod 'executeGetMethod' is not designed for extension - needs to be abstract, final or empty.228
ErrorsLine has trailing spaces.231
ErrorsLine has trailing spaces.234
ErrorsMethod 'executeGetMethod' is not designed for extension - needs to be abstract, final or empty.237
ErrorsParameter callback should be final.237
ErrorsLine has trailing spaces.243
ErrorsMethod 'executeGetMethod' is not designed for extension - needs to be abstract, final or empty.246
ErrorsParameter hParams should be final.246
ErrorsLine has trailing spaces.249
ErrorsLine has trailing spaces.252
ErrorsLine is longer than 80 characters.256
ErrorsMethod 'executeGetMethod' is not designed for extension - needs to be abstract, final or empty.256
ErrorsParameter hParams should be final.256
ErrorsParameter callback should be final.256
ErrorsLine has trailing spaces.259
ErrorsLine has trailing spaces.262
ErrorsLine has trailing spaces.263
ErrorsLine is longer than 80 characters.263
ErrorsMethod 'executeGetMethod' is not designed for extension - needs to be abstract, final or empty.267
ErrorsParameter uri should be final.267
ErrorsParameter hParams should be final.267
ErrorsLine has trailing spaces.270
ErrorsLine has trailing spaces.273
ErrorsLine has trailing spaces.274
ErrorsLine is longer than 80 characters.274
ErrorsLine is longer than 80 characters.279
ErrorsMethod 'executeGetMethod' is not designed for extension - needs to be abstract, final or empty.279
ErrorsParameter uri should be final.279
ErrorsParameter hParams should be final.279
ErrorsParameter callback should be final.279
ErrorsLine has trailing spaces.283
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.290
ErrorsLine has trailing spaces.296
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.299
ErrorsParameter callback should be final.299
ErrorsLine has trailing spaces.305
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.308
ErrorsParameter hParams should be final.308
ErrorsLine has trailing spaces.311
ErrorsLine has trailing spaces.314
ErrorsLine is longer than 80 characters.318
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.318
ErrorsParameter hParams should be final.318
ErrorsParameter callback should be final.318
ErrorsLine has trailing spaces.324
ErrorsLine has trailing spaces.325
ErrorsLine is longer than 80 characters.325
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.331
ErrorsParameter uri should be final.331
ErrorsLine is longer than 80 characters.332
ErrorsParameter requestPayload should be final.332
ErrorsParameter hParams should be final.332
ErrorsLine has trailing spaces.335
ErrorsLine has trailing spaces.338
ErrorsLine has trailing spaces.339
ErrorsLine is longer than 80 characters.339
ErrorsLine is longer than 80 characters.347
ErrorsLine has trailing spaces.349
ErrorsLine has trailing spaces.351
ErrorsLine has trailing spaces.353
ErrorsLine is longer than 80 characters.357
ErrorsLine has trailing spaces.361
ErrorsLine is longer than 80 characters.365
ErrorsMethod 'processHttpMethodParams' is not designed for extension - needs to be abstract, final or empty.365
ErrorsParameter httpMethod should be final.365
ErrorsParameter hParams should be final.365
ErrorsLine has trailing spaces.368
ErrorsLine has trailing spaces.371
ErrorsLine is longer than 80 characters.372
ErrorsLine is longer than 80 characters.376
Errors'cast' is not followed by whitespace.376
ErrorsLine is longer than 80 characters.378
Errors'cast' is not followed by whitespace.378
ErrorsLine has trailing spaces.385
ErrorsMethod 'validateResponse' is not designed for extension - needs to be abstract, final or empty.388
ErrorsParameter httpMethod should be final.388
Errors'300' is a magic number.389
ErrorsLine has trailing spaces.391
ErrorsLine is longer than 80 characters.391
Errors'+' should be on a new line.391
ErrorsLine has trailing spaces.392
Errors'+' should be on a new line.392
ErrorsLine is longer than 80 characters.393
ErrorsLine has trailing spaces.396

org/springbyexample/httpclient/HttpAccessException.java

ViolationMessageLine
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.28
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.30
ErrorsVariable 'statusCode' must be private and have accessor methods.30
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.34
ErrorsParameter msg should be final.37
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.45
ErrorsParameter msg should be final.47
ErrorsParameter statusCode should be final.47
Errors'statusCode' hides a field.47
ErrorsLine has trailing spaces.54
ErrorsParameter msg should be final.58
ErrorsParameter cause should be final.58
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.67
ErrorsParameter msg should be final.69
ErrorsParameter cause should be final.69
ErrorsParameter statusCode should be final.69
Errors'statusCode' hides a field.69
ErrorsLine has trailing spaces.73

org/springbyexample/httpclient/HttpClientOxmTemplate.java

ViolationMessageLine
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
ErrorsType Javadoc comment is missing an @param <T> tag.46
ErrorsLine has trailing spaces.47
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'logger' must be private and have accessor methods.50
ErrorsMissing a Javadoc comment.52
ErrorsVariable 'marshaller' must be private and have accessor methods.52
ErrorsMissing a Javadoc comment.53
ErrorsVariable 'unmarshaller' must be private and have accessor methods.53
ErrorsLine has trailing spaces.54
Errors'{' is not followed by whitespace.58
Errors'}' is not preceded with whitespace.58
ErrorsLine has trailing spaces.62
ErrorsParameter defaultUri should be final.65
ErrorsLine has trailing spaces.71
ErrorsLine has trailing spaces.76
ErrorsParameter defaultUri should be final.76
ErrorsLine is longer than 80 characters.77
ErrorsParameter marshaller should be final.77
Errors'marshaller' hides a field.77
ErrorsParameter unmarshaller should be final.77
Errors'unmarshaller' hides a field.77
ErrorsLine has trailing spaces.79
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.92
ErrorsParameter defaultUri should be final.92
ErrorsLine is longer than 80 characters.93
ErrorsParameter marshaller should be final.93
Errors'marshaller' hides a field.93
ErrorsParameter unmarshaller should be final.93
Errors'unmarshaller' hides a field.93
ErrorsParameter init should be final.94
ErrorsLine has trailing spaces.96
Errors'catch' is not followed by whitespace.100
ErrorsLine has trailing spaces.105
ErrorsExpected an @return tag.109
ErrorsMethod 'getMarshaller' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMethod 'setMarshaller' is not designed for extension - needs to be abstract, final or empty.116
ErrorsParameter marshaller should be final.116
Errors'marshaller' hides a field.116
ErrorsExpected @param tag for 'marshaller'.116
ErrorsLine has trailing spaces.119
ErrorsExpected an @return tag.123
ErrorsMethod 'getUnmarshaller' is not designed for extension - needs to be abstract, final or empty.123
ErrorsMethod 'setUnmarshaller' is not designed for extension - needs to be abstract, final or empty.130
ErrorsParameter unmarshaller should be final.130
Errors'unmarshaller' hides a field.130
ErrorsExpected @param tag for 'unmarshaller'.130
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.137
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.138
ErrorsMethod 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty.140
ErrorsExpected @throws tag for 'Exception'.140
ErrorsLine has trailing spaces.143
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.150
ErrorsLine has trailing spaces.151
ErrorsLine has trailing spaces.152
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.154
ErrorsParameter requestPayload should be final.154
ErrorsLine has trailing spaces.157
ErrorsLine has trailing spaces.160
ErrorsLine has trailing spaces.161
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.166
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.166
ErrorsParameter requestPayload should be final.166
ErrorsParameter callback should be final.166
ErrorsLine has trailing spaces.172
ErrorsLine has trailing spaces.173
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.175
ErrorsLine is longer than 80 characters.178
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.178
ErrorsParameter requestPayload should be final.178
ErrorsParameter hParams should be final.178
ErrorsLine has trailing spaces.184
ErrorsLine has trailing spaces.185
ErrorsLine has trailing spaces.186
ErrorsLine has trailing spaces.187
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.191
ErrorsParameter requestPayload should be final.191
ErrorsParameter hParams should be final.191
ErrorsParameter callback should be final.192
ErrorsLine has trailing spaces.195
ErrorsLine has trailing spaces.198
ErrorsLine has trailing spaces.199
ErrorsLine is longer than 80 characters.199
ErrorsLine has trailing spaces.201
ErrorsLine has trailing spaces.202
ErrorsLine has trailing spaces.203
ErrorsLine has trailing spaces.207
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.207
ErrorsParameter uri should be final.207
ErrorsParameter requestPayload should be final.208
ErrorsParameter hParams should be final.208
ErrorsParameter callback should be final.209
ErrorsLine has trailing spaces.211
ErrorsLine has trailing spaces.214
ErrorsLine has trailing spaces.220
ErrorsLine is longer than 80 characters.221
ErrorsLine has trailing spaces.223
ErrorsLine has trailing spaces.225
ErrorsLine has trailing spaces.228
ErrorsLine has trailing spaces.230
ErrorsLine has trailing spaces.232
ErrorsMethod 'processHttpMethod' is not designed for extension - needs to be abstract, final or empty.236
ErrorsLine is longer than 80 characters.237
ErrorsParameter httpMethod should be final.237
ErrorsParameter callback should be final.237
ErrorsLine has trailing spaces.240
ErrorsLine has trailing spaces.242
ErrorsLine is longer than 80 characters.244
ErrorsLine has trailing spaces.245
Errors'cast' is not followed by whitespace.246
ErrorsLine is longer than 80 characters.249
ErrorsLine has trailing spaces.256

org/springbyexample/httpclient/HttpClientTemplate.java

ViolationMessageLine
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.40
ErrorsMissing a Javadoc comment.42
ErrorsVariable 'logger' must be private and have accessor methods.42
Errors'{' is not followed by whitespace.47
Errors'}' is not preceded with whitespace.47
ErrorsLine has trailing spaces.51
ErrorsParameter defaultUri should be final.54
ErrorsLine has trailing spaces.60
ErrorsParameter defaultUri should be final.64
ErrorsParameter init should be final.64
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.71
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter input should be final.74
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.81
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter input should be final.85
ErrorsParameter callback should be final.85
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.87
ErrorsAvoid inline conditionals.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.94
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.97
ErrorsParameter input should be final.97
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.104
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter input should be final.108
ErrorsParameter callback should be final.108
ErrorsLine is longer than 80 characters.109
ErrorsAvoid inline conditionals.109
ErrorsLine has trailing spaces.115
ErrorsLine has trailing spaces.116
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter input should be final.119
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.126
ErrorsLine is longer than 80 characters.130
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.130
ErrorsParameter input should be final.130
ErrorsParameter callback should be final.130
ErrorsLine is longer than 80 characters.131
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.137
ErrorsLine is longer than 80 characters.137
ErrorsLine has trailing spaces.143
ErrorsMethod 'executePostMethod' is not designed for extension - needs to be abstract, final or empty.143
ErrorsParameter uri should be final.143
ErrorsLine is longer than 80 characters.144
ErrorsParameter requestPayload should be final.144
ErrorsParameter hParams should be final.144
ErrorsParameter callback should be final.145
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.151
ErrorsLine has trailing spaces.153
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.160
ErrorsLine is longer than 80 characters.164
ErrorsMethod 'processHttpMethod' is not designed for extension - needs to be abstract, final or empty.164
ErrorsParameter httpMethod should be final.164
ErrorsParameter callback should be final.164
ErrorsLine has trailing spaces.167
ErrorsLine has trailing spaces.169
ErrorsLine is longer than 80 characters.171
Errors'cast' is not followed by whitespace.171
ErrorsLine is longer than 80 characters.173
Errors'cast' is not followed by whitespace.173
ErrorsLine is longer than 80 characters.175
Errors'cast' is not followed by whitespace.175
ErrorsLine is longer than 80 characters.178
ErrorsLine has trailing spaces.185

org/springbyexample/httpclient/ResponseByteCallback.java

ViolationMessageLine
ErrorsLine has trailing spaces.22

org/springbyexample/httpclient/ResponseCallback.java

ViolationMessageLine
ErrorsLine has trailing spaces.24
ErrorsType Javadoc comment is missing an @param <T> tag.27
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.32
ErrorsRedundant 'public' modifier.32
ErrorsExpected @param tag for 'response'.32
ErrorsExpected @throws tag for 'IOException'.33
ErrorsLine has trailing spaces.34

org/springbyexample/httpclient/ResponseStreamCallback.java

ViolationMessageLine
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.27

org/springbyexample/httpclient/ResponseStringCallback.java

ViolationMessageLine
ErrorsLine has trailing spaces.22

org/springbyexample/httpclient/auth/Credentials.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.28
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsMissing a Javadoc comment.35
ErrorsVariable 'authScopeHost' must be private and have accessor methods.35
ErrorsMissing a Javadoc comment.36
ErrorsVariable 'authScopePort' must be private and have accessor methods.36
Errors'80' is a magic number.36
ErrorsMissing a Javadoc comment.37
ErrorsVariable 'userName' must be private and have accessor methods.37
ErrorsMissing a Javadoc comment.38
ErrorsVariable 'password' must be private and have accessor methods.38
ErrorsLine has trailing spaces.39
ErrorsFirst sentence should end with a period.40
Errors'{' is not followed by whitespace.43
Errors'}' is not preceded with whitespace.43
ErrorsLine has trailing spaces.44
ErrorsFirst sentence should end with a period.45
ErrorsParameter authScopeHost should be final.48
Errors'authScopeHost' hides a field.48
ErrorsExpected @param tag for 'authScopeHost'.48
ErrorsParameter authScopePort should be final.48
Errors'authScopePort' hides a field.48
ErrorsExpected @param tag for 'authScopePort'.48
ErrorsParameter userName should be final.49
Errors'userName' hides a field.49
ErrorsExpected @param tag for 'userName'.49
ErrorsParameter password should be final.49
Errors'password' hides a field.49
ErrorsExpected @param tag for 'password'.49
ErrorsExpected an @return tag.59
ErrorsMethod 'getAuthScopeHost' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMethod 'setAuthScopeHost' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter autoScopeHost should be final.66
ErrorsExpected @param tag for 'autoScopeHost'.66
ErrorsExpected an @return tag.73
ErrorsMethod 'getAuthScopePort' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMethod 'setAuthScopePort' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter authScopePort should be final.80
Errors'authScopePort' hides a field.80
ErrorsExpected @param tag for 'authScopePort'.80
ErrorsExpected an @return tag.87
ErrorsMethod 'getUserName' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMethod 'setUserName' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter userName should be final.94
Errors'userName' hides a field.94
ErrorsExpected @param tag for 'userName'.94
ErrorsLine has trailing spaces.97
ErrorsExpected an @return tag.101
ErrorsMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.101
ErrorsLine has trailing spaces.104
ErrorsMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.108
ErrorsParameter password should be final.108
Errors'password' hides a field.108
ErrorsExpected @param tag for 'password'.108
ErrorsLine has trailing spaces.111
ErrorsExpected an @return tag.115
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.115
ErrorsLine has trailing spaces.117
ErrorsLine has trailing spaces.125
ErrorsLine has trailing spaces.128

org/springbyexample/httpclient/auth/NTCredentials.java

ViolationMessageLine
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.26
ErrorsLine has trailing spaces.27
ErrorsMissing a Javadoc comment.32
ErrorsLine has trailing spaces.33
ErrorsMissing a Javadoc comment.34
ErrorsVariable 'host' must be private and have accessor methods.34
ErrorsMissing a Javadoc comment.35
ErrorsVariable 'domain' must be private and have accessor methods.35
ErrorsLine has trailing spaces.36
ErrorsFirst sentence should end with a period.37
Errors'{' is not followed by whitespace.40
Errors'}' is not preceded with whitespace.40
ErrorsLine has trailing spaces.41
ErrorsFirst sentence should end with a period.42
ErrorsParameter authScopeHost should be final.45
ErrorsExpected @param tag for 'authScopeHost'.45
ErrorsParameter authScopePort should be final.45
ErrorsExpected @param tag for 'authScopePort'.45
ErrorsParameter userName should be final.46
ErrorsExpected @param tag for 'userName'.46
ErrorsParameter password should be final.46
ErrorsExpected @param tag for 'password'.46
ErrorsParameter host should be final.47
Errors'host' hides a field.47
ErrorsExpected @param tag for 'host'.47
ErrorsParameter domain should be final.47
Errors'domain' hides a field.47
ErrorsExpected @param tag for 'domain'.47
ErrorsLine has trailing spaces.49
ErrorsExpected an @return tag.57
ErrorsMethod 'getHost' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMethod 'setHost' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter host should be final.64
Errors'host' hides a field.64
ErrorsExpected @param tag for 'host'.64
ErrorsExpected an @return tag.71
ErrorsMethod 'getDomain' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMethod 'setDomain' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter domain should be final.78
Errors'domain' hides a field.78
ErrorsExpected @param tag for 'domain'.78
ErrorsExpected an @return tag.85
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.85
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.100

org/springbyexample/httpclient/solr/SolrOxmClient.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsType Javadoc comment is missing an @param <T> tag.43
ErrorsMissing a Javadoc comment.45
ErrorsVariable 'logger' must be private and have accessor methods.45
ErrorsMissing a Javadoc comment.47
Errors'static' modifier out of order with the JLS suggestions.47
ErrorsLine has trailing spaces.48
ErrorsMissing a Javadoc comment.49
Errors'static' modifier out of order with the JLS suggestions.49
ErrorsMissing a Javadoc comment.50
Errors'static' modifier out of order with the JLS suggestions.50
ErrorsMissing a Javadoc comment.52
Errors'static' modifier out of order with the JLS suggestions.52
ErrorsMissing a Javadoc comment.53
Errors'static' modifier out of order with the JLS suggestions.53
ErrorsMissing a Javadoc comment.54
Errors'static' modifier out of order with the JLS suggestions.54
ErrorsMissing a Javadoc comment.56
Errors'static' modifier out of order with the JLS suggestions.56
ErrorsMissing a Javadoc comment.57
Errors'static' modifier out of order with the JLS suggestions.57
ErrorsMissing a Javadoc comment.58
Errors'static' modifier out of order with the JLS suggestions.58
ErrorsMissing a Javadoc comment.60
ErrorsVariable 'selectTemplate' must be private and have accessor methods.60
ErrorsMissing a Javadoc comment.61
ErrorsVariable 'updateTemplate' must be private and have accessor methods.61
ErrorsMissing a Javadoc comment.62
ErrorsVariable 'postTemplate' must be private and have accessor methods.62
ErrorsMissing a Javadoc comment.64
ErrorsVariable 'baseUrl' must be private and have accessor methods.64
ErrorsMissing a Javadoc comment.65
ErrorsVariable 'marshaller' must be private and have accessor methods.65
ErrorsMissing a Javadoc comment.66
ErrorsVariable 'unmarshaller' must be private and have accessor methods.66
ErrorsExpected an @return tag.71
ErrorsMethod 'getBaseUrl' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMethod 'setBaseUrl' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter baseUrl should be final.78
Errors'baseUrl' hides a field.78
ErrorsExpected @param tag for 'baseUrl'.78
ErrorsExpected an @return tag.85
ErrorsMethod 'getSelectUrl' is not designed for extension - needs to be abstract, final or empty.85
ErrorsExpected an @return tag.92
ErrorsMethod 'getUpdateUrl' is not designed for extension - needs to be abstract, final or empty.92
ErrorsExpected an @return tag.100
ErrorsMethod 'getMarshaller' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMethod 'setMarshaller' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter marshaller should be final.107
Errors'marshaller' hides a field.107
ErrorsExpected @param tag for 'marshaller'.107
ErrorsExpected an @return tag.114
ErrorsMethod 'getUnmarshaller' is not designed for extension - needs to be abstract, final or empty.114
ErrorsMethod 'setUnmarshaller' is not designed for extension - needs to be abstract, final or empty.121
ErrorsParameter unmarshaller should be final.121
Errors'unmarshaller' hides a field.121
ErrorsExpected @param tag for 'unmarshaller'.121
ErrorsLine has trailing spaces.127
ErrorsMethod 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty.130
ErrorsExpected @throws tag for 'Exception'.130
ErrorsLine has trailing spaces.134
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.152
ErrorsMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.155
ErrorsExpected @throws tag for 'Exception'.155
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.165
ErrorsExpected an @return tag.166
ErrorsMethod 'search' is not designed for extension - needs to be abstract, final or empty.166
ErrorsParameter query should be final.166
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.178
ErrorsExpected an @return tag.179
ErrorsMethod 'search' is not designed for extension - needs to be abstract, final or empty.179
ErrorsParameter query should be final.179
ErrorsParameter hParams should be final.179
ErrorsLine has trailing spaces.187
ErrorsLine has trailing spaces.189
ErrorsExpected an @return tag.190
ErrorsMethod 'search' is not designed for extension - needs to be abstract, final or empty.190
ErrorsLine is longer than 80 characters.193
ErrorsParameter lBeans should be final.194
ErrorsLine has trailing spaces.204
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.207
ErrorsParameter lBeans should be final.207
ErrorsLine has trailing spaces.213
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.217
ErrorsParameter lBeans should be final.217
ErrorsParameter commit should be final.217
ErrorsLine has trailing spaces.227
ErrorsMethod 'deleteById' is not designed for extension - needs to be abstract, final or empty.230
ErrorsParameter id should be final.230
ErrorsLine has trailing spaces.236
ErrorsMethod 'deleteById' is not designed for extension - needs to be abstract, final or empty.240
ErrorsParameter id should be final.240
ErrorsParameter commit should be final.240
ErrorsLine has trailing spaces.243
ErrorsLine has trailing spaces.246
ErrorsMethod 'deleteByQuery' is not designed for extension - needs to be abstract, final or empty.249
ErrorsParameter query should be final.249
ErrorsLine has trailing spaces.255
ErrorsMethod 'deleteByQuery' is not designed for extension - needs to be abstract, final or empty.259
ErrorsParameter query should be final.259
ErrorsParameter commit should be final.259
ErrorsLine has trailing spaces.265
ErrorsLine has trailing spaces.266
ErrorsMethod 'delete' is not designed for extension - needs to be abstract, final or empty.270
ErrorsParameter query should be final.270
ErrorsParameter commit should be final.270
ErrorsLine has trailing spaces.272
ErrorsLine has trailing spaces.274
ErrorsLine has trailing spaces.278
ErrorsLine is longer than 80 characters.279
ErrorsMethod 'commit' is not designed for extension - needs to be abstract, final or empty.285
ErrorsMethod 'commit' is not designed for extension - needs to be abstract, final or empty.292
ErrorsParameter attrs should be final.292
ErrorsExpected @param tag for 'attrs'.292
ErrorsLine has trailing spaces.294
ErrorsLine has trailing spaces.296
ErrorsMethod 'rollback' is not designed for extension - needs to be abstract, final or empty.303
ErrorsLine has trailing spaces.305
ErrorsMethod 'optimize' is not designed for extension - needs to be abstract, final or empty.312
ErrorsMethod 'optimize' is not designed for extension - needs to be abstract, final or empty.319
ErrorsParameter attrs should be final.319
ErrorsExpected @param tag for 'attrs'.319
ErrorsLine has trailing spaces.321
ErrorsLine has trailing spaces.323
ErrorsLine has trailing spaces.328
ErrorsExpected an @return tag.330
ErrorsParameter elementName should be final.330
ErrorsExpected @param tag for 'elementName'.330
ErrorsParameter value should be final.330
ErrorsExpected @param tag for 'value'.330
ErrorsLine has trailing spaces.332
Errors'+' is not followed by whitespace.333
Errors'+' is not followed by whitespace.335
ErrorsLine has trailing spaces.341
ErrorsExpected an @return tag.343
ErrorsLine is longer than 80 characters.343
ErrorsParameter elementName should be final.343
ErrorsExpected @param tag for 'elementName'.343
ErrorsParameter attrs should be final.343
ErrorsExpected @param tag for 'attrs'.343
ErrorsLine is longer than 80 characters.351
ErrorsLine has trailing spaces.353
ErrorsLine has trailing spaces.357
ErrorsLine is longer than 80 characters.359
ErrorsLine has trailing spaces.362
ErrorsLine has trailing spaces.367

org/springbyexample/httpclient/solr/SolrRequestAttributes.java

ViolationMessageLine
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsLine has trailing spaces.31
ErrorsExpected an @return tag.37
ErrorsMethod 'getMaxSegments' is not designed for extension - needs to be abstract, final or empty.37
ErrorsLine has trailing spaces.40
ErrorsMethod 'setMaxSegments' is not designed for extension - needs to be abstract, final or empty.46
ErrorsParameter maxSegments should be final.46
Errors'maxSegments' hides a field.46
ErrorsExpected @param tag for 'maxSegments'.46
ErrorsLine has trailing spaces.49
ErrorsExpected an @return tag.55
ErrorsMethod 'getWaitFlush' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMethod 'setWaitFlush' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter waitFlush should be final.64
Errors'waitFlush' hides a field.64
ErrorsExpected @param tag for 'waitFlush'.64
ErrorsLine is longer than 80 characters.70
ErrorsExpected an @return tag.73
ErrorsMethod 'getWaitSearcher' is not designed for extension - needs to be abstract, final or empty.73
ErrorsLine is longer than 80 characters.79
ErrorsMethod 'setWaitSearcher' is not designed for extension - needs to be abstract, final or empty.82
ErrorsParameter waitSearcher should be final.82
Errors'waitSearcher' hides a field.82
ErrorsExpected @param tag for 'waitSearcher'.82
ErrorsLine has trailing spaces.86

org/springbyexample/util/image/ImageProcessor.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.10
ErrorsExpected an @return tag.18
ErrorsRedundant 'public' modifier.18
ErrorsLine has trailing spaces.19
ErrorsRedundant 'public' modifier.23
ErrorsExpected @param tag for 'imageScaleWidth'.23
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsRedundant 'public' modifier.28
ErrorsExpected @param tag for 'imageFile'.28
ErrorsExpected @param tag for 'newFile'.28
ErrorsLine contains a tab character.29
ErrorsExpected @throws tag for 'IOException'.29
ErrorsLine has trailing spaces.34
ErrorsRedundant 'public' modifier.34
ErrorsExpected @param tag for 'in'.34
ErrorsExpected @param tag for 'out'.34
ErrorsExpected @param tag for 'formatName'.34
ErrorsExpected @throws tag for 'IOException'.35

org/springbyexample/util/image/ImageProcessorImpl.java

ViolationMessageLine
ErrorsLine has trailing spaces.19
Errors'{' is not preceded with whitespace.22
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsVariable 'logger' must be private and have accessor methods.24
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsVariable 'imageScaleWidth' must be private and have accessor methods.26
Errors'200' is a magic number.26
ErrorsLine contains a tab character.28
ErrorsExpected an @return tag.31
ErrorsMethod 'getImageScaleWidth' is not designed for extension - needs to be abstract, final or empty.31
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.35
ErrorsMethod 'setImageScaleWidth' is not designed for extension - needs to be abstract, final or empty.38
ErrorsParameter imageScaleWidth should be final.38
Errors'imageScaleWidth' hides a field.38
ErrorsExpected @param tag for 'imageScaleWidth'.38
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsMethod 'scaleImage' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter imageFile should be final.45
ErrorsExpected @param tag for 'imageFile'.45
ErrorsParameter newImageFile should be final.45
ErrorsExpected @param tag for 'newImageFile'.45
ErrorsLine contains a tab character.46
ErrorsExpected @throws tag for 'IOException'.46
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.65
ErrorsMethod 'scaleImage' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter in should be final.65
ErrorsExpected @param tag for 'in'.65
ErrorsParameter out should be final.65
ErrorsExpected @param tag for 'out'.65
ErrorsParameter formatName should be final.65
ErrorsExpected @param tag for 'formatName'.65
ErrorsExpected @throws tag for 'IOException'.66
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.76
ErrorsLine has trailing spaces.79
ErrorsExpected an @return tag.83
ErrorsLine has trailing spaces.83
ErrorsMethod 'processImageScaling' is not designed for extension - needs to be abstract, final or empty.83
ErrorsParameter image should be final.83
ErrorsExpected @param tag for 'image'.83
ErrorsExpected @throws tag for 'IOException'.84
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108

org/springbyexample/util/log/AnnotationLoggerBeanPostProcessor.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
ErrorsLine has trailing spaces.36
ErrorsExpected an @return tag.41
ErrorsMethod 'getAutowiredAnnotationType' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine is longer than 80 characters.49
ErrorsMethod 'setAutowiredAnnotationType' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter autowiredAnnotationType should be final.49
Errors'autowiredAnnotationType' hides a field.49
ErrorsExpected @param tag for 'autowiredAnnotationType'.49
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.55
ErrorsLine has trailing spaces.56
ErrorsLine is longer than 80 characters.57
ErrorsMethod 'processLogger' is not designed for extension - needs to be abstract, final or empty.59
ErrorsExpected @param tag for 'bean'.59
ErrorsExpected @param tag for 'methodName'.59
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.64
ErrorsParameter field should be final.65
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.82
ErrorsLine is longer than 80 characters.83
ErrorsParameter method should be final.84
ErrorsLine is longer than 80 characters.85
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.89
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.93
ErrorsLine has trailing spaces.95

org/springbyexample/util/log/AutowiredLogger.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.33

org/springbyexample/util/log/CommonsLoggerAware.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsRedundant 'public' modifier.33
ErrorsExpected @param tag for 'logger'.33
ErrorsLine has trailing spaces.34

org/springbyexample/util/log/JdkLoggerAware.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.24
ErrorsRedundant 'public' modifier.32
ErrorsExpected @param tag for 'logger'.32
ErrorsLine has trailing spaces.33

org/springbyexample/util/log/Log4JLoggerAware.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.24
ErrorsRedundant 'public' modifier.32
ErrorsExpected @param tag for 'logger'.32
ErrorsLine has trailing spaces.33

org/springbyexample/util/log/LoggerAware.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.23
ErrorsType Javadoc comment is missing an @param <T> tag.26
ErrorsRedundant 'public' modifier.31
ErrorsExpected @param tag for 'logger'.31
ErrorsLine has trailing spaces.32

org/springbyexample/util/log/LoggerAwareBeanPostProcessor.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.24
ErrorsMissing a Javadoc comment.29
Errors'static' modifier out of order with the JLS suggestions.29
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.36
ErrorsMethod 'postProcessBeforeInitialization' is not designed for extension - needs to be abstract, final or empty.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter bean should be final.36
ErrorsParameter beanName should be final.36
ErrorsRedundant throws: 'BeansException' is unchecked exception.37

org/springbyexample/util/log/LoggerBeanPostProcessor.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.43
ErrorsMissing a Javadoc comment.43
ErrorsVariable 'hLoggerFactories' must be private and have accessor methods.43
ErrorsLine has trailing spaces.44
ErrorsMissing a Javadoc comment.45
ErrorsVariable 'methodName' must be private and have accessor methods.45
ErrorsFirst sentence should end with a period.47
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.56
ErrorsMethod 'setMethodName' is not designed for extension - needs to be abstract, final or empty.60
ErrorsParameter methodName should be final.60
Errors'methodName' hides a field.60
ErrorsExpected @param tag for 'methodName'.60
ErrorsLine has trailing spaces.63
ErrorsMethod 'setLoggerFactoryMap' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter hLoggerFactories should be final.67
Errors'hLoggerFactories' hides a field.67
ErrorsExpected @param tag for 'hLoggerFactories'.67
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.74
ErrorsLine has trailing spaces.76
ErrorsMethod 'postProcessBeforeInitialization' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMissing a Javadoc comment.76
ErrorsParameter bean should be final.76
ErrorsParameter beanName should be final.76
ErrorsRedundant throws: 'BeansException' is unchecked exception.77
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.86
ErrorsExpected an @return tag.88
ErrorsMethod 'postProcessAfterInitialization' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter bean should be final.88
ErrorsExpected @param tag for 'bean'.88
ErrorsParameter beanName should be final.88
ErrorsExpected @param tag for 'beanName'.88
ErrorsExpected @throws tag for 'BeansException'.89
ErrorsRedundant throws: 'BeansException' is unchecked exception.89
ErrorsLine has trailing spaces.95
ErrorsMethod 'getOrder' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMissing a Javadoc comment.98
ErrorsMethod 'processLogger' is not designed for extension - needs to be abstract, final or empty.105
ErrorsExpected @param tag for 'bean'.105
Errors'methodName' hides a field.105
ErrorsExpected @param tag for 'methodName'.105
ErrorsLine has trailing spaces.107
ErrorsLine is longer than 80 characters.108
ErrorsParameter method should be final.109
ErrorsLine is longer than 80 characters.114
ErrorsLine has trailing spaces.118
ErrorsLine has trailing spaces.120
ErrorsMethod 'injectMethod' is not designed for extension - needs to be abstract, final or empty.124
ErrorsParameter bean should be final.124
ErrorsExpected @param tag for 'bean'.124
ErrorsParameter method should be final.124
ErrorsExpected @param tag for 'method'.124
ErrorsLine has trailing spaces.126
ErrorsLine has trailing spaces.133
Errors'{' is followed by whitespace.134
ErrorsLine is longer than 80 characters.136
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.143
ErrorsExpected an @return tag.146
ErrorsMethod 'getLogger' is not designed for extension - needs to be abstract, final or empty.146
ErrorsParameter loggerName should be final.146
ErrorsExpected @param tag for 'loggerName'.146
ErrorsParameter loggerType should be final.146
ErrorsExpected @param tag for 'loggerType'.146
ErrorsLine has trailing spaces.148
ErrorsLine is longer than 80 characters.153
Errors'{' is followed by whitespace.155
ErrorsLine has trailing spaces.157
ErrorsLine is longer than 80 characters.160
ErrorsLine has trailing spaces.163
ErrorsLine has trailing spaces.166

org/springbyexample/util/log/Slf4JLoggerAware.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.24
ErrorsRedundant 'public' modifier.32
ErrorsExpected @param tag for 'logger'.32
ErrorsLine has trailing spaces.33