Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
209009259

Files

FilesInfosWarningsErrors
org/jscsi/initiator/Configuration.java00214
org/jscsi/initiator/Initiator.java00145
org/jscsi/initiator/LinkFactory.java0046
org/jscsi/initiator/connection/Connection.java00127
org/jscsi/initiator/connection/ITask.java0092
org/jscsi/initiator/connection/SenderWorker.java0067
org/jscsi/initiator/connection/Session.java00210
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.java0044
org/jscsi/initiator/connection/state/CapacityResponseState.java0050
org/jscsi/initiator/connection/state/GetConnectionsRequestState.java0038
org/jscsi/initiator/connection/state/GetConnectionsResponseState.java0037
org/jscsi/initiator/connection/state/IState.java0063
org/jscsi/initiator/connection/state/LoginRequestState.java0045
org/jscsi/initiator/connection/state/LoginResponseState.java0050
org/jscsi/initiator/connection/state/LogoutRequestState.java0036
org/jscsi/initiator/connection/state/LogoutResponseState.java0036
org/jscsi/initiator/connection/state/ReadRequestState.java0040
org/jscsi/initiator/connection/state/ReadResponseState.java0066
org/jscsi/initiator/connection/state/SNACKRequestState.java0038
org/jscsi/initiator/connection/state/WriteFirstBurstState.java0043
org/jscsi/initiator/connection/state/WriteRequestState.java0047
org/jscsi/initiator/connection/state/WriteSecondBurstState.java0047
org/jscsi/initiator/connection/state/WriteSecondResponseState.java0051
org/jscsi/initiator/connection/state/package-info.java0017
org/jscsi/initiator/example/MultiThreadedReadWrite.java0035
org/jscsi/initiator/example/SimpleLoginLogout.java0027
org/jscsi/initiator/example/SingleThreadedReadWrite.java0032
org/jscsi/initiator/package-info.java0017
org/jscsi/initiator/taskbalancer/AbstractTaskBalancer.java0042
org/jscsi/initiator/taskbalancer/ITaskBalancer.java0034
org/jscsi/initiator/taskbalancer/SimpleTaskBalancer.java0029
org/jscsi/initiator/taskbalancer/package-info.java0017
org/jscsi/target/Activator.java0031
org/jscsi/target/Configuration.java00117
org/jscsi/target/Target.java0036
org/jscsi/target/TargetServer.java0082
org/jscsi/target/connection/Connection.java00141
org/jscsi/target/connection/SessionType.java0018
org/jscsi/target/connection/TargetPduFactory.java0090
org/jscsi/target/connection/TargetSenderWorker.java0079
org/jscsi/target/connection/TargetSession.java00102
org/jscsi/target/connection/package-info.java0016
org/jscsi/target/connection/phase/TargetFullFeaturePhase.java0031
org/jscsi/target/connection/phase/TargetLoginPhase.java0039
org/jscsi/target/connection/phase/TargetPhase.java0027
org/jscsi/target/connection/phase/package-info.java0017
org/jscsi/target/connection/stage/TMStage.java0015
org/jscsi/target/connection/stage/TargetStage.java0025
org/jscsi/target/connection/stage/fullfeature/FormatUnitStage.java0060
org/jscsi/target/connection/stage/fullfeature/InquiryStage.java0028
org/jscsi/target/connection/stage/fullfeature/LogoutStage.java0012
org/jscsi/target/connection/stage/fullfeature/ModeSenseStage.java0074
org/jscsi/target/connection/stage/fullfeature/PingStage.java0030
org/jscsi/target/connection/stage/fullfeature/ReadCapacityStage.java0047
org/jscsi/target/connection/stage/fullfeature/ReadOrWriteStage.java0017
org/jscsi/target/connection/stage/fullfeature/ReadStage.java0067
org/jscsi/target/connection/stage/fullfeature/ReportLunsStage.java0025
org/jscsi/target/connection/stage/fullfeature/RequestSenseStage.java0087
org/jscsi/target/connection/stage/fullfeature/SendDiagnosticStage.java0037
org/jscsi/target/connection/stage/fullfeature/TargetFullFeatureStage.java00107
org/jscsi/target/connection/stage/fullfeature/TestUnitReadyStage.java0031
org/jscsi/target/connection/stage/fullfeature/TextNegotiationStage.java0054
org/jscsi/target/connection/stage/fullfeature/UnsupportedOpCodeStage.java0029
org/jscsi/target/connection/stage/fullfeature/WriteStage.java0087
org/jscsi/target/connection/stage/fullfeature/package-info.java0017
org/jscsi/target/connection/stage/login/LoginOperationalParameterNegotiationStage.java0017
org/jscsi/target/connection/stage/login/SecurityNegotiationStage.java0052
org/jscsi/target/connection/stage/login/TargetLoginStage.java00111
org/jscsi/target/connection/stage/login/package-info.java0017
org/jscsi/target/connection/stage/package-info.java0018
org/jscsi/target/example/CallableStart.java008
org/jscsi/target/example/MethodStart.java007
org/jscsi/target/package-info.java0017
org/jscsi/target/scsi/IResponseData.java005
org/jscsi/target/scsi/ISerializable.java0015
org/jscsi/target/scsi/ScsiResponseDataSegment.java0075
org/jscsi/target/scsi/cdb/CdbType.java0013
org/jscsi/target/scsi/cdb/CommandDescriptorBlock.java0085
org/jscsi/target/scsi/cdb/DefectListFormat.java0020
org/jscsi/target/scsi/cdb/FormatUnitCDB.java0039
org/jscsi/target/scsi/cdb/InquiryCDB.java0045
org/jscsi/target/scsi/cdb/ModeSense6Cdb.java0036
org/jscsi/target/scsi/cdb/Read10Cdb.java0064
org/jscsi/target/scsi/cdb/Read6Cdb.java0030
org/jscsi/target/scsi/cdb/ReadCapacity10Cdb.java0014
org/jscsi/target/scsi/cdb/ReadCapacity16Cdb.java0021
org/jscsi/target/scsi/cdb/ReadCapacityCdb.java0028
org/jscsi/target/scsi/cdb/ReadCdb.java005
org/jscsi/target/scsi/cdb/ReadOrWriteCdb.java0036
org/jscsi/target/scsi/cdb/ReportLunsCDB.java0034
org/jscsi/target/scsi/cdb/RequestSenseCdb.java0016
org/jscsi/target/scsi/cdb/ScsiOperationCode.java0046
org/jscsi/target/scsi/cdb/SelectReport.java0016
org/jscsi/target/scsi/cdb/SelfTestCode.java0023
org/jscsi/target/scsi/cdb/SendDiagnosticCdb.java0062
org/jscsi/target/scsi/cdb/TestUnitReadyCdb.java005
org/jscsi/target/scsi/cdb/Write10Cdb.java0070
org/jscsi/target/scsi/cdb/Write6Cdb.java0028
org/jscsi/target/scsi/cdb/WriteCdb.java005
org/jscsi/target/scsi/cdb/package-info.java0017
org/jscsi/target/scsi/inquiry/Association.java0015
org/jscsi/target/scsi/inquiry/CodeSet.java009
org/jscsi/target/scsi/inquiry/DeviceIdentificationVpdPage.java0034
org/jscsi/target/scsi/inquiry/IdentificationDescriptor.java0039
org/jscsi/target/scsi/inquiry/Identifier.java002
org/jscsi/target/scsi/inquiry/IdentifierType.java0019
org/jscsi/target/scsi/inquiry/PageCode.java0068
org/jscsi/target/scsi/inquiry/ProtocolIdentifier.java0025
org/jscsi/target/scsi/inquiry/ScsiNameStringIdentifier.java0033
org/jscsi/target/scsi/inquiry/StandardInquiryData.java0079
org/jscsi/target/scsi/inquiry/SupportedVpdPages.java0033
org/jscsi/target/scsi/inquiry/package-info.java0017
org/jscsi/target/scsi/lun/AddressMethod.java0022
org/jscsi/target/scsi/lun/LogicalUnitNumber.java0014
org/jscsi/target/scsi/lun/ReportLunsParameterData.java0014
org/jscsi/target/scsi/lun/package-info.java0017
org/jscsi/target/scsi/modeSense/CachingModePage.java00177
org/jscsi/target/scsi/modeSense/HeaderType.java004
org/jscsi/target/scsi/modeSense/InformationExceptionsControlModePage.java0079
org/jscsi/target/scsi/modeSense/LogicalBlockDescriptor.java0011
org/jscsi/target/scsi/modeSense/LongLogicalBlockDescriptor.java0024
org/jscsi/target/scsi/modeSense/ModePage.java0045
org/jscsi/target/scsi/modeSense/ModePageCode.java0078
org/jscsi/target/scsi/modeSense/ModeParameterHeader.java0032
org/jscsi/target/scsi/modeSense/ModeParameterHeader10.java0023
org/jscsi/target/scsi/modeSense/ModeParameterHeader6.java0013
org/jscsi/target/scsi/modeSense/ModeParameterList.java0050
org/jscsi/target/scsi/modeSense/ModeParameterListBuilder.java0037
org/jscsi/target/scsi/modeSense/PageControl.java0011
org/jscsi/target/scsi/modeSense/Page_0FormatModePage.java0018
org/jscsi/target/scsi/modeSense/ShortLogicalBlockDescriptor.java0022
org/jscsi/target/scsi/modeSense/SubPageFormatModePage.java0020
org/jscsi/target/scsi/modeSense/package-info.java0018
org/jscsi/target/scsi/package-info.java0021
org/jscsi/target/scsi/readCapacity/ReadCapacity10ParameterData.java0016
org/jscsi/target/scsi/readCapacity/ReadCapacity16ParameterData.java0017
org/jscsi/target/scsi/readCapacity/ReadCapacityParameterData.java0012
org/jscsi/target/scsi/readCapacity/package-info.java0017
org/jscsi/target/scsi/sense/AdditionalSenseBytes.java0010
org/jscsi/target/scsi/sense/AdditionalSenseCodeAndQualifier.java00781
org/jscsi/target/scsi/sense/DescriptorFormatSenseData.java0033
org/jscsi/target/scsi/sense/ErrorType.java0010
org/jscsi/target/scsi/sense/FixedFormatSenseData.java0075
org/jscsi/target/scsi/sense/SenseData.java0042
org/jscsi/target/scsi/sense/SenseDataFormat.java001
org/jscsi/target/scsi/sense/SenseKey.java0048
org/jscsi/target/scsi/sense/information/EightByteInformation.java009
org/jscsi/target/scsi/sense/information/FourByteInformation.java009
org/jscsi/target/scsi/sense/information/Information.java003
org/jscsi/target/scsi/sense/information/package-info.java0019
org/jscsi/target/scsi/sense/package-info.java0017
org/jscsi/target/scsi/sense/senseDataDescriptor/CommandSpecificSenseDataDescriptor.java0016
org/jscsi/target/scsi/sense/senseDataDescriptor/InformationSenseDataDescriptor.java0016
org/jscsi/target/scsi/sense/senseDataDescriptor/SenseDataDescriptor.java0034
org/jscsi/target/scsi/sense/senseDataDescriptor/SenseDataDescriptorType.java0017
org/jscsi/target/scsi/sense/senseDataDescriptor/SenseKeySpecificSenseDataDescriptor.java0017
org/jscsi/target/scsi/sense/senseDataDescriptor/package-info.java0017
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/ActualRetryCountSenseKeySpecificData.java0013
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/FieldPointerSenseKeySpecificData.java0027
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/InvalidSenseKeySpecificData.java008
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/ProgressIndicationSenseKeySpecificData.java0018
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/SegmentPointerSenseKeySpecificData.java0039
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/SenseKeySpecificData.java0036
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/package-info.java0017
org/jscsi/target/settings/BooleanResultFunction.java0012
org/jscsi/target/settings/ConnectionSettingsBuilderComponent.java0026
org/jscsi/target/settings/ConnectionSettingsNegotiator.java00159
org/jscsi/target/settings/KeySet.java0031
org/jscsi/target/settings/NegotiationStatus.java006
org/jscsi/target/settings/NegotiationType.java005
org/jscsi/target/settings/NumericalResultFunction.java0010
org/jscsi/target/settings/NumericalValue.java0052
org/jscsi/target/settings/NumericalValueRange.java0062
org/jscsi/target/settings/SessionSettingsBuilderComponent.java0043
org/jscsi/target/settings/SessionSettingsNegotiator.java00181
org/jscsi/target/settings/Settings.java0083
org/jscsi/target/settings/SettingsException.java007
org/jscsi/target/settings/SettingsNegotiator.java0036
org/jscsi/target/settings/SingleNumericalValue.java0070
org/jscsi/target/settings/TextKeyword.java0048
org/jscsi/target/settings/TextParameter.java0074
org/jscsi/target/settings/entry/BooleanEntry.java0025
org/jscsi/target/settings/entry/Entry.java00105
org/jscsi/target/settings/entry/NumericalEntry.java0036
org/jscsi/target/settings/entry/NumericalRangeEntry.java0039
org/jscsi/target/settings/entry/StringEntry.java0029
org/jscsi/target/settings/entry/Use.java0041
org/jscsi/target/settings/entry/package-info.java0016
org/jscsi/target/settings/package-info.java0017
org/jscsi/target/storage/FileStorageModule.java0054
org/jscsi/target/storage/IStorageModule.java0031
org/jscsi/target/storage/JCloudsStorageModule.java00124
org/jscsi/target/storage/RandomAccessStorageModule.java0059
org/jscsi/target/storage/SynchronizedRandomAccessStorageModule.java0017
org/jscsi/target/storage/package-info.java0017
org/jscsi/target/util/BinaryLock.java0017
org/jscsi/target/util/BitManip.java0024
org/jscsi/target/util/Debug.java0013
org/jscsi/target/util/FastByteArrayProvider.java0022
org/jscsi/target/util/ReadWrite.java00157
org/jscsi/target/util/SerialArithmeticNumber.java0028
org/jscsi/target/util/package-info.java0017

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
859Errors Error
JavadocMethod353Errors Error
JavadocType7Errors Error
JavadocVariable947Errors Error
JavadocStyle49Errors Error
ConstantName4Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName1Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName1Errors Error
TypeName1Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports43Errors Error
LineLength3942Errors Error
MethodLength3Errors Error
ParameterNumber7Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad817Errors Error
NoWhitespaceAfter9Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter671Errors Error
WhitespaceAround37Errors Error
ModifierOrder8Errors Error
RedundantModifier177Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock10Errors Error
LeftCurly0Errors Error
NeedBraces251Errors Error
RightCurly0Errors Error
AvoidInlineConditionals5Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement1Errors Error
EqualsHashCode0Errors Error
HiddenField149Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber266Errors Error
MissingSwitchDefault1Errors Error
RedundantThrows116Errors Error
SimplifyBooleanExpression2Errors Error
SimplifyBooleanReturn1Errors Error
DesignForExtension128Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor11Errors Error
InterfaceIsType0Errors Error
VisibilityModifier105Errors Error
ArrayTypeStyle0Errors Error
FinalParameters282Errors 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
ErrorsUnable to get class information for ConfigurationException.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
ErrorsUnable to get class information for ConfigurationException.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
ErrorsUnable to get class information for OperationalTextKeyException.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
ErrorsUnable to get class information for OperationalTextKeyException.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
ErrorsUnable to get class information for NoSuchSessionException.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
ErrorsUnable to get class information for NoSuchSessionException.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
ErrorsUnable to get class information for @throws tag 'ConfigurationException'.359
ErrorsUnable to get class information 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
ErrorsUnable to get class information for OperationalTextKeyException.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
ErrorsUnable to get class information for NoSuchSessionException.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
ErrorsUnable to get class information for NoSuchSessionException.113
ErrorsRedundant throws: 'TaskExecutionException' listed more then one time.113
ErrorsUnable to get class information for TaskExecutionException.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
ErrorsUnable to get class information for @throws tag 'NoSuchSessionException'.140
ErrorsUnable to get class information for NoSuchSessionException.140
ErrorsRedundant throws: 'TaskExecutionException' listed more then one time.140
ErrorsUnable to get class information for @throws tag 'TaskExecutionException'.140
ErrorsUnable to get class information for TaskExecutionException.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
ErrorsUnable to get class information for NoSuchSessionException.158
ErrorsRedundant throws: 'TaskExecutionException' listed more then one time.158
ErrorsUnable to get class information for TaskExecutionException.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
ErrorsUnable to get class information for @throws tag 'NoSuchSessionException'.182
ErrorsUnable to get class information for NoSuchSessionException.182
ErrorsRedundant throws: 'TaskExecutionException' listed more then one time.182
ErrorsUnable to get class information for @throws tag 'TaskExecutionException'.182
ErrorsUnable to get class information for TaskExecutionException.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
ErrorsUnable to get class information for NoSuchSessionException.199
ErrorsRedundant throws: 'TaskExecutionException' listed more then one time.199
ErrorsUnable to get class information for TaskExecutionException.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
ErrorsUnable to get class information for NoSuchSessionException.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
ErrorsUnable to get class information for NoSuchSessionException.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
ErrorsUnable to get class information 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
ErrorsUnable to get class information for NoSuchSessionException.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
ErrorsUnable to get class information for NoSuchSessionException.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
ErrorsUnable to get class information for OperationalTextKeyException.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
ErrorsUnable to get class information for OperationalTextKeyException.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
ErrorsUnable to get class information for OperationalTextKeyException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.273
ErrorsLine has trailing spaces.286
ErrorsLine is longer than 80 characters.290
ErrorsRedundant 'final' modifier.290
Errors'(' is preceded with whitespace.290
ErrorsUnable to get class information for InternetSCSIException.290
ErrorsLine is longer than 80 characters.298
ErrorsLine has trailing spaces.299
ErrorsRedundant 'final' modifier.303
Errors'(' is preceded with whitespace.303
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for NoSuchConnectionException.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
ErrorsUnable to get class information for TaskExecutionException.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
ErrorsUnable to get class information for @throws tag 'TaskExecutionException'.476
ErrorsUnable to get class information for TaskExecutionException.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
ErrorsUnable to get class information for @throws tag 'TaskExecutionException'.492
ErrorsUnable to get class information for TaskExecutionException.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
ErrorsUnable to get class information for @throws tag 'TaskExecutionException'.534
ErrorsUnable to get class information 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
ErrorsUnable to get class information for NoSuchConnectionException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for InternetSCSIException.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
ErrorsUnable to get class information for NoSuchSessionException.45
ErrorsRedundant throws: 'TaskExecutionException' listed more then one time.45
ErrorsUnable to get class information for TaskExecutionException.45
ErrorsRedundant throws: 'ConfigurationException' listed more then one time.45
ErrorsUnable to get class information for ConfigurationException.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
ErrorsUnable to get class information for NoSuchSessionException.40
ErrorsRedundant throws: 'TaskExecutionException' listed more then one time.40
ErrorsUnable to get class information for TaskExecutionException.40
ErrorsRedundant throws: 'ConfigurationException' listed more then one time.40
ErrorsUnable to get class information for ConfigurationException.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
ErrorsUnable to get class information for NoSuchSessionException.44
ErrorsRedundant throws: 'TaskExecutionException' listed more then one time.44
ErrorsUnable to get class information for TaskExecutionException.44
ErrorsRedundant throws: 'ConfigurationException' listed more then one time.44
ErrorsUnable to get class information for ConfigurationException.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
ErrorsUnable to get class information for NoSuchConnectionException.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
ErrorsUnable to get class information for NoSuchConnectionException.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
ErrorsUnable to get class information for NoSuchConnectionException.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
ErrorsUnable to get class information for NoSuchConnectionException.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
ErrorsUnable to get class information for NoSuchConnectionException.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

org/jscsi/target/Activator.java

ViolationMessageLine
ErrorsLine has trailing spaces.16
ErrorsLine has trailing spaces.18
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsMethod 'start' is not designed for extension - needs to be abstract, final or empty.25
ErrorsParameter context should be final.26
Errors'if' construct must use '{}'s.34
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsLine has trailing spaces.39
Errors'if' is not followed by whitespace.40
ErrorsExpression can be simplified.40
Errors'{' is not preceded with whitespace.40
ErrorsLine is longer than 80 characters.41
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.44
Errors'?' is not preceded with whitespace.44
ErrorsAvoid inline conditionals.44
ErrorsLine has trailing spaces.45
Errors'if' is not followed by whitespace.47
ErrorsExpression can be simplified.47
Errors'{' is not preceded with whitespace.47
ErrorsLine is longer than 80 characters.48
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.51
Errors'?' is not preceded with whitespace.51
ErrorsAvoid inline conditionals.51
ErrorsLine is longer than 80 characters.53
ErrorsMethod 'stop' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter context should be final.60

org/jscsi/target/Configuration.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.39
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.50
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.56
ErrorsMissing a Javadoc comment.57
ErrorsMissing a Javadoc comment.58
ErrorsMissing a Javadoc comment.59
ErrorsLine is longer than 80 characters.62
ErrorsMissing a Javadoc comment.62
ErrorsMissing a Javadoc comment.63
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.82
ErrorsMissing a Javadoc comment.84
ErrorsVariable 'targets' must be private and have accessor methods.84
ErrorsVariable 'targetAddress' must be private and have accessor methods.91
ErrorsLine is longer than 80 characters.96
ErrorsVariable 'port' must be private and have accessor methods.99
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.107
ErrorsVariable 'allowSloppyNegotiation' must be private and have accessor methods.109
Errors';' is not followed by whitespace.109
ErrorsVariable 'targetPortalGroupTag' must be private and have accessor methods.115
ErrorsLine is longer than 80 characters.120
ErrorsVariable 'logicalUnitNumber' must be private and have accessor methods.120
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.126
ErrorsVariable 'outMaxRecvDataSegmentLength' must be private and have accessor methods.129
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.135
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.141
ErrorsMissing a Javadoc comment.145
Errors'(' is preceded with whitespace.145
Errors'3260' is a magic number.146
ErrorsMethod 'getInMaxRecvTextPduSequenceLength' is not designed for extension - needs to be abstract, final or empty.158
ErrorsMissing a Javadoc comment.158
Errors'(' is preceded with whitespace.158
ErrorsMethod 'getOutMaxRecvDataSegmentLength' is not designed for extension - needs to be abstract, final or empty.162
ErrorsMissing a Javadoc comment.162
Errors'(' is preceded with whitespace.162
ErrorsMethod 'getTargetAddress' is not designed for extension - needs to be abstract, final or empty.166
ErrorsMissing a Javadoc comment.166
Errors'(' is preceded with whitespace.166
ErrorsMethod 'getPort' is not designed for extension - needs to be abstract, final or empty.170
ErrorsMissing a Javadoc comment.170
Errors'(' is preceded with whitespace.170
ErrorsMethod 'getAllowSloppyNegotiation' is not designed for extension - needs to be abstract, final or empty.174
ErrorsMissing a Javadoc comment.174
Errors'(' is preceded with whitespace.174
ErrorsMethod 'getTargetPortalGroupTag' is not designed for extension - needs to be abstract, final or empty.178
ErrorsMissing a Javadoc comment.178
Errors'(' is preceded with whitespace.178
ErrorsMethod 'getLogicalUnitNumber' is not designed for extension - needs to be abstract, final or empty.182
ErrorsMissing a Javadoc comment.182
Errors'(' is preceded with whitespace.182
ErrorsMethod 'getTargets' is not designed for extension - needs to be abstract, final or empty.186
ErrorsMissing a Javadoc comment.186
Errors'(' is preceded with whitespace.186
ErrorsLine is longer than 80 characters.190
ErrorsMissing a Javadoc comment.190
Errors'(' is preceded with whitespace.190
ErrorsLine is longer than 80 characters.191
ErrorsLine is longer than 80 characters.195
ErrorsLine has trailing spaces.196
ErrorsLine is longer than 80 characters.197
ErrorsLine is longer than 80 characters.198
ErrorsExpected an @return tag.202
ErrorsLine is longer than 80 characters.202
Errors'(' is preceded with whitespace.202
ErrorsExpected @param tag for 'schemaLocation'.202
ErrorsExpected @param tag for 'configFile'.202
ErrorsExpected @param tag for 'pTargetAddress'.202
ErrorsLine is longer than 80 characters.203
ErrorsLine is longer than 80 characters.209
ErrorsLine is longer than 80 characters.222
ErrorsLine is longer than 80 characters.223
ErrorsLine is longer than 80 characters.224
ErrorsLine is longer than 80 characters.225
Errors'if' construct must use '{}'s.235
ErrorsLine is longer than 80 characters.236
Errors'else' construct must use '{}'s.237
Errors'3260' is a magic number.238
ErrorsLine is longer than 80 characters.241
Errors'if' construct must use '{}'s.242
Errors'else' construct must use '{}'s.244
ErrorsLine is longer than 80 characters.245
ErrorsLine is longer than 80 characters.251
ErrorsMissing a Javadoc comment.251
Errors'(' is preceded with whitespace.251
ErrorsParameter targetElement should be final.251
Errorsswitch without "default" clause.269
ErrorsLine is longer than 80 characters.292
ErrorsLine is longer than 80 characters.293
Errors'1024' is a magic number.293
Errors'3' is a magic number.293
ErrorsLine is longer than 80 characters.299
ErrorsMissing a Javadoc comment.305
Errors'(' is preceded with whitespace.305
ErrorsLine is longer than 80 characters.307

org/jscsi/target/Target.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.11
ErrorsLine has trailing spaces.13
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsLine is longer than 80 characters.21
ErrorsMissing a Javadoc comment.21
Errors'(' is preceded with whitespace.21
ErrorsParameter targetName should be final.21
Errors'targetName' hides a field.21
ErrorsParameter targetAlias should be final.21
Errors'targetAlias' hides a field.21
ErrorsParameter storageModule should be final.21
Errors'storageModule' hides a field.21
ErrorsMethod 'getTargetName' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMissing a Javadoc comment.27
Errors'(' is preceded with whitespace.27
ErrorsMethod 'getTargetAlias' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
Errors'(' is preceded with whitespace.31
ErrorsMethod 'getStorageModule' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
Errors'(' is preceded with whitespace.35
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.39
Errors'(' is preceded with whitespace.40
ErrorsAvoid inline conditionals.43
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.47
Errors'(' is preceded with whitespace.48
ErrorsParameter obj should be final.48
Errors'if' construct must use '{}'s.49
Errors'if' construct must use '{}'s.50
Errors'if' construct must use '{}'s.51
Errors'if' construct must use '{}'s.54
Errors'if' construct must use '{}'s.55

