Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
39002085

Files

FilesInfosWarningsErrors
org/jscsi/initiator/Configuration.java00205
org/jscsi/initiator/Initiator.java00121
org/jscsi/initiator/LinkFactory.java0046
org/jscsi/initiator/connection/Connection.java00119
org/jscsi/initiator/connection/ITask.java0092
org/jscsi/initiator/connection/SenderWorker.java0065
org/jscsi/initiator/connection/Session.java00201
org/jscsi/initiator/connection/TargetCapacityInformations.java0048
org/jscsi/initiator/connection/package-info.java0017
org/jscsi/initiator/connection/phase/FullFeaturePhase.java0064
org/jscsi/initiator/connection/phase/IPhase.java0092
org/jscsi/initiator/connection/phase/LoginOperationalNegotiationPhase.java0025
org/jscsi/initiator/connection/phase/SecurityNegotiationPhase.java0029
org/jscsi/initiator/connection/phase/package-info.java0017
org/jscsi/initiator/connection/state/CapacityRequestState.java0043
org/jscsi/initiator/connection/state/CapacityResponseState.java0049
org/jscsi/initiator/connection/state/GetConnectionsRequestState.java0037
org/jscsi/initiator/connection/state/GetConnectionsResponseState.java0036
org/jscsi/initiator/connection/state/IState.java0062
org/jscsi/initiator/connection/state/LoginRequestState.java0044
org/jscsi/initiator/connection/state/LoginResponseState.java0049
org/jscsi/initiator/connection/state/LogoutRequestState.java0035
org/jscsi/initiator/connection/state/LogoutResponseState.java0035
org/jscsi/initiator/connection/state/ReadRequestState.java0039
org/jscsi/initiator/connection/state/ReadResponseState.java0064
org/jscsi/initiator/connection/state/SNACKRequestState.java0037
org/jscsi/initiator/connection/state/WriteFirstBurstState.java0042
org/jscsi/initiator/connection/state/WriteRequestState.java0046
org/jscsi/initiator/connection/state/WriteSecondBurstState.java0046
org/jscsi/initiator/connection/state/WriteSecondResponseState.java0050
org/jscsi/initiator/connection/state/package-info.java0017
org/jscsi/initiator/example/MultiThreadedReadWrite.java0030
org/jscsi/initiator/example/SimpleLoginLogout.java0022
org/jscsi/initiator/example/SingleThreadedReadWrite.java0027
org/jscsi/initiator/package-info.java0017
org/jscsi/initiator/taskbalancer/AbstractTaskBalancer.java0040
org/jscsi/initiator/taskbalancer/ITaskBalancer.java0032
org/jscsi/initiator/taskbalancer/SimpleTaskBalancer.java0028
org/jscsi/initiator/taskbalancer/package-info.java0017

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
270Errors Error
JavadocMethod26Errors Error
JavadocType0Errors Error
JavadocVariable3Errors Error
JavadocStyle1Errors 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
LineLength1435Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad182Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier125Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock3Errors Error
LeftCurly0Errors Error
NeedBraces1Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber6Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension1Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor3Errors Error
InterfaceIsType0Errors Error
VisibilityModifier24Errors Error
ArrayTypeStyle0Errors Error
FinalParameters0Errors Error
TodoComment2Errors Error
UpperEll0Errors Error

Details