org/jscsi/target/TargetServer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.46
ErrorsMissing a Javadoc comment.46
ErrorsLine has trailing spaces.64
ErrorsFirst sentence should end with a period.68
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.77
ErrorsName 'nextTargetTransferTag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.77
ErrorsLine has trailing spaces.83
ErrorsMissing a Javadoc comment.89
Errors'(' is preceded with whitespace.89
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.107
ErrorsLine is longer than 80 characters.111
ErrorsLine has trailing spaces.113
Errors'(' is preceded with whitespace.118
ErrorsLine has trailing spaces.129
Errors'(' is preceded with whitespace.133
ErrorsParameter args should be final.133
ErrorsExpected @throws tag for 'Exception'.133
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.138
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.156
ErrorsLine is longer than 80 characters.163
ErrorsLine is longer than 80 characters.173
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.175
ErrorsLine is longer than 80 characters.183
ErrorsAvoid inline conditionals.183
ErrorsLine is longer than 80 characters.186
ErrorsLine is longer than 80 characters.189
ErrorsMissing a Javadoc comment.195
Errors'(' is preceded with whitespace.195
ErrorsLine is longer than 80 characters.204
ErrorsLine is longer than 80 characters.205
ErrorsLine is longer than 80 characters.211
Errors'if' construct must use '{}'s.220
ErrorsLine is longer than 80 characters.220
ErrorsLine has trailing spaces.222
ErrorsLine is longer than 80 characters.223
ErrorsLine is longer than 80 characters.227
ErrorsLine is longer than 80 characters.230
Errors',' is not followed by whitespace.230
ErrorsLine is longer than 80 characters.231
ErrorsLine is longer than 80 characters.232
ErrorsLine is longer than 80 characters.233
ErrorsLine is longer than 80 characters.234
ErrorsLine is longer than 80 characters.235
ErrorsLine is longer than 80 characters.236
ErrorsLine is longer than 80 characters.237
ErrorsLine is longer than 80 characters.243
Errors'for' is not followed by whitespace.255
Errors'{' is not preceded with whitespace.255
ErrorsMissing a Javadoc comment.262
Errors'(' is preceded with whitespace.262
ErrorsMissing a Javadoc comment.266
Errors'(' is preceded with whitespace.266
ErrorsMissing a Javadoc comment.270
Errors'(' is preceded with whitespace.270
ErrorsParameter targetName should be final.270
ErrorsLine has trailing spaces.278
Errors'(' is preceded with whitespace.281
ErrorsParameter session should be final.281
ErrorsMissing a Javadoc comment.285
Errors'(' is preceded with whitespace.285
ErrorsLine has trailing spaces.293
Errors'(' is preceded with whitespace.297
ErrorsParameter checkTargetName should be final.297
ErrorsExpected @param tag for 'checkTargetName'.297
ErrorsLine has trailing spaces.303
Errors'(' is preceded with whitespace.306
ErrorsLine has trailing spaces.309
ErrorsFirst sentence should end with a period.310
Errors'{' is not preceded with whitespace.313
Errors'for' is not followed by whitespace.315
Errors'{' is not preceded with whitespace.315
Errors'if' is not followed by whitespace.316
Errors'{' is not preceded with whitespace.316
ErrorsLine is longer than 80 characters.318

org/jscsi/target/connection/Connection.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.connection.stage.fullfeature.ReadStage.18
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.37
ErrorsMissing a Javadoc comment.42
Errors'(' is preceded with whitespace.42
ErrorsMissing a Javadoc comment.44
Errors'(' is preceded with whitespace.44
ErrorsMissing a Javadoc comment.46
Errors'(' is preceded with whitespace.46
ErrorsLine is longer than 80 characters.48
ErrorsMissing a Javadoc comment.48
Errors'(' is preceded with whitespace.48
ErrorsUnable to get class information for InternetSCSIException.48
ErrorsLine is longer than 80 characters.50
ErrorsMissing a Javadoc comment.50
Errors'(' is preceded with whitespace.50
ErrorsUnable to get class information for InternetSCSIException.50
ErrorsMissing a Javadoc comment.52
Errors'(' is preceded with whitespace.52
ErrorsMissing a Javadoc comment.54
Errors'(' is preceded with whitespace.54
ErrorsMissing a Javadoc comment.56
Errors'(' is preceded with whitespace.56
ErrorsMissing a Javadoc comment.58
Errors'(' is preceded with whitespace.58
ErrorsLine is longer than 80 characters.60
ErrorsMissing a Javadoc comment.60
Errors'(' is preceded with whitespace.60
ErrorsMissing a Javadoc comment.62
Errors'(' is preceded with whitespace.62
ErrorsLine has trailing spaces.63
ErrorsMissing a Javadoc comment.64
ErrorsRedundant 'public' modifier.64
ErrorsMissing a Javadoc comment.66
ErrorsLine is longer than 80 characters.68
ErrorsMissing a Javadoc comment.68
ErrorsLine is longer than 80 characters.76
ErrorsVariable 'senderWorker' must be private and have accessor methods.78
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.100
Errors'4' is a magic number.100
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.106
ErrorsLine has trailing spaces.117
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.122
Errors'(' is preceded with whitespace.122
ErrorsParameter socketChannel should be final.122
Errors'isLeadingConnection' hides a field.122
ErrorsLine is longer than 80 characters.128
ErrorsLine has trailing spaces.130
ErrorsMethod 'getDataInArray' is not designed for extension - needs to be abstract, final or empty.134
Errors'(' is preceded with whitespace.134
ErrorsLine has trailing spaces.140
ErrorsMethod 'getSession' is not designed for extension - needs to be abstract, final or empty.143
Errors'(' is preceded with whitespace.143
ErrorsLine has trailing spaces.149
ErrorsMethod 'setSession' is not designed for extension - needs to be abstract, final or empty.152
Errors'(' is preceded with whitespace.152
ErrorsParameter session should be final.152
ErrorsLine is longer than 80 characters.158
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.164
ErrorsLine is longer than 80 characters.168
ErrorsMethod 'receivePdu' is not designed for extension - needs to be abstract, final or empty.168
Errors'(' is preceded with whitespace.168
ErrorsUnable to get class information for InternetSCSIException.168
ErrorsLine is longer than 80 characters.171
ErrorsLine is longer than 80 characters.173
ErrorsLine is longer than 80 characters.174
ErrorsLine is longer than 80 characters.175
ErrorsLine is longer than 80 characters.177
ErrorsMust have at least one statement.178
Errors'{' is not followed by whitespace.178
Errors'}' is not preceded with whitespace.178
ErrorsLine is longer than 80 characters.182
ErrorsLine is longer than 80 characters.183
ErrorsLine has trailing spaces.190
ErrorsLine is longer than 80 characters.196
ErrorsMethod 'sendPdu' is not designed for extension - needs to be abstract, final or empty.196
Errors'(' is preceded with whitespace.196
ErrorsParameter pdu should be final.196
ErrorsExpected @throws tag for 'InterruptedException'.196
ErrorsExpected @throws tag for 'IOException'.196
ErrorsExpected @throws tag for 'InternetSCSIException'.196
ErrorsUnable to get class information for InternetSCSIException.196
ErrorsLine is longer than 80 characters.197
ErrorsLine is longer than 80 characters.198
ErrorsLine is longer than 80 characters.206
ErrorsLine has trailing spaces.208
ErrorsExpected an @return tag.210
ErrorsMethod 'call' is not designed for extension - needs to be abstract, final or empty.210
Errors'(' is preceded with whitespace.210
Errors'if' construct must use '{}'s.220
ErrorsLine is longer than 80 characters.220
ErrorsLine is longer than 80 characters.228
ErrorsMethod 'getTargetSession' is not designed for extension - needs to be abstract, final or empty.240
ErrorsMissing a Javadoc comment.240
Errors'(' is preceded with whitespace.240
ErrorsLine is longer than 80 characters.245
ErrorsLine is longer than 80 characters.246
ErrorsLine has trailing spaces.247
ErrorsMethod 'isLeadingConnection' is not designed for extension - needs to be abstract, final or empty.250
Errors'(' is preceded with whitespace.250
ErrorsLine is longer than 80 characters.257
ErrorsLine is longer than 80 characters.259
ErrorsMethod 'initializeConnectionSettingsNegotiator' is not designed for extension - needs to be abstract, final or empty.259
Errors'(' is preceded with whitespace.259
ErrorsExpected @param tag for 'sessionSettingsNegotiator'.259
ErrorsLine is longer than 80 characters.260
ErrorsLine is longer than 80 characters.264
ErrorsLine has trailing spaces.265
ErrorsMethod 'getSettings' is not designed for extension - needs to be abstract, final or empty.268
Errors'(' is preceded with whitespace.268
ErrorsMethod 'getConnectionSettingsNegotiator' is not designed for extension - needs to be abstract, final or empty.272
ErrorsMissing a Javadoc comment.272
Errors'(' is preceded with whitespace.272
ErrorsMethod 'getStatusSequenceNumber' is not designed for extension - needs to be abstract, final or empty.276
ErrorsMissing a Javadoc comment.276
Errors'(' is preceded with whitespace.276
ErrorsMethod 'setStatusSequenceNumber' is not designed for extension - needs to be abstract, final or empty.280
ErrorsMissing a Javadoc comment.280
Errors'(' is preceded with whitespace.280
Errors'statusSequenceNumber' hides a field.280
ErrorsLine is longer than 80 characters.281
ErrorsLine has trailing spaces.283
ErrorsMethod 'stop' is not designed for extension - needs to be abstract, final or empty.284
ErrorsMissing a Javadoc comment.284
Errors'{' is not preceded with whitespace.284
Errors'if' is not followed by whitespace.285
Errors'{' is not preceded with whitespace.285
Errors'cast' is not followed by whitespace.286
ErrorsLine has trailing spaces.289

org/jscsi/target/connection/SessionType.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.25
ErrorsUnclosed HTML tag found: <i>key-value</> pairs).25
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.32
ErrorsUnclosed HTML tag found: <i>key-value</> pairs) describing this32
Errors'(' is preceded with whitespace.35
Errors'value' hides a field.35
ErrorsMissing a Javadoc comment.39
Errors'(' is preceded with whitespace.39
ErrorsLine is longer than 80 characters.44
ErrorsLine has trailing spaces.46
Errors'(' is preceded with whitespace.50
Errors'for' construct must use '{}'s.52
Errors'if' construct must use '{}'s.53

org/jscsi/target/connection/TargetPduFactory.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.30
ErrorsUtility classes should not have a public or default constructor.33
ErrorsLine is longer than 80 characters.38
ErrorsName 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
ErrorsLine is longer than 80 characters.40
ErrorsMissing a Javadoc comment.40
ErrorsMore than 7 parameters.40
Errors'(' is preceded with whitespace.40
ErrorsParameter finalFlag should be final.40
ErrorsParameter acknowledgeFlag should be final.40
ErrorsParameter residualOverflowFlag should be final.40
ErrorsParameter residualUnderflowFlag should be final.40
ErrorsParameter statusFlag should be final.40
ErrorsParameter status should be final.40
ErrorsParameter logicalUnitNumber should be final.40
ErrorsParameter initiatorTaskTag should be final.40
ErrorsParameter targetTransferTag should be final.40
ErrorsParameter dataSequenceNumber should be final.40
Errors',' is not followed by whitespace.40
ErrorsParameter bufferOffset should be final.41
ErrorsParameter residualCount should be final.41
ErrorsParameter dataSegment should be final.41
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.60
ErrorsMissing a Javadoc comment.60
ErrorsMore than 7 parameters.60
Errors'(' is preceded with whitespace.60
ErrorsParameter transitFlag should be final.60
ErrorsParameter continueFlag should be final.60
ErrorsParameter currentStage should be final.60
ErrorsParameter nextStage should be final.60
ErrorsParameter initiatorSessionID should be final.60
ErrorsParameter targetSessionIdentifyingHandle should be final.60
ErrorsParameter initiatorTaskTag should be final.60
ErrorsParameter status should be final.60
ErrorsParameter dataSegment should be final.60
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.75
ErrorsMissing a Javadoc comment.75
Errors'(' is preceded with whitespace.75
ErrorsParameter response should be final.75
ErrorsParameter initiatorTaskTag should be final.75
ErrorsParameter time2Wait should be final.75
ErrorsParameter time2Retain should be final.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.86
ErrorsMissing a Javadoc comment.86
Errors'(' is preceded with whitespace.86
ErrorsParameter response should be final.86
ErrorsParameter initiatorTaskTag should be final.86
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.95
ErrorsMissing a Javadoc comment.95
Errors'(' is preceded with whitespace.95
ErrorsParameter logicalUnitNumber should be final.95
ErrorsParameter initiatorTaskTag should be final.95
ErrorsParameter targetTransferTag should be final.95
ErrorsParameter readyToTransferSequenceNumber should be final.95
ErrorsParameter bufferOffset should be final.95
ErrorsParameter desiredDataTransferLength should be final.95
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.108
ErrorsMissing a Javadoc comment.108
ErrorsMore than 7 parameters.108
Errors'(' is preceded with whitespace.108
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.127
ErrorsMissing a Javadoc comment.127
Errors'(' is preceded with whitespace.127
ErrorsParameter finalFlag should be final.127
ErrorsParameter continueFlag should be final.127
ErrorsParameter logicalUnitNumber should be final.127
ErrorsParameter initiatorTaskTag should be final.127
ErrorsParameter targetTransferTag should be final.127
ErrorsParameter dataSegment should be final.127
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.139
ErrorsMissing a Javadoc comment.139
Errors'(' is preceded with whitespace.139
ErrorsLine is longer than 80 characters.140

org/jscsi/target/connection/TargetSenderWorker.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
Errors'private' modifier out of order with the JLS suggestions.39
Errors'private' modifier out of order with the JLS suggestions.49
ErrorsLine is longer than 80 characters.52
Errors'private' modifier out of order with the JLS suggestions.55
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.76
Errors'(' is preceded with whitespace.76
Errors'connection' hides a field.76
Errors'socketChannel' hides a field.76
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.89
ErrorsMethod 'setSession' is not designed for extension - needs to be abstract, final or empty.92
Errors'(' is preceded with whitespace.92
Errors'session' hides a field.92
ErrorsLine is longer than 80 characters.97
ErrorsLine has trailing spaces.98
Errors'(' is preceded with whitespace.101
ErrorsLine is longer than 80 characters.106
ErrorsLine has trailing spaces.108
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.115
ErrorsMethod 'receiveFromWire' is not designed for extension - needs to be abstract, final or empty.115
Errors'(' is preceded with whitespace.115
ErrorsUnable to get class information for InternetSCSIException.115
ErrorsExpected @throws tag for 'SettingsException'.115
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.121
Errors',' is not followed by whitespace.123
Errors';' is not followed by whitespace.125
ErrorsLine is longer than 80 characters.129
Errors'if' construct must use '{}'s.138
ErrorsLine is longer than 80 characters.138
ErrorsLine is longer than 80 characters.142
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.153
ErrorsLine is longer than 80 characters.155
Errors'if' construct must use '{}'s.156
Errors'if' construct must use '{}'s.158
Errors'else' construct must use '{}'s.160
ErrorsLine is longer than 80 characters.161
ErrorsMust have at least one statement.173
ErrorsLine is longer than 80 characters.175
ErrorsLine is longer than 80 characters.176
ErrorsLine is longer than 80 characters.179
ErrorsLine is longer than 80 characters.183
Errors'if' construct must use '{}'s.188
ErrorsLine is longer than 80 characters.188
ErrorsMust have at least one statement.189
ErrorsLine is longer than 80 characters.197
ErrorsLine has trailing spaces.198
ErrorsLine is longer than 80 characters.200
ErrorsLine is longer than 80 characters.202
ErrorsLine is longer than 80 characters.203
ErrorsLine is longer than 80 characters.207
Errors'(' is preceded with whitespace.207
ErrorsUnable to get class information for InternetSCSIException.207
ErrorsLine is longer than 80 characters.210
ErrorsLine is longer than 80 characters.211
ErrorsLine is longer than 80 characters.212
ErrorsLine is longer than 80 characters.213
Errors'if' construct must use '{}'s.214
ErrorsLine is longer than 80 characters.215
Errors'if' construct must use '{}'s.217
Errors'if' construct must use '{}'s.224
ErrorsLine is longer than 80 characters.224

org/jscsi/target/connection/TargetSession.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.parser.ProtocolDataUnit.4
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.17
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.25
Errors'(' is preceded with whitespace.27
Errors';' is not followed by whitespace.28
Errors'{' is not followed by whitespace.30
ErrorsFirst sentence should end with a period.36
ErrorsFirst sentence should end with a period.41
ErrorsLine is longer than 80 characters.47
ErrorsFirst sentence should end with a period.56
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.68
ErrorsLine is longer than 80 characters.75
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.92
ErrorsFirst sentence should end with a period.96
ErrorsLine has trailing spaces.98
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.105
Errors'(' is preceded with whitespace.105
Errors'target' hides a field.105
ErrorsExpected @param tag for 'target'.105
Errors'connection' hides a field.105
Errors'initiatorSessionID' hides a field.105
Errors'expectedCommandSequenceNumber' hides a field.105
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.120
ErrorsLine has trailing spaces.125
ErrorsMethod 'getTargetServer' is not designed for extension - needs to be abstract, final or empty.128
Errors'(' is preceded with whitespace.128
ErrorsLine has trailing spaces.134
ErrorsMethod 'getConnection' is not designed for extension - needs to be abstract, final or empty.137
Errors'(' is preceded with whitespace.137
ErrorsFirst sentence should end with a period.141
ErrorsLine has trailing spaces.143
ErrorsMethod 'getTarget' is not designed for extension - needs to be abstract, final or empty.146
Errors'(' is preceded with whitespace.146
ErrorsLine has trailing spaces.152
ErrorsMethod 'getStorageModule' is not designed for extension - needs to be abstract, final or empty.155
Errors'(' is preceded with whitespace.155
ErrorsLine is longer than 80 characters.160
ErrorsLine is longer than 80 characters.162
ErrorsLine has trailing spaces.164
ErrorsLine is longer than 80 characters.165
ErrorsMethod 'getExpectedCommandSequenceNumber' is not designed for extension - needs to be abstract, final or empty.168
Errors'(' is preceded with whitespace.168
ErrorsLine has trailing spaces.174
ErrorsMethod 'getInitiatorSessionID' is not designed for extension - needs to be abstract, final or empty.177
Errors'(' is preceded with whitespace.177
ErrorsLine is longer than 80 characters.182
ErrorsLine is longer than 80 characters.184
ErrorsLine is longer than 80 characters.185
ErrorsLine is longer than 80 characters.186
ErrorsLine has trailing spaces.187
ErrorsLine is longer than 80 characters.188
ErrorsMethod 'getMaximumCommandSequenceNumber' is not designed for extension - needs to be abstract, final or empty.190
Errors'(' is preceded with whitespace.190
ErrorsLine is longer than 80 characters.191
ErrorsLine has trailing spaces.196
ErrorsMethod 'getTargetSessionIdentifyingHandle' is not designed for extension - needs to be abstract, final or empty.199
Errors'(' is preceded with whitespace.199
ErrorsLine is longer than 80 characters.204
ErrorsLine has trailing spaces.206
ErrorsLine is longer than 80 characters.207
ErrorsMethod 'isNormalSession' is not designed for extension - needs to be abstract, final or empty.209
Errors'(' is preceded with whitespace.209
ErrorsLine is longer than 80 characters.214
ErrorsLine is longer than 80 characters.215
ErrorsLine has trailing spaces.216
ErrorsMethod 'removeTargetConnection' is not designed for extension - needs to be abstract, final or empty.219
Errors'(' is preceded with whitespace.219
ErrorsParameter connection should be final.219
Errors'connection' hides a field.219
ErrorsLine is longer than 80 characters.227
ErrorsLine is longer than 80 characters.228
ErrorsLine has trailing spaces.229
ErrorsLine is longer than 80 characters.231
ErrorsMethod 'setSessionType' is not designed for extension - needs to be abstract, final or empty.233
Errors'(' is preceded with whitespace.233
ErrorsParameter sessionType should be final.233
Errors'sessionType' hides a field.233
Errors'if' construct must use '{}'s.235
ErrorsFirst sentence should end with a period.240
ErrorsLine is longer than 80 characters.241
ErrorsLine has trailing spaces.242
ErrorsMethod 'setTargetName' is not designed for extension - needs to be abstract, final or empty.245
Errors'(' is preceded with whitespace.245
ErrorsParameter targetName should be final.245
ErrorsExpected @param tag for 'targetName'.245
Errors'if' construct must use '{}'s.246
ErrorsMethod 'getTargetName' is not designed for extension - needs to be abstract, final or empty.250
ErrorsMissing a Javadoc comment.250
Errors'(' is preceded with whitespace.250
Errors'if' construct must use '{}'s.251

org/jscsi/target/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 has trailing spaces.22

org/jscsi/target/connection/phase/TargetFullFeaturePhase.java

ViolationMessageLine
ErrorsUnused import - javax.naming.OperationNotSupportedException.7
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.44
ErrorsMissing a Javadoc comment.44
ErrorsLine is longer than 80 characters.52
ErrorsLine has trailing spaces.59
Errors'(' is preceded with whitespace.62
ErrorsParameter connection should be final.62
ErrorsLine has trailing spaces.69
ErrorsUnused @throws tag for 'OperationNotSupportedException'.71
ErrorsLine is longer than 80 characters.78
Errors'(' is preceded with whitespace.78
ErrorsUnable to get class information for @throws tag 'InternetSCSIException'.78
ErrorsUnable to get class information for InternetSCSIException.78
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.91
Errors';' is not followed by whitespace.93
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.116
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.143
Errors'}' is not followed by whitespace.143
ErrorsLine is longer than 80 characters.145
Errors'255' is a magic number.145
Errors'{' is not followed by whitespace.149
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.168
ErrorsLine has trailing spaces.178
ErrorsFirst sentence should end with a period.179
Errors'{' is not preceded with whitespace.182

org/jscsi/target/connection/phase/TargetLoginPhase.java

ViolationMessageLine
ErrorsUnused import - javax.naming.OperationNotSupportedException.7
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.24
ErrorsFirst sentence should end with a period.30
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.39
Errors';' is not followed by whitespace.42
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsLine has trailing spaces.56
Errors'(' is preceded with whitespace.59
ErrorsParameter connection should be final.59
ErrorsLine has trailing spaces.65
ErrorsUnused @throws tag for 'OperationNotSupportedException'.68
ErrorsLine is longer than 80 characters.76
Errors'(' is preceded with whitespace.76
ErrorsParameter pdu should be final.76
ErrorsUnable to get class information for @throws tag 'InternetSCSIException'.76
ErrorsUnable to get class information for InternetSCSIException.76
ErrorsLine is longer than 80 characters.79
ErrorsMust have at least one statement.80
Errors';' is not followed by whitespace.84
Errors';' is not followed by whitespace.92
ErrorsLine is longer than 80 characters.96
Errors'if' construct must use '{}'s.102
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.126
Errors'if' construct must use '{}'s.130
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.158
ErrorsLine has trailing spaces.159
ErrorsLine is longer than 80 characters.160
Errors'(' is preceded with whitespace.162
Errors'if' construct must use '{}'s.163
ErrorsMissing a Javadoc comment.168
ErrorsRedundant 'final' modifier.168
Errors'(' is preceded with whitespace.168

org/jscsi/target/connection/phase/TargetPhase.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.20
ErrorsVariable 'connection' must be private and have accessor methods.28
ErrorsLine has trailing spaces.32
Errors'(' is preceded with whitespace.35
ErrorsParameter connection should be final.35
Errors'connection' hides a field.35
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.52
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.52
Errors'(' is preceded with whitespace.52
ErrorsParameter pdu should be final.52
ErrorsUnable to get class information for InternetSCSIException.52
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.69
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.69
Errors'(' is preceded with whitespace.69
ErrorsUnable to get class information for InternetSCSIException.69
ErrorsFirst sentence should end with a period.73
ErrorsLine has trailing spaces.75
ErrorsMethod 'getTargetConnection' is not designed for extension - needs to be abstract, final or empty.78
Errors'(' is preceded with whitespace.78

org/jscsi/target/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.21
ErrorsLine has trailing spaces.23

org/jscsi/target/connection/stage/TMStage.java

ViolationMessageLine
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.25
ErrorsMissing a Javadoc comment.30
Errors'(' is preceded with whitespace.35
ErrorsParameter targetFullFeaturePhase should be final.35
ErrorsExpected @param tag for 'targetFullFeaturePhase'.35
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine is longer than 80 characters.40
Errors'(' is preceded with whitespace.40
ErrorsParameter pdu should be final.40
ErrorsUnable to get class information for InternetSCSIException.40
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.77

org/jscsi/target/connection/stage/TargetStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.22
ErrorsVariable 'targetPhase' must be private and have accessor methods.30
ErrorsFirst sentence should end with a period.32
ErrorsLine is longer than 80 characters.33
ErrorsVariable 'connection' must be private and have accessor methods.35
ErrorsVariable 'session' must be private and have accessor methods.40
ErrorsVariable 'settings' must be private and have accessor methods.45
ErrorsLine has trailing spaces.49
Errors'(' is preceded with whitespace.52
ErrorsParameter targetPhase should be final.52
Errors'targetPhase' hides a field.52
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.71
Errors'(' is preceded with whitespace.71
ErrorsExpected @throws tag for 'InterruptedException'.71
ErrorsUnable to get class information for InternetSCSIException.71
ErrorsLine has trailing spaces.75
ErrorsMethod 'getConnection' is not designed for extension - needs to be abstract, final or empty.78
Errors'(' is preceded with whitespace.78

org/jscsi/target/connection/stage/fullfeature/FormatUnitStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.39
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.51
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.53
Errors'(' is preceded with whitespace.53
ErrorsParameter targetFullFeaturePhase should be final.53
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.57
ErrorsLine is longer than 80 characters.58
Errors'(' is preceded with whitespace.58
ErrorsParameter pdu should be final.58
ErrorsUnable to get class information for InternetSCSIException.58
Errors';' is not followed by whitespace.65
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.74
Errors',' is not followed by whitespace.74
Errors',' is not followed by whitespace.75
Errors',' is not followed by whitespace.76
Errors',' is not followed by whitespace.77
Errors',' is not followed by whitespace.78
Errors',' is not followed by whitespace.79
Errors',' is not followed by whitespace.80
Errors',' is not followed by whitespace.81
Errors',' is not followed by whitespace.82
Errors',' is not followed by whitespace.87
Errors',' is not followed by whitespace.88
Errors';' is not followed by whitespace.90
ErrorsLine is longer than 80 characters.92
Errors',' is not followed by whitespace.92
Errors',' is not followed by whitespace.93
Errors',' is not followed by whitespace.94
Errors',' is not followed by whitespace.95
ErrorsLine is longer than 80 characters.96
Errors',' is not followed by whitespace.96
Errors',' is not followed by whitespace.97
Errors',' is not followed by whitespace.98
Errors',' is not followed by whitespace.99
Errors',' is not followed by whitespace.100
Errors',' is not followed by whitespace.101
Errors',' is not followed by whitespace.102
ErrorsLine is longer than 80 characters.103
Errors';' is not followed by whitespace.103
ErrorsLine is longer than 80 characters.104
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
Errors',' is not followed by whitespace.118
Errors',' is not followed by whitespace.119
ErrorsLine is longer than 80 characters.120
Errors',' is not followed by whitespace.120
Errors';' is not followed by whitespace.121

org/jscsi/target/connection/stage/fullfeature/InquiryStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.31
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.33
Errors'(' is preceded with whitespace.33
ErrorsParameter targetFullFeaturePhase should be final.33
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.37
ErrorsLine is longer than 80 characters.38
Errors'(' is preceded with whitespace.38
ErrorsParameter pdu should be final.38
ErrorsUnable to get class information for InternetSCSIException.38
Errors';' is not followed by whitespace.43
Errors'{' is not followed by whitespace.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.86
Errors'{' is not followed by whitespace.88
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.102
ErrorsLine has trailing spaces.103

org/jscsi/target/connection/stage/fullfeature/LogoutStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.21
ErrorsMissing a Javadoc comment.26
Errors'(' is preceded with whitespace.26
ErrorsParameter targetFullFeaturePhase should be final.26
ErrorsLine is longer than 80 characters.31
Errors'(' is preceded with whitespace.31
ErrorsParameter pdu should be final.31
ErrorsUnable to get class information for InternetSCSIException.31
ErrorsLine is longer than 80 characters.36
Errors',' is not followed by whitespace.36
Errors';' is not followed by whitespace.37

org/jscsi/target/connection/stage/fullfeature/ModeSenseStage.java

ViolationMessageLine
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.37
Errors'(' is preceded with whitespace.37
ErrorsParameter targetFullFeaturePhase should be final.37
ErrorsLine is longer than 80 characters.42
Errors'(' is preceded with whitespace.42
ErrorsUnable to get class information for InternetSCSIException.42
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.68
Errors'{' is followed by whitespace.68
Errors'{' is followed by whitespace.72
ErrorsLine is longer than 80 characters.76
Errors'{' is followed by whitespace.76
Errors'}' is not followed by whitespace.78
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85
Errors',' is not followed by whitespace.85
Errors';' is not followed by whitespace.86
ErrorsLine is longer than 80 characters.88
Errors',' is not followed by whitespace.91
ErrorsLine is longer than 80 characters.92
Errors',' is not followed by whitespace.92
Errors';' is not followed by whitespace.93
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.106
ErrorsMissing a Javadoc comment.106
ErrorsRedundant 'final' modifier.106
Errors'(' is preceded with whitespace.106
ErrorsLine is longer than 80 characters.107
Errors',' is not followed by whitespace.107
Errors',' is not followed by whitespace.108
Errors',' is not followed by whitespace.109
Errors',' is not followed by whitespace.110
Errors',' is not followed by whitespace.111
Errors',' is not followed by whitespace.112
Errors',' is not followed by whitespace.113
Errors',' is not followed by whitespace.114
Errors',' is not followed by whitespace.115
Errors';' is not followed by whitespace.116
ErrorsMissing a Javadoc comment.119
ErrorsRedundant 'final' modifier.119
Errors'(' is preceded with whitespace.119
Errors',' is not followed by whitespace.120
Errors',' is not followed by whitespace.121
Errors',' is not followed by whitespace.122
Errors',' is not followed by whitespace.123
Errors',' is not followed by whitespace.124
Errors',' is not followed by whitespace.125
Errors',' is not followed by whitespace.126
Errors',' is not followed by whitespace.127
Errors',' is not followed by whitespace.128
Errors',' is not followed by whitespace.129
Errors',' is not followed by whitespace.130
Errors',' is not followed by whitespace.131
Errors',' is not followed by whitespace.132
Errors'65535' is a magic number.133
Errors',' is not followed by whitespace.133
Errors'65535' is a magic number.134
Errors',' is not followed by whitespace.134
Errors',' is not followed by whitespace.135
Errors',' is not followed by whitespace.136
Errors',' is not followed by whitespace.137
Errors',' is not followed by whitespace.138
Errors'20' is a magic number.139
Errors',' is not followed by whitespace.139
Errors';' is not followed by whitespace.140
ErrorsMissing a Javadoc comment.143
Errors'(' is preceded with whitespace.143
ErrorsLine is longer than 80 characters.148
ErrorsConditional logic can be removed.152

org/jscsi/target/connection/stage/fullfeature/PingStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.27
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.34
Errors'(' is preceded with whitespace.34
ErrorsParameter targetFullFeaturePhase should be final.34
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.38
ErrorsLine is longer than 80 characters.39
Errors'(' is preceded with whitespace.39
ErrorsUnable to get class information for InternetSCSIException.39
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.51
Errors'if' construct must use '{}'s.55
ErrorsLine is longer than 80 characters.55
Errors';' is not followed by whitespace.55
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
Errors',' is not followed by whitespace.62
Errors',' is not followed by whitespace.63
Errors';' is not followed by whitespace.64
ErrorsLine is longer than 80 characters.67
Errors',' is not followed by whitespace.67
ErrorsLine is longer than 80 characters.68
Errors',' is not followed by whitespace.69
Errors',' is not followed by whitespace.70

org/jscsi/target/connection/stage/fullfeature/ReadCapacityStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.22
ErrorsMissing a Javadoc comment.28
ErrorsLine is longer than 80 characters.30
ErrorsMissing a Javadoc comment.30
ErrorsLine is longer than 80 characters.32
ErrorsMissing a Javadoc comment.32
Errors'(' is preceded with whitespace.32
ErrorsLine is longer than 80 characters.37
Errors'(' is preceded with whitespace.37
ErrorsParameter pdu should be final.37
ErrorsUnable to get class information for InternetSCSIException.37
ErrorsLine is longer than 80 characters.42
Errors'if' construct must use '{}'s.44
Errors'if' construct must use '{}'s.46
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.65
Errors',' is not followed by whitespace.65
Errors',' is not followed by whitespace.66
Errors',' is not followed by whitespace.67
Errors',' is not followed by whitespace.68
Errors';' is not followed by whitespace.69
ErrorsLine is longer than 80 characters.70
Errors'{' is followed by whitespace.70
ErrorsLine is longer than 80 characters.71
Errors',' is not followed by whitespace.71
ErrorsLine is longer than 80 characters.72
Errors',' is not followed by whitespace.72
Errors',' is not followed by whitespace.73
ErrorsLine is longer than 80 characters.74
Errors';' is not followed by whitespace.74
Errors'if' construct must use '{}'s.80
ErrorsLine is longer than 80 characters.81
Errors',' is not followed by whitespace.81
Errors';' is not followed by whitespace.82
Errors'else' construct must use '{}'s.83
ErrorsLine is longer than 80 characters.84
Errors',' is not followed by whitespace.84
Errors';' is not followed by whitespace.85
Errors',' is not followed by whitespace.87
ErrorsLine is longer than 80 characters.88
Errors',' is not followed by whitespace.88
Errors';' is not followed by whitespace.89

org/jscsi/target/connection/stage/fullfeature/ReadOrWriteStage.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.cdb.CommandDescriptorBlock.5
ErrorsLine is longer than 80 characters.7
ErrorsUnused import - org.jscsi.target.scsi.sense.senseDataDescriptor.senseKeySpecific.FieldPointerSenseKeySpecificData.7
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.13
ErrorsMissing a Javadoc comment.18
Errors'(' is preceded with whitespace.18
ErrorsParameter targetFullFeaturePhase should be final.18
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.27
ErrorsMethod 'checkOverAndUnderflow' is not designed for extension - needs to be abstract, final or empty.31
Errors'(' is preceded with whitespace.31
ErrorsLine is longer than 80 characters.33
Errors'if' construct must use '{}'s.35
Errors'if' construct must use '{}'s.37
ErrorsLine is longer than 80 characters.37

org/jscsi/target/connection/stage/fullfeature/ReadStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.36
Errors'(' is preceded with whitespace.36
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMethod length is 162 lines (max allowed is 150).40
ErrorsLine is longer than 80 characters.41
Errors'(' is preceded with whitespace.41
ErrorsParameter pdu should be final.41
ErrorsUnable to get class information for InternetSCSIException.41
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.59
Errors'if' construct must use '{}'s.60
Errors'if' construct must use '{}'s.62
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.80
Errors',' is not followed by whitespace.80
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.107
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.118
Errors',' is not followed by whitespace.121
Errors',' is not followed by whitespace.127
Errors',' is not followed by whitespace.129
Errors',' is not followed by whitespace.130
Errors',' is not followed by whitespace.131
Errors',' is not followed by whitespace.132
Errors',' is not followed by whitespace.133
Errors',' is not followed by whitespace.134
Errors',' is not followed by whitespace.135
Errors',' is not followed by whitespace.136
Errors',' is not followed by whitespace.137
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.157
Errors',' is not followed by whitespace.161
Errors',' is not followed by whitespace.165
Errors',' is not followed by whitespace.167
Errors',' is not followed by whitespace.168
Errors',' is not followed by whitespace.169
Errors',' is not followed by whitespace.170
Errors',' is not followed by whitespace.171
Errors',' is not followed by whitespace.172
Errors',' is not followed by whitespace.173
Errors',' is not followed by whitespace.174
Errors',' is not followed by whitespace.175
ErrorsLine is longer than 80 characters.184
Errors',' is not followed by whitespace.184
Errors',' is not followed by whitespace.185
Errors',' is not followed by whitespace.186
Errors',' is not followed by whitespace.187
Errors',' is not followed by whitespace.188
Errors',' is not followed by whitespace.189
Errors',' is not followed by whitespace.190
Errors',' is not followed by whitespace.191
Errors',' is not followed by whitespace.192
Errors',' is not followed by whitespace.193
Errors',' is not followed by whitespace.194
Errors';' is not followed by whitespace.195
ErrorsLine is longer than 80 characters.196

org/jscsi/target/connection/stage/fullfeature/ReportLunsStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.30
Errors'(' is preceded with whitespace.30
ErrorsParameter targetFullFeaturePhase should be final.30
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.34
ErrorsLine is longer than 80 characters.35
Errors'(' is preceded with whitespace.35
ErrorsParameter pdu should be final.35
ErrorsUnable to get class information for InternetSCSIException.35
Errors';' is not followed by whitespace.40
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.48
Errors',' is not followed by whitespace.48
Errors',' is not followed by whitespace.49
ErrorsLine is longer than 80 characters.50
Errors';' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.75
Errors',' is not followed by whitespace.80
ErrorsLine is longer than 80 characters.81
Errors',' is not followed by whitespace.81
Errors';' is not followed by whitespace.82

org/jscsi/target/connection/stage/fullfeature/RequestSenseStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.35
ErrorsMissing a Javadoc comment.40
Errors'(' is preceded with whitespace.40
ErrorsParameter targetFullFeaturePhase should be final.40
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.44
ErrorsLine is longer than 80 characters.45
Errors'(' is preceded with whitespace.45
ErrorsParameter pdu should be final.45
ErrorsUnable to get class information for InternetSCSIException.45
Errors';' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.64
Errors',' is not followed by whitespace.64
Errors',' is not followed by whitespace.65
ErrorsLine is longer than 80 characters.66
Errors',' is not followed by whitespace.66
ErrorsLine is longer than 80 characters.70
Errors';' is not followed by whitespace.71
Errors',' is not followed by whitespace.76
Errors',' is not followed by whitespace.77
Errors',' is not followed by whitespace.78
Errors',' is not followed by whitespace.79
Errors',' is not followed by whitespace.80
Errors',' is not followed by whitespace.81
Errors',' is not followed by whitespace.82
Errors',' is not followed by whitespace.83
ErrorsLine is longer than 80 characters.85
Errors',' is not followed by whitespace.85
ErrorsLine is longer than 80 characters.89
Errors',' is not followed by whitespace.90
Errors',' is not followed by whitespace.91
Errors';' is not followed by whitespace.93
ErrorsLine is longer than 80 characters.96
Errors',' is not followed by whitespace.96
Errors',' is not followed by whitespace.97
Errors',' is not followed by whitespace.98
Errors',' is not followed by whitespace.99
ErrorsLine is longer than 80 characters.100
Errors',' is not followed by whitespace.100
Errors',' is not followed by whitespace.101
Errors',' is not followed by whitespace.102
Errors',' is not followed by whitespace.103
Errors',' is not followed by whitespace.104
Errors',' is not followed by whitespace.105
Errors',' is not followed by whitespace.106
ErrorsLine is longer than 80 characters.107
Errors';' is not followed by whitespace.107
ErrorsLine is longer than 80 characters.108
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.114
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.126
Errors',' is not followed by whitespace.126
Errors',' is not followed by whitespace.127
Errors',' is not followed by whitespace.128
Errors';' is not followed by whitespace.129
Errors',' is not followed by whitespace.134
Errors',' is not followed by whitespace.135
Errors',' is not followed by whitespace.136
Errors',' is not followed by whitespace.137
Errors',' is not followed by whitespace.138
Errors',' is not followed by whitespace.139
Errors',' is not followed by whitespace.140
Errors',' is not followed by whitespace.141
Errors',' is not followed by whitespace.143
Errors',' is not followed by whitespace.144
Errors',' is not followed by whitespace.145
Errors';' is not followed by whitespace.147
ErrorsLine is longer than 80 characters.150
Errors',' is not followed by whitespace.150
Errors',' is not followed by whitespace.151
Errors',' is not followed by whitespace.152
Errors',' is not followed by whitespace.153
ErrorsLine is longer than 80 characters.154
Errors',' is not followed by whitespace.154
Errors',' is not followed by whitespace.155
Errors',' is not followed by whitespace.156
Errors',' is not followed by whitespace.157
Errors',' is not followed by whitespace.158
Errors',' is not followed by whitespace.159
Errors',' is not followed by whitespace.160
ErrorsLine is longer than 80 characters.161
Errors';' is not followed by whitespace.161
ErrorsLine is longer than 80 characters.162

org/jscsi/target/connection/stage/fullfeature/SendDiagnosticStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.26
ErrorsMissing a Javadoc comment.31
Errors'(' is preceded with whitespace.31
ErrorsParameter targetFullFeaturePhase should be final.31
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine is longer than 80 characters.36
Errors'(' is preceded with whitespace.36
ErrorsParameter pdu should be final.36
ErrorsUnable to get class information for InternetSCSIException.36
Errors';' is not followed by whitespace.41
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.50
Errors',' is not followed by whitespace.50
Errors',' is not followed by whitespace.51
ErrorsLine is longer than 80 characters.52
Errors';' is not followed by whitespace.52
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.65
Errors',' is not followed by whitespace.65
Errors',' is not followed by whitespace.66
Errors',' is not followed by whitespace.67
Errors',' is not followed by whitespace.68
ErrorsLine is longer than 80 characters.69
Errors',' is not followed by whitespace.69
Errors',' is not followed by whitespace.70
Errors',' is not followed by whitespace.71
Errors',' is not followed by whitespace.72
Errors',' is not followed by whitespace.73
Errors',' is not followed by whitespace.74
Errors',' is not followed by whitespace.75
Errors';' is not followed by whitespace.76

org/jscsi/target/connection/stage/fullfeature/TargetFullFeatureStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.37
ErrorsParameter targetFullFeaturePhase should be final.37
ErrorsLine is longer than 80 characters.42
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.59
Errors',' is not followed by whitespace.63
Errors',' is not followed by whitespace.64
Errors',' is not followed by whitespace.65
Errors',' is not followed by whitespace.66
Errors',' is not followed by whitespace.67
Errors',' is not followed by whitespace.68
Errors',' is not followed by whitespace.69
Errors',' is not followed by whitespace.70
Errors',' is not followed by whitespace.71
Errors'cast' is not followed by whitespace.73
Errors',' is not followed by whitespace.73
Errors',' is not followed by whitespace.74
Errors';' is not followed by whitespace.76
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.89
Errors',' is not followed by whitespace.89
Errors',' is not followed by whitespace.90
Errors',' is not followed by whitespace.91
Errors',' is not followed by whitespace.92
ErrorsLine is longer than 80 characters.93
Errors',' is not followed by whitespace.93
Errors',' is not followed by whitespace.94
Errors',' is not followed by whitespace.95
Errors',' is not followed by whitespace.96
Errors',' is not followed by whitespace.97
Errors',' is not followed by whitespace.98
Errors',' is not followed by whitespace.99
Errors';' is not followed by whitespace.100
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.106
ErrorsLine has trailing spaces.108
ErrorsLine is longer than 80 characters.114
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.131
ErrorsLine has trailing spaces.134
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.145
ErrorsLine is longer than 80 characters.146
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.153
Errors',' is not followed by whitespace.153
Errors',' is not followed by whitespace.154
Errors',' is not followed by whitespace.155
Errors',' is not followed by whitespace.156
ErrorsLine is longer than 80 characters.157
Errors',' is not followed by whitespace.157
Errors',' is not followed by whitespace.158
Errors',' is not followed by whitespace.159
Errors',' is not followed by whitespace.160
Errors',' is not followed by whitespace.161
Errors',' is not followed by whitespace.162
Errors',' is not followed by whitespace.163
Errors';' is not followed by whitespace.164
ErrorsLine is longer than 80 characters.168
ErrorsLine has trailing spaces.171
ErrorsLine is longer than 80 characters.175
ErrorsLine is longer than 80 characters.177
ErrorsLine is longer than 80 characters.184
ErrorsLine is longer than 80 characters.185
ErrorsExpected @throws tag for 'InterruptedException'.185
ErrorsExpected @throws tag for 'IOException'.185
ErrorsExpected @throws tag for 'InternetSCSIException'.185
ErrorsUnable to get class information for InternetSCSIException.185
ErrorsLine has trailing spaces.190
Errors',' is not followed by whitespace.199
Errors',' is not followed by whitespace.200
Errors';' is not followed by whitespace.201
ErrorsLine is longer than 80 characters.205
ErrorsLine is longer than 80 characters.206
ErrorsLine is longer than 80 characters.207
ErrorsLine is longer than 80 characters.210
Errors',' is not followed by whitespace.210
Errors',' is not followed by whitespace.211
Errors',' is not followed by whitespace.212
Errors',' is not followed by whitespace.213
Errors',' is not followed by whitespace.214
Errors',' is not followed by whitespace.215
Errors',' is not followed by whitespace.216
Errors',' is not followed by whitespace.217
Errors',' is not followed by whitespace.218
Errors',' is not followed by whitespace.219
Errors',' is not followed by whitespace.220
Errors',' is not followed by whitespace.221
Errors';' is not followed by whitespace.222
ErrorsLine has trailing spaces.225
ErrorsLine is longer than 80 characters.226
ErrorsLine is longer than 80 characters.227
ErrorsLine is longer than 80 characters.229
ErrorsLine is longer than 80 characters.239

org/jscsi/target/connection/stage/fullfeature/TestUnitReadyStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.28
Errors'(' is preceded with whitespace.28
ErrorsParameter targetFullFeaturePhase should be final.28
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.32
ErrorsLine is longer than 80 characters.33
Errors'(' is preceded with whitespace.33
ErrorsParameter pdu should be final.33
ErrorsUnable to get class information for InternetSCSIException.33
Errors';' is not followed by whitespace.38
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.47
Errors',' is not followed by whitespace.47
Errors',' is not followed by whitespace.48
ErrorsLine is longer than 80 characters.49
Errors';' is not followed by whitespace.49
ErrorsLine is longer than 80 characters.55
Errors',' is not followed by whitespace.55
Errors',' is not followed by whitespace.56
Errors',' is not followed by whitespace.57
Errors',' is not followed by whitespace.58
ErrorsLine is longer than 80 characters.59
Errors',' is not followed by whitespace.59
Errors',' is not followed by whitespace.60
Errors',' is not followed by whitespace.61
Errors',' is not followed by whitespace.62
Errors',' is not followed by whitespace.63
Errors',' is not followed by whitespace.64
Errors',' is not followed by whitespace.65
Errors';' is not followed by whitespace.66

org/jscsi/target/connection/stage/fullfeature/TextNegotiationStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.28
ErrorsLine is longer than 80 characters.33
ErrorsMissing a Javadoc comment.33
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
Errors'(' is preceded with whitespace.35
ErrorsParameter targetFullFeaturePhase should be final.35
ErrorsLine is longer than 80 characters.40
Errors'(' is preceded with whitespace.40
ErrorsParameter pdu should be final.40
ErrorsUnable to get class information for InternetSCSIException.40
Errors';' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.53
Errors'if' construct must use '{}'s.63
ErrorsLine is longer than 80 characters.63
Errors',' is not followed by whitespace.63
Errors';' is not followed by whitespace.64
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.93
Errors'if' construct must use '{}'s.95
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.102
Errors'if' construct must use '{}'s.103
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.107
ErrorsMust have at least one statement.110
ErrorsLine is longer than 80 characters.116
ErrorsLine is longer than 80 characters.120
Errors';' is not followed by whitespace.120
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.129
Errors',' is not followed by whitespace.129
Errors',' is not followed by whitespace.130
Errors',' is not followed by whitespace.131
Errors',' is not followed by whitespace.132
Errors';' is not followed by whitespace.133

org/jscsi/target/connection/stage/fullfeature/UnsupportedOpCodeStage.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.cdb.ScsiOperationCode.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.28
Errors'(' is preceded with whitespace.28
ErrorsParameter targetFullFeaturePhase should be final.28
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.32
ErrorsLine is longer than 80 characters.33
Errors'(' is preceded with whitespace.33
ErrorsParameter pdu should be final.33
ErrorsUnable to get class information for InternetSCSIException.33
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.40
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.41
Errors',' is not followed by whitespace.42
Errors',' is not followed by whitespace.43
Errors';' is not followed by whitespace.44
ErrorsLine is longer than 80 characters.46
Errors'{' is followed by whitespace.46
ErrorsLine is longer than 80 characters.55
Errors',' is not followed by whitespace.55
Errors',' is not followed by whitespace.56
Errors';' is not followed by whitespace.57

org/jscsi/target/connection/stage/fullfeature/WriteStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.39
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.46
Errors'(' is preceded with whitespace.46
ErrorsParameter targetFullFeaturePhase should be final.46
ErrorsLine is longer than 80 characters.51
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.58
Errors'(' is preceded with whitespace.58
ErrorsUnable to get class information for InternetSCSIException.58
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62
ErrorsMust have at least one statement.62
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.68
ErrorsMethod length is 180 lines (max allowed is 150).74
ErrorsLine is longer than 80 characters.75
Errors'(' is preceded with whitespace.75
ErrorsParameter pdu should be final.75
ErrorsUnable to get class information for InternetSCSIException.75
Errors'if' construct must use '{}'s.77
ErrorsLine is longer than 80 characters.95
Errors'if' construct must use '{}'s.96
Errors'if' construct must use '{}'s.98
ErrorsLine is longer than 80 characters.103
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.121
ErrorsLine has trailing spaces.125
ErrorsLine is longer than 80 characters.129
Errors',' is not followed by whitespace.129
Errors'if' construct must use '{}'s.145
ErrorsLine is longer than 80 characters.145
Errors'if' construct must use '{}'s.151
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.162
ErrorsLine is longer than 80 characters.164
ErrorsEmpty statement.165
Errors'if' construct must use '{}'s.168
Errors'if' construct must use '{}'s.174
ErrorsLine is longer than 80 characters.174
ErrorsLine is longer than 80 characters.181
ErrorsLine is longer than 80 characters.184
Errors',' is not followed by whitespace.184
ErrorsLine is longer than 80 characters.185
Errors',' is not followed by whitespace.185
ErrorsLine is longer than 80 characters.186
Errors',' is not followed by whitespace.186
Errors';' is not followed by whitespace.192
ErrorsLine is longer than 80 characters.206
Errors',' is not followed by whitespace.206
Errors',' is not followed by whitespace.207
Errors',' is not followed by whitespace.208
Errors',' is not followed by whitespace.209
ErrorsLine is longer than 80 characters.210
Errors',' is not followed by whitespace.210
Errors',' is not followed by whitespace.211
Errors',' is not followed by whitespace.212
Errors',' is not followed by whitespace.213
Errors',' is not followed by whitespace.214
Errors',' is not followed by whitespace.215
ErrorsLine is longer than 80 characters.216
Errors';' is not followed by whitespace.216
ErrorsLine is longer than 80 characters.221
ErrorsLine is longer than 80 characters.223
ErrorsLine is longer than 80 characters.228
ErrorsLine is longer than 80 characters.229
ErrorsLine is longer than 80 characters.230
Errors'if' construct must use '{}'s.233
ErrorsLine is longer than 80 characters.233
ErrorsLine is longer than 80 characters.241
Errors',' is not followed by whitespace.241
Errors',' is not followed by whitespace.242
Errors',' is not followed by whitespace.243
Errors',' is not followed by whitespace.244
ErrorsLine is longer than 80 characters.245
Errors',' is not followed by whitespace.245
Errors',' is not followed by whitespace.246
Errors',' is not followed by whitespace.247
Errors',' is not followed by whitespace.248
Errors',' is not followed by whitespace.249
Errors',' is not followed by whitespace.250
Errors';' is not followed by whitespace.251

org/jscsi/target/connection/stage/fullfeature/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.21
ErrorsLine has trailing spaces.22

org/jscsi/target/connection/stage/login/LoginOperationalParameterNegotiationStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.28
ErrorsLine has trailing spaces.32
ErrorsLine is longer than 80 characters.35
Errors'(' is preceded with whitespace.35
ErrorsParameter targetLoginPhase should be final.35
ErrorsLine is longer than 80 characters.40
Errors'(' is preceded with whitespace.40
ErrorsParameter pdu should be final.40
ErrorsUnable to get class information for InternetSCSIException.40
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.40
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.82

org/jscsi/target/connection/stage/login/SecurityNegotiationStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.29
ErrorsMissing a Javadoc comment.29
ErrorsLine has trailing spaces.33
Errors'(' is preceded with whitespace.36
ErrorsParameter targetLoginPhase should be final.36
ErrorsLine is longer than 80 characters.41
Errors'(' is preceded with whitespace.41
ErrorsParameter initialPdu should be final.41
ErrorsUnable to get class information for InternetSCSIException.41
Errors'{' is not followed by whitespace.49
ErrorsLine is longer than 80 characters.56
Errors'for' construct must use '{}'s.65
Errors'{' is not followed by whitespace.74
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.79
Errors';' is not followed by whitespace.84
ErrorsLine is longer than 80 characters.90
Errors';' is not followed by whitespace.90
ErrorsLine is longer than 80 characters.91
Errors'{' is not followed by whitespace.94
Errors';' is not followed by whitespace.95
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.107
Errors';' is not followed by whitespace.107
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
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.123
Errors',' is not followed by whitespace.123
Errors';' is not followed by whitespace.124
ErrorsLine is longer than 80 characters.127
Errors'if' construct must use '{}'s.129
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.135
ErrorsFirst sentence should end with a period.152
ErrorsLine is longer than 80 characters.153
ErrorsLine has trailing spaces.161
ErrorsUnused @param tag for '<i>key</i>'.162
ErrorsLine is longer than 80 characters.163
ErrorsRedundant 'final' modifier.165
Errors'(' is preceded with whitespace.165
ErrorsExpected @param tag for 'key'.165
Errors'if' construct must use '{}'s.166
Errors'5' is a magic number.166
Errors'if' construct must use '{}'s.169
ErrorsLine is longer than 80 characters.169
Errors'10' is a magic number.169
Errors'10' is a magic number.169