org/jscsi/initiator/Configuration.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.131
ErrorsLine is longer than 80 characters.133
ErrorsLine is longer than 80 characters.134
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.142
ErrorsLine is longer than 80 characters.143
Errors'(' is preceded with whitespace.148
ErrorsLine is longer than 80 characters.149
ErrorsFirst sentence should end with a period.152
ErrorsLine is longer than 80 characters.153
ErrorsLine is longer than 80 characters.155
Errors'(' is preceded with whitespace.155
ErrorsExpected @param tag for 'paramGlobalConfig'.155
ErrorsExpected @param tag for 'paramConfig'.155
ErrorsLine is longer than 80 characters.161
ErrorsLine is longer than 80 characters.162
ErrorsLine is longer than 80 characters.165
ErrorsLine has trailing spaces.167
ErrorsLine is longer than 80 characters.169
ErrorsRedundant 'final' modifier.171
Errors'(' is preceded with whitespace.171
ErrorsLine is longer than 80 characters.177
ErrorsLine has trailing spaces.179
ErrorsLine is longer than 80 characters.180
ErrorsLine is longer than 80 characters.183
ErrorsLine has trailing spaces.184
ErrorsLine is longer than 80 characters.186
ErrorsRedundant 'final' modifier.186
Errors'(' is preceded with whitespace.186
ErrorsLine has trailing spaces.198
ErrorsLine is longer than 80 characters.203
ErrorsLine is longer than 80 characters.205
ErrorsRedundant 'final' modifier.205
Errors'(' is preceded with whitespace.205
ErrorsMust have at least one statement.219
ErrorsLine is longer than 80 characters.234
ErrorsLine is longer than 80 characters.238
ErrorsLine is longer than 80 characters.239
ErrorsLine has trailing spaces.240
ErrorsLine is longer than 80 characters.245
ErrorsRedundant 'final' modifier.245
Errors'(' is preceded with whitespace.245
ErrorsLine is longer than 80 characters.251
ErrorsLine is longer than 80 characters.263
ErrorsLine is longer than 80 characters.264
ErrorsLine is longer than 80 characters.275
ErrorsLine has trailing spaces.276
ErrorsLine is longer than 80 characters.280
ErrorsLine is longer than 80 characters.283
ErrorsRedundant 'final' modifier.283
Errors'(' is preceded with whitespace.283
ErrorsLine is longer than 80 characters.289
ErrorsLine has trailing spaces.290
ErrorsLine is longer than 80 characters.292
ErrorsLine is longer than 80 characters.293
ErrorsLine is longer than 80 characters.295
ErrorsRedundant 'final' modifier.295
Errors'(' is preceded with whitespace.295
ErrorsLine is longer than 80 characters.299
ErrorsLine is longer than 80 characters.305
ErrorsLine has trailing spaces.306
ErrorsLine is longer than 80 characters.310
ErrorsLine is longer than 80 characters.312
ErrorsRedundant 'final' modifier.312
Errors'(' is preceded with whitespace.312
ErrorsLine is longer than 80 characters.319
ErrorsLine is longer than 80 characters.323
ErrorsLine is longer than 80 characters.329
ErrorsLine is longer than 80 characters.335
ErrorsLine is longer than 80 characters.336
ErrorsLine is longer than 80 characters.337
ErrorsLine is longer than 80 characters.338
ErrorsLine is longer than 80 characters.348
ErrorsLine is longer than 80 characters.349
ErrorsLine is longer than 80 characters.352
ErrorsLine has trailing spaces.353
ErrorsLine is longer than 80 characters.354
ErrorsUnused @throws tag for 'SAXException'.354
ErrorsLine is longer than 80 characters.355
ErrorsUnused @throws tag for 'ParserConfigurationException'.355
ErrorsUnused @throws tag for 'IOException'.357
ErrorsExpected an @return tag.359
ErrorsLine is longer than 80 characters.359
ErrorsRedundant 'final' modifier.359
Errors'(' is preceded with whitespace.359
ErrorsExpected @param tag for 'schemaLocation'.359
ErrorsExpected @param tag for 'configFile'.359
ErrorsExpected @throws tag for 'ConfigurationException'.359
ErrorsLine is longer than 80 characters.361
ErrorsLine is longer than 80 characters.367
ErrorsLine has trailing spaces.389
ErrorsRedundant 'final' modifier.392
Errors'(' is preceded with whitespace.392
ErrorsLine has trailing spaces.403
ErrorsRedundant 'final' modifier.406
Errors'(' is preceded with whitespace.406
ErrorsLine is longer than 80 characters.408
ErrorsLine is longer than 80 characters.410
ErrorsLine is longer than 80 characters.425
ErrorsLine is longer than 80 characters.426
ErrorsLine is longer than 80 characters.427
ErrorsLine is longer than 80 characters.432
ErrorsLine has trailing spaces.441
ErrorsRedundant 'final' modifier.444
Errors'(' is preceded with whitespace.444
ErrorsLine is longer than 80 characters.460
ErrorsLine is longer than 80 characters.467
ErrorsLine is longer than 80 characters.473
ErrorsLine is longer than 80 characters.478
ErrorsLine is longer than 80 characters.483
ErrorsLine is longer than 80 characters.484
ErrorsRedundant 'final' modifier.489
Errors'(' is preceded with whitespace.489
ErrorsLine is longer than 80 characters.500
ErrorsLine is longer than 80 characters.501
ErrorsLine is longer than 80 characters.502
ErrorsLine is longer than 80 characters.503
ErrorsLine is longer than 80 characters.506
ErrorsLine has trailing spaces.508
ErrorsLine is longer than 80 characters.523
Errors'(' is preceded with whitespace.525
ErrorsLine is longer than 80 characters.528
ErrorsLine is longer than 80 characters.532
ErrorsLine has trailing spaces.533
ErrorsLine is longer than 80 characters.537
ErrorsRedundant 'final' modifier.537
Errors'(' is preceded with whitespace.537
ErrorsLine is longer than 80 characters.543
ErrorsLine has trailing spaces.545
ErrorsLine is longer than 80 characters.548
ErrorsLine is longer than 80 characters.550
ErrorsRedundant 'final' modifier.550
Errors'(' is preceded with whitespace.550
ErrorsLine is longer than 80 characters.581
ErrorsLine has trailing spaces.583
ErrorsLine is longer than 80 characters.587
ErrorsLine is longer than 80 characters.589
ErrorsRedundant 'final' modifier.589
Errors'(' is preceded with whitespace.589
ErrorsLine has trailing spaces.666
ErrorsLine is longer than 80 characters.670
ErrorsLine is longer than 80 characters.672
ErrorsRedundant 'final' modifier.672
Errors'(' is preceded with whitespace.672
ErrorsLine is longer than 80 characters.683
ErrorsLine has trailing spaces.688
ErrorsLine is longer than 80 characters.690
ErrorsRedundant 'final' modifier.692
Errors'(' is preceded with whitespace.692
ErrorsLine is longer than 80 characters.697
ErrorsLine is longer than 80 characters.702
ErrorsLine is longer than 80 characters.705
ErrorsLine is longer than 80 characters.713
ErrorsLine has trailing spaces.714
ErrorsRedundant 'final' modifier.717
Errors'(' is preceded with whitespace.717
ErrorsLine is longer than 80 characters.723
ErrorsLine has trailing spaces.724
ErrorsLine is longer than 80 characters.725
ErrorsLine is longer than 80 characters.727
ErrorsLine is longer than 80 characters.730
ErrorsRedundant 'final' modifier.730
Errors'(' is preceded with whitespace.730
ErrorsLine is longer than 80 characters.736
ErrorsLine is longer than 80 characters.737
ErrorsLine is longer than 80 characters.738
ErrorsLine is longer than 80 characters.739
ErrorsLine is longer than 80 characters.741
ErrorsLine is longer than 80 characters.742
ErrorsLine is longer than 80 characters.743
ErrorsLine is longer than 80 characters.744