org/jscsi/target/connection/stage/login/TargetLoginStage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.33
ErrorsVariable 'negotiator' must be private and have accessor methods.41
ErrorsLine has trailing spaces.45
ErrorsVariable 'stageNumber' must be private and have accessor methods.49
ErrorsLine is longer than 80 characters.52
ErrorsVariable 'initiatorTaskTag' must be private and have accessor methods.54
ErrorsLine is longer than 80 characters.57
ErrorsLine has trailing spaces.59
ErrorsVariable 'requestedNextStageNumber' must be private and have accessor methods.62
ErrorsLine is longer than 80 characters.67
ErrorsLine has trailing spaces.69
ErrorsVariable 'nextStageNumber' must be private and have accessor methods.72
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.80
Errors'(' is preceded with whitespace.80
Errors'stageNumber' hides a field.80
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.89
ErrorsMethod 'checkPdu' is not designed for extension - needs to be abstract, final or empty.93
Errors'(' is preceded with whitespace.93
ErrorsParameter pdu should be final.93
Errors'if' construct must use '{}'s.96
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.101
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.111
Errors'(' is preceded with whitespace.111
ErrorsExpected @throws tag for 'DigestException'.111
ErrorsExpected @throws tag for 'InternetSCSIException'.111
ErrorsUnable to get class information for InternetSCSIException.111
ErrorsExpected @throws tag for 'IOException'.111
ErrorsExpected @throws tag for 'SettingsException'.111
ErrorsExpected @throws tag for 'InterruptedException'.111
ErrorsLine is longer than 80 characters.117
ErrorsLine has trailing spaces.119
ErrorsLine is longer than 80 characters.128
Errors'(' is preceded with whitespace.128
ErrorsParameter pdu should be final.128
ErrorsExpected @throws tag for 'InternetSCSIException'.128
ErrorsUnable to get class information for InternetSCSIException.128
ErrorsExpected @throws tag for 'InterruptedException'.128
ErrorsExpected @throws tag for 'IOException'.128
ErrorsExpected @throws tag for 'DigestException'.128
ErrorsExpected @throws tag for 'SettingsException'.128
ErrorsLine is longer than 80 characters.139
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.159
Errors',' is not followed by whitespace.159
Errors',' is not followed by whitespace.160
Errors',' is not followed by whitespace.161
Errors',' is not followed by whitespace.162
Errors',' is not followed by whitespace.163
ErrorsLine is longer than 80 characters.164
Errors',' is not followed by whitespace.164
Errors',' is not followed by whitespace.165
Errors';' is not followed by whitespace.166
Errors'else' construct must use '{}'s.171
ErrorsLine is longer than 80 characters.183
ErrorsLine has trailing spaces.184
ErrorsLine is longer than 80 characters.186
ErrorsLine is longer than 80 characters.193
Errors'(' is preceded with whitespace.193
ErrorsExpected @throws tag for 'SettingsException'.193
ErrorsExpected @throws tag for 'InterruptedException'.193
ErrorsExpected @throws tag for 'IOException'.193
ErrorsExpected @throws tag for 'InternetSCSIException'.193
ErrorsUnable to get class information for InternetSCSIException.193
ErrorsExpected @throws tag for 'DigestException'.193
ErrorsLine is longer than 80 characters.203
Errors',' is not followed by whitespace.203
Errors';' is not followed by whitespace.204
Errors'if' construct must use '{}'s.212
ErrorsLine is longer than 80 characters.216
Errors',' is not followed by whitespace.216
Errors',' is not followed by whitespace.217
Errors',' is not followed by whitespace.218
Errors',' is not followed by whitespace.219
Errors',' is not followed by whitespace.220
ErrorsLine is longer than 80 characters.221
Errors',' is not followed by whitespace.221
Errors',' is not followed by whitespace.222
Errors';' is not followed by whitespace.223
ErrorsLine is longer than 80 characters.242
ErrorsLine has trailing spaces.244
ErrorsLine is longer than 80 characters.250
Errors'(' is preceded with whitespace.250
ErrorsExpected @throws tag for 'InterruptedException'.250
ErrorsExpected @throws tag for 'IOException'.250
ErrorsExpected @throws tag for 'InternetSCSIException'.250
ErrorsUnable to get class information for InternetSCSIException.250
ErrorsLine is longer than 80 characters.251
Errors',' is not followed by whitespace.251
Errors',' is not followed by whitespace.252
Errors',' is not followed by whitespace.253
Errors',' is not followed by whitespace.254
Errors',' is not followed by whitespace.255
ErrorsLine is longer than 80 characters.256
Errors',' is not followed by whitespace.256
Errors',' is not followed by whitespace.257
Errors',' is not followed by whitespace.258
Errors';' is not followed by whitespace.259
ErrorsLine is longer than 80 characters.264
ErrorsLine has trailing spaces.266
Errors'(' is preceded with whitespace.269

org/jscsi/target/connection/stage/login/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 has trailing spaces.21
ErrorsLine has trailing spaces.23

org/jscsi/target/connection/stage/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.21
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.23

org/jscsi/target/example/CallableStart.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.16
ErrorsUtility classes should not have a public or default constructor.16
ErrorsLine is longer than 80 characters.18
ErrorsMissing a Javadoc comment.18
Errors'(' is preceded with whitespace.18
ErrorsParameter args should be final.18
ErrorsLine is longer than 80 characters.22

org/jscsi/target/example/MethodStart.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.10
ErrorsUtility classes should not have a public or default constructor.10
ErrorsMissing a Javadoc comment.12
ErrorsName 'CONFIGPATH' must match pattern '^[a-z][a-zA-Z0-9]*$'.12
ErrorsMissing a Javadoc comment.14
Errors'(' is preceded with whitespace.14
ErrorsLine is longer than 80 characters.18

org/jscsi/target/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.21
ErrorsLine has trailing spaces.22

org/jscsi/target/scsi/IResponseData.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.10

org/jscsi/target/scsi/ISerializable.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.17
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.27
ErrorsRedundant 'public' modifier.29
Errors'(' is preceded with whitespace.29
ErrorsLine has trailing spaces.33
ErrorsRedundant 'public' modifier.36
Errors'(' is preceded with whitespace.36

org/jscsi/target/scsi/ScsiResponseDataSegment.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.connection.TargetPduFactory.6
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.29
ErrorsMissing a Javadoc comment.29
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.58
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.67
Errors'(' is preceded with whitespace.70
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.80
Errors'(' is preceded with whitespace.80
Errors'senseData' hides a field.80
Errors'allocationLength' hides a field.80
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.90
Errors'(' is preceded with whitespace.90
Errors'responseData' hides a field.90
Errors'allocationLength' hides a field.90
ErrorsLine is longer than 80 characters.95
ErrorsLine has trailing spaces.96
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.101
Errors'(' is preceded with whitespace.101
Errors'senseData' hides a field.101
Errors'responseData' hides a field.101
Errors'allocationLength' hides a field.101
ErrorsLine is longer than 80 characters.108
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.110
Errors'(' is preceded with whitespace.112
Errors'if' construct must use '{}'s.115
Errors';' is not followed by whitespace.115
Errors'if' construct must use '{}'s.119
Errors'else' construct must use '{}'s.121
Errors',' is not followed by whitespace.128
Errors',' is not followed by whitespace.129
Errors';' is not followed by whitespace.130
Errors'if' construct must use '{}'s.133
ErrorsLine is longer than 80 characters.133
Errors'if' construct must use '{}'s.136
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.141
ErrorsLine is longer than 80 characters.145
Errors'if' construct must use '{}'s.150
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.156
ErrorsLine is longer than 80 characters.159
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.162
Errors'(' is preceded with whitespace.165
Errors'if' construct must use '{}'s.167
Errors'if' construct must use '{}'s.169
Errors'if' construct must use '{}'s.170
ErrorsLine is longer than 80 characters.177
ErrorsLine is longer than 80 characters.178
ErrorsLine has trailing spaces.179
ErrorsLine is longer than 80 characters.180
Errors'(' is preceded with whitespace.182
Errors'if' construct must use '{}'s.183
ErrorsLine is longer than 80 characters.188
ErrorsLine has trailing spaces.190
ErrorsLine is longer than 80 characters.191
Errors'(' is preceded with whitespace.194
Errors'if' construct must use '{}'s.195

org/jscsi/target/scsi/cdb/CdbType.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.6
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.38
Errors'(' is preceded with whitespace.42
ErrorsParameter scsiOpCode should be final.42
Errors'3' is a magic number.51
Errors'4' is a magic number.53
Errors'5' is a magic number.55
Errors'6' is a magic number.57
Errors'7' is a magic number.58
Errors';' is not followed by whitespace.61

org/jscsi/target/scsi/cdb/CommandDescriptorBlock.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.parser.scsi.SCSICommandParser.6
ErrorsUnused import - org.jscsi.target.scsi.sense.AdditionalSenseCodeAndQualifier.7
ErrorsUnused import - org.jscsi.target.scsi.sense.SenseData.8
ErrorsUnused import - org.jscsi.target.scsi.sense.SenseKey.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.56
Errors'(' is preceded with whitespace.59
ErrorsParameter buffer should be final.59
Errors'if' construct must use '{}'s.62
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.66
Errors'5' is a magic number.76
Errors'9' is a magic number.79
Errors'11' is a magic number.82
Errors'15' is a magic number.85
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.95
Errors'{' is not followed by whitespace.96
ErrorsMissing a Javadoc comment.101
Errors'(' is preceded with whitespace.101
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.107
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.110
Errors'(' is preceded with whitespace.113
ErrorsLine is longer than 80 characters.118
ErrorsLine has trailing spaces.120
Errors'(' is preceded with whitespace.123
ErrorsParameter byteNumber should be final.123
ErrorsLine is longer than 80 characters.124
Errors',' is not followed by whitespace.124
Errors',' is not followed by whitespace.125
Errors',' is not followed by whitespace.126
Errors',' is not followed by whitespace.127
Errors';' is not followed by whitespace.128
ErrorsLine is longer than 80 characters.133
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.139
Errors'(' is preceded with whitespace.139
ErrorsParameter byteNumber should be final.139
ErrorsParameter bitNumber should be final.139
ErrorsLine is longer than 80 characters.140
Errors',' is not followed by whitespace.140
Errors',' is not followed by whitespace.141
Errors',' is not followed by whitespace.142
Errors',' is not followed by whitespace.143
Errors';' is not followed by whitespace.144
ErrorsLine is longer than 80 characters.149
ErrorsLine has trailing spaces.151
ErrorsLine is longer than 80 characters.154
ErrorsRedundant 'final' modifier.154
Errors'(' is preceded with whitespace.154
Errors'if' construct must use '{}'s.156
ErrorsLine is longer than 80 characters.156
Errors'10' is a magic number.156
ErrorsLine is longer than 80 characters.160
ErrorsLine has trailing spaces.172
ErrorsRedundant 'final' modifier.175
Errors'(' is preceded with whitespace.175
Errors'if' construct must use '{}'s.176
Errors'if' construct must use '{}'s.179
Errors'else' construct must use '{}'s.181
ErrorsLine is longer than 80 characters.188
ErrorsLine is longer than 80 characters.189
ErrorsLine is longer than 80 characters.190
ErrorsLine is longer than 80 characters.191
ErrorsLine has trailing spaces.192
ErrorsLine is longer than 80 characters.193
Errors'(' is preceded with whitespace.195
Errors'if' construct must use '{}'s.196
ErrorsLine is longer than 80 characters.199

org/jscsi/target/scsi/cdb/DefectListFormat.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.8
ErrorsLine is longer than 80 characters.12
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.17
Errors'(' is preceded with whitespace.17
ErrorsParameter value should be final.17
Errors'value' hides a field.17
ErrorsMissing a Javadoc comment.21
Errors'(' is preceded with whitespace.21
ErrorsMissing a Javadoc comment.25
Errors'(' is preceded with whitespace.25
ErrorsParameter value should be final.25
Errors'for' construct must use '{}'s.27
Errors'if' construct must use '{}'s.28

org/jscsi/target/scsi/cdb/FormatUnitCDB.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine has trailing spaces.11
ErrorsFirst sentence should end with a period.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.43
ErrorsMissing a Javadoc comment.48
Errors'(' is preceded with whitespace.48
ErrorsParameter buffer should be final.48
Errors'6' is a magic number.54
Errors'5' is a magic number.57
Errors'4' is a magic number.60
Errors'3' is a magic number.63
Errors'7' is a magic number.66
Errors'if' construct must use '{}'s.68
ErrorsLine is longer than 80 characters.68
Errors';' is not followed by whitespace.68
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.72
Errors'if' construct must use '{}'s.75
Errors'7' is a magic number.75
Errors'if' construct must use '{}'s.76
ErrorsLine is longer than 80 characters.76
Errors'4' is a magic number.76
Errors';' is not followed by whitespace.76
ErrorsMissing a Javadoc comment.79
ErrorsRedundant 'final' modifier.79
Errors'(' is preceded with whitespace.79
ErrorsMissing a Javadoc comment.83
ErrorsRedundant 'final' modifier.83
Errors'(' is preceded with whitespace.83
ErrorsMissing a Javadoc comment.87
ErrorsRedundant 'final' modifier.87
Errors'(' is preceded with whitespace.87

org/jscsi/target/scsi/cdb/InquiryCDB.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.54
ErrorsMissing a Javadoc comment.59
Errors'(' is preceded with whitespace.59
ErrorsParameter buffer should be final.59
Errors',' is not followed by whitespace.63
Errors';' is not followed by whitespace.64
Errors'3' is a magic number.70
ErrorsLine is longer than 80 characters.72
Errors'if' construct must use '{}'s.74
ErrorsLine is longer than 80 characters.74
Errors';' is not followed by whitespace.74
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.78
Errors'if' construct must use '{}'s.81
ErrorsLine is longer than 80 characters.81
Errors';' is not followed by whitespace.81
ErrorsMethod 'getEnableVitalProductData' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMissing a Javadoc comment.85
Errors'(' is preceded with whitespace.85
ErrorsMethod 'getPageCode' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
Errors'(' is preceded with whitespace.89
ErrorsMethod 'getAllocationLength' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
Errors'(' is preceded with whitespace.93

org/jscsi/target/scsi/cdb/ModeSense6Cdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.33
ErrorsFirst sentence should end with a period.38
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
ErrorsMissing a Javadoc comment.51
Errors'(' is preceded with whitespace.51
ErrorsParameter buffer should be final.51
Errors';' is not followed by whitespace.52
Errors',' is not followed by whitespace.55
Errors'3' is a magic number.56
Errors';' is not followed by whitespace.56
Errors'6' is a magic number.59
Errors'3' is a magic number.59
Errors'63' is a magic number.63
Errors'3' is a magic number.66
Errors'4' is a magic number.69
ErrorsMissing a Javadoc comment.72
Errors'(' is preceded with whitespace.72
ErrorsMissing a Javadoc comment.76
Errors'(' is preceded with whitespace.76
ErrorsMissing a Javadoc comment.80
Errors'(' is preceded with whitespace.80
ErrorsMissing a Javadoc comment.84
Errors'(' is preceded with whitespace.84
ErrorsMissing a Javadoc comment.88
Errors'(' is preceded with whitespace.88
ErrorsMissing a Javadoc comment.92
Errors'(' is preceded with whitespace.92

org/jscsi/target/scsi/cdb/Read10Cdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine has trailing spaces.20
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
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
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.94
ErrorsLine has trailing spaces.95
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.108
ErrorsLine has trailing spaces.111
ErrorsMissing a Javadoc comment.115
Errors'(' is preceded with whitespace.115
Errors';' is not followed by whitespace.116
Errors'5' is a magic number.120
Errors'7' is a magic number.120
Errors'4' is a magic number.123
Errors'3' is a magic number.126
Errors'6' is a magic number.132
Errors'31' is a magic number.133
Errors'(' is preceded with whitespace.137
ErrorsParameter buffer should be final.137
Errors'(' is preceded with whitespace.142
ErrorsParameter buffer should be final.142
Errors'7' is a magic number.143
ErrorsMissing a Javadoc comment.146
Errors'(' is preceded with whitespace.146
ErrorsMissing a Javadoc comment.150
Errors'(' is preceded with whitespace.150
ErrorsMissing a Javadoc comment.154
Errors'(' is preceded with whitespace.154
ErrorsMissing a Javadoc comment.158
Errors'(' is preceded with whitespace.158
ErrorsMissing a Javadoc comment.162
Errors'(' is preceded with whitespace.162
Errors'(' is preceded with whitespace.167
Errors'(' is preceded with whitespace.172
Errors'7' is a magic number.173

org/jscsi/target/scsi/cdb/Read6Cdb.java

ViolationMessageLine
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.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.28
Errors'(' is preceded with whitespace.28
ErrorsParameter buffer should be final.28
ErrorsMethod 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty.32
Errors'(' is preceded with whitespace.33
ErrorsParameter buffer should be final.33
Errors'if' construct must use '{}'s.37
Errors'5' is a magic number.37
Errors'7' is a magic number.37
Errors'31' is a magic number.40
Errors'16' is a magic number.40
ErrorsMethod 'deserializeTransferLength' is not designed for extension - needs to be abstract, final or empty.43
Errors'(' is preceded with whitespace.44
ErrorsParameter buffer should be final.44
ErrorsLine is longer than 80 characters.46
Errors'if' construct must use '{}'s.50
Errors'256' is a magic number.50
ErrorsMethod 'getLogicalBlockAddressFieldIndex' is not designed for extension - needs to be abstract, final or empty.54
Errors'(' is preceded with whitespace.55
ErrorsMethod 'getTransferLengthFieldIndex' is not designed for extension - needs to be abstract, final or empty.59
Errors'(' is preceded with whitespace.60
Errors'4' is a magic number.61

org/jscsi/target/scsi/cdb/ReadCapacity10Cdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsMissing a Javadoc comment.17
Errors'(' is preceded with whitespace.17
ErrorsParameter buffer should be final.17
ErrorsMethod 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty.21
Errors'(' is preceded with whitespace.22
ErrorsParameter buffer should be final.22
ErrorsMethod 'deserializePartialMediumIndicator' is not designed for extension - needs to be abstract, final or empty.26
Errors'(' is preceded with whitespace.27
ErrorsParameter buffer should be final.27
Errors'8' is a magic number.28
Errors',' is not followed by whitespace.28
Errors';' is not followed by whitespace.29

org/jscsi/target/scsi/cdb/ReadCapacity16Cdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine has trailing spaces.11
ErrorsLine is longer than 80 characters.24
ErrorsMissing a Javadoc comment.28
Errors'(' is preceded with whitespace.28
ErrorsParameter buffer should be final.28
Errors'31' is a magic number.31
Errors'if' construct must use '{}'s.32
Errors'4' is a magic number.32
ErrorsMethod 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty.35
Errors'(' is preceded with whitespace.36
ErrorsParameter buffer should be final.36
ErrorsMethod 'deserializePartialMediumIndicator' is not designed for extension - needs to be abstract, final or empty.40
Errors'(' is preceded with whitespace.41
ErrorsParameter buffer should be final.41
Errors'14' is a magic number.42
Errors',' is not followed by whitespace.42
Errors';' is not followed by whitespace.43
ErrorsMethod 'getServiceAction' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
Errors'(' is preceded with whitespace.46

org/jscsi/target/scsi/cdb/ReadCapacityCdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.21
ErrorsVariable 'logicalBlockAddress' must be private and have accessor methods.24
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.38
ErrorsVariable 'partialMediumIndicator' must be private and have accessor methods.41
ErrorsMissing a Javadoc comment.43
Errors'(' is preceded with whitespace.43
Errors'if' construct must use '{}'s.48
ErrorsLine is longer than 80 characters.48
ErrorsMissing a Javadoc comment.51
Errors'(' is preceded with whitespace.51
ErrorsLine is longer than 80 characters.53
ErrorsMissing a Javadoc comment.53
Errors'(' is preceded with whitespace.53
ErrorsMissing a Javadoc comment.55
Errors'(' is preceded with whitespace.55
ErrorsMissing a Javadoc comment.59
Errors'(' is preceded with whitespace.59

org/jscsi/target/scsi/cdb/ReadCdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.16
Errors'(' is preceded with whitespace.16
ErrorsParameter buffer should be final.16

org/jscsi/target/scsi/cdb/ReadOrWriteCdb.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.storage.IStorageModule.6
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.20
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsMissing a Javadoc comment.32
Errors'(' is preceded with whitespace.32
ErrorsParameter buffer should be final.32
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.44
Errors'(' is preceded with whitespace.44
ErrorsLine has trailing spaces.48
Errors'(' is preceded with whitespace.52
ErrorsLine has trailing spaces.56
Errors'(' is preceded with whitespace.59
ErrorsLine has trailing spaces.65
Errors'(' is preceded with whitespace.68
ErrorsLine is longer than 80 characters.73
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.75
Errors'(' is preceded with whitespace.77
ErrorsLine is longer than 80 characters.80
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.82
Errors'(' is preceded with whitespace.84
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.89
ErrorsLine has trailing spaces.90
Errors'(' is preceded with whitespace.94
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.101
ErrorsLine has trailing spaces.103
Errors'(' is preceded with whitespace.107

org/jscsi/target/scsi/cdb/ReportLunsCDB.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine has trailing spaces.11
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsMissing a Javadoc comment.46
Errors'(' is preceded with whitespace.46
ErrorsParameter buffer should be final.46
Errors'if' construct must use '{}'s.51
ErrorsLine is longer than 80 characters.51
Errors';' is not followed by whitespace.51
Errors'6' is a magic number.54
Errors'if' construct must use '{}'s.55
ErrorsLine is longer than 80 characters.55
Errors'16' is a magic number.55
Errors'6' is a magic number.55
Errors';' is not followed by whitespace.55
ErrorsMissing a Javadoc comment.59
Errors'(' is preceded with whitespace.59
ErrorsMissing a Javadoc comment.63
Errors'(' is preceded with whitespace.63

org/jscsi/target/scsi/cdb/RequestSenseCdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.25
ErrorsMissing a Javadoc comment.30
Errors'(' is preceded with whitespace.30
ErrorsParameter buffer should be final.30
Errors'4' is a magic number.37
Errors'255' is a magic number.37
ErrorsMissing a Javadoc comment.40
ErrorsRedundant 'final' modifier.40
Errors'(' is preceded with whitespace.40
ErrorsMissing a Javadoc comment.44
ErrorsRedundant 'final' modifier.44
Errors'(' is preceded with whitespace.44

org/jscsi/target/scsi/cdb/ScsiOperationCode.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.17
ErrorsLine is longer than 80 characters.27
ErrorsName 'mapping' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.27
Errors'256' is a magic number.27
Errors'{' is not followed by whitespace.28
Errors'255' is a magic number.32
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.41
Errors'(' is preceded with whitespace.44
Errors'255' is a magic number.45
ErrorsMissing a Javadoc comment.48
Errors'(' is preceded with whitespace.48
Errors'value' hides a field.48
ErrorsLine has trailing spaces.54
Errors'(' is preceded with whitespace.57
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.63
Errors'(' is preceded with whitespace.66
Errors'5' is a magic number.67
Errors'7' is a magic number.67
ErrorsLine has trailing spaces.72
Errors'(' is preceded with whitespace.75
Errors'31' is a magic number.76
ErrorsLine has trailing spaces.81
Errors'(' is preceded with whitespace.84

org/jscsi/target/scsi/cdb/SelectReport.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.lun.AddressMethod.4
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.29
ErrorsMissing a Javadoc comment.44
Errors'(' is preceded with whitespace.44
Errors'value' hides a field.44
ErrorsLine has trailing spaces.50
Errors'(' is preceded with whitespace.53
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.61
Errors'static' modifier out of order with the JLS suggestions.63
Errors'(' is preceded with whitespace.63
ErrorsParameter value should be final.63
Errors'if' construct must use '{}'s.64

org/jscsi/target/scsi/cdb/SelfTestCode.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.44
ErrorsMissing a Javadoc comment.55
Errors'(' is preceded with whitespace.55
Errors'value' hides a field.55
ErrorsMissing a Javadoc comment.59
Errors'(' is preceded with whitespace.59
ErrorsLine has trailing spaces.65
ErrorsLine is longer than 80 characters.67
Errors'(' is preceded with whitespace.69
ErrorsParameter value should be final.69
Errors'for' construct must use '{}'s.71
Errors'if' construct must use '{}'s.72

org/jscsi/target/scsi/cdb/SendDiagnosticCdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.21
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.42
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.54
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsMissing a Javadoc comment.80
Errors'(' is preceded with whitespace.80
ErrorsParameter buffer should be final.80
Errors'if' construct must use '{}'s.88
ErrorsLine is longer than 80 characters.88
Errors';' is not followed by whitespace.88
Errors'5' is a magic number.92
Errors'if' construct must use '{}'s.93
ErrorsLine is longer than 80 characters.93
Errors'7' is a magic number.93
Errors'4' is a magic number.96
Errors'if' construct must use '{}'s.97
ErrorsLine is longer than 80 characters.97
Errors'4' is a magic number.97
Errors';' is not followed by whitespace.97
Errors'3' is a magic number.107
ErrorsMissing a Javadoc comment.110
ErrorsRedundant 'final' modifier.110
Errors'(' is preceded with whitespace.110
ErrorsMissing a Javadoc comment.114
ErrorsRedundant 'final' modifier.114
Errors'(' is preceded with whitespace.114
ErrorsMissing a Javadoc comment.118
ErrorsRedundant 'final' modifier.118
Errors'(' is preceded with whitespace.118
ErrorsMissing a Javadoc comment.122
ErrorsRedundant 'final' modifier.122
Errors'(' is preceded with whitespace.122
ErrorsMissing a Javadoc comment.126
ErrorsRedundant 'final' modifier.126
Errors'(' is preceded with whitespace.126
ErrorsMissing a Javadoc comment.130
ErrorsRedundant 'final' modifier.130
Errors'(' is preceded with whitespace.130

org/jscsi/target/scsi/cdb/TestUnitReadyCdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.14
Errors'(' is preceded with whitespace.14
ErrorsParameter buffer should be final.14

org/jscsi/target/scsi/cdb/Write10Cdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.61
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.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.86
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.101
ErrorsLine has trailing spaces.104
ErrorsMissing a Javadoc comment.108
Errors'(' is preceded with whitespace.108
ErrorsParameter buffer should be final.108
Errors';' is not followed by whitespace.109
Errors'5' is a magic number.113
Errors'7' is a magic number.113
Errors'4' is a magic number.116
Errors'3' is a magic number.119
Errors'6' is a magic number.125
Errors'31' is a magic number.126
ErrorsMethod 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty.129
Errors'(' is preceded with whitespace.130
ErrorsParameter buffer should be final.130
ErrorsMethod 'deserializeTransferLength' is not designed for extension - needs to be abstract, final or empty.134
Errors'(' is preceded with whitespace.135
ErrorsParameter buffer should be final.135
Errors'7' is a magic number.136
ErrorsMethod 'getWriteProtect' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
Errors'(' is preceded with whitespace.139
ErrorsMethod 'disablePageOut' is not designed for extension - needs to be abstract, final or empty.143
ErrorsMissing a Javadoc comment.143
Errors'(' is preceded with whitespace.143
ErrorsMethod 'getForceUnitAccess' is not designed for extension - needs to be abstract, final or empty.147
ErrorsMissing a Javadoc comment.147
Errors'(' is preceded with whitespace.147
ErrorsMethod 'getForceUnitAccessNonVolatile' is not designed for extension - needs to be abstract, final or empty.151
ErrorsMissing a Javadoc comment.151
Errors'(' is preceded with whitespace.151
ErrorsMethod 'getGroupNumber' is not designed for extension - needs to be abstract, final or empty.155
ErrorsMissing a Javadoc comment.155
Errors'(' is preceded with whitespace.155
ErrorsMethod 'getLogicalBlockAddressFieldIndex' is not designed for extension - needs to be abstract, final or empty.159
Errors'(' is preceded with whitespace.160
ErrorsMethod 'getTransferLengthFieldIndex' is not designed for extension - needs to be abstract, final or empty.164
Errors'(' is preceded with whitespace.165
Errors'7' is a magic number.166

org/jscsi/target/scsi/cdb/Write6Cdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.21
ErrorsMissing a Javadoc comment.26
Errors'(' is preceded with whitespace.26
ErrorsParameter buffer should be final.26
ErrorsMethod 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty.30
Errors'(' is preceded with whitespace.31
ErrorsParameter buffer should be final.31
Errors'if' construct must use '{}'s.35
Errors'5' is a magic number.35
Errors'7' is a magic number.35
Errors'31' is a magic number.38
Errors'16' is a magic number.38
ErrorsMethod 'deserializeTransferLength' is not designed for extension - needs to be abstract, final or empty.41
Errors'(' is preceded with whitespace.42
ErrorsParameter buffer should be final.42
ErrorsLine is longer than 80 characters.44
Errors'if' construct must use '{}'s.48
Errors'256' is a magic number.48
ErrorsMethod 'getLogicalBlockAddressFieldIndex' is not designed for extension - needs to be abstract, final or empty.52
Errors'(' is preceded with whitespace.53
ErrorsMethod 'getTransferLengthFieldIndex' is not designed for extension - needs to be abstract, final or empty.57
Errors'(' is preceded with whitespace.58
Errors'4' is a magic number.59

org/jscsi/target/scsi/cdb/WriteCdb.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.16
Errors'(' is preceded with whitespace.16
ErrorsParameter buffer should be final.16

org/jscsi/target/scsi/cdb/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.21
ErrorsLine has trailing spaces.23

org/jscsi/target/scsi/inquiry/Association.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.40
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.47
Errors'(' is preceded with whitespace.47
Errors'value' hides a field.47
ErrorsMissing a Javadoc comment.51
Errors'(' is preceded with whitespace.51

org/jscsi/target/scsi/inquiry/CodeSet.java

ViolationMessageLine
ErrorsLine has trailing spaces.5
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.35
ErrorsFirst sentence should end with a period.52
ErrorsMissing a Javadoc comment.57
Errors'(' is preceded with whitespace.57
Errors'value' hides a field.57
ErrorsLine has trailing spaces.68
Errors'(' is preceded with whitespace.71

org/jscsi/target/scsi/inquiry/DeviceIdentificationVpdPage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.32
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.55
ErrorsLine is longer than 80 characters.67
ErrorsMissing a Javadoc comment.67
ErrorsMissing a Javadoc comment.69
Errors'(' is preceded with whitespace.69
ErrorsParameter target should be final.69
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84
ErrorsLine has trailing spaces.93
Errors'(' is preceded with whitespace.96
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
Errors'(' is preceded with whitespace.104
ErrorsParameter byteBuffer should be final.104
ErrorsParameter index should be final.104
Errors',' is not followed by whitespace.110
Errors';' is not followed by whitespace.111
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.114
ErrorsMissing a Javadoc comment.114
Errors'(' is preceded with whitespace.114

org/jscsi/target/scsi/inquiry/IdentificationDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.62
ErrorsMissing a Javadoc comment.62
Errors'(' is preceded with whitespace.62
Errors'protocolIdentifier' hides a field.62
Errors'codeSet' hides a field.62
Errors'protocolIdentifierValid' hides a field.62
Errors'association' hides a field.62
Errors'identifierType' hides a field.62
Errors'identifier' hides a field.62
ErrorsMissing a Javadoc comment.71
Errors'(' is preceded with whitespace.71
ErrorsParameter byteBuffer should be final.71
ErrorsParameter index should be final.71
ErrorsLine is longer than 80 characters.75
Errors'15' is a magic number.75
Errors'4' is a magic number.75
Errors'15' is a magic number.75
ErrorsLine is longer than 80 characters.79
Errors'3' is a magic number.79
Errors'4' is a magic number.79
Errors'15' is a magic number.79
Errors'7' is a magic number.80
Errors';' is not followed by whitespace.87
ErrorsMissing a Javadoc comment.93
Errors'(' is preceded with whitespace.93

org/jscsi/target/scsi/inquiry/Identifier.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.10

org/jscsi/target/scsi/inquiry/IdentifierType.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.13
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.18
Errors'(' is preceded with whitespace.18
ErrorsParameter value should be final.18
Errors'value' hides a field.18
ErrorsMissing a Javadoc comment.22
Errors'(' is preceded with whitespace.22

org/jscsi/target/scsi/inquiry/PageCode.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.cdb.InquiryCDB.4
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.26
Errors'(' is preceded with whitespace.29
Errors'value' hides a field.29
Errors'255' is a magic number.30
ErrorsLine has trailing spaces.35
Errors'(' is preceded with whitespace.38
ErrorsLine has trailing spaces.44
Errors'(' is preceded with whitespace.47
Errors'if' construct must use '{}'s.48
ErrorsLine is longer than 80 characters.48
Errors';' is not followed by whitespace.48
Errors'if' construct must use '{}'s.49
ErrorsLine is longer than 80 characters.49
Errors'0x7f' is a magic number.49
Errors'if' construct must use '{}'s.50
Errors'0x80' is a magic number.50
Errors'if' construct must use '{}'s.51
ErrorsLine is longer than 80 characters.51
Errors'0x81' is a magic number.51
Errors'0x82' is a magic number.51
Errors'if' construct must use '{}'s.52
ErrorsLine is longer than 80 characters.52
Errors'0x83' is a magic number.52
Errors';' is not followed by whitespace.52
Errors'if' construct must use '{}'s.53
ErrorsLine is longer than 80 characters.53
Errors'0x84' is a magic number.53
Errors'if' construct must use '{}'s.54
ErrorsLine is longer than 80 characters.54
Errors'0x85' is a magic number.54
Errors'if' construct must use '{}'s.55
ErrorsLine is longer than 80 characters.55
Errors'0x86' is a magic number.55
Errors'if' construct must use '{}'s.56
Errors'0x87' is a magic number.56
Errors'if' construct must use '{}'s.57
Errors'0x88' is a magic number.57
Errors'if' construct must use '{}'s.58
ErrorsLine is longer than 80 characters.58
Errors'0x89' is a magic number.58
Errors'0xaf' is a magic number.58
Errors'if' construct must use '{}'s.59
Errors'0xb0' is a magic number.59
Errors'0xbf' is a magic number.59
Errors'else' construct must use '{}'s.61
ErrorsLine has trailing spaces.67
ErrorsFirst sentence should end with a period.71
ErrorsFirst sentence should end with a period.75
ErrorsFirst sentence should end with a period.79
ErrorsFirst sentence should end with a period.83
ErrorsFirst sentence should end with a period.87
ErrorsFirst sentence should end with a period.91
ErrorsFirst sentence should end with a period.95
ErrorsFirst sentence should end with a period.99
ErrorsFirst sentence should end with a period.103
ErrorsFirst sentence should end with a period.107
ErrorsFirst sentence should end with a period.111
ErrorsFirst sentence should end with a period.115
ErrorsFirst sentence should end with a period.119
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.125
Errors'(' is preceded with whitespace.126

org/jscsi/target/scsi/inquiry/ProtocolIdentifier.java

ViolationMessageLine
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 has trailing spaces.10
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.82
ErrorsMissing a Javadoc comment.82
ErrorsMissing a Javadoc comment.82
ErrorsMissing a Javadoc comment.82
ErrorsMissing a Javadoc comment.82
ErrorsMissing a Javadoc comment.82
ErrorsMissing a Javadoc comment.82
ErrorsMissing a Javadoc comment.82
ErrorsMissing a Javadoc comment.82
ErrorsMissing a Javadoc comment.82
ErrorsMissing a Javadoc comment.84
ErrorsMissing a Javadoc comment.86
Errors'(' is preceded with whitespace.86
Errors'value' hides a field.86
ErrorsMissing a Javadoc comment.90
ErrorsMissing a Javadoc comment.92
Errors'(' is preceded with whitespace.92

org/jscsi/target/scsi/inquiry/ScsiNameStringIdentifier.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.11
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsName 'logicalUnitNameExtension' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.34
ErrorsMissing a Javadoc comment.36
Errors'(' is preceded with whitespace.36
ErrorsParameter targetName should be final.36
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
Errors'(' is preceded with whitespace.48
ErrorsParameter byteBuffer should be final.48
ErrorsParameter index should be final.48
Errors';' is not followed by whitespace.50
Errors'if' construct must use '{}'s.52
ErrorsLine is longer than 80 characters.52
Errors';' is not followed by whitespace.52
Errors'for' construct must use '{}'s.54
Errors'for' construct must use '{}'s.57
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
Errors'(' is preceded with whitespace.61
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.68
Errors'(' is preceded with whitespace.71
Errors'4' is a magic number.72
Errors'4' is a magic number.72

org/jscsi/target/scsi/inquiry/StandardInquiryData.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.cdb.ScsiOperationCode.7
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.17
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.44
Errors'(' is preceded with whitespace.44
ErrorsLine has trailing spaces.50
Errors'(' is preceded with whitespace.53
Errors'if' construct must use '{}'s.54
ErrorsMissing a Javadoc comment.58
Errors'(' is preceded with whitespace.58
ErrorsParameter byteBuffer should be final.58
ErrorsParameter index should be final.58
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.81
Errors'0x05' is a magic number.83
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
Errors';' is not followed by whitespace.93
ErrorsLine is longer than 80 characters.97
Errors'31' is a magic number.100
ErrorsLine is longer than 80 characters.104
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
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.112
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.121
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.126
Errors'128' is a magic number.129
Errors';' is not followed by whitespace.129
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
ErrorsLine is longer than 80 characters.142
ErrorsLine is longer than 80 characters.143
ErrorsLine is longer than 80 characters.146
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.153
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.160
ErrorsLine is longer than 80 characters.164
ErrorsLine has trailing spaces.166
ErrorsLine is longer than 80 characters.169
ErrorsLine is longer than 80 characters.170
ErrorsLine is longer than 80 characters.172
Errors'(' is preceded with whitespace.172
Errors'for' construct must use '{}'s.177
Errors'for' construct must use '{}'s.180
ErrorsMissing a Javadoc comment.184
Errors'(' is preceded with whitespace.184

org/jscsi/target/scsi/inquiry/SupportedVpdPages.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.32
ErrorsMissing a Javadoc comment.32
Errors'{' is followed by whitespace.32
Errors',' is not followed by whitespace.32
Errors',' is not followed by whitespace.34
ErrorsLine has trailing spaces.39
Errors'(' is preceded with whitespace.42
Errors'if' construct must use '{}'s.43
ErrorsMissing a Javadoc comment.47
Errors'(' is preceded with whitespace.47
ErrorsMissing a Javadoc comment.51
Errors'(' is preceded with whitespace.51
ErrorsParameter byteBuffer should be final.51
ErrorsParameter index should be final.51
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.58
Errors'for' construct must use '{}'s.81
ErrorsMissing a Javadoc comment.85
Errors'(' is preceded with whitespace.85
ErrorsLine is longer than 80 characters.90
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.95
Errors'(' is preceded with whitespace.95
Errors'if' construct must use '{}'s.98
ErrorsLine is longer than 80 characters.98

org/jscsi/target/scsi/inquiry/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.21
ErrorsLine has trailing spaces.22

org/jscsi/target/scsi/lun/AddressMethod.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.8
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsMissing a Javadoc comment.42
Errors'(' is preceded with whitespace.42
Errors'value' hides a field.42
ErrorsLine has trailing spaces.48
Errors'(' is preceded with whitespace.51
ErrorsLine is longer than 80 characters.56
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.60
Errors'(' is preceded with whitespace.62
ErrorsParameter value should be final.62
Errors'if' construct must use '{}'s.63
Errors'3' is a magic number.63

org/jscsi/target/scsi/lun/LogicalUnitNumber.java

ViolationMessageLine
ErrorsLine has trailing spaces.12
ErrorsMissing a Javadoc comment.27
Errors'(' is preceded with whitespace.27
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
Errors'(' is preceded with whitespace.31
ErrorsParameter byteBuffer should be final.31
ErrorsParameter index should be final.31
Errors'for' construct must use '{}'s.33
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
Errors'(' is preceded with whitespace.37
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.41
Errors'(' is preceded with whitespace.42

org/jscsi/target/scsi/lun/ReportLunsParameterData.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.15
ErrorsLine has trailing spaces.37
Errors'(' is preceded with whitespace.40
ErrorsParameter luns should be final.40
Errors'luns' hides a field.40
Errors'if' construct must use '{}'s.42
ErrorsMissing a Javadoc comment.45
Errors'(' is preceded with whitespace.45
ErrorsParameter byteBuffer should be final.45
ErrorsParameter index should be final.45
ErrorsMissing a Javadoc comment.58
Errors'(' is preceded with whitespace.58

org/jscsi/target/scsi/lun/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.21
ErrorsLine has trailing spaces.23

org/jscsi/target/scsi/modeSense/CachingModePage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.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.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
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.70
ErrorsLine is longer than 80 characters.71
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.85
ErrorsLine is longer than 80 characters.86
ErrorsExtra HTML tag found: </tr>108
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.138
ErrorsExtra HTML tag found: </tr>144
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.158
ErrorsLine is longer than 80 characters.159
ErrorsLine is longer than 80 characters.160
ErrorsLine is longer than 80 characters.161
ErrorsLine is longer than 80 characters.164
ErrorsLine is longer than 80 characters.165
ErrorsLine is longer than 80 characters.166
ErrorsLine is longer than 80 characters.167
ErrorsLine is longer than 80 characters.168
ErrorsLine is longer than 80 characters.169
ErrorsLine is longer than 80 characters.174
ErrorsLine is longer than 80 characters.178
ErrorsLine is longer than 80 characters.180
ErrorsLine is longer than 80 characters.182
ErrorsLine is longer than 80 characters.183
ErrorsLine is longer than 80 characters.184
ErrorsLine is longer than 80 characters.185
ErrorsLine is longer than 80 characters.188
ErrorsLine is longer than 80 characters.189
ErrorsLine is longer than 80 characters.190
ErrorsLine has trailing spaces.191
ErrorsLine has trailing spaces.198
ErrorsLine is longer than 80 characters.205
ErrorsLine is longer than 80 characters.206
ErrorsLine is longer than 80 characters.207
ErrorsLine has trailing spaces.209
ErrorsLine is longer than 80 characters.215
ErrorsLine is longer than 80 characters.216
ErrorsLine is longer than 80 characters.217
ErrorsLine is longer than 80 characters.223
ErrorsLine is longer than 80 characters.224
ErrorsLine is longer than 80 characters.225
ErrorsLine is longer than 80 characters.230
ErrorsLine is longer than 80 characters.231
ErrorsLine is longer than 80 characters.232
ErrorsLine is longer than 80 characters.237
ErrorsLine is longer than 80 characters.238
ErrorsLine is longer than 80 characters.239
ErrorsLine is longer than 80 characters.244
ErrorsLine is longer than 80 characters.250
ErrorsLine is longer than 80 characters.251
ErrorsLine is longer than 80 characters.259
ErrorsLine has trailing spaces.260
ErrorsLine is longer than 80 characters.283
ErrorsMore than 7 parameters.283
Errors'(' is preceded with whitespace.283
ErrorsExpected @param tag for 'parametersSaveable'.283
Errors'initiatorControl' hides a field.283
ErrorsExpected @param tag for 'initiatorControl'.283
Errors'abortPrefetch' hides a field.283
ErrorsExpected @param tag for 'abortPrefetch'.283
Errors'cachingAnalysisPermitted' hides a field.283
ErrorsExpected @param tag for 'cachingAnalysisPermitted'.283
Errors'discontinuity' hides a field.283
ErrorsExpected @param tag for 'discontinuity'.283
Errors'sizeEnable' hides a field.283
ErrorsExpected @param tag for 'sizeEnable'.283
Errors'writebackCacheEnable' hides a field.283
ErrorsExpected @param tag for 'writebackCacheEnable'.283
Errors'multiplicationFactor' hides a field.283
ErrorsExpected @param tag for 'multiplicationFactor'.283
Errors'readCacheDisable' hides a field.283
ErrorsExpected @param tag for 'readCacheDisable'.283
Errors'demandReadRetentionPriority' hides a field.283
ErrorsExpected @param tag for 'demandReadRetentionPriority'.283
Errors'writeRetentionPriority' hides a field.283
ErrorsExpected @param tag for 'writeRetentionPriority'.283
Errors'disablePrefetchTransferLength' hides a field.283
ErrorsExpected @param tag for 'disablePrefetchTransferLength'.283
Errors'minimumPrefetch' hides a field.283
ErrorsExpected @param tag for 'minimumPrefetch'.283
Errors'maximumPrefetch' hides a field.283
ErrorsExpected @param tag for 'maximumPrefetch'.283
Errors'maximumPrefetchCeiling' hides a field.283
ErrorsExpected @param tag for 'maximumPrefetchCeiling'.283
Errors'forceSequentialWrite' hides a field.283
ErrorsExpected @param tag for 'forceSequentialWrite'.283
Errors'logicalBlockCacheSegmentSize' hides a field.283
ErrorsExpected @param tag for 'logicalBlockCacheSegmentSize'.283
Errors'disableReadAhead' hides a field.283
ErrorsExpected @param tag for 'disableReadAhead'.283
Errors'nonVolatileCacheDisabled' hides a field.283
ErrorsExpected @param tag for 'nonVolatileCacheDisabled'.283
Errors'numberOfCacheSegments' hides a field.283
ErrorsExpected @param tag for 'numberOfCacheSegments'.283
Errors'cacheSegmentSize' hides a field.283
ErrorsExpected @param tag for 'cacheSegmentSize'.283
Errors',' is not followed by whitespace.284
Errors'0x08' is a magic number.285
Errors',' is not followed by whitespace.285
Errors'0x12' is a magic number.286
Errors';' is not followed by whitespace.286
ErrorsLine is longer than 80 characters.295
Errors'0xf' is a magic number.295
Errors'0xf' is a magic number.296
ErrorsLine is longer than 80 characters.297
Errors'0xffff' is a magic number.297
Errors'0xffff' is a magic number.298
Errors'0xffff' is a magic number.299
Errors'0xffff' is a magic number.300
Errors'0xff' is a magic number.305
Errors'0xffff' is a magic number.306
Errors'(' is preceded with whitespace.310
ErrorsParameter buffer should be final.310
ErrorsParameter index should be final.310
Errors'7' is a magic number.314
Errors'6' is a magic number.315
Errors'5' is a magic number.316
Errors'4' is a magic number.317
Errors'3' is a magic number.318
ErrorsLine is longer than 80 characters.324
Errors'4' is a magic number.324
Errors',' is not followed by whitespace.327
Errors',' is not followed by whitespace.328
Errors'4' is a magic number.329
Errors';' is not followed by whitespace.329
Errors',' is not followed by whitespace.330
Errors',' is not followed by whitespace.331
Errors'6' is a magic number.332
Errors';' is not followed by whitespace.332
Errors',' is not followed by whitespace.333
Errors',' is not followed by whitespace.334
Errors'8' is a magic number.335
Errors';' is not followed by whitespace.335
Errors',' is not followed by whitespace.336
Errors',' is not followed by whitespace.337
Errors'10' is a magic number.338
Errors';' is not followed by whitespace.338
Errors'7' is a magic number.341
Errors'6' is a magic number.342
Errors'5' is a magic number.343
Errors'12' is a magic number.345
Errors',' is not followed by whitespace.350
Errors',' is not followed by whitespace.351
Errors'14' is a magic number.352
Errors';' is not followed by whitespace.352

org/jscsi/target/scsi/modeSense/HeaderType.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.5
ErrorsLine has trailing spaces.12
ErrorsLine has trailing spaces.19

org/jscsi/target/scsi/modeSense/InformationExceptionsControlModePage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
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
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.56
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.65
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.97
ErrorsMissing a Javadoc comment.97
ErrorsMore than 7 parameters.97
Errors'(' is preceded with whitespace.97
ErrorsParameter parametersSaveable should be final.97
Errors'performance' hides a field.97
Errors'enableBackgroundFunction' hides a field.97
Errors'enableWarning' hides a field.97
Errors'disableExceptionControl' hides a field.97
Errors'test' hides a field.97
Errors'logErrors' hides a field.97
Errors'methodOfReportingInformationalExceptionConditions' hides a field.97
Errors'intervalTimer' hides a field.97
Errors'reportCount' hides a field.97
Errors',' is not followed by whitespace.98
Errors'0x1c' is a magic number.99
Errors',' is not followed by whitespace.99
Errors'0x0a' is a magic number.100
Errors';' is not followed by whitespace.100
ErrorsLine is longer than 80 characters.107
ErrorsMethod 'serializeModeParameters' is not designed for extension - needs to be abstract, final or empty.113
Errors'(' is preceded with whitespace.114
ErrorsParameter buffer should be final.114
ErrorsParameter index should be final.114
Errors'7' is a magic number.119
Errors';' is not followed by whitespace.119
Errors'5' is a magic number.120
Errors';' is not followed by whitespace.120
Errors'4' is a magic number.121
Errors';' is not followed by whitespace.121
Errors'3' is a magic number.122
Errors';' is not followed by whitespace.122
Errors';' is not followed by whitespace.123
Errors';' is not followed by whitespace.124
ErrorsLine is longer than 80 characters.128
Errors'31' is a magic number.128
Errors';' is not followed by whitespace.128
Errors',' is not followed by whitespace.132
Errors',' is not followed by whitespace.133
Errors'4' is a magic number.134
Errors';' is not followed by whitespace.134
Errors',' is not followed by whitespace.135
Errors',' is not followed by whitespace.136
Errors'8' is a magic number.137
Errors';' is not followed by whitespace.137

org/jscsi/target/scsi/modeSense/LogicalBlockDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.16
ErrorsVariable 'numberOfLogicalBlocks' must be private and have accessor methods.18
ErrorsVariable 'logicalBlockLength' must be private and have accessor methods.23
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.31
Errors'(' is preceded with whitespace.31
Errors'numberOfLogicalBlocks' hides a field.31
Errors'logicalBlockLength' hides a field.31

org/jscsi/target/scsi/modeSense/LongLogicalBlockDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.30
Errors'(' is preceded with whitespace.30
ErrorsParameter numberOfLogicalBlocks should be final.30
ErrorsParameter logicalBlockLength should be final.30
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
Errors'(' is preceded with whitespace.34
ErrorsParameter byteBuffer should be final.34
ErrorsParameter index should be final.34
Errors',' is not followed by whitespace.36
Errors',' is not followed by whitespace.37
Errors';' is not followed by whitespace.38
Errors',' is not followed by whitespace.41
Errors',' is not followed by whitespace.42
Errors'12' is a magic number.43
Errors';' is not followed by whitespace.43
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
Errors'(' is preceded with whitespace.46

org/jscsi/target/scsi/modeSense/ModePage.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsVariable 'pageLength' must be private and have accessor methods.51
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.66
Errors'(' is preceded with whitespace.66
Errors'parametersSaveable' hides a field.66
Errors'subPageFormat' hides a field.66
Errors'pageCode' hides a field.66
Errors'pageLength' hides a field.66
Errors'if' construct must use '{}'s.69
Errors'else' construct must use '{}'s.71
ErrorsMissing a Javadoc comment.77
Errors'(' is preceded with whitespace.77
Errors';' is not followed by whitespace.81
Errors'6' is a magic number.82
Errors';' is not followed by whitespace.82
Errors'7' is a magic number.83
Errors';' is not followed by whitespace.83
ErrorsLine is longer than 80 characters.93
ErrorsLine has trailing spaces.95
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.99
Errors'(' is preceded with whitespace.99
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.107
Errors'(' is preceded with whitespace.107
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.113
Errors'(' is preceded with whitespace.113
ErrorsMissing a Javadoc comment.115
Errors'(' is preceded with whitespace.115

org/jscsi/target/scsi/modeSense/ModePageCode.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.16
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.27
ErrorsLine is longer than 80 characters.29
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.40
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.47
Errors'{' is not followed by whitespace.48
Errors'for' construct must use '{}'s.50
Errors',' is not followed by whitespace.51
Errors';' is not followed by whitespace.52
ErrorsLine is longer than 80 characters.56
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.63
Errors'(' is preceded with whitespace.63
ErrorsLine has trailing spaces.79
Errors'(' is preceded with whitespace.83
Errors'pageCode' hides a field.83
Errors'subpageCode' hides a field.83
ErrorsFirst sentence should end with a period.88
ErrorsLine is longer than 80 characters.89
ErrorsLine has trailing spaces.90
Errors'(' is preceded with whitespace.95
Errors'8' is a magic number.96

org/jscsi/target/scsi/modeSense/ModeParameterHeader.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.10
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsVariable 'modeDataLength' must be private and have accessor methods.25
ErrorsLine is longer than 80 characters.28
ErrorsVariable 'mediumType' must be private and have accessor methods.31
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.46
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.52
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.59
ErrorsVariable 'deviceSpecificParameter' must be private and have accessor methods.61
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.68
ErrorsVariable 'blockDescriptorLength' must be private and have accessor methods.70
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.78
Errors'(' is preceded with whitespace.78
Errors'modeDataLength' hides a field.78
Errors'blockDescriptorLength' hides a field.78

org/jscsi/target/scsi/modeSense/ModeParameterHeader10.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.45
Errors'(' is preceded with whitespace.45
Errors'longLba' hides a field.45
ErrorsMissing a Javadoc comment.50
Errors'(' is preceded with whitespace.50
Errors',' is not followed by whitespace.51
Errors',' is not followed by whitespace.52
Errors';' is not followed by whitespace.53
Errors',' is not followed by whitespace.60
Errors',' is not followed by whitespace.61
Errors'6' is a magic number.62
Errors';' is not followed by whitespace.62
ErrorsMissing a Javadoc comment.65
Errors'(' is preceded with whitespace.65

org/jscsi/target/scsi/modeSense/ModeParameterHeader6.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.10
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.31
Errors'(' is preceded with whitespace.31
ErrorsMissing a Javadoc comment.35
Errors'(' is preceded with whitespace.35
ErrorsParameter byteBuffer should be final.35
ErrorsParameter index should be final.35
ErrorsMissing a Javadoc comment.43
Errors'(' is preceded with whitespace.43