org/jscsi/initiator/Initiator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.65
ErrorsLine has trailing spaces.66
Errors'(' is preceded with whitespace.69
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.84
ErrorsLine is longer than 80 characters.86
ErrorsRedundant 'final' modifier.86
Errors'(' is preceded with whitespace.86
ErrorsLine is longer than 80 characters.92
ErrorsLine has trailing spaces.94
ErrorsLine is longer than 80 characters.96
ErrorsUnused @throws tag for 'Exception'.97
ErrorsLine is longer than 80 characters.99
ErrorsRedundant 'final' modifier.99
Errors'(' is preceded with whitespace.99
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.103
ErrorsLine has trailing spaces.108
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.113
ErrorsRedundant 'final' modifier.113
Errors'(' is preceded with whitespace.113
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.126
ErrorsLine is longer than 80 characters.127
ErrorsLine has trailing spaces.128
ErrorsLine has trailing spaces.129
ErrorsUnused @throws tag for 'Exception'.134
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.140
ErrorsRedundant 'final' modifier.140
Errors'(' is preceded with whitespace.140
ErrorsLine is longer than 80 characters.142
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.148
ErrorsLine has trailing spaces.149
ErrorsLine has trailing spaces.150
ErrorsLine is longer than 80 characters.158
ErrorsRedundant 'final' modifier.158
Errors'(' is preceded with whitespace.158
ErrorsLine is longer than 80 characters.160
ErrorsLine is longer than 80 characters.169
ErrorsLine is longer than 80 characters.170
ErrorsLine has trailing spaces.171
ErrorsLine has trailing spaces.172
ErrorsUnused @throws tag for 'Exception'.177
ErrorsLine is longer than 80 characters.182
ErrorsRedundant 'final' modifier.182
Errors'(' is preceded with whitespace.182
ErrorsLine is longer than 80 characters.184
ErrorsLine is longer than 80 characters.188
ErrorsLine is longer than 80 characters.189
ErrorsLine has trailing spaces.190
ErrorsLine has trailing spaces.191
ErrorsLine is longer than 80 characters.199
ErrorsRedundant 'final' modifier.199
Errors'(' is preceded with whitespace.199
ErrorsLine is longer than 80 characters.202
ErrorsLine is longer than 80 characters.210
ErrorsLine is longer than 80 characters.211
ErrorsLine has trailing spaces.215
ErrorsLine is longer than 80 characters.216
ErrorsLine is longer than 80 characters.218
ErrorsLine is longer than 80 characters.220
ErrorsRedundant 'final' modifier.220
Errors'(' is preceded with whitespace.220
ErrorsLine has trailing spaces.227
ErrorsLine is longer than 80 characters.228
ErrorsLine is longer than 80 characters.230
ErrorsLine is longer than 80 characters.232
ErrorsRedundant 'final' modifier.232
Errors'(' is preceded with whitespace.232
ErrorsLine is longer than 80 characters.237
ErrorsLine is longer than 80 characters.238
ErrorsLine is longer than 80 characters.241
ErrorsLine has trailing spaces.242
ErrorsLine is longer than 80 characters.246
ErrorsRedundant 'final' modifier.246
Errors'(' is preceded with whitespace.246
ErrorsExpected @throws tag for 'NoSuchSessionException'.246
ErrorsLine is longer than 80 characters.253
ErrorsLine has trailing spaces.259
ErrorsLine is longer than 80 characters.263
ErrorsRedundant 'final' modifier.263
Errors'(' is preceded with whitespace.263
ErrorsLine is longer than 80 characters.270
ErrorsLine is longer than 80 characters.275
ErrorsLine has trailing spaces.280
ErrorsRedundant 'final' modifier.283
Errors'(' is preceded with whitespace.283
ErrorsLine is longer than 80 characters.288
ErrorsLine is longer than 80 characters.289
ErrorsLine is longer than 80 characters.290
ErrorsLine is longer than 80 characters.291

org/jscsi/initiator/LinkFactory.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.56
ErrorsLine has trailing spaces.57
Errors'(' is preceded with whitespace.61
ErrorsLine is longer than 80 characters.67
ErrorsLine has trailing spaces.68
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.74
ErrorsRedundant 'final' modifier.74
Errors'(' is preceded with whitespace.74
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.89
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.97
ErrorsRedundant 'final' modifier.97
Errors'(' is preceded with whitespace.97
ErrorsLine is longer than 80 characters.100
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.110
ErrorsLine has trailing spaces.114
ErrorsRedundant 'final' modifier.117
Errors'(' is preceded with whitespace.117
ErrorsMust have at least one statement.121