org/jscsi/target/scsi/modeSense/ModeParameterList.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.42
Errors'(' is preceded with whitespace.42
Errors'if' construct must use '{}'s.43
Errors'if' construct must use '{}'s.47
Errors'if' construct must use '{}'s.51
Errors'else' construct must use '{}'s.53
ErrorsLine is longer than 80 characters.55
Errors'if' construct must use '{}'s.61
ErrorsLine is longer than 80 characters.62
Errors'else' construct must use '{}'s.63
ErrorsLine is longer than 80 characters.64
Errors'for' construct must use '{}'s.68
Errors'if' construct must use '{}'s.68
ErrorsLine is longer than 80 characters.72
Errors'if' construct must use '{}'s.77
ErrorsLine is longer than 80 characters.78
Errors'else' construct must use '{}'s.79
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.86
ErrorsMissing a Javadoc comment.86
Errors'(' is preceded with whitespace.86
Errors'modeParameterHeader' hides a field.86
Errors'logicalBlockDescriptors' hides a field.86
Errors'modePages' hides a field.86
ErrorsMissing a Javadoc comment.92
Errors'(' is preceded with whitespace.92
ErrorsParameter byteBuffer should be final.92
ErrorsParameter index should be final.92
Errors'if' construct must use '{}'s.101
ErrorsLine is longer than 80 characters.101
Errors'if' construct must use '{}'s.107
ErrorsMissing a Javadoc comment.113
Errors'(' is preceded with whitespace.113
Errors'if' construct must use '{}'s.116
ErrorsLine is longer than 80 characters.116
Errors';' is not followed by whitespace.116
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
Errors'for' construct must use '{}'s.121
Errors'if' construct must use '{}'s.121

org/jscsi/target/scsi/modeSense/ModeParameterListBuilder.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.5
ErrorsVariable 'headerType' must be private and have accessor methods.13
ErrorsLine is longer than 80 characters.16
ErrorsVariable 'logicalBlockDescriptors' must be private and have accessor methods.19
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsVariable 'longLba' must be private and have accessor methods.28
ErrorsLine is longer than 80 characters.31
ErrorsVariable 'modePages' must be private and have accessor methods.33
ErrorsMissing a Javadoc comment.35
Errors'(' is preceded with whitespace.35
Errors'headerType' hides a field.35
ErrorsLine is longer than 80 characters.39
ErrorsMissing a Javadoc comment.39
Errors'(' is preceded with whitespace.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.45
ErrorsMissing a Javadoc comment.45
Errors'(' is preceded with whitespace.45
Errors'logicalBlockDescriptors' hides a field.45
ErrorsLine is longer than 80 characters.50
ErrorsMissing a Javadoc comment.50
Errors'(' is preceded with whitespace.50
Errors'logicalBlockDescriptors' hides a field.50
ErrorsMissing a Javadoc comment.55
Errors'(' is preceded with whitespace.55
ErrorsMissing a Javadoc comment.61
Errors'(' is preceded with whitespace.61
Errors'modePages' hides a field.61
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.68
ErrorsLine is longer than 80 characters.69
Errors'(' is preceded with whitespace.71
Errors'if' construct must use '{}'s.72
Errors'if' construct must use '{}'s.73
ErrorsLine is longer than 80 characters.73

org/jscsi/target/scsi/modeSense/PageControl.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.cdb.ModeSense6Cdb.4
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.33
Errors'(' is preceded with whitespace.33
Errors'value' hides a field.33
ErrorsMissing a Javadoc comment.37
Errors'(' is preceded with whitespace.37
Errors'for' construct must use '{}'s.39
Errors'if' construct must use '{}'s.40

org/jscsi/target/scsi/modeSense/Page_0FormatModePage.java

ViolationMessageLine
ErrorsLine has trailing spaces.9
ErrorsName 'Page_0FormatModePage' must match pattern '^[A-Z][a-zA-Z0-9]*$'.12
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.21
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.26
Errors'(' is preceded with whitespace.26
ErrorsParameter parametersSaveable should be final.26
ErrorsParameter pageCode should be final.26
ErrorsParameter pageLength should be final.26
Errors',' is not followed by whitespace.27
Errors'(' is preceded with whitespace.32
ErrorsParameter buffer should be final.32
ErrorsParameter index should be final.32
Errors'(' is preceded with whitespace.38
ErrorsParameter buffer should be final.38
ErrorsParameter index should be final.38
ErrorsLine is longer than 80 characters.40

org/jscsi/target/scsi/modeSense/ShortLogicalBlockDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.30
Errors'(' is preceded with whitespace.30
ErrorsParameter numberOfLogicalBlocks should be final.30
ErrorsParameter logicalBlockLength should be final.30
ErrorsMissing a Javadoc comment.34
Errors'(' is preceded with whitespace.34
ErrorsParameter byteBuffer should be final.34
ErrorsParameter index should be final.34
Errors',' is not followed by whitespace.36
Errors',' is not followed by whitespace.37
Errors';' is not followed by whitespace.38
Errors',' is not followed by whitespace.41
Errors',' is not followed by whitespace.42
Errors'5' is a magic number.43
Errors';' is not followed by whitespace.43
ErrorsMissing a Javadoc comment.46
Errors'(' is preceded with whitespace.46

org/jscsi/target/scsi/modeSense/SubPageFormatModePage.java

ViolationMessageLine
ErrorsLine has trailing spaces.11
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.39
Errors'(' is preceded with whitespace.39
ErrorsParameter parametersSaveable should be final.39
ErrorsParameter pageCode should be final.39
Errors'subPageCode' hides a field.39
ErrorsParameter pageLength should be final.39
Errors',' is not followed by whitespace.40
ErrorsLine is longer than 80 characters.46
Errors'(' is preceded with whitespace.46
Errors'(' is preceded with whitespace.52
ErrorsParameter buffer should be final.52
ErrorsParameter index should be final.52
Errors',' is not followed by whitespace.54
Errors',' is not followed by whitespace.55
Errors';' is not followed by whitespace.56

org/jscsi/target/scsi/modeSense/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.21
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.23

org/jscsi/target/scsi/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.21
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.30
ErrorsLine has trailing spaces.37

org/jscsi/target/scsi/readCapacity/ReadCapacity10ParameterData.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.31
ErrorsMissing a Javadoc comment.31
Errors'(' is preceded with whitespace.31
ErrorsMissing a Javadoc comment.35
Errors'(' is preceded with whitespace.35
ErrorsParameter byteBuffer should be final.35
ErrorsParameter index should be final.35
ErrorsLine is longer than 80 characters.39
Errors'4' is a magic number.43
ErrorsMissing a Javadoc comment.46
Errors'(' is preceded with whitespace.46

org/jscsi/target/scsi/readCapacity/ReadCapacity16ParameterData.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.17
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.27
ErrorsMissing a Javadoc comment.27
Errors'(' is preceded with whitespace.27
ErrorsParameter logicalBlockLengthInBytes should be final.27
ErrorsMissing a Javadoc comment.31
Errors'(' is preceded with whitespace.31
ErrorsParameter byteBuffer should be final.31
ErrorsParameter index should be final.31
Errors'8' is a magic number.36
ErrorsMissing a Javadoc comment.39
Errors'(' is preceded with whitespace.39

org/jscsi/target/scsi/readCapacity/ReadCapacityParameterData.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.11
ErrorsMissing a Javadoc comment.16
ErrorsVariable 'returnedLogicalBlockAddress' must be private and have accessor methods.16
ErrorsMissing a Javadoc comment.18
ErrorsVariable 'logicalBlockLengthInBytes' must be private and have accessor methods.18
ErrorsLine is longer than 80 characters.20
ErrorsMissing a Javadoc comment.20
Errors'(' is preceded with whitespace.20
Errors'returnedLogicalBlockAddress' hides a field.20
Errors'logicalBlockLengthInBytes' hides a field.20

org/jscsi/target/scsi/readCapacity/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.21
ErrorsLine has trailing spaces.22

org/jscsi/target/scsi/sense/AdditionalSenseBytes.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.15
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
Errors'(' is preceded with whitespace.22
ErrorsParameter byteBuffer should be final.22
ErrorsParameter index should be final.22
ErrorsMissing a Javadoc comment.26
Errors'(' is preceded with whitespace.26

org/jscsi/target/scsi/sense/AdditionalSenseCodeAndQualifier.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.17
ErrorsLine is longer than 80 characters.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.26
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.33
ErrorsLine is longer than 80 characters.41
Errors'{' is not followed by whitespace.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.50
Errors'for' construct must use '{}'s.51
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.56
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.59
Errors'(' is preceded with whitespace.61
ErrorsParameter value should be final.61
ErrorsLine has trailing spaces.67
Errors'(' is preceded with whitespace.70
ErrorsParameter value should be final.70
Errors'value' hides a field.70
ErrorsLine has trailing spaces.76
Errors'(' is preceded with whitespace.79
ErrorsLine is longer than 80 characters.84
ErrorsLine has trailing spaces.85
Errors'(' is preceded with whitespace.88
Errors'8' is a magic number.89
ErrorsLine is longer than 80 characters.93
ErrorsLine has trailing spaces.94
Errors'(' is preceded with whitespace.97

org/jscsi/target/scsi/sense/DescriptorFormatSenseData.java

ViolationMessageLine
ErrorsLine has trailing spaces.13
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.61
Errors'(' is preceded with whitespace.61
ErrorsParameter additionalSenseCodeAndQualifier should be final.61
ErrorsParameter senseDataDescriptors should be final.61
Errors'senseDataDescriptors' hides a field.61
ErrorsLine is longer than 80 characters.62
ErrorsMissing a Javadoc comment.66
Errors'(' is preceded with whitespace.66
ErrorsParameter byteBuffer should be final.66
ErrorsParameter index should be final.66
ErrorsLine is longer than 80 characters.71
Errors'7' is a magic number.72
Errors';' is not followed by whitespace.72
Errors';' is not followed by whitespace.73
Errors'15' is a magic number.76
Errors';' is not followed by whitespace.77
ErrorsLine is longer than 80 characters.80
Errors'for' construct must use '{}'s.83
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.102
ErrorsLine has trailing spaces.103
Errors'(' is preceded with whitespace.106
Errors'for' construct must use '{}'s.109
Errors'if' construct must use '{}'s.110
ErrorsLine is longer than 80 characters.110
ErrorsMissing a Javadoc comment.115
Errors'(' is preceded with whitespace.115

org/jscsi/target/scsi/sense/ErrorType.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.5
ErrorsLine is longer than 80 characters.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.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21

org/jscsi/target/scsi/sense/FixedFormatSenseData.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.cdb.ScsiOperationCode.6
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.15
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.74
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.100
ErrorsLine is longer than 80 characters.101
ErrorsLine has trailing spaces.107
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.122
Errors'private' modifier out of order with the JLS suggestions.125
ErrorsLine is longer than 80 characters.128
ErrorsLine has trailing spaces.130
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.144
ErrorsMore than 7 parameters.144
Errors'(' is preceded with whitespace.144
Errors'valid' hides a field.144
ErrorsExpected @param tag for 'valid'.144
Errors'fileMark' hides a field.144
ErrorsExpected @param tag for 'fileMark'.144
Errors'endOfMedium' hides a field.144
ErrorsExpected @param tag for 'endOfMedium'.144
Errors'incorrectLengthIndicator' hides a field.144
ErrorsExpected @param tag for 'incorrectLengthIndicator'.144
ErrorsExpected @param tag for 'senseKey'.144
Errors'information' hides a field.144
ErrorsExpected @param tag for 'information'.144
Errors'commandSpecificInformation' hides a field.144
ErrorsExpected @param tag for 'commandSpecificInformation'.144
ErrorsExpected @param tag for 'additionalSenseCodeAndQualifier'.144
Errors'fieldReplaceableUnitCode' hides a field.144
ErrorsExpected @param tag for 'fieldReplaceableUnitCode'.144
Errors'senseKeySpecificData' hides a field.144
ErrorsExpected @param tag for 'senseKeySpecificData'.144
Errors'additionalSenseBytes' hides a field.144
ErrorsExpected @param tag for 'additionalSenseBytes'.144
ErrorsLine is longer than 80 characters.145
Errors'if' construct must use '{}'s.157
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.161
ErrorsMissing a Javadoc comment.161
Errors'(' is preceded with whitespace.161
ErrorsParameter byteBuffer should be final.161
ErrorsParameter index should be final.161
Errors'7' is a magic number.169
Errors'7' is a magic number.177
Errors'6' is a magic number.180
Errors'5' is a magic number.183
Errors'15' is a magic number.186
Errors'if' construct must use '{}'s.191
ErrorsLine is longer than 80 characters.191
ErrorsLine is longer than 80 characters.194
Errors'if' construct must use '{}'s.197
ErrorsLine is longer than 80 characters.197
ErrorsLine is longer than 80 characters.200
ErrorsLine is longer than 80 characters.203
Errors'if' construct must use '{}'s.206
ErrorsLine is longer than 80 characters.206
Errors'if' construct must use '{}'s.209
ErrorsLine is longer than 80 characters.209
ErrorsMissing a Javadoc comment.212
Errors'(' is preceded with whitespace.212
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.216
ErrorsMissing a Javadoc comment.216
Errors'(' is preceded with whitespace.216
Errors'if' construct must use '{}'s.218

org/jscsi/target/scsi/sense/SenseData.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.16
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.24
ErrorsVariable 'responseCode' must be private and have accessor methods.28
ErrorsLine is longer than 80 characters.31
ErrorsVariable 'errorType' must be private and have accessor methods.33
ErrorsLine is longer than 80 characters.36
ErrorsVariable 'senseDataFormat' must be private and have accessor methods.38
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsVariable 'senseKey' must be private and have accessor methods.45
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.52
ErrorsVariable 'additionalSenseCodeAndQualifier' must be private and have accessor methods.52
ErrorsLine has trailing spaces.56
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.62
Errors'(' is preceded with whitespace.62
Errors'errorType' hides a field.62
Errors'senseDataFormat' hides a field.62
Errors'senseKey' hides a field.62
Errors'additionalSenseCodeAndQualifier' hides a field.62
ErrorsLine is longer than 80 characters.71
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.77
Errors'(' is preceded with whitespace.77
Errors'if' construct must use '{}'s.79
Errors'0x70' is a magic number.80
Errors'else' construct must use '{}'s.81
Errors'0x71' is a magic number.83
Errors'{' is not followed by whitespace.84
Errors'if' construct must use '{}'s.85
Errors'0x72' is a magic number.86
Errors'else' construct must use '{}'s.87
Errors'0x73' is a magic number.89
ErrorsLine is longer than 80 characters.92

org/jscsi/target/scsi/sense/SenseDataFormat.java

ViolationMessageLine
ErrorsLine has trailing spaces.5

org/jscsi/target/scsi/sense/SenseKey.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.6
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.46
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.100
Errors'16' is a magic number.102
Errors'{' is not followed by whitespace.104
Errors'for' construct must use '{}'s.106
ErrorsLine is longer than 80 characters.112
ErrorsLine has trailing spaces.113
ErrorsLine is longer than 80 characters.115
Errors'(' is preceded with whitespace.117
Errors'15' is a magic number.118
Errors';' is not followed by whitespace.118
Errors'if' construct must use '{}'s.119
ErrorsLine has trailing spaces.130
Errors'(' is preceded with whitespace.133
ErrorsParameter value should be final.133
Errors'value' hides a field.133
ErrorsLine has trailing spaces.139
Errors'(' is preceded with whitespace.142

org/jscsi/target/scsi/sense/information/EightByteInformation.java

ViolationMessageLine
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.16
Errors'(' is preceded with whitespace.16
ErrorsParameter byteBuffer should be final.16
ErrorsParameter index should be final.16
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.20
ErrorsMissing a Javadoc comment.20
Errors'(' is preceded with whitespace.20

org/jscsi/target/scsi/sense/information/FourByteInformation.java

ViolationMessageLine
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.16
Errors'(' is preceded with whitespace.16
ErrorsParameter byteBuffer should be final.16
ErrorsParameter index should be final.16
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.20
ErrorsMissing a Javadoc comment.20
Errors'(' is preceded with whitespace.20

org/jscsi/target/scsi/sense/information/Information.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.10
ErrorsLine has trailing spaces.11

org/jscsi/target/scsi/sense/information/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.21
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.24

org/jscsi/target/scsi/sense/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.21
ErrorsLine has trailing spaces.23

org/jscsi/target/scsi/sense/senseDataDescriptor/CommandSpecificSenseDataDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine has trailing spaces.12
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.32
Errors'(' is preceded with whitespace.32
Errors'commandSpecificInformation' hides a field.32
ErrorsLine is longer than 80 characters.33
Errors'0x0a' is a magic number.33
Errors';' is not followed by whitespace.33
ErrorsLine is longer than 80 characters.34
ErrorsMethod 'serializeSpecificFields' is not designed for extension - needs to be abstract, final or empty.38
Errors'(' is preceded with whitespace.39
ErrorsParameter byteBuffer should be final.39
ErrorsParameter index should be final.39
ErrorsLine is longer than 80 characters.40

org/jscsi/target/scsi/sense/senseDataDescriptor/InformationSenseDataDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.48
Errors'(' is preceded with whitespace.48
Errors'information' hides a field.48
Errors'0x0a' is a magic number.50
ErrorsLine is longer than 80 characters.55
ErrorsRedundant 'final' modifier.55
Errors'(' is preceded with whitespace.55
Errors'if' construct must use '{}'s.60
Errors'7' is a magic number.60

org/jscsi/target/scsi/sense/senseDataDescriptor/SenseDataDescriptor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.43
Errors'(' is preceded with whitespace.43
Errors'descriptorType' hides a field.43
Errors'additionalLength' hides a field.43
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.54
ErrorsRedundant 'final' modifier.54
Errors'(' is preceded with whitespace.54
ErrorsLine is longer than 80 characters.61
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.67
Errors'(' is preceded with whitespace.67
ErrorsMissing a Javadoc comment.69
ErrorsRedundant 'final' modifier.69
Errors'(' is preceded with whitespace.69
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
Errors'(' is preceded with whitespace.73
ErrorsParameter byteBuffer should be final.73
ErrorsParameter index should be final.73
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
Errors'(' is preceded with whitespace.78

org/jscsi/target/scsi/sense/senseDataDescriptor/SenseDataDescriptorType.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.sense.SenseData.4
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.63
ErrorsMissing a Javadoc comment.67
ErrorsMissing a Javadoc comment.69
Errors'(' is preceded with whitespace.69
ErrorsParameter value should be final.69
Errors'value' hides a field.69
ErrorsMissing a Javadoc comment.73
Errors'(' is preceded with whitespace.73

org/jscsi/target/scsi/sense/senseDataDescriptor/SenseKeySpecificSenseDataDescriptor.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.sense.SenseData.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.16
ErrorsFirst sentence should end with a period.28
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.33
Errors'(' is preceded with whitespace.33
Errors'senseKeySpecificData' hides a field.33
Errors'0x06' is a magic number.34
Errors';' is not followed by whitespace.34
ErrorsLine is longer than 80 characters.40
ErrorsRedundant 'final' modifier.40
Errors'(' is preceded with whitespace.40
ErrorsLine is longer than 80 characters.42

org/jscsi/target/scsi/sense/senseDataDescriptor/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.21
ErrorsLine has trailing spaces.23

org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/ActualRetryCountSenseKeySpecificData.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.26
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.38
Errors'(' is preceded with whitespace.38
Errors'actualRetryCount' hides a field.38
ErrorsLine is longer than 80 characters.44
Errors'(' is preceded with whitespace.44
ErrorsLine is longer than 80 characters.45

org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/FieldPointerSenseKeySpecificData.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.cdb.CommandDescriptorBlock.6
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.47
ErrorsMissing a Javadoc comment.47
Errors'(' is preceded with whitespace.47
Errors'commandData' hides a field.47
Errors'bitPointerValid' hides a field.47
Errors'bitPointer' hides a field.47
Errors'fieldPointer' hides a field.47
ErrorsLine is longer than 80 characters.56
Errors'(' is preceded with whitespace.56
Errors';' is not followed by whitespace.58
Errors'6' is a magic number.62
Errors'3' is a magic number.65
Errors'7' is a magic number.68
ErrorsLine is longer than 80 characters.74

org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/InvalidSenseKeySpecificData.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.12
ErrorsMissing a Javadoc comment.17
Errors'(' is preceded with whitespace.17
Errors';' is not followed by whitespace.18
Errors'(' is preceded with whitespace.22
ErrorsParameter byteBuffer should be final.22
ErrorsParameter index should be final.22

org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/ProgressIndicationSenseKeySpecificData.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.40
Errors'(' is preceded with whitespace.40
Errors'progressIndication' hides a field.40
Errors'(' is preceded with whitespace.46
ErrorsParameter byteBuffer should be final.46
ErrorsParameter index should be final.46
ErrorsLine is longer than 80 characters.48

org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/SegmentPointerSenseKeySpecificData.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.sense.SenseData.6
ErrorsUnused import - org.jscsi.target.scsi.sense.SenseKey.7
ErrorsLine is longer than 80 characters.8
ErrorsUnused import - org.jscsi.target.scsi.sense.senseDataDescriptor.CommandSpecificSenseDataDescriptor.8
ErrorsLine is longer than 80 characters.14
ErrorsLine has trailing spaces.16
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.55
ErrorsLine has trailing spaces.56
ErrorsLine is longer than 80 characters.63
Errors'(' is preceded with whitespace.63
ErrorsExpected @param tag for 'senseKeySpecificDataValid'.63
Errors'segmentDescriptor' hides a field.63
ErrorsExpected @param tag for 'segmentDescriptor'.63
Errors'bitPointerValid' hides a field.63
ErrorsExpected @param tag for 'bitPointerValid'.63
Errors'bitPointer' hides a field.63
ErrorsExpected @param tag for 'bitPointer'.63
Errors'fieldPointer' hides a field.63
ErrorsExpected @param tag for 'fieldPointer'.63
ErrorsMethod 'serializeSpecificFields' is not designed for extension - needs to be abstract, final or empty.71
ErrorsLine is longer than 80 characters.72
Errors'(' is preceded with whitespace.72
Errors';' is not followed by whitespace.74
Errors'5' is a magic number.78
Errors'3' is a magic number.81
Errors'7' is a magic number.84
ErrorsLine is longer than 80 characters.90

org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/SenseKeySpecificData.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.scsi.sense.SenseData.7
ErrorsUnused import - org.jscsi.target.scsi.sense.SenseKey.8
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.17
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.61
ErrorsVariable 'senseKeySpecificDataValid' must be private and have accessor methods.63
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.68
Errors'(' is preceded with whitespace.71
Errors'senseKeySpecificDataValid' hides a field.71
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.81
ErrorsRedundant 'final' modifier.81
Errors'(' is preceded with whitespace.81
Errors'if' construct must use '{}'s.84
ErrorsLine is longer than 80 characters.84
Errors'7' is a magic number.84
Errors';' is not followed by whitespace.84
ErrorsLine is longer than 80 characters.89
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.95
Errors'(' is preceded with whitespace.95
ErrorsMethod 'serialize' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
Errors'(' is preceded with whitespace.97
ErrorsParameter byteBuffer should be final.97
ErrorsParameter index should be final.97
ErrorsMethod 'size' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'(' is preceded with whitespace.102

org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/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.21
ErrorsLine has trailing spaces.23

org/jscsi/target/settings/BooleanResultFunction.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.settings.entry.BooleanEntry.4
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.28
ErrorsLine is longer than 80 characters.31
Errors'(' is preceded with whitespace.33
Errors'if' construct must use '{}'s.34

org/jscsi/target/settings/ConnectionSettingsBuilderComponent.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.17
ErrorsLine is longer than 80 characters.18
ErrorsVariable 'targetName' must be private and have accessor methods.26
ErrorsVariable 'dataDigest' must be private and have accessor methods.31
ErrorsVariable 'headerDigest' must be private and have accessor methods.36
ErrorsVariable 'ifMarker' must be private and have accessor methods.41
ErrorsVariable 'ifMarkInt' must be private and have accessor methods.46
ErrorsVariable 'maxRecvDataSegmentLength' must be private and have accessor methods.51
ErrorsVariable 'ofMarker' must be private and have accessor methods.56
ErrorsVariable 'ofMarkInt' must be private and have accessor methods.61
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.65
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.68
Errors'(' is preceded with whitespace.70
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.79

org/jscsi/target/settings/ConnectionSettingsNegotiator.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.parser.ProtocolDataUnit.7
ErrorsUnused import - org.jscsi.target.connection.TargetSession.10
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.55
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.65
Errors'(' is preceded with whitespace.65
Errors'sessionSettingsNegotiator' hides a field.65
Errors';' is not followed by whitespace.66
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.77
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.80
Errors'(' is preceded with whitespace.83
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
ErrorsLine has trailing spaces.101
ErrorsLine is longer than 80 characters.102
Errors'(' is preceded with whitespace.104
ErrorsLine is longer than 80 characters.118
ErrorsLine has trailing spaces.120
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.126
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.131
Errors'(' is preceded with whitespace.131
ErrorsParameter target should be final.131
ErrorsExpected @param tag for 'target'.131
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.139
ErrorsLine is longer than 80 characters.154
Errors'{' is not followed by whitespace.155
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.169
ErrorsLine is longer than 80 characters.174
ErrorsLine is longer than 80 characters.177
Errors'if' construct must use '{}'s.179
Errors'if' construct must use '{}'s.185
ErrorsLine is longer than 80 characters.185
Errors';' is not followed by whitespace.185
ErrorsLine is longer than 80 characters.189
ErrorsLine is longer than 80 characters.193
Errors'(' is preceded with whitespace.201
ErrorsLine is longer than 80 characters.204
ErrorsLine is longer than 80 characters.210
ErrorsLine is longer than 80 characters.211
ErrorsLine has trailing spaces.212
Errors'(' is preceded with whitespace.216
Errors'if' construct must use '{}'s.220
ErrorsLine is longer than 80 characters.226
ErrorsLine has trailing spaces.228
Errors'(' is preceded with whitespace.231
Errors'if' construct must use '{}'s.233
ErrorsLine is longer than 80 characters.233
ErrorsLine is longer than 80 characters.238
Errors'(' is preceded with whitespace.240
ErrorsLine is longer than 80 characters.241
Errors'(' is preceded with whitespace.245
ErrorsLine is longer than 80 characters.250
Errors',' is not followed by whitespace.250
Errors',' is not followed by whitespace.251
Errors',' is not followed by whitespace.252
Errors',' is not followed by whitespace.253
Errors'{' is followed by whitespace.254
Errors',' is not followed by whitespace.254
Errors';' is not followed by whitespace.255
ErrorsLine is longer than 80 characters.260
Errors',' is not followed by whitespace.260
Errors',' is not followed by whitespace.261
Errors',' is not followed by whitespace.262
Errors',' is not followed by whitespace.263
Errors'{' is followed by whitespace.264
Errors',' is not followed by whitespace.264
Errors';' is not followed by whitespace.265
Errors',' is not followed by whitespace.270
Errors',' is not followed by whitespace.271
Errors',' is not followed by whitespace.272
Errors',' is not followed by whitespace.273
Errors',' is not followed by whitespace.274
Errors';' is not followed by whitespace.275
ErrorsLine is longer than 80 characters.278
ErrorsLine is longer than 80 characters.279
ErrorsLine is longer than 80 characters.280
ErrorsLine is longer than 80 characters.282
Errors',' is not followed by whitespace.282
Errors',' is not followed by whitespace.283
Errors',' is not followed by whitespace.284
Errors'2048' is a magic number.285
Errors',' is not followed by whitespace.285
Errors'65535' is a magic number.286
Errors',' is not followed by whitespace.286
Errors'2048' is a magic number.287
Errors';' is not followed by whitespace.287
ErrorsLine is longer than 80 characters.290
ErrorsLine is longer than 80 characters.291
ErrorsLine is longer than 80 characters.292
ErrorsLine is longer than 80 characters.293
ErrorsLine is longer than 80 characters.295
Errors',' is not followed by whitespace.295
Errors',' is not followed by whitespace.296
Errors',' is not followed by whitespace.297
Errors',' is not followed by whitespace.298
Errors'8192' is a magic number.299
Errors',' is not followed by whitespace.299
Errors'512' is a magic number.301
Errors'16777215' is a magic number.301
Errors',' is not followed by whitespace.301
Errors',' is not followed by whitespace.303
Errors'8192' is a magic number.304
Errors',' is not followed by whitespace.304
Errors';' is not followed by whitespace.305
Errors',' is not followed by whitespace.310
Errors',' is not followed by whitespace.311
Errors',' is not followed by whitespace.312
Errors',' is not followed by whitespace.313
Errors',' is not followed by whitespace.314
Errors';' is not followed by whitespace.315
ErrorsLine is longer than 80 characters.318
ErrorsLine is longer than 80 characters.319
ErrorsLine is longer than 80 characters.320
ErrorsLine is longer than 80 characters.322
Errors',' is not followed by whitespace.322
Errors',' is not followed by whitespace.323
Errors',' is not followed by whitespace.324
Errors'2048' is a magic number.325
Errors',' is not followed by whitespace.325
Errors'65535' is a magic number.326
Errors',' is not followed by whitespace.326
Errors'2048' is a magic number.327
Errors';' is not followed by whitespace.327
ErrorsLine is longer than 80 characters.330
ErrorsLine is longer than 80 characters.331
ErrorsLine is longer than 80 characters.333
Errors',' is not followed by whitespace.333
Errors',' is not followed by whitespace.334
Errors',' is not followed by whitespace.335
Errors',' is not followed by whitespace.336
Errors',' is not followed by whitespace.337
Errors';' is not followed by whitespace.338
ErrorsLine is longer than 80 characters.342
Errors'(' is preceded with whitespace.345
ErrorsLine is longer than 80 characters.346

org/jscsi/target/settings/KeySet.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.settings.entry.Entry.4
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.15
ErrorsVariable 'values' must be private and have accessor methods.23
ErrorsLine is longer than 80 characters.26
ErrorsLine has trailing spaces.27
Errors'(' is preceded with whitespace.30
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
Errors'(' is preceded with whitespace.41
Errors'for' construct must use '{}'s.44
ErrorsLine is longer than 80 characters.49
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.52
Errors'(' is preceded with whitespace.54
Errors'if' construct must use '{}'s.55
Errors'for' construct must use '{}'s.56
Errors'if' construct must use '{}'s.57
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.63
Errors'(' is preceded with whitespace.66
ErrorsLine is longer than 80 characters.71
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.74
Errors'(' is preceded with whitespace.76
ErrorsLine has trailing spaces.82
Errors'(' is preceded with whitespace.85
Errors'(' is preceded with whitespace.90

org/jscsi/target/settings/NegotiationStatus.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.settings.entry.Entry.4
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.22

org/jscsi/target/settings/NegotiationType.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.settings.entry.Entry.4
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.19

org/jscsi/target/settings/NumericalResultFunction.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.target.settings.entry.NumericalEntry.4
ErrorsLine is longer than 80 characters.8
ErrorsLine is longer than 80 characters.11
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.26
ErrorsLine has trailing spaces.27
Errors'(' is preceded with whitespace.32
Errors'if' construct must use '{}'s.33

org/jscsi/target/settings/NumericalValue.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.11
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.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.42
ErrorsMissing a Javadoc comment.42
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.69
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.80
Errors'(' is preceded with whitespace.80
ErrorsLine is longer than 80 characters.82
Errors'if' construct must use '{}'s.83
ErrorsLine is longer than 80 characters.83
Errors'if' construct must use '{}'s.86
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.92
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.95
ErrorsMethod 'intersect' is not designed for extension - needs to be abstract, final or empty.97
Errors'(' is preceded with whitespace.97
ErrorsFirst sentence should end with a period.101
ErrorsLine is longer than 80 characters.102
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.108
Errors'(' is preceded with whitespace.108
Errors'if' construct must use '{}'s.110
Errors'if' construct must use '{}'s.134
Errors'else' construct must use '{}'s.136
ErrorsLine is longer than 80 characters.141
ErrorsLine is longer than 80 characters.142
ErrorsLine has trailing spaces.144
ErrorsLine is longer than 80 characters.146
Errors'(' is preceded with whitespace.148
ErrorsLine is longer than 80 characters.151
ErrorsLine has trailing spaces.153
ErrorsLine is longer than 80 characters.155
Errors'(' is preceded with whitespace.157

org/jscsi/target/settings/NumericalValueRange.java

ViolationMessageLine
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.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.35
ErrorsRedundant 'final' modifier.35
Errors'(' is preceded with whitespace.35
Errors'if' construct must use '{}'s.36
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.48
ErrorsRedundant 'final' modifier.48
Errors'(' is preceded with whitespace.48
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
Errors'if' construct must use '{}'s.58
ErrorsLine is longer than 80 characters.58
Errors';' is not followed by whitespace.58
ErrorsLine is longer than 80 characters.69
ErrorsLine has trailing spaces.71
Errors'(' is preceded with whitespace.75
Errors'min' hides a field.75
Errors'max' hides a field.75
ErrorsLine has trailing spaces.87
ErrorsRedundant 'final' modifier.90
Errors'(' is preceded with whitespace.90
ErrorsLine has trailing spaces.96
ErrorsRedundant 'final' modifier.99
Errors'(' is preceded with whitespace.99
ErrorsRedundant 'final' modifier.104
Errors'(' is preceded with whitespace.104
Errors'(' is preceded with whitespace.109
Errors'if' construct must use '{}'s.110
ErrorsLine is longer than 80 characters.110
Errors'if' construct must use '{}'s.111
ErrorsLine is longer than 80 characters.116
ErrorsLine has trailing spaces.118
ErrorsLine is longer than 80 characters.120
Errors'(' is preceded with whitespace.122
Errors'if' construct must use '{}'s.123
ErrorsLine is longer than 80 characters.123
Errors'if' construct must use '{}'s.124
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.129
ErrorsLine has trailing spaces.131
ErrorsLine is longer than 80 characters.133
Errors'(' is preceded with whitespace.135
Errors'if' construct must use '{}'s.136
Errors'if' construct must use '{}'s.137
ErrorsLine is longer than 80 characters.142
ErrorsLine has trailing spaces.144
ErrorsLine is longer than 80 characters.146
Errors'(' is preceded with whitespace.148
Errors'if' construct must use '{}'s.149
Errors'(' is preceded with whitespace.154
Errors'if' construct must use '{}'s.155

org/jscsi/target/settings/SessionSettingsBuilderComponent.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.24
ErrorsVariable 'settingsId' must be private and have accessor methods.26
ErrorsVariable 'dataPduInOrder' must be private and have accessor methods.31
ErrorsVariable 'dataSequenceInOrder' must be private and have accessor methods.36
ErrorsVariable 'defaultTime2Retain' must be private and have accessor methods.41
ErrorsVariable 'defaultTime2Wait' must be private and have accessor methods.46
ErrorsVariable 'errorRecoveryLevel' must be private and have accessor methods.51
ErrorsVariable 'firstBurstLength' must be private and have accessor methods.56
ErrorsVariable 'immediateData' must be private and have accessor methods.61
ErrorsVariable 'initialR2T' must be private and have accessor methods.66
ErrorsVariable 'initiatorAlias' must be private and have accessor methods.71
ErrorsVariable 'initiatorName' must be private and have accessor methods.76
ErrorsVariable 'maxBurstLength' must be private and have accessor methods.81
ErrorsVariable 'maxConnections' must be private and have accessor methods.86
ErrorsVariable 'maxOutstandingR2T' must be private and have accessor methods.91
ErrorsVariable 'sessionType' must be private and have accessor methods.96
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.100
ErrorsLine has trailing spaces.102
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.105
Errors'(' is preceded with whitespace.105
Errors'settingsId' hides a field.105
ErrorsExpected @param tag for 'settingsId'.105
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
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.114
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.116
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.121

org/jscsi/target/settings/SessionSettingsNegotiator.java

ViolationMessageLine
ErrorsUnused import - java.util.concurrent.locks.Lock.5
ErrorsUnused import - org.jscsi.target.connection.TargetSession.9
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.37
Errors'(' is preceded with whitespace.49
Errors';' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.59
ErrorsLine has trailing spaces.60
Errors'(' is preceded with whitespace.63
ErrorsLine has trailing spaces.69
Errors'(' is preceded with whitespace.72
ErrorsLine is longer than 80 characters.77
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.80
Errors'(' is preceded with whitespace.83
ErrorsMissing a Javadoc comment.87
Errors'(' is preceded with whitespace.87
ErrorsMethod length is 173 lines (max allowed is 150).91
Errors'(' is preceded with whitespace.92
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.98
Errors',' is not followed by whitespace.98
Errors',' is not followed by whitespace.99
Errors',' is not followed by whitespace.100
Errors',' is not followed by whitespace.101
Errors',' is not followed by whitespace.102
Errors';' is not followed by whitespace.103
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.107
ErrorsLine is longer than 80 characters.109
Errors',' is not followed by whitespace.109
Errors',' is not followed by whitespace.110
Errors',' is not followed by whitespace.111
Errors',' is not followed by whitespace.112
Errors',' is not followed by whitespace.113
Errors';' is not followed by whitespace.114
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.118
ErrorsLine is longer than 80 characters.120
Errors',' is not followed by whitespace.120
Errors',' is not followed by whitespace.121
Errors',' is not followed by whitespace.122
Errors',' is not followed by whitespace.123
Errors',' is not followed by whitespace.124
Errors'3600' is a magic number.125
Errors',' is not followed by whitespace.125
Errors',' is not followed by whitespace.126
Errors'20' is a magic number.127
Errors',' is not followed by whitespace.127
Errors';' is not followed by whitespace.128
ErrorsLine is longer than 80 characters.131
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.134
Errors',' is not followed by whitespace.134
Errors',' is not followed by whitespace.135
Errors',' is not followed by whitespace.136
Errors',' is not followed by whitespace.137
Errors',' is not followed by whitespace.138
Errors'3600' is a magic number.139
Errors',' is not followed by whitespace.139
Errors',' is not followed by whitespace.140
Errors',' is not followed by whitespace.141
Errors';' is not followed by whitespace.142
ErrorsLine is longer than 80 characters.145
ErrorsLine is longer than 80 characters.148
Errors',' is not followed by whitespace.148
Errors',' is not followed by whitespace.149
Errors',' is not followed by whitespace.150
Errors',' is not followed by whitespace.151
Errors',' is not followed by whitespace.152
Errors',' is not followed by whitespace.153
Errors',' is not followed by whitespace.154
Errors',' is not followed by whitespace.155
Errors';' is not followed by whitespace.156
ErrorsLine is longer than 80 characters.159
ErrorsLine is longer than 80 characters.160
ErrorsLine is longer than 80 characters.162
Errors',' is not followed by whitespace.162
Errors',' is not followed by whitespace.163
Errors',' is not followed by whitespace.164
Errors',' is not followed by whitespace.165
Errors'65536' is a magic number.166
Errors',' is not followed by whitespace.166
Errors'512' is a magic number.167
Errors'16777215' is a magic number.167
Errors',' is not followed by whitespace.167
Errors',' is not followed by whitespace.169
Errors'65536' is a magic number.170
Errors',' is not followed by whitespace.170
Errors';' is not followed by whitespace.171
ErrorsLine is longer than 80 characters.176
Errors',' is not followed by whitespace.176
Errors',' is not followed by whitespace.177
Errors',' is not followed by whitespace.178
Errors',' is not followed by whitespace.179
Errors',' is not followed by whitespace.180
Errors';' is not followed by whitespace.181
ErrorsLine is longer than 80 characters.184
ErrorsLine is longer than 80 characters.187
Errors',' is not followed by whitespace.187
Errors',' is not followed by whitespace.188
Errors',' is not followed by whitespace.189
Errors',' is not followed by whitespace.190
Errors',' is not followed by whitespace.191
Errors';' is not followed by whitespace.192
ErrorsLine is longer than 80 characters.197
Errors',' is not followed by whitespace.197
Errors',' is not followed by whitespace.198
Errors',' is not followed by whitespace.199
Errors',' is not followed by whitespace.200
Errors',' is not followed by whitespace.201
Errors';' is not followed by whitespace.202
ErrorsLine is longer than 80 characters.207
Errors',' is not followed by whitespace.207
Errors',' is not followed by whitespace.208
Errors',' is not followed by whitespace.209
Errors',' is not followed by whitespace.210
Errors',' is not followed by whitespace.211
Errors';' is not followed by whitespace.212
ErrorsLine is longer than 80 characters.215
ErrorsLine is longer than 80 characters.218
Errors',' is not followed by whitespace.218
Errors',' is not followed by whitespace.219
Errors',' is not followed by whitespace.220
Errors',' is not followed by whitespace.221
Errors'262144' is a magic number.222
Errors',' is not followed by whitespace.222
Errors'512' is a magic number.223
Errors'16777215' is a magic number.223
Errors',' is not followed by whitespace.223
Errors',' is not followed by whitespace.225
Errors'262144' is a magic number.226
Errors',' is not followed by whitespace.226
Errors';' is not followed by whitespace.227
ErrorsLine is longer than 80 characters.230
ErrorsLine is longer than 80 characters.232
Errors',' is not followed by whitespace.232
Errors',' is not followed by whitespace.233
Errors',' is not followed by whitespace.234
Errors',' is not followed by whitespace.235
Errors',' is not followed by whitespace.236
Errors'65535' is a magic number.237
Errors',' is not followed by whitespace.237
Errors',' is not followed by whitespace.238
Errors',' is not followed by whitespace.239
Errors';' is not followed by whitespace.240
ErrorsLine is longer than 80 characters.245
Errors',' is not followed by whitespace.245
Errors',' is not followed by whitespace.246
Errors',' is not followed by whitespace.247
Errors',' is not followed by whitespace.248
Errors',' is not followed by whitespace.249
Errors'65535' is a magic number.250
Errors',' is not followed by whitespace.250
Errors',' is not followed by whitespace.251
Errors',' is not followed by whitespace.252
Errors';' is not followed by whitespace.253
ErrorsLine is longer than 80 characters.258
Errors',' is not followed by whitespace.258
Errors',' is not followed by whitespace.259
Errors',' is not followed by whitespace.260
Errors',' is not followed by whitespace.261
Errors',' is not followed by whitespace.262
Errors';' is not followed by whitespace.263
ErrorsLine is longer than 80 characters.267
Errors'(' is preceded with whitespace.270
ErrorsLine is longer than 80 characters.272
Errors',' is not followed by whitespace.272
Errors';' is not followed by whitespace.273
ErrorsMissing a Javadoc comment.276
Errors'(' is preceded with whitespace.276
Errors'(' is preceded with whitespace.281
ErrorsLine is longer than 80 characters.284
ErrorsLine is longer than 80 characters.285
Errors'if' construct must use '{}'s.286

org/jscsi/target/settings/Settings.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.6
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.17
ErrorsFirst sentence should end with a period.61
ErrorsLine has trailing spaces.138
Errors'(' is preceded with whitespace.142
ErrorsParameter member should be final.142
Errors'if' construct must use '{}'s.143
ErrorsLine has trailing spaces.148
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.152
Errors'(' is preceded with whitespace.152
ErrorsLine has trailing spaces.183
Errors'(' is preceded with whitespace.186
ErrorsLine has trailing spaces.192
ErrorsLine is longer than 80 characters.194
Errors'(' is preceded with whitespace.196
ErrorsLine has trailing spaces.203
ErrorsLine is longer than 80 characters.205
Errors'(' is preceded with whitespace.207
ErrorsLine has trailing spaces.214
ErrorsLine is longer than 80 characters.216
Errors'(' is preceded with whitespace.218
ErrorsLine has trailing spaces.225
ErrorsLine is longer than 80 characters.227
Errors'(' is preceded with whitespace.229
ErrorsLine has trailing spaces.236
ErrorsLine is longer than 80 characters.238
Errors'(' is preceded with whitespace.240
ErrorsLine has trailing spaces.247
ErrorsLine is longer than 80 characters.249
Errors'(' is preceded with whitespace.251
ErrorsLine has trailing spaces.258
ErrorsLine is longer than 80 characters.260
Errors'(' is preceded with whitespace.262
ErrorsLine has trailing spaces.269
ErrorsLine is longer than 80 characters.271
Errors'(' is preceded with whitespace.273
ErrorsLine has trailing spaces.280
ErrorsLine is longer than 80 characters.282
Errors'(' is preceded with whitespace.284
ErrorsLine has trailing spaces.291
ErrorsLine is longer than 80 characters.293
Errors'(' is preceded with whitespace.295
ErrorsLine has trailing spaces.302
ErrorsLine is longer than 80 characters.304
Errors'(' is preceded with whitespace.306
ErrorsLine has trailing spaces.313
ErrorsLine is longer than 80 characters.315
Errors'(' is preceded with whitespace.317
ErrorsLine has trailing spaces.324
ErrorsLine is longer than 80 characters.326
Errors'(' is preceded with whitespace.328
ErrorsLine has trailing spaces.335
ErrorsLine is longer than 80 characters.337
Errors'(' is preceded with whitespace.339
ErrorsLine has trailing spaces.346
ErrorsLine is longer than 80 characters.348
Errors'(' is preceded with whitespace.350
ErrorsLine has trailing spaces.357
ErrorsLine is longer than 80 characters.359
Errors'(' is preceded with whitespace.361
ErrorsLine has trailing spaces.368
ErrorsLine is longer than 80 characters.370
Errors'(' is preceded with whitespace.372
ErrorsLine has trailing spaces.379
ErrorsLine is longer than 80 characters.381
Errors'(' is preceded with whitespace.383
ErrorsLine has trailing spaces.390
ErrorsLine is longer than 80 characters.392
Errors'(' is preceded with whitespace.394
ErrorsLine has trailing spaces.401
ErrorsLine is longer than 80 characters.403
Errors'(' is preceded with whitespace.405
ErrorsLine has trailing spaces.412
ErrorsLine is longer than 80 characters.414
Errors'(' is preceded with whitespace.416
ErrorsMissing a Javadoc comment.421
Errors'(' is preceded with whitespace.421

org/jscsi/target/settings/SettingsException.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.7
ErrorsMissing a Javadoc comment.12
Errors'(' is preceded with whitespace.17
ErrorsLine has trailing spaces.23
Errors'(' is preceded with whitespace.26

org/jscsi/target/settings/SettingsNegotiator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.15
ErrorsVariable 'entries' must be private and have accessor methods.25
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.29
ErrorsVariable 'backUpEntries' must be private and have accessor methods.33
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.43
Errors'(' is preceded with whitespace.43
Errors'for' construct must use '{}'s.44
Errors'if' construct must use '{}'s.45
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.51
Errors'(' is preceded with whitespace.55
Errors'if' construct must use '{}'s.56
Errors'for' construct must use '{}'s.58
Errors'(' is preceded with whitespace.68
Errors'(' is preceded with whitespace.75
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.81
ErrorsLine has trailing spaces.82
ErrorsLine is longer than 80 characters.83
Errors'(' is preceded with whitespace.86
Errors'if' construct must use '{}'s.87
Errors'for' construct must use '{}'s.88
Errors'else' construct must use '{}'s.91
Errors';' is not followed by whitespace.92
Errors';' is not followed by whitespace.93
ErrorsLine is longer than 80 characters.97
Errors'(' is preceded with whitespace.100
ErrorsLine is longer than 80 characters.103
ErrorsLine has trailing spaces.105
ErrorsLine is longer than 80 characters.106
Errors'(' is preceded with whitespace.108

org/jscsi/target/settings/SingleNumericalValue.java

ViolationMessageLine
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.24
Errors'(' is preceded with whitespace.27
Errors'value' hides a field.27
ErrorsLine has trailing spaces.33
ErrorsRedundant 'final' modifier.36
Errors'(' is preceded with whitespace.36
ErrorsLine has trailing spaces.42
ErrorsRedundant 'final' modifier.46
Errors'(' is preceded with whitespace.46
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.52
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.57
ErrorsRedundant 'final' modifier.57
Errors'(' is preceded with whitespace.57
Errors'if' construct must use '{}'s.60
ErrorsLine is longer than 80 characters.60
Errors'if' construct must use '{}'s.63
ErrorsLine is longer than 80 characters.63
Errors'if' construct must use '{}'s.66
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.74
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.77
ErrorsRedundant 'final' modifier.80
Errors'(' is preceded with whitespace.80
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.89
ErrorsLine is longer than 80 characters.90
ErrorsRedundant 'final' modifier.93
Errors'(' is preceded with whitespace.93
Errors',' is not followed by whitespace.94
Errors'16' is a magic number.95
ErrorsLine is longer than 80 characters.101
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.104
ErrorsRedundant 'final' modifier.107
Errors'(' is preceded with whitespace.107
Errors';' is not followed by whitespace.108
Errors'64' is a magic number.113
ErrorsFirst sentence should end with a period.118
ErrorsLine has trailing spaces.120
ErrorsUnused @throws tag for 'NumberFormatException'.122
ErrorsRedundant 'final' modifier.125
Errors'(' is preceded with whitespace.125
Errors'if' construct must use '{}'s.126
Errors'if' construct must use '{}'s.127
Errors'26' is a magic number.127
Errors'if' construct must use '{}'s.128
Errors'52' is a magic number.128
Errors'if' construct must use '{}'s.129
Errors'62' is a magic number.129
Errors'if' construct must use '{}'s.130
Errors'63' is a magic number.130
ErrorsRedundant 'final' modifier.135
Errors'(' is preceded with whitespace.135
Errors'(' is preceded with whitespace.140
ErrorsParameter value should be final.140
Errors'value' hides a field.140
Errors'if' construct must use '{}'s.141
Errors'if' construct must use '{}'s.142
ErrorsLine is longer than 80 characters.142
Errors'if' construct must use '{}'s.143
Errors'(' is preceded with whitespace.148
Errors'value' hides a field.148
Errors'if' construct must use '{}'s.149

org/jscsi/target/settings/TextKeyword.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.6
ErrorsUtility classes should not have a public or default constructor.9
ErrorsMissing a Javadoc comment.12
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsLine is longer than 80 characters.30
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.48
ErrorsMissing a Javadoc comment.49
ErrorsMissing a Javadoc comment.52
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.56
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.60
ErrorsLine is longer than 80 characters.61
ErrorsMissing a Javadoc comment.61
ErrorsMissing a Javadoc comment.62

org/jscsi/target/settings/TextParameter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.14
ErrorsUtility classes should not have a public or default constructor.17
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.28
Errors'(' is preceded with whitespace.28
Errors'if' construct must use '{}'s.30
Errors'for' construct must use '{}'s.32
Errors'if' construct must use '{}'s.33
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.46
Errors'(' is preceded with whitespace.46
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.58
ErrorsUnclosed HTML tag found: <i>prefix<i>. If <i>prefix</i> is not a prefix of <i>string<58
ErrorsLine has trailing spaces.59
Errors'(' is preceded with whitespace.64
Errors'if' construct must use '{}'s.65
ErrorsLine is longer than 80 characters.65
Errors'if' construct must use '{}'s.67
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.72
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.78
Errors'(' is preceded with whitespace.80
Errors'if' construct must use '{}'s.82
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.89
ErrorsLine has trailing spaces.90
Errors'(' is preceded with whitespace.94
Errors'if' construct must use '{}'s.95
ErrorsLine is longer than 80 characters.100
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.105
ErrorsLine has trailing spaces.106
Errors'(' is preceded with whitespace.111
ErrorsParameter a should be final.111
ErrorsParameter b should be final.111
Errors'if' construct must use '{}'s.112
Errors';' is not followed by whitespace.113
Errors'if' construct must use '{}'s.118
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.133
ErrorsLine is longer than 80 characters.134
ErrorsLine has trailing spaces.135
Errors'(' is preceded with whitespace.139
Errors'if' construct must use '{}'s.140
Errors'if' construct must use '{}'s.141
Errors'if' construct must use '{}'s.142
ErrorsLine is longer than 80 characters.146
ErrorsMissing a Javadoc comment.146
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.150
ErrorsLine has trailing spaces.154
ErrorsLine is longer than 80 characters.155
Errors'(' is preceded with whitespace.158
Errors'if' construct must use '{}'s.159
ErrorsLine is longer than 80 characters.165
ErrorsLine has trailing spaces.167
Errors'(' is preceded with whitespace.172
ErrorsLine is longer than 80 characters.177
ErrorsLine has trailing spaces.178
Errors'(' is preceded with whitespace.182
Errors'if' construct must use '{}'s.183

org/jscsi/target/settings/entry/BooleanEntry.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.18
ErrorsLine has trailing spaces.19
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.39
Errors'(' is preceded with whitespace.39
Errors'negotiationValue' hides a field.39
Errors'resultFunction' hides a field.39
ErrorsLine is longer than 80 characters.40
Errors'(' is preceded with whitespace.46
ErrorsParameter target should be final.46
Errors'(' is preceded with whitespace.51
Errors'if' construct must use '{}'s.52
Errors';' is not followed by whitespace.53
Errors'(' is preceded with whitespace.57
Errors'(' is preceded with whitespace.62
ErrorsLine is longer than 80 characters.64
Errors'(' is preceded with whitespace.70
Errors'(' is preceded with whitespace.75
ErrorsLine is longer than 80 characters.76