org/jscsi/initiator/connection/Connection.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.91
ErrorsLine has trailing spaces.92
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.100
Errors'(' is preceded with whitespace.100
ErrorsLine is longer than 80 characters.113
ErrorsLine has trailing spaces.114
ErrorsLine is longer than 80 characters.116
ErrorsLine is longer than 80 characters.118
ErrorsRedundant 'final' modifier.118
Errors'(' is preceded with whitespace.118
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.124
ErrorsLine has trailing spaces.125
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.131
ErrorsRedundant 'final' modifier.131
Errors'(' is preceded with whitespace.131
ErrorsLine is longer than 80 characters.136
ErrorsLine has trailing spaces.137
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.142
ErrorsRedundant 'final' modifier.142
Errors'(' is preceded with whitespace.142
ErrorsLine has trailing spaces.149
ErrorsLine is longer than 80 characters.152
ErrorsLine is longer than 80 characters.154
ErrorsRedundant 'final' modifier.154
Errors'(' is preceded with whitespace.154
ErrorsLine is longer than 80 characters.156
ErrorsLine has trailing spaces.161
ErrorsRedundant 'final' modifier.164
Errors'(' is preceded with whitespace.164
ErrorsLine is longer than 80 characters.166
ErrorsLine is longer than 80 characters.169
ErrorsLine is longer than 80 characters.170
ErrorsLine is longer than 80 characters.173
ErrorsRedundant 'final' modifier.175
Errors'(' is preceded with whitespace.175
ErrorsLine is longer than 80 characters.181
ErrorsLine has trailing spaces.182
ErrorsRedundant 'final' modifier.185
Errors'(' is preceded with whitespace.185
ErrorsLine is longer than 80 characters.191
ErrorsLine has trailing spaces.192
ErrorsLine is longer than 80 characters.195
ErrorsRedundant 'final' modifier.195
Errors'(' is preceded with whitespace.195
ErrorsLine is longer than 80 characters.202
ErrorsLine is longer than 80 characters.203
ErrorsLine is longer than 80 characters.206
ErrorsLine has trailing spaces.207
ErrorsLine is longer than 80 characters.211
ErrorsRedundant 'final' modifier.211
Errors'(' is preceded with whitespace.211
ErrorsLine is longer than 80 characters.217
ErrorsLine has trailing spaces.225
ErrorsLine is longer than 80 characters.226
ErrorsRedundant 'final' modifier.228
Errors'(' is preceded with whitespace.228
ErrorsLine has trailing spaces.235
ErrorsRedundant 'final' modifier.238
Errors'(' is preceded with whitespace.238
ErrorsLine has trailing spaces.245
ErrorsRedundant 'final' modifier.248
Errors'(' is preceded with whitespace.248
ErrorsLine is longer than 80 characters.253
ErrorsLine is longer than 80 characters.254
ErrorsLine is longer than 80 characters.257
ErrorsLine has trailing spaces.258
ErrorsRedundant 'final' modifier.261
Errors'(' is preceded with whitespace.261
ErrorsLine has trailing spaces.269
ErrorsLine is longer than 80 characters.273
ErrorsRedundant 'final' modifier.273
Errors'(' is preceded with whitespace.273
ErrorsLine has trailing spaces.286
ErrorsLine is longer than 80 characters.290
ErrorsRedundant 'final' modifier.290
Errors'(' is preceded with whitespace.290
ErrorsLine is longer than 80 characters.298
ErrorsLine has trailing spaces.299
ErrorsRedundant 'final' modifier.303
Errors'(' is preceded with whitespace.303
ErrorsLine is longer than 80 characters.314
ErrorsLine is longer than 80 characters.315
ErrorsLine is longer than 80 characters.316
ErrorsLine is longer than 80 characters.317

org/jscsi/initiator/connection/ITask.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.32
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.40
ErrorsRedundant 'public' modifier.44
Errors'(' is preceded with whitespace.44
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsVariable 'session' must be private and have accessor methods.67
ErrorsVariable 'phase' must be private and have accessor methods.70
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.76
ErrorsLine has trailing spaces.78
ErrorsUnused @param tag for 'initCaller'.79
Errors'(' is preceded with whitespace.82
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.89
Errors'(' is preceded with whitespace.93
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.116
ErrorsLine is longer than 80 characters.119
ErrorsLine has trailing spaces.120
ErrorsLine has trailing spaces.121
Errors'(' is preceded with whitespace.124
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.130
ErrorsRedundant 'final' modifier.133
Errors'(' is preceded with whitespace.133
ErrorsLine has trailing spaces.152
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.158
ErrorsLine is longer than 80 characters.161
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.163
Errors'(' is preceded with whitespace.166
ErrorsLine is longer than 80 characters.171
ErrorsLine is longer than 80 characters.172
ErrorsRedundant 'final' modifier.175
Errors'(' is preceded with whitespace.175
ErrorsLine has trailing spaces.193
ErrorsLine is longer than 80 characters.198
ErrorsLine is longer than 80 characters.199
ErrorsVariable 'buffer' must be private and have accessor methods.202
ErrorsVariable 'logicalBlockAddress' must be private and have accessor methods.205
ErrorsVariable 'length' must be private and have accessor methods.208
ErrorsLine is longer than 80 characters.210
ErrorsLine is longer than 80 characters.211
ErrorsLine is longer than 80 characters.214
ErrorsLine has trailing spaces.215
ErrorsLine has trailing spaces.216
ErrorsLine is longer than 80 characters.222
Errors'(' is preceded with whitespace.222
ErrorsLine has trailing spaces.240
ErrorsLine is longer than 80 characters.245
ErrorsLine is longer than 80 characters.246
ErrorsLine is longer than 80 characters.249
ErrorsLine has trailing spaces.250
ErrorsLine is longer than 80 characters.256
Errors'(' is preceded with whitespace.256
ErrorsLine is longer than 80 characters.261
ErrorsLine is longer than 80 characters.262
ErrorsRedundant 'final' modifier.265
Errors'(' is preceded with whitespace.265
ErrorsLine has trailing spaces.283
ErrorsLine is longer than 80 characters.288
ErrorsLine is longer than 80 characters.289
ErrorsLine is longer than 80 characters.292
ErrorsLine has trailing spaces.293
ErrorsLine has trailing spaces.294
ErrorsLine is longer than 80 characters.300
Errors'(' is preceded with whitespace.300
ErrorsLine is longer than 80 characters.305
ErrorsLine is longer than 80 characters.306
ErrorsRedundant 'final' modifier.309
Errors'(' is preceded with whitespace.309

org/jscsi/initiator/connection/SenderWorker.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.41
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.70
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.79
Errors'(' is preceded with whitespace.79
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.93
ErrorsLine has trailing spaces.94
ErrorsRedundant 'final' modifier.97
Errors'(' is preceded with whitespace.97
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.107
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.115
Errors'(' is preceded with whitespace.115
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.131
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.143
ErrorsLine is longer than 80 characters.146
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.158
ErrorsLine is longer than 80 characters.161
ErrorsLine has trailing spaces.162
ErrorsLine is longer than 80 characters.164
ErrorsLine is longer than 80 characters.166
ErrorsLine is longer than 80 characters.167
ErrorsLine is longer than 80 characters.170
ErrorsRedundant 'final' modifier.170
Errors'(' is preceded with whitespace.170
ErrorsLine is longer than 80 characters.174
ErrorsLine is longer than 80 characters.175
ErrorsLine is longer than 80 characters.177
ErrorsLine is longer than 80 characters.190
ErrorsLine is longer than 80 characters.191
ErrorsLine is longer than 80 characters.192
ErrorsLine is longer than 80 characters.193

org/jscsi/initiator/connection/Session.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.20
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
ErrorsLine has trailing spaces.58
ErrorsVariable 'targetName' must be private and have accessor methods.66
ErrorsVariable 'inetSocketAddress' must be private and have accessor methods.69
ErrorsVariable 'nextFreeConnectionID' must be private and have accessor methods.75
ErrorsVariable 'phase' must be private and have accessor methods.78
ErrorsLine is longer than 80 characters.81
ErrorsVariable 'capacityInformations' must be private and have accessor methods.83
ErrorsVariable 'connections' must be private and have accessor methods.86
ErrorsVariable 'commandSequenceNumber' must be private and have accessor methods.89
ErrorsVariable 'maximumCommandSequenceNumber' must be private and have accessor methods.92
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
ErrorsVariable 'initiatorTaskTag' must be private and have accessor methods.98
ErrorsLine is longer than 80 characters.101
ErrorsVariable 'tsihChanged' must be private and have accessor methods.104
ErrorsVariable 'targetSessionIdentifyingHandle' must be private and have accessor methods.107
ErrorsVariable 'configuration' must be private and have accessor methods.113
ErrorsVariable 'factory' must be private and have accessor methods.116
ErrorsLine is longer than 80 characters.126
ErrorsVariable 'taskBalancer' must be private and have accessor methods.128
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.131
ErrorsLine is longer than 80 characters.134
ErrorsLine is longer than 80 characters.135
ErrorsLine has trailing spaces.136
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.141
ErrorsLine is longer than 80 characters.145
Errors'(' is preceded with whitespace.145
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.167
ErrorsLine is longer than 80 characters.168
ErrorsLine is longer than 80 characters.170
ErrorsLine is longer than 80 characters.171
ErrorsLine is longer than 80 characters.185
ErrorsLine has trailing spaces.186
ErrorsRedundant 'final' modifier.189
Errors'(' is preceded with whitespace.189
ErrorsLine is longer than 80 characters.195
ErrorsLine has trailing spaces.197
ErrorsRedundant 'final' modifier.200
Errors'(' is preceded with whitespace.200
ErrorsLine is longer than 80 characters.208
ErrorsLine is longer than 80 characters.209
ErrorsLine has trailing spaces.213
ErrorsRedundant 'final' modifier.216
Errors'(' is preceded with whitespace.216
ErrorsLine has trailing spaces.223
ErrorsLine is longer than 80 characters.224
ErrorsLine is longer than 80 characters.226
ErrorsRedundant 'final' modifier.226
Errors'(' is preceded with whitespace.226
ErrorsLine has trailing spaces.233
ErrorsRedundant 'final' modifier.236
Errors'(' is preceded with whitespace.236
ErrorsLine has trailing spaces.243
ErrorsRedundant 'final' modifier.246
Errors'(' is preceded with whitespace.246
ErrorsLine is longer than 80 characters.252
ErrorsRedundant 'final' modifier.254
Errors'(' is preceded with whitespace.254
ErrorsLine has trailing spaces.261
ErrorsLine is longer than 80 characters.262
ErrorsRedundant 'final' modifier.265
Errors'(' is preceded with whitespace.265
ErrorsLine is longer than 80 characters.267
ErrorsLine is longer than 80 characters.270
ErrorsLine is longer than 80 characters.271
ErrorsLine has trailing spaces.275
ErrorsRedundant 'final' modifier.278
Errors'(' is preceded with whitespace.278
ErrorsLine is longer than 80 characters.283
ErrorsLine is longer than 80 characters.284
ErrorsLine has trailing spaces.288
ErrorsRedundant 'final' modifier.292
Errors'(' is preceded with whitespace.292
ErrorsLine is longer than 80 characters.302
ErrorsLine has trailing spaces.303
ErrorsRedundant 'final' modifier.307
Errors'(' is preceded with whitespace.307
ErrorsLine is longer than 80 characters.311
ErrorsLine is longer than 80 characters.312
ErrorsLine is longer than 80 characters.320
ErrorsLine is longer than 80 characters.334
ErrorsLine has trailing spaces.335
ErrorsLine is longer than 80 characters.336
Errors'(' is preceded with whitespace.338
ErrorsLine is longer than 80 characters.343
ErrorsLine is longer than 80 characters.357
ErrorsMust have at least one statement.369
ErrorsLine is longer than 80 characters.376
ErrorsLine has trailing spaces.377
ErrorsLine is longer than 80 characters.381
ErrorsRedundant 'final' modifier.381
Errors'(' is preceded with whitespace.381
ErrorsLine is longer than 80 characters.387
ErrorsRedundant 'final' modifier.389
Errors'(' is preceded with whitespace.389
ErrorsLine is longer than 80 characters.394
ErrorsLine is longer than 80 characters.395
ErrorsLine has trailing spaces.399
ErrorsRedundant 'final' modifier.402
Errors'(' is preceded with whitespace.402
ErrorsLine has trailing spaces.419
ErrorsRedundant 'final' modifier.422
Errors'(' is preceded with whitespace.422
ErrorsLine has trailing spaces.429
ErrorsRedundant 'final' modifier.432
Errors'(' is preceded with whitespace.432
ErrorsLine is longer than 80 characters.437
ErrorsLine is longer than 80 characters.438
ErrorsLine is longer than 80 characters.441
ErrorsLine has trailing spaces.442
ErrorsLine has trailing spaces.443
ErrorsRedundant 'final' modifier.446
Errors'(' is preceded with whitespace.446
ErrorsLine is longer than 80 characters.452
ErrorsLine has trailing spaces.453
ErrorsLine has trailing spaces.454
ErrorsRedundant 'final' modifier.457
Errors'(' is preceded with whitespace.457
ErrorsLine is longer than 80 characters.462
ErrorsLine is longer than 80 characters.463
ErrorsLine is longer than 80 characters.466
ErrorsLine has trailing spaces.467
ErrorsLine has trailing spaces.468
ErrorsLine is longer than 80 characters.470
ErrorsUnused @throws tag for 'Exception'.472
ErrorsLine is longer than 80 characters.476
ErrorsRedundant 'final' modifier.476
Errors'(' is preceded with whitespace.476
ErrorsLine is longer than 80 characters.478
ErrorsLine is longer than 80 characters.482
ErrorsLine has trailing spaces.483
ErrorsLine has trailing spaces.484
ErrorsLine is longer than 80 characters.486
ErrorsUnused @throws tag for 'Exception'.488
ErrorsLine is longer than 80 characters.492
ErrorsRedundant 'final' modifier.492
Errors'(' is preceded with whitespace.492
ErrorsLine is longer than 80 characters.494
ErrorsLine is longer than 80 characters.497
ErrorsLine is longer than 80 characters.498
ErrorsLine is longer than 80 characters.500
ErrorsLine is longer than 80 characters.501
ErrorsLine has trailing spaces.505
ErrorsRedundant 'final' modifier.508
Errors'(' is preceded with whitespace.508
ErrorsLine is longer than 80 characters.514
ErrorsLine has trailing spaces.515
ErrorsRedundant 'final' modifier.518
Errors'(' is preceded with whitespace.518
ErrorsLine is longer than 80 characters.521
ErrorsLine is longer than 80 characters.526
ErrorsLine has trailing spaces.527
ErrorsLine is longer than 80 characters.529
ErrorsUnused @throws tag for 'InterruptedException'.529
ErrorsLine is longer than 80 characters.530
ErrorsUnused @throws tag for 'ExecutionException'.532
ErrorsExpected an @return tag.534
ErrorsLine is longer than 80 characters.534
ErrorsRedundant 'final' modifier.534
Errors'(' is preceded with whitespace.534
ErrorsExpected @throws tag for 'TaskExecutionException'.534
ErrorsLine has trailing spaces.552
ErrorsRedundant 'final' modifier.555
Errors'(' is preceded with whitespace.555
ErrorsLine has trailing spaces.568
ErrorsRedundant 'final' modifier.572
Errors'(' is preceded with whitespace.572
ErrorsLine has trailing spaces.592
ErrorsLine is longer than 80 characters.596
ErrorsRedundant 'final' modifier.596
Errors'(' is preceded with whitespace.596
ErrorsLine has trailing spaces.604
ErrorsLine is longer than 80 characters.608
ErrorsRedundant 'final' modifier.608
Errors'(' is preceded with whitespace.608
ErrorsLine is longer than 80 characters.613
ErrorsLine is longer than 80 characters.614
ErrorsLine is longer than 80 characters.615
ErrorsLine is longer than 80 characters.616