org/jscsi/target/settings/entry/Entry.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.parser.ProtocolDataUnit.8
ErrorsUnused import - org.jscsi.target.settings.SettingsNegotiator.14
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.34
ErrorsLine is longer than 80 characters.37
ErrorsVariable 'keySet' must be private and have accessor methods.39
ErrorsVariable 'negotiationType' must be private and have accessor methods.44
ErrorsLine is longer than 80 characters.47
ErrorsVariable 'use' must be private and have accessor methods.49
ErrorsLine is longer than 80 characters.52
ErrorsVariable 'negotiationStatus' must be private and have accessor methods.54
ErrorsVariable 'value' must be private and have accessor methods.59
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.68
ErrorsVariable 'alreadyNegotiated' must be private and have accessor methods.71
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.82
Errors'(' is preceded with whitespace.82
Errors'keySet' hides a field.82
Errors'negotiationType' hides a field.82
Errors'use' hides a field.82
Errors'negotiationStatus' hides a field.82
ErrorsParameter defaultValue should be final.82
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.92
ErrorsLine has trailing spaces.94
Errors'(' is preceded with whitespace.97
ErrorsExpected @param tag for 'logMessage'.97
ErrorsLine is longer than 80 characters.103
ErrorsLine has trailing spaces.105
ErrorsLine is longer than 80 characters.107
Errors'(' is preceded with whitespace.109
ErrorsExpected @param tag for 'target'.109
ErrorsLine is longer than 80 characters.112
ErrorsLine has trailing spaces.113
ErrorsLine is longer than 80 characters.114
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.118
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.124
Errors'(' is preceded with whitespace.124
ErrorsParameter target should be final.124
ErrorsExpected @param tag for 'target'.124
ErrorsLine is longer than 80 characters.142
Errors';' is not followed by whitespace.172
Errors'if' construct must use '{}'s.174
Errors'else' construct must use '{}'s.176
Errors'{' is not followed by whitespace.181
Errors'}' is not followed by whitespace.186
ErrorsLine is longer than 80 characters.200
ErrorsMethod 'resetAlreadyNegotiated' is not designed for extension - needs to be abstract, final or empty.203
Errors'(' is preceded with whitespace.203
ErrorsLine has trailing spaces.209
ErrorsLine is longer than 80 characters.211
ErrorsMethod 'getBooleanValue' is not designed for extension - needs to be abstract, final or empty.213
Errors'(' is preceded with whitespace.213
ErrorsLine has trailing spaces.219
ErrorsLine is longer than 80 characters.221
ErrorsMethod 'getIntegerValue' is not designed for extension - needs to be abstract, final or empty.223
Errors'(' is preceded with whitespace.223
ErrorsLine has trailing spaces.229
ErrorsLine is longer than 80 characters.231
ErrorsMethod 'getStringValue' is not designed for extension - needs to be abstract, final or empty.233
Errors'(' is preceded with whitespace.233
ErrorsLine is longer than 80 characters.238
ErrorsLine has trailing spaces.240
ErrorsLine is longer than 80 characters.242
Errors'(' is preceded with whitespace.245
ErrorsLine is longer than 80 characters.250
ErrorsLine is longer than 80 characters.251
ErrorsLine has trailing spaces.252
ErrorsLine is longer than 80 characters.253
ErrorsLine is longer than 80 characters.255
Errors'(' is preceded with whitespace.257
ErrorsLine is longer than 80 characters.260
ErrorsLine has trailing spaces.262
ErrorsLine is longer than 80 characters.263
Errors'(' is preceded with whitespace.265
ErrorsLine is longer than 80 characters.269
ErrorsLine is longer than 80 characters.270
ErrorsLine is longer than 80 characters.271
ErrorsLine has trailing spaces.273
ErrorsLine is longer than 80 characters.274
ErrorsLine is longer than 80 characters.276
Errors'(' is preceded with whitespace.279
ErrorsLine has trailing spaces.283
Errors'(' is preceded with whitespace.286
ErrorsLine has trailing spaces.292
Errors'(' is preceded with whitespace.295
ErrorsLine is longer than 80 characters.298
ErrorsLine has trailing spaces.300
ErrorsLine is longer than 80 characters.301
ErrorsMethod 'checkAccepted' is not designed for extension - needs to be abstract, final or empty.304
Errors'(' is preceded with whitespace.304

org/jscsi/target/settings/entry/NumericalEntry.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.26
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.71
ErrorsMore than 7 parameters.71
Errors'(' is preceded with whitespace.71
Errors'negotiationValue' hides a field.71
Errors'protocolValueRange' hides a field.71
Errors'resultFunction' hides a field.71
Errors'zeroMeansDontCare' hides a field.71
Errors'(' is preceded with whitespace.80
Errors'if' construct must use '{}'s.83
ErrorsLine is longer than 80 characters.90
Errors'(' is preceded with whitespace.90
Errors'(' is preceded with whitespace.96
Errors'if' construct must use '{}'s.99
Errors'else' construct must use '{}'s.101
Errors'(' is preceded with whitespace.106
Errors'if' construct must use '{}'s.109
Errors'else' construct must use '{}'s.111
Errors'(' is preceded with whitespace.118
Errors'(' is preceded with whitespace.123
ErrorsLine is longer than 80 characters.124

org/jscsi/target/settings/entry/NumericalRangeEntry.java

ViolationMessageLine
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.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.54
Errors'(' is preceded with whitespace.54
Errors'negotiationValue' hides a field.54
Errors'protocolValueRange' hides a field.54
ErrorsLine is longer than 80 characters.55
Errors'(' is preceded with whitespace.61
ErrorsParameter values should be final.61
Errors'(' is preceded with whitespace.67
ErrorsParameter target should be final.67
ErrorsParameter values should be final.67
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.76
Errors',' is not followed by whitespace.78
Errors';' is not followed by whitespace.79
Errors'(' is preceded with whitespace.87
ErrorsParameter values should be final.87
Errors'(' is preceded with whitespace.92
ErrorsParameter values should be final.92
Errors'(' is preceded with whitespace.105
Errors'(' is preceded with whitespace.110
ErrorsLine is longer than 80 characters.111

org/jscsi/target/settings/entry/StringEntry.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.15
ErrorsLine has trailing spaces.16
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.37
Errors'(' is preceded with whitespace.37
Errors'supportedValues' hides a field.37
Errors'(' is preceded with whitespace.43
ErrorsParameter values should be final.43
Errors'for' construct must use '{}'s.48
Errors'if' construct must use '{}'s.49
Errors'(' is preceded with whitespace.54
ErrorsParameter target should be final.54
ErrorsParameter values should be final.54
Errors'if' construct must use '{}'s.59
ErrorsLine is longer than 80 characters.59
Errors';' is not followed by whitespace.59
Errors'(' is preceded with whitespace.64
ErrorsParameter values should be final.64
Errors'(' is preceded with whitespace.70
ErrorsParameter values should be final.70
ErrorsLine is longer than 80 characters.73
Errors'if' construct must use '{}'s.75
Errors'(' is preceded with whitespace.82
Errors'(' is preceded with whitespace.87
ErrorsLine is longer than 80 characters.88

org/jscsi/target/settings/entry/Use.java

ViolationMessageLine
ErrorsUnused import - org.jscsi.parser.ProtocolDataUnit.4
ErrorsUnused import - org.jscsi.target.connection.stage.fullfeature.TextNegotiationStage.6
ErrorsLine is longer than 80 characters.7
ErrorsUnused import - org.jscsi.target.connection.stage.login.LoginOperationalParameterNegotiationStage.7
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsExtra HTML tag found: </i>19
ErrorsLine has trailing spaces.21
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.55
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.65
Errors'(' is preceded with whitespace.65
Errors'if' construct must use '{}'s.68
ErrorsLine is longer than 80 characters.68
Errors'if' construct must use '{}'s.71
ErrorsLine is longer than 80 characters.71
Errors'if' construct must use '{}'s.74
ErrorsLine is longer than 80 characters.74
Errors'if' construct must use '{}'s.77
Errors'if' construct must use '{}'s.80
ErrorsLine is longer than 80 characters.80
Errors'if' construct must use '{}'s.83
ErrorsLine is longer than 80 characters.83
Errors';' is not followed by whitespace.86
ErrorsLine is longer than 80 characters.91
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.100
Errors'(' is preceded with whitespace.100

org/jscsi/target/settings/entry/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 has trailing spaces.22

org/jscsi/target/settings/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.21
ErrorsLine has trailing spaces.23

org/jscsi/target/storage/FileStorageModule.java

ViolationMessageLine
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.16
ErrorsFirst sentence should end with a period.24
ErrorsFirst sentence should end with a period.27
ErrorsFirst sentence should end with a period.30
ErrorsName 'CACHE_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'.34
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.42
Errors'(' is preceded with whitespace.42
ErrorsParameter pBaseDir should be final.42
ErrorsParameter pStorageSize should be final.42
ErrorsParameter pFileSize should be final.42
ErrorsExpected @throws tag for 'IOException'.42
ErrorsLine is longer than 80 characters.48
Errors'1024' is a magic number.49
Errors'1024' is a magic number.49
Errors'256' is a magic number.49
ErrorsLine is longer than 80 characters.54
ErrorsFirst sentence should end with a period.59
ErrorsLine has trailing spaces.61
ErrorsMethod 'read' is not designed for extension - needs to be abstract, final or empty.66
Errors'(' is preceded with whitespace.66
ErrorsParameter bytes should be final.66
ErrorsExpected @param tag for 'bytes'.66
ErrorsParameter storageIndex should be final.66
ErrorsExpected @param tag for 'storageIndex'.66
ErrorsExpected @throws tag for 'IOException'.66
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.88
ErrorsLine has trailing spaces.95
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.100
Errors'(' is preceded with whitespace.100
ErrorsParameter bytes should be final.100
ErrorsExpected @param tag for 'bytes'.100
ErrorsParameter storageIndex should be final.100
ErrorsExpected @param tag for 'storageIndex'.100
ErrorsExpected @throws tag for 'IOException'.100
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.125
ErrorsMethod 'checkBounds' is not designed for extension - needs to be abstract, final or empty.138
ErrorsLine is longer than 80 characters.139
Errors'(' is preceded with whitespace.139
ErrorsParameter logicalBlockAddress should be final.139
ErrorsParameter transferLengthInBlocks should be final.139
ErrorsLine is longer than 80 characters.141
ErrorsLine is longer than 80 characters.147
ErrorsMethod 'getSizeInBlocks' is not designed for extension - needs to be abstract, final or empty.157
Errors'(' is preceded with whitespace.158
Errors'(' is preceded with whitespace.166

org/jscsi/target/storage/IStorageModule.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsUnused import - org.jscsi.target.scsi.cdb.CommandDescriptorBlock.9
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.18
ErrorsRedundant 'public' modifier.26
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.59
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.65
Errors'(' is preceded with whitespace.65
ErrorsLine is longer than 80 characters.68
ErrorsLine has trailing spaces.69
Errors'(' is preceded with whitespace.72
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.77
Errors'(' is preceded with whitespace.81
ErrorsExpected @throws tag for 'IOException'.81
ErrorsLine has trailing spaces.85
Errors'(' is preceded with whitespace.90
ErrorsExpected @throws tag for 'IOException'.90
ErrorsLine has trailing spaces.94
Errors'(' is preceded with whitespace.97

org/jscsi/target/storage/JCloudsStorageModule.java

ViolationMessageLine
ErrorsLine has trailing spaces.2
ErrorsUnused import - java.io.FileNotFoundException.10
ErrorsLine is longer than 80 characters.45
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.49
ErrorsMissing a Javadoc comment.81
ErrorsMissing a Javadoc comment.83
ErrorsMissing a Javadoc comment.84
ErrorsLine is longer than 80 characters.85
ErrorsMissing a Javadoc comment.85
Errors'{' is followed by whitespace.85
ErrorsMissing a Javadoc comment.86
ErrorsLine is longer than 80 characters.89
Errors'static' modifier out of order with the JLS suggestions.89
ErrorsLine is longer than 80 characters.91
ErrorsMissing a Javadoc comment.91
Errors'static' modifier out of order with the JLS suggestions.91
ErrorsMissing a Javadoc comment.93
ErrorsMissing a Javadoc comment.95
ErrorsMissing a Javadoc comment.97
ErrorsMissing a Javadoc comment.99
ErrorsMissing a Javadoc comment.101
ErrorsMissing a Javadoc comment.103
ErrorsMissing a Javadoc comment.104
ErrorsMissing a Javadoc comment.106
ErrorsMissing a Javadoc comment.107
ErrorsLine is longer than 80 characters.108
ErrorsMissing a Javadoc comment.108
ErrorsLine is longer than 80 characters.109
ErrorsMissing a Javadoc comment.109
ErrorsLine is longer than 80 characters.112
ErrorsLine has trailing spaces.114
ErrorsLine has trailing spaces.117
Errors'(' is preceded with whitespace.119
Errors'1048576' is a magic number.124
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.152
ErrorsLine is longer than 80 characters.154
Errors'100' is a magic number.164
ErrorsMethod 'checkBounds' is not designed for extension - needs to be abstract, final or empty.171
ErrorsLine is longer than 80 characters.172
Errors'(' is preceded with whitespace.172
ErrorsParameter logicalBlockAddress should be final.172
ErrorsParameter transferLengthInBlocks should be final.172
ErrorsLine is longer than 80 characters.173
ErrorsLine is longer than 80 characters.179
ErrorsMethod 'getSizeInBlocks' is not designed for extension - needs to be abstract, final or empty.189
Errors'(' is preceded with whitespace.190
ErrorsMethod 'read' is not designed for extension - needs to be abstract, final or empty.197
ErrorsLine is longer than 80 characters.198
Errors'(' is preceded with whitespace.198
ErrorsParameter bytes should be final.198
ErrorsParameter storageIndex should be final.198
ErrorsLine is longer than 80 characters.216
ErrorsLine is longer than 80 characters.232
ErrorsLine is longer than 80 characters.241
ErrorsMissing a Javadoc comment.241
ErrorsRedundant 'final' modifier.241
Errors'(' is preceded with whitespace.241
ErrorsLine is longer than 80 characters.244
ErrorsLine is longer than 80 characters.245
ErrorsLine is longer than 80 characters.259
ErrorsMissing a Javadoc comment.259
ErrorsRedundant 'final' modifier.259
Errors'(' is preceded with whitespace.259
ErrorsParameter pBucketId should be final.259
ErrorsParameter pData should be final.259
ErrorsLine is longer than 80 characters.261
ErrorsLine is longer than 80 characters.265
ErrorsLine has trailing spaces.273
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.276
ErrorsLine is longer than 80 characters.277
Errors'(' is preceded with whitespace.277
ErrorsParameter bytes should be final.277
ErrorsParameter storageIndex should be final.277
ErrorsLine is longer than 80 characters.293
ErrorsAvoid inline conditionals.293
ErrorsLine is longer than 80 characters.304
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.316
Errors'(' is preceded with whitespace.317
ErrorsFirst sentence should end with a period.321
ErrorsLine has trailing spaces.323
Errors'(' is preceded with whitespace.326
ErrorsLine has trailing spaces.348
ErrorsLine has trailing spaces.350
ErrorsMissing a Javadoc comment.354
ErrorsVariable 'mCipher' must be private and have accessor methods.354
ErrorsVariable 'mBucketId' must be private and have accessor methods.359
ErrorsMissing a Javadoc comment.361
Errors'(' is preceded with whitespace.361
ErrorsLine is longer than 80 characters.366
Errors'(' is preceded with whitespace.376
ErrorsLine is longer than 80 characters.380
ErrorsLine is longer than 80 characters.388
ErrorsLine is longer than 80 characters.394
ErrorsLine is longer than 80 characters.395
Errors'(' is preceded with whitespace.416
ErrorsParameter value should be final.416
Errors'(' is preceded with whitespace.421
Errors'(' is preceded with whitespace.426
ErrorsLine has trailing spaces.435
ErrorsLine has trailing spaces.437
ErrorsVariable 'mData' must be private and have accessor methods.443
ErrorsMissing a Javadoc comment.444
ErrorsVariable 'mBucketIndex' must be private and have accessor methods.444
ErrorsMissing a Javadoc comment.445
ErrorsVariable 'mCipher' must be private and have accessor methods.445
ErrorsMissing a Javadoc comment.447
Errors'(' is preceded with whitespace.447
ErrorsParameter pData should be final.447
ErrorsParameter pBucketIndex should be final.447
ErrorsLine is longer than 80 characters.453
Errors'(' is preceded with whitespace.464
ErrorsLine is longer than 80 characters.474
ErrorsMust have at least one statement.483
ErrorsMissing a Javadoc comment.493
ErrorsMissing a Javadoc comment.495
Errors'(' is preceded with whitespace.495
ErrorsLine is longer than 80 characters.498
ErrorsMissing a Javadoc comment.509
ErrorsMissing a Javadoc comment.511
Errors'(' is preceded with whitespace.511

org/jscsi/target/storage/RandomAccessStorageModule.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.18
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.28
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.40
ErrorsVariable 'sizeInBlocks' must be private and have accessor methods.43
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.53
ErrorsLine has trailing spaces.55
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.61
Errors'(' is preceded with whitespace.61
Errors'sizeInBlocks' hides a field.61
ErrorsMethod 'read' is not designed for extension - needs to be abstract, final or empty.69
Errors'(' is preceded with whitespace.70
ErrorsParameter bytes should be final.70
ErrorsParameter storageIndex should be final.70
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.78
Errors'(' is preceded with whitespace.79
ErrorsParameter bytes should be final.79
ErrorsParameter storageIndex should be final.79
Errors'(' is preceded with whitespace.88
ErrorsLine is longer than 80 characters.96
Errors'(' is preceded with whitespace.96
Errors'if' construct must use '{}'s.97
ErrorsLine is longer than 80 characters.97
Errors'if' construct must use '{}'s.98
ErrorsLine is longer than 80 characters.98
ErrorsLine has trailing spaces.104
Errors'(' is preceded with whitespace.107
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.113
ErrorsLine has trailing spaces.114
ErrorsLine is longer than 80 characters.121
Errors'final' modifier out of order with the JLS suggestions.121
Errors'(' is preceded with whitespace.121
ErrorsParameter kind should be final.121
ErrorsExpected @param tag for 'kind'.121
ErrorsExpected @throws tag for 'IOException'.121
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.133
ErrorsLine is longer than 80 characters.139
ErrorsLine has trailing spaces.141
ErrorsUnused @param tag for 'pConf'.142
ErrorsLine is longer than 80 characters.146
Errors'(' is preceded with whitespace.146
ErrorsExpected @param tag for 'pToCreate'.146
ErrorsExpected @param tag for 'pLength'.146
ErrorsLine is longer than 80 characters.152
ErrorsLine is longer than 80 characters.155
ErrorsLine is longer than 80 characters.160
Errors'26' is a magic number.166
ErrorsLine is longer than 80 characters.168
ErrorsLine is longer than 80 characters.171
ErrorsLine is longer than 80 characters.178
ErrorsLine has trailing spaces.187
Errors'(' is preceded with whitespace.191

org/jscsi/target/storage/SynchronizedRandomAccessStorageModule.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsMissing a Javadoc comment.9
ErrorsLine is longer than 80 characters.11
ErrorsMissing a Javadoc comment.11
Errors'(' is preceded with whitespace.11
ErrorsParameter sizeInBlocks should be final.11
ErrorsParameter file should be final.11
ErrorsMethod 'read' is not designed for extension - needs to be abstract, final or empty.15
ErrorsLine is longer than 80 characters.16
Errors'(' is preceded with whitespace.16
ErrorsParameter bytes should be final.16
ErrorsParameter storageIndex should be final.16
ErrorsMethod 'write' is not designed for extension - needs to be abstract, final or empty.20
ErrorsLine is longer than 80 characters.21
Errors'(' is preceded with whitespace.21
ErrorsParameter bytes should be final.21
ErrorsParameter storageIndex should be final.21

org/jscsi/target/storage/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.21
ErrorsLine has trailing spaces.22

org/jscsi/target/util/BinaryLock.java

ViolationMessageLine
ErrorsUnused import - java.util.concurrent.locks.Lock.4
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.13
ErrorsLine has trailing spaces.14
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.30
ErrorsLine has trailing spaces.32
ErrorsMethod 'lock' is not designed for extension - needs to be abstract, final or empty.35
Errors'(' is preceded with whitespace.35
ErrorsFirst sentence should end with a period.44
ErrorsMethod 'unlock' is not designed for extension - needs to be abstract, final or empty.47
Errors'(' is preceded with whitespace.47
Errors'while' construct must use '{}'s.49

org/jscsi/target/util/BitManip.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.10
ErrorsUtility classes should not have a public or default constructor.13
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.32
ErrorsRedundant 'final' modifier.32
Errors'(' is preceded with whitespace.32
Errors'255' is a magic number.44
Errors';' is not followed by whitespace.44
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
Errors'(' is preceded with whitespace.65
Errors'if' construct must use '{}'s.69

org/jscsi/target/util/Debug.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.10
ErrorsUtility classes should not have a public or default constructor.13
ErrorsLine has trailing spaces.22
Errors'(' is preceded with whitespace.25
ErrorsLine has trailing spaces.31
Errors'(' is preceded with whitespace.35
Errors'if' construct must use '{}'s.37
Errors'255' is a magic number.46
Errors'if' construct must use '{}'s.47
Errors'16' is a magic number.47
Errors'if' construct must use '{}'s.49
Errors'else' construct must use '{}'s.51

org/jscsi/target/util/FastByteArrayProvider.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine is longer than 80 characters.6
ErrorsLine has trailing spaces.8
ErrorsVariable 'arrays' must be private and have accessor methods.16
ErrorsVariable 'capacity' must be private and have accessor methods.21
ErrorsVariable 'size' must be private and have accessor methods.26
ErrorsFirst sentence should end with a period.28
ErrorsVariable 'tmp' must be private and have accessor methods.31
ErrorsLine has trailing spaces.35
Errors'(' is preceded with whitespace.38
Errors'capacity' hides a field.38
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.52
Errors'(' is preceded with whitespace.56
Errors'if' construct must use '{}'s.73
Errors';' is not followed by whitespace.73
ErrorsLine is longer than 80 characters.82
ErrorsLine has trailing spaces.83
Errors'(' is preceded with whitespace.86

org/jscsi/target/util/ReadWrite.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.10
ErrorsUtility classes should not have a public or default constructor.13
ErrorsLine is longer than 80 characters.16
ErrorsLine has trailing spaces.17
ErrorsRedundant 'final' modifier.22
Errors'(' is preceded with whitespace.22
ErrorsParameter buffer should be final.22
ErrorsParameter start should be final.22
Errors'255' is a magic number.24
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.29
ErrorsRedundant 'final' modifier.34
Errors'(' is preceded with whitespace.34
ErrorsParameter array should be final.34
ErrorsParameter start should be final.34
Errors'255' is a magic number.35
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.41
ErrorsRedundant 'final' modifier.46
Errors'(' is preceded with whitespace.46
ErrorsParameter buffer should be final.46
ErrorsParameter start should be final.46
Errors'255' is a magic number.49
Errors'8' is a magic number.49
Errors'255' is a magic number.49
ErrorsLine is longer than 80 characters.53
ErrorsLine has trailing spaces.55
ErrorsRedundant 'final' modifier.60
Errors'(' is preceded with whitespace.60
ErrorsParameter array should be final.60
ErrorsParameter start should be final.60
Errors'255' is a magic number.61
Errors'8' is a magic number.61
Errors'255' is a magic number.61
ErrorsLine is longer than 80 characters.65
ErrorsLine has trailing spaces.67
ErrorsRedundant 'final' modifier.72
Errors'(' is preceded with whitespace.72
ErrorsParameter buffer should be final.72
ErrorsParameter start should be final.72
Errors'255' is a magic number.76
Errors'16' is a magic number.76
Errors'255' is a magic number.76
Errors'8' is a magic number.76
Errors'255' is a magic number.76
ErrorsLine is longer than 80 characters.80
ErrorsLine has trailing spaces.82
ErrorsRedundant 'final' modifier.87
Errors'(' is preceded with whitespace.87
ErrorsParameter array should be final.87
ErrorsParameter start should be final.87
ErrorsLine is longer than 80 characters.88
Errors'255' is a magic number.88
Errors'16' is a magic number.88
Errors'255' is a magic number.88
Errors'8' is a magic number.88
Errors'255' is a magic number.88
ErrorsLine is longer than 80 characters.92
ErrorsLine has trailing spaces.94
ErrorsRedundant 'final' modifier.99
Errors'(' is preceded with whitespace.99
ErrorsParameter buffer should be final.99
ErrorsParameter start should be final.99
Errors'3' is a magic number.103
ErrorsLine is longer than 80 characters.104
Errors'255' is a magic number.104
Errors'24' is a magic number.104
Errors'255' is a magic number.104
Errors'16' is a magic number.104
Errors'255' is a magic number.104
Errors'8' is a magic number.104
Errors'255' is a magic number.104
ErrorsLine is longer than 80 characters.108
ErrorsLine has trailing spaces.110
ErrorsRedundant 'final' modifier.115
Errors'(' is preceded with whitespace.115
ErrorsParameter array should be final.115
ErrorsParameter start should be final.115
ErrorsLine is longer than 80 characters.116
Errors'255' is a magic number.116
Errors'24' is a magic number.116
Errors'255' is a magic number.116
Errors'16' is a magic number.116
Errors'255' is a magic number.116
Errors'8' is a magic number.116
Errors'3' is a magic number.116
Errors'255' is a magic number.116
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.123
ErrorsLine has trailing spaces.125
ErrorsLine is longer than 80 characters.130
Errors'(' is preceded with whitespace.130
ErrorsParameter string should be final.130
ErrorsParameter bufferSize should be final.130
ErrorsLine is longer than 80 characters.138
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.147
ErrorsLine has trailing spaces.148
Errors'(' is preceded with whitespace.152
Errors'for' construct must use '{}'s.154
ErrorsFirst sentence should end with a period.160
ErrorsLine is longer than 80 characters.161
ErrorsLine has trailing spaces.162
ErrorsLine is longer than 80 characters.166
ErrorsRedundant 'final' modifier.166
Errors'(' is preceded with whitespace.166
ErrorsLine is longer than 80 characters.172
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.176
ErrorsLine is longer than 80 characters.179
ErrorsLine is longer than 80 characters.181
ErrorsRedundant 'final' modifier.181
Errors'(' is preceded with whitespace.181
ErrorsParameter value should be final.181
ErrorsParameter start should be final.181
Errors'24' is a magic number.183
Errors'16' is a magic number.184
Errors'8' is a magic number.185
ErrorsLine is longer than 80 characters.190
ErrorsLine has trailing spaces.191
Errors'(' is preceded with whitespace.195
ErrorsLine is longer than 80 characters.201
ErrorsLine has trailing spaces.202
Errors'(' is preceded with whitespace.206
Errors'8' is a magic number.207
Errors'for' construct must use '{}'s.208
Errors'8' is a magic number.209
ErrorsLine is longer than 80 characters.214
ErrorsLine has trailing spaces.216
ErrorsLine is longer than 80 characters.219
ErrorsLine is longer than 80 characters.221
Errors'(' is preceded with whitespace.221
Errors'for' construct must use '{}'s.224
ErrorsLine is longer than 80 characters.229
ErrorsLine has trailing spaces.231
ErrorsLine is longer than 80 characters.234
ErrorsLine is longer than 80 characters.236
Errors'(' is preceded with whitespace.236
Errors'8' is a magic number.238
Errors';' is not followed by whitespace.238
Errors';' is not followed by whitespace.239
ErrorsLine is longer than 80 characters.243
ErrorsLine has trailing spaces.245
ErrorsLine is longer than 80 characters.248
ErrorsLine is longer than 80 characters.250
Errors'(' is preceded with whitespace.250
Errors'16' is a magic number.253
Errors';' is not followed by whitespace.253
Errors'8' is a magic number.254
Errors';' is not followed by whitespace.255
ErrorsLine is longer than 80 characters.259
ErrorsLine has trailing spaces.261
ErrorsLine is longer than 80 characters.266
Errors'(' is preceded with whitespace.266
Errors'0xffffffffL' is a magic number.267

org/jscsi/target/util/SerialArithmeticNumber.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.20
Errors'(' is preceded with whitespace.22
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.28
Errors'(' is preceded with whitespace.31
Errors'value' hides a field.31
Errors'(' is preceded with whitespace.38
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.46
Errors'(' is preceded with whitespace.48
ErrorsLine is longer than 80 characters.53
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.57
Errors'(' is preceded with whitespace.60
Errors'if' construct must use '{}'s.61
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.68
ErrorsLine is longer than 80 characters.70
Errors'(' is preceded with whitespace.73
Errors'if' construct must use '{}'s.74
ErrorsLine has trailing spaces.80
Errors'(' is preceded with whitespace.83

org/jscsi/target/util/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.21
ErrorsLine has trailing spaces.23