org/jscsi/initiator/connection/TargetCapacityInformations.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.53
Errors'(' is preceded with whitespace.55
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsLine has trailing spaces.64
ErrorsRedundant 'final' modifier.67
Errors'(' is preceded with whitespace.67
ErrorsLine has trailing spaces.74
ErrorsRedundant 'final' modifier.77
Errors'(' is preceded with whitespace.77
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.86
ErrorsLine has trailing spaces.87
ErrorsRedundant 'final' modifier.90
Errors'(' is preceded with whitespace.90
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
ErrorsRedundant 'final' modifier.100
Errors'(' is preceded with whitespace.100
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.107
ErrorsLine is longer than 80 characters.108

org/jscsi/initiator/connection/package-info.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.21

org/jscsi/initiator/connection/phase/FullFeaturePhase.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.41
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.70
ErrorsRedundant 'final' modifier.74
Errors'(' is preceded with whitespace.74
ErrorsComment matches to-do format 'TODO:'.82
ErrorsLine is longer than 80 characters.97
ErrorsRedundant 'final' modifier.97
Errors'(' is preceded with whitespace.97
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.107
ErrorsRedundant 'final' modifier.107
Errors'(' is preceded with whitespace.107
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.126
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.139
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.154
ErrorsLine is longer than 80 characters.164
ErrorsRedundant 'final' modifier.164
Errors'(' is preceded with whitespace.164
ErrorsLine is longer than 80 characters.166
ErrorsLine is longer than 80 characters.181
ErrorsLine is longer than 80 characters.184
ErrorsLine is longer than 80 characters.185
ErrorsLine is longer than 80 characters.197
ErrorsLine is longer than 80 characters.198
ErrorsLine is longer than 80 characters.201
ErrorsLine is longer than 80 characters.202
ErrorsLine is longer than 80 characters.215
ErrorsLine is longer than 80 characters.218
ErrorsLine is longer than 80 characters.219
ErrorsLine is longer than 80 characters.230
ErrorsRedundant 'final' modifier.230
Errors'(' is preceded with whitespace.230
ErrorsLine is longer than 80 characters.237
ErrorsLine is longer than 80 characters.242
ErrorsLine is longer than 80 characters.243
ErrorsRedundant 'final' modifier.247
Errors'(' is preceded with whitespace.247
ErrorsLine is longer than 80 characters.252
ErrorsLine is longer than 80 characters.253
ErrorsLine is longer than 80 characters.254
ErrorsLine is longer than 80 characters.255

org/jscsi/initiator/connection/phase/IPhase.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.44
ErrorsRedundant 'public' modifier.49
Errors'(' is preceded with whitespace.49
ErrorsLine is longer than 80 characters.52
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.59
ErrorsRedundant 'public' modifier.59
Errors'(' is preceded with whitespace.59
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.70
ErrorsRedundant 'public' modifier.70
Errors'(' is preceded with whitespace.70
ErrorsLine is longer than 80 characters.73
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.83
ErrorsRedundant 'public' modifier.83
Errors'(' is preceded with whitespace.83
ErrorsLine is longer than 80 characters.86
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.96
ErrorsRedundant 'public' modifier.96
Errors'(' is preceded with whitespace.96
ErrorsLine is longer than 80 characters.99
ErrorsLine has trailing spaces.101
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.107
ErrorsRedundant 'public' modifier.107
Errors'(' is preceded with whitespace.107
ErrorsLine has trailing spaces.111
ErrorsRedundant 'public' modifier.115
Errors'(' is preceded with whitespace.115
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.118
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.125
ErrorsLine has trailing spaces.127
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.133
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.138
ErrorsLine is longer than 80 characters.139
ErrorsLine is longer than 80 characters.142
Errors'(' is preceded with whitespace.144
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.149
Errors'(' is preceded with whitespace.152
ErrorsLine is longer than 80 characters.154
ErrorsLine is longer than 80 characters.158
Errors'(' is preceded with whitespace.158
ErrorsLine is longer than 80 characters.160
ErrorsLine is longer than 80 characters.164
Errors'(' is preceded with whitespace.164
ErrorsLine is longer than 80 characters.166
ErrorsLine is longer than 80 characters.170
Errors'(' is preceded with whitespace.170
ErrorsLine is longer than 80 characters.172
ErrorsLine is longer than 80 characters.177
Errors'(' is preceded with whitespace.177
ErrorsLine is longer than 80 characters.179
ErrorsLine is longer than 80 characters.183
Errors'(' is preceded with whitespace.183
ErrorsLine is longer than 80 characters.185
ErrorsLine is longer than 80 characters.188
ErrorsLine is longer than 80 characters.189
Errors'(' is preceded with whitespace.192
ErrorsLine is longer than 80 characters.197
ErrorsLine is longer than 80 characters.198
ErrorsLine is longer than 80 characters.199
ErrorsLine is longer than 80 characters.200

org/jscsi/initiator/connection/phase/LoginOperationalNegotiationPhase.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
ErrorsRedundant 'final' modifier.40
Errors'(' is preceded with whitespace.40
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48

org/jscsi/initiator/connection/phase/SecurityNegotiationPhase.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsRedundant 'final' modifier.41
Errors'(' is preceded with whitespace.41
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsRedundant 'final' modifier.52
Errors'(' is preceded with whitespace.52
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60

org/jscsi/initiator/connection/phase/package-info.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.21

org/jscsi/initiator/connection/state/CapacityRequestState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.52
ErrorsMissing a Javadoc comment.57
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.69
Errors'(' is preceded with whitespace.69
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.77
ErrorsRedundant 'final' modifier.80
Errors'(' is preceded with whitespace.80
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.100
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.102

org/jscsi/initiator/connection/state/CapacityResponseState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.59
Errors'(' is preceded with whitespace.59
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.66
ErrorsRedundant 'final' modifier.69
Errors'(' is preceded with whitespace.69
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.103
Errors'if' construct must use '{}'s.104
Errors';' is not followed by whitespace.104
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.114

org/jscsi/initiator/connection/state/GetConnectionsRequestState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.53
Errors'(' is preceded with whitespace.55
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
ErrorsRedundant 'final' modifier.64
Errors'(' is preceded with whitespace.64
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.90

org/jscsi/initiator/connection/state/GetConnectionsResponseState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.46
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.49
Errors'(' is preceded with whitespace.51
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
Errors'(' is preceded with whitespace.60
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.108
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.111

org/jscsi/initiator/connection/state/IState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.46
ErrorsRedundant 'public' modifier.48
Errors'(' is preceded with whitespace.48
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.53
ErrorsRedundant 'public' modifier.55
Errors'(' is preceded with whitespace.55
ErrorsLine is longer than 80 characters.58
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62
ErrorsRedundant 'public' modifier.64
Errors'(' is preceded with whitespace.64
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.77
ErrorsLine has trailing spaces.78
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.90
ErrorsVariable 'connection' must be private and have accessor methods.93
ErrorsLine is longer than 80 characters.96
ErrorsVariable 'protocolDataUnitFactory' must be private and have accessor methods.96
ErrorsVariable 'stateFollowing' must be private and have accessor methods.99
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.102
Errors'(' is preceded with whitespace.105
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.114
ErrorsLine has trailing spaces.115
ErrorsLine is longer than 80 characters.116
Errors'(' is preceded with whitespace.118
Errors'(' is preceded with whitespace.126
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.131
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.133

org/jscsi/initiator/connection/state/LoginRequestState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.73
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.79
Errors'(' is preceded with whitespace.79
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.86
ErrorsRedundant 'final' modifier.89
Errors'(' is preceded with whitespace.89
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.134
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.151

org/jscsi/initiator/connection/state/LoginResponseState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.56
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.62
Errors'(' is preceded with whitespace.62
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.69
ErrorsRedundant 'final' modifier.72
Errors'(' is preceded with whitespace.72
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.92
Errors';' is not followed by whitespace.92
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.116
ErrorsRedundant 'final' modifier.120
Errors'(' is preceded with whitespace.120
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.131
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.133

org/jscsi/initiator/connection/state/LogoutRequestState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.56
Errors'(' is preceded with whitespace.56
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
ErrorsRedundant 'final' modifier.66
Errors'(' is preceded with whitespace.66
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85

org/jscsi/initiator/connection/state/LogoutResponseState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.44
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.47
Errors'(' is preceded with whitespace.49
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.55
ErrorsRedundant 'final' modifier.58
Errors'(' is preceded with whitespace.58
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84

org/jscsi/initiator/connection/state/ReadRequestState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.67
ErrorsLine has trailing spaces.68
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.76
Errors'(' is preceded with whitespace.76
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.87
ErrorsRedundant 'final' modifier.90
Errors'(' is preceded with whitespace.90
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.107
ErrorsLine is longer than 80 characters.108
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.110

org/jscsi/initiator/connection/state/ReadResponseState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.76
Errors'(' is preceded with whitespace.76
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85
ErrorsRedundant 'final' modifier.88
Errors'(' is preceded with whitespace.88
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.108
ErrorsLine is longer than 80 characters.111
ErrorsComment matches to-do format 'TODO:'.112
ErrorsLine is longer than 80 characters.114
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.134
ErrorsMissing a Javadoc comment.134
Errors'(' is preceded with whitespace.134
ErrorsLine is longer than 80 characters.135
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.152
Errors'(' is preceded with whitespace.156
ErrorsLine is longer than 80 characters.158
ErrorsLine is longer than 80 characters.164
ErrorsLine is longer than 80 characters.165
ErrorsLine is longer than 80 characters.172
ErrorsLine is longer than 80 characters.181
ErrorsLine is longer than 80 characters.185
ErrorsLine is longer than 80 characters.192
ErrorsLine is longer than 80 characters.197
ErrorsLine is longer than 80 characters.198
Errors'(' is preceded with whitespace.203
ErrorsLine is longer than 80 characters.205
ErrorsLine is longer than 80 characters.208
ErrorsLine is longer than 80 characters.209
ErrorsLine is longer than 80 characters.210
ErrorsLine is longer than 80 characters.211

org/jscsi/initiator/connection/state/SNACKRequestState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.57
Errors'(' is preceded with whitespace.57
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.65
ErrorsRedundant 'final' modifier.68
Errors'(' is preceded with whitespace.68
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85

org/jscsi/initiator/connection/state/WriteFirstBurstState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.74
Errors'(' is preceded with whitespace.74
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84
ErrorsRedundant 'final' modifier.87
Errors'(' is preceded with whitespace.87
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.133
ErrorsLine is longer than 80 characters.134
ErrorsLine is longer than 80 characters.135

org/jscsi/initiator/connection/state/WriteRequestState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.74
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.84
Errors'(' is preceded with whitespace.84
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
ErrorsRedundant 'final' modifier.99
Errors'(' is preceded with whitespace.99
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.118
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.126
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.133
ErrorsLine is longer than 80 characters.134
ErrorsLine is longer than 80 characters.135
ErrorsLine is longer than 80 characters.136

org/jscsi/initiator/connection/state/WriteSecondBurstState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.71
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.82
Errors'(' is preceded with whitespace.82
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.98
ErrorsRedundant 'final' modifier.101
Errors'(' is preceded with whitespace.101
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.126
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.142
Errors'(' is preceded with whitespace.150
ErrorsLine is longer than 80 characters.154
ErrorsLine is longer than 80 characters.155
ErrorsLine is longer than 80 characters.156
ErrorsLine is longer than 80 characters.157

org/jscsi/initiator/connection/state/WriteSecondResponseState.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.58
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.66
Errors'(' is preceded with whitespace.66
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsRedundant 'final' modifier.78
Errors'(' is preceded with whitespace.78
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.114
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.118
ErrorsRedundant 'final' modifier.122
Errors'(' is preceded with whitespace.122
ErrorsLine is longer than 80 characters.126
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.138
ErrorsLine is longer than 80 characters.139
ErrorsLine is longer than 80 characters.140

org/jscsi/initiator/connection/state/package-info.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.21

org/jscsi/initiator/example/MultiThreadedReadWrite.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsUtility classes should not have a public or default constructor.44
ErrorsLine is longer than 80 characters.45
ErrorsMissing a Javadoc comment.45
Errors'(' is preceded with whitespace.45
Errors'50' is a magic number.47
Errors'12345' is a magic number.48
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.87

org/jscsi/initiator/example/SimpleLoginLogout.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.36
ErrorsUtility classes should not have a public or default constructor.38
ErrorsLine is longer than 80 characters.40
ErrorsMissing a Javadoc comment.40
Errors'(' is preceded with whitespace.40

org/jscsi/initiator/example/SingleThreadedReadWrite.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsUtility classes should not have a public or default constructor.42
ErrorsLine is longer than 80 characters.44
ErrorsMissing a Javadoc comment.44
Errors'(' is preceded with whitespace.44
Errors'50' is a magic number.46
Errors'12345' is a magic number.47
Errors'512' is a magic number.48
Errors'512' is a magic number.49
ErrorsLine is longer than 80 characters.68

org/jscsi/initiator/package-info.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.21

org/jscsi/initiator/taskbalancer/AbstractTaskBalancer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsVariable 'freeConnections' must be private and have accessor methods.42
ErrorsVariable 'session' must be private and have accessor methods.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.51
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.56
Errors'(' is preceded with whitespace.56
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.64
ErrorsMissing a Javadoc comment.64
Errors'(' is preceded with whitespace.64
ErrorsLine is longer than 80 characters.66
ErrorsMethod 'releaseConnection' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
Errors'(' is preceded with whitespace.66
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.80

org/jscsi/initiator/taskbalancer/ITaskBalancer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.41
ErrorsRedundant 'public' modifier.45
Errors'(' is preceded with whitespace.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.56
ErrorsRedundant 'public' modifier.56
Errors'(' is preceded with whitespace.56
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61

org/jscsi/initiator/taskbalancer/SimpleTaskBalancer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.32
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.44
Errors'(' is preceded with whitespace.44
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.50
Errors'(' is preceded with whitespace.54
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.69

org/jscsi/initiator/taskbalancer/package-info.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.22