Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 2 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 859 | Error |
JavadocMethod | 353 | Error |
JavadocType | 7 | Error |
JavadocVariable | 947 | Error |
JavadocStyle | 49 | Error |
ConstantName | 4 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 1 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 1 | Error |
TypeName | 1 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 43 | Error |
LineLength | 3942 | Error |
MethodLength | 3 | Error |
ParameterNumber | 7 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 817 | Error |
NoWhitespaceAfter | 9 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 671 | Error |
WhitespaceAround | 37 | Error |
ModifierOrder | 8 | Error |
RedundantModifier | 177 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 10 | Error |
LeftCurly | 0 | Error |
NeedBraces | 251 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 5 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 1 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 149 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 266 | Error |
MissingSwitchDefault | 1 | Error |
RedundantThrows | 116 | Error |
SimplifyBooleanExpression | 2 | Error |
SimplifyBooleanReturn | 1 | Error |
DesignForExtension | 128 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 11 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 105 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 282 | Error |
TodoComment | 2 | Error |
UpperEll | 0 | Error |
Details
org/jscsi/initiator/Configuration.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 62 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 143 | |
'(' is preceded with whitespace. | 148 | |
Line is longer than 80 characters. | 149 | |
First sentence should end with a period. | 152 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 155 | |
'(' is preceded with whitespace. | 155 | |
Expected @param tag for 'paramGlobalConfig'. | 155 | |
Expected @param tag for 'paramConfig'. | 155 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 165 | |
Line has trailing spaces. | 167 | |
Line is longer than 80 characters. | 169 | |
Redundant 'final' modifier. | 171 | |
'(' is preceded with whitespace. | 171 | |
Unable to get class information for ConfigurationException. | 171 | |
Line is longer than 80 characters. | 177 | |
Line has trailing spaces. | 179 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 183 | |
Line has trailing spaces. | 184 | |
Line is longer than 80 characters. | 186 | |
Redundant 'final' modifier. | 186 | |
'(' is preceded with whitespace. | 186 | |
Unable to get class information for ConfigurationException. | 186 | |
Line has trailing spaces. | 198 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 205 | |
Redundant 'final' modifier. | 205 | |
'(' is preceded with whitespace. | 205 | |
Unable to get class information for OperationalTextKeyException. | 205 | |
Must have at least one statement. | 219 | |
Line is longer than 80 characters. | 234 | |
Line is longer than 80 characters. | 238 | |
Line is longer than 80 characters. | 239 | |
Line has trailing spaces. | 240 | |
Line is longer than 80 characters. | 245 | |
Redundant 'final' modifier. | 245 | |
'(' is preceded with whitespace. | 245 | |
Line is longer than 80 characters. | 251 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 264 | |
Line is longer than 80 characters. | 275 | |
Line has trailing spaces. | 276 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 283 | |
Redundant 'final' modifier. | 283 | |
'(' is preceded with whitespace. | 283 | |
Unable to get class information for OperationalTextKeyException. | 283 | |
Line is longer than 80 characters. | 289 | |
Line has trailing spaces. | 290 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 293 | |
Line is longer than 80 characters. | 295 | |
Redundant 'final' modifier. | 295 | |
'(' is preceded with whitespace. | 295 | |
Unable to get class information for NoSuchSessionException. | 295 | |
Line is longer than 80 characters. | 299 | |
Line is longer than 80 characters. | 305 | |
Line has trailing spaces. | 306 | |
Line is longer than 80 characters. | 310 | |
Line is longer than 80 characters. | 312 | |
Redundant 'final' modifier. | 312 | |
'(' is preceded with whitespace. | 312 | |
Unable to get class information for NoSuchSessionException. | 312 | |
Line is longer than 80 characters. | 319 | |
Line is longer than 80 characters. | 323 | |
Line is longer than 80 characters. | 329 | |
Line is longer than 80 characters. | 335 | |
Line is longer than 80 characters. | 336 | |
Line is longer than 80 characters. | 337 | |
Line is longer than 80 characters. | 338 | |
Line is longer than 80 characters. | 348 | |
Line is longer than 80 characters. | 349 | |
Line is longer than 80 characters. | 352 | |
Line has trailing spaces. | 353 | |
Line is longer than 80 characters. | 354 | |
Unused @throws tag for 'SAXException'. | 354 | |
Line is longer than 80 characters. | 355 | |
Unused @throws tag for 'ParserConfigurationException'. | 355 | |
Unused @throws tag for 'IOException'. | 357 | |
Expected an @return tag. | 359 | |
Line is longer than 80 characters. | 359 | |
Redundant 'final' modifier. | 359 | |
'(' is preceded with whitespace. | 359 | |
Expected @param tag for 'schemaLocation'. | 359 | |
Expected @param tag for 'configFile'. | 359 | |
Expected @throws tag for 'ConfigurationException'. | 359 | |
Unable to get class information for @throws tag 'ConfigurationException'. | 359 | |
Unable to get class information for ConfigurationException. | 359 | |
Line is longer than 80 characters. | 361 | |
Line is longer than 80 characters. | 367 | |
Line has trailing spaces. | 389 | |
Redundant 'final' modifier. | 392 | |
'(' is preceded with whitespace. | 392 | |
Line has trailing spaces. | 403 | |
Redundant 'final' modifier. | 406 | |
'(' is preceded with whitespace. | 406 | |
Line is longer than 80 characters. | 408 | |
Line is longer than 80 characters. | 410 | |
Line is longer than 80 characters. | 425 | |
Line is longer than 80 characters. | 426 | |
Line is longer than 80 characters. | 427 | |
Line is longer than 80 characters. | 432 | |
Line has trailing spaces. | 441 | |
Redundant 'final' modifier. | 444 | |
'(' is preceded with whitespace. | 444 | |
Line is longer than 80 characters. | 460 | |
Line is longer than 80 characters. | 467 | |
Line is longer than 80 characters. | 473 | |
Line is longer than 80 characters. | 478 | |
Line is longer than 80 characters. | 483 | |
Line is longer than 80 characters. | 484 | |
Redundant 'final' modifier. | 489 | |
'(' is preceded with whitespace. | 489 | |
Line is longer than 80 characters. | 500 | |
Line is longer than 80 characters. | 501 | |
Line is longer than 80 characters. | 502 | |
Line is longer than 80 characters. | 503 | |
Line is longer than 80 characters. | 506 | |
Line has trailing spaces. | 508 | |
Line is longer than 80 characters. | 523 | |
'(' is preceded with whitespace. | 525 | |
Line is longer than 80 characters. | 528 | |
Line is longer than 80 characters. | 532 | |
Line has trailing spaces. | 533 | |
Line is longer than 80 characters. | 537 | |
Redundant 'final' modifier. | 537 | |
'(' is preceded with whitespace. | 537 | |
Line is longer than 80 characters. | 543 | |
Line has trailing spaces. | 545 | |
Line is longer than 80 characters. | 548 | |
Line is longer than 80 characters. | 550 | |
Redundant 'final' modifier. | 550 | |
'(' is preceded with whitespace. | 550 | |
Line is longer than 80 characters. | 581 | |
Line has trailing spaces. | 583 | |
Line is longer than 80 characters. | 587 | |
Line is longer than 80 characters. | 589 | |
Redundant 'final' modifier. | 589 | |
'(' is preceded with whitespace. | 589 | |
Line has trailing spaces. | 666 | |
Line is longer than 80 characters. | 670 | |
Line is longer than 80 characters. | 672 | |
Redundant 'final' modifier. | 672 | |
'(' is preceded with whitespace. | 672 | |
Unable to get class information for OperationalTextKeyException. | 672 | |
Line is longer than 80 characters. | 683 | |
Line has trailing spaces. | 688 | |
Line is longer than 80 characters. | 690 | |
Redundant 'final' modifier. | 692 | |
'(' is preceded with whitespace. | 692 | |
Line is longer than 80 characters. | 697 | |
Line is longer than 80 characters. | 702 | |
Line is longer than 80 characters. | 705 | |
Line is longer than 80 characters. | 713 | |
Line has trailing spaces. | 714 | |
Redundant 'final' modifier. | 717 | |
'(' is preceded with whitespace. | 717 | |
Line is longer than 80 characters. | 723 | |
Line has trailing spaces. | 724 | |
Line is longer than 80 characters. | 725 | |
Line is longer than 80 characters. | 727 | |
Line is longer than 80 characters. | 730 | |
Redundant 'final' modifier. | 730 | |
'(' is preceded with whitespace. | 730 | |
Line is longer than 80 characters. | 736 | |
Line is longer than 80 characters. | 737 | |
Line is longer than 80 characters. | 738 | |
Line is longer than 80 characters. | 739 | |
Line is longer than 80 characters. | 741 | |
Line is longer than 80 characters. | 742 | |
Line is longer than 80 characters. | 743 | |
Line is longer than 80 characters. | 744 |
org/jscsi/initiator/Initiator.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 65 | |
Line has trailing spaces. | 66 | |
'(' is preceded with whitespace. | 69 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 80 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 84 | |
Line is longer than 80 characters. | 86 | |
Redundant 'final' modifier. | 86 | |
'(' is preceded with whitespace. | 86 | |
Unable to get class information for NoSuchSessionException. | 86 | |
Line is longer than 80 characters. | 92 | |
Line has trailing spaces. | 94 | |
Line is longer than 80 characters. | 96 | |
Unused @throws tag for 'Exception'. | 97 | |
Line is longer than 80 characters. | 99 | |
Redundant 'final' modifier. | 99 | |
'(' is preceded with whitespace. | 99 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 103 | |
Line has trailing spaces. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 113 | |
Redundant 'final' modifier. | 113 | |
'(' is preceded with whitespace. | 113 | |
Unable to get class information for NoSuchSessionException. | 113 | |
Redundant throws: 'TaskExecutionException' listed more then one time. | 113 | |
Unable to get class information for TaskExecutionException. | 113 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 127 | |
Line has trailing spaces. | 128 | |
Line has trailing spaces. | 129 | |
Unused @throws tag for 'Exception'. | 134 | |
Line has trailing spaces. | 135 | |
Line is longer than 80 characters. | 140 | |
Redundant 'final' modifier. | 140 | |
'(' is preceded with whitespace. | 140 | |
Unable to get class information for @throws tag 'NoSuchSessionException'. | 140 | |
Unable to get class information for NoSuchSessionException. | 140 | |
Redundant throws: 'TaskExecutionException' listed more then one time. | 140 | |
Unable to get class information for @throws tag 'TaskExecutionException'. | 140 | |
Unable to get class information for TaskExecutionException. | 140 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 148 | |
Line has trailing spaces. | 149 | |
Line has trailing spaces. | 150 | |
Line is longer than 80 characters. | 158 | |
Redundant 'final' modifier. | 158 | |
'(' is preceded with whitespace. | 158 | |
Unable to get class information for NoSuchSessionException. | 158 | |
Redundant throws: 'TaskExecutionException' listed more then one time. | 158 | |
Unable to get class information for TaskExecutionException. | 158 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 170 | |
Line has trailing spaces. | 171 | |
Line has trailing spaces. | 172 | |
Unused @throws tag for 'Exception'. | 177 | |
Line is longer than 80 characters. | 182 | |
Redundant 'final' modifier. | 182 | |
'(' is preceded with whitespace. | 182 | |
Unable to get class information for @throws tag 'NoSuchSessionException'. | 182 | |
Unable to get class information for NoSuchSessionException. | 182 | |
Redundant throws: 'TaskExecutionException' listed more then one time. | 182 | |
Unable to get class information for @throws tag 'TaskExecutionException'. | 182 | |
Unable to get class information for TaskExecutionException. | 182 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 189 | |
Line has trailing spaces. | 190 | |
Line has trailing spaces. | 191 | |
Line is longer than 80 characters. | 199 | |
Redundant 'final' modifier. | 199 | |
'(' is preceded with whitespace. | 199 | |
Unable to get class information for NoSuchSessionException. | 199 | |
Redundant throws: 'TaskExecutionException' listed more then one time. | 199 | |
Unable to get class information for TaskExecutionException. | 199 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 211 | |
Line has trailing spaces. | 215 | |
Line is longer than 80 characters. | 216 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 220 | |
Redundant 'final' modifier. | 220 | |
'(' is preceded with whitespace. | 220 | |
Unable to get class information for NoSuchSessionException. | 220 | |
Line has trailing spaces. | 227 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 232 | |
Redundant 'final' modifier. | 232 | |
'(' is preceded with whitespace. | 232 | |
Unable to get class information for NoSuchSessionException. | 232 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 238 | |
Line is longer than 80 characters. | 241 | |
Line has trailing spaces. | 242 | |
Line is longer than 80 characters. | 246 | |
Redundant 'final' modifier. | 246 | |
'(' is preceded with whitespace. | 246 | |
Expected @throws tag for 'NoSuchSessionException'. | 246 | |
Unable to get class information for NoSuchSessionException. | 246 | |
Line is longer than 80 characters. | 253 | |
Line has trailing spaces. | 259 | |
Line is longer than 80 characters. | 263 | |
Redundant 'final' modifier. | 263 | |
'(' is preceded with whitespace. | 263 | |
Unable to get class information for NoSuchSessionException. | 263 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 275 | |
Line has trailing spaces. | 280 | |
Redundant 'final' modifier. | 283 | |
'(' is preceded with whitespace. | 283 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 291 |
org/jscsi/initiator/LinkFactory.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 57 | |
'(' is preceded with whitespace. | 61 | |
Line is longer than 80 characters. | 67 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 74 | |
Redundant 'final' modifier. | 74 | |
'(' is preceded with whitespace. | 74 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 90 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 97 | |
Redundant 'final' modifier. | 97 | |
'(' is preceded with whitespace. | 97 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line has trailing spaces. | 114 | |
Redundant 'final' modifier. | 117 | |
'(' is preceded with whitespace. | 117 | |
Must have at least one statement. | 121 |
org/jscsi/initiator/connection/Connection.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 91 | |
Line has trailing spaces. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 100 | |
'(' is preceded with whitespace. | 100 | |
Line is longer than 80 characters. | 113 | |
Line has trailing spaces. | 114 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 118 | |
Redundant 'final' modifier. | 118 | |
'(' is preceded with whitespace. | 118 | |
Unable to get class information for NoSuchSessionException. | 118 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 124 | |
Line has trailing spaces. | 125 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 131 | |
Redundant 'final' modifier. | 131 | |
'(' is preceded with whitespace. | 131 | |
Unable to get class information for OperationalTextKeyException. | 131 | |
Line is longer than 80 characters. | 136 | |
Line has trailing spaces. | 137 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 142 | |
Redundant 'final' modifier. | 142 | |
'(' is preceded with whitespace. | 142 | |
Unable to get class information for OperationalTextKeyException. | 142 | |
Line has trailing spaces. | 149 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 154 | |
Redundant 'final' modifier. | 154 | |
'(' is preceded with whitespace. | 154 | |
Unable to get class information for OperationalTextKeyException. | 154 | |
Line is longer than 80 characters. | 156 | |
Line has trailing spaces. | 161 | |
Redundant 'final' modifier. | 164 | |
'(' is preceded with whitespace. | 164 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 173 | |
Redundant 'final' modifier. | 175 | |
'(' is preceded with whitespace. | 175 | |
Line is longer than 80 characters. | 181 | |
Line has trailing spaces. | 182 | |
Redundant 'final' modifier. | 185 | |
'(' is preceded with whitespace. | 185 | |
Line is longer than 80 characters. | 191 | |
Line has trailing spaces. | 192 | |
Line is longer than 80 characters. | 195 | |
Redundant 'final' modifier. | 195 | |
'(' is preceded with whitespace. | 195 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 206 | |
Line has trailing spaces. | 207 | |
Line is longer than 80 characters. | 211 | |
Redundant 'final' modifier. | 211 | |
'(' is preceded with whitespace. | 211 | |
Unable to get class information for InternetSCSIException. | 211 | |
Line is longer than 80 characters. | 217 | |
Line has trailing spaces. | 225 | |
Line is longer than 80 characters. | 226 | |
Redundant 'final' modifier. | 228 | |
'(' is preceded with whitespace. | 228 | |
Line has trailing spaces. | 235 | |
Redundant 'final' modifier. | 238 | |
'(' is preceded with whitespace. | 238 | |
Line has trailing spaces. | 245 | |
Redundant 'final' modifier. | 248 | |
'(' is preceded with whitespace. | 248 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 257 | |
Line has trailing spaces. | 258 | |
Redundant 'final' modifier. | 261 | |
'(' is preceded with whitespace. | 261 | |
Line has trailing spaces. | 269 | |
Line is longer than 80 characters. | 273 | |
Redundant 'final' modifier. | 273 | |
'(' is preceded with whitespace. | 273 | |
Unable to get class information for InternetSCSIException. | 273 | |
Line has trailing spaces. | 286 | |
Line is longer than 80 characters. | 290 | |
Redundant 'final' modifier. | 290 | |
'(' is preceded with whitespace. | 290 | |
Unable to get class information for InternetSCSIException. | 290 | |
Line is longer than 80 characters. | 298 | |
Line has trailing spaces. | 299 | |
Redundant 'final' modifier. | 303 | |
'(' is preceded with whitespace. | 303 | |
Unable to get class information for InternetSCSIException. | 303 | |
Line is longer than 80 characters. | 314 | |
Line is longer than 80 characters. | 315 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 317 |
org/jscsi/initiator/connection/ITask.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 40 | |
Redundant 'public' modifier. | 44 | |
'(' is preceded with whitespace. | 44 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Variable 'session' must be private and have accessor methods. | 67 | |
Variable 'phase' must be private and have accessor methods. | 70 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 78 | |
Unused @param tag for 'initCaller'. | 79 | |
'(' is preceded with whitespace. | 82 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 89 | |
'(' is preceded with whitespace. | 93 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 119 | |
Line has trailing spaces. | 120 | |
Line has trailing spaces. | 121 | |
'(' is preceded with whitespace. | 124 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 130 | |
Redundant 'final' modifier. | 133 | |
'(' is preceded with whitespace. | 133 | |
Line has trailing spaces. | 152 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 161 | |
Line has trailing spaces. | 162 | |
Line has trailing spaces. | 163 | |
'(' is preceded with whitespace. | 166 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 172 | |
Redundant 'final' modifier. | 175 | |
'(' is preceded with whitespace. | 175 | |
Line has trailing spaces. | 193 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 199 | |
Variable 'buffer' must be private and have accessor methods. | 202 | |
Variable 'logicalBlockAddress' must be private and have accessor methods. | 205 | |
Variable 'length' must be private and have accessor methods. | 208 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 214 | |
Line has trailing spaces. | 215 | |
Line has trailing spaces. | 216 | |
Line is longer than 80 characters. | 222 | |
'(' is preceded with whitespace. | 222 | |
Line has trailing spaces. | 240 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 249 | |
Line has trailing spaces. | 250 | |
Line is longer than 80 characters. | 256 | |
'(' is preceded with whitespace. | 256 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 262 | |
Redundant 'final' modifier. | 265 | |
'(' is preceded with whitespace. | 265 | |
Line has trailing spaces. | 283 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 292 | |
Line has trailing spaces. | 293 | |
Line has trailing spaces. | 294 | |
Line is longer than 80 characters. | 300 | |
'(' is preceded with whitespace. | 300 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 306 | |
Redundant 'final' modifier. | 309 | |
'(' is preceded with whitespace. | 309 |
org/jscsi/initiator/connection/SenderWorker.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 41 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line has trailing spaces. | 74 | |
Line is longer than 80 characters. | 79 | |
'(' is preceded with whitespace. | 79 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 93 | |
Line has trailing spaces. | 94 | |
Redundant 'final' modifier. | 97 | |
'(' is preceded with whitespace. | 97 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 107 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 115 | |
'(' is preceded with whitespace. | 115 | |
Unable to get class information for InternetSCSIException. | 115 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 161 | |
Line has trailing spaces. | 162 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 167 | |
Line is longer than 80 characters. | 170 | |
Redundant 'final' modifier. | 170 | |
'(' is preceded with whitespace. | 170 | |
Unable to get class information for InternetSCSIException. | 170 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 193 |
org/jscsi/initiator/connection/Session.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 20 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line has trailing spaces. | 58 | |
Variable 'targetName' must be private and have accessor methods. | 66 | |
Variable 'inetSocketAddress' must be private and have accessor methods. | 69 | |
Variable 'nextFreeConnectionID' must be private and have accessor methods. | 75 | |
Variable 'phase' must be private and have accessor methods. | 78 | |
Line is longer than 80 characters. | 81 | |
Variable 'capacityInformations' must be private and have accessor methods. | 83 | |
Variable 'connections' must be private and have accessor methods. | 86 | |
Variable 'commandSequenceNumber' must be private and have accessor methods. | 89 | |
Variable 'maximumCommandSequenceNumber' must be private and have accessor methods. | 92 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 96 | |
Variable 'initiatorTaskTag' must be private and have accessor methods. | 98 | |
Line is longer than 80 characters. | 101 | |
Variable 'tsihChanged' must be private and have accessor methods. | 104 | |
Variable 'targetSessionIdentifyingHandle' must be private and have accessor methods. | 107 | |
Variable 'configuration' must be private and have accessor methods. | 113 | |
Variable 'factory' must be private and have accessor methods. | 116 | |
Line is longer than 80 characters. | 126 | |
Variable 'taskBalancer' must be private and have accessor methods. | 128 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 135 | |
Line has trailing spaces. | 136 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 141 | |
Line is longer than 80 characters. | 145 | |
'(' is preceded with whitespace. | 145 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 167 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 185 | |
Line has trailing spaces. | 186 | |
Redundant 'final' modifier. | 189 | |
'(' is preceded with whitespace. | 189 | |
Line is longer than 80 characters. | 195 | |
Line has trailing spaces. | 197 | |
Redundant 'final' modifier. | 200 | |
'(' is preceded with whitespace. | 200 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 209 | |
Line has trailing spaces. | 213 | |
Redundant 'final' modifier. | 216 | |
'(' is preceded with whitespace. | 216 | |
Line has trailing spaces. | 223 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 226 | |
Redundant 'final' modifier. | 226 | |
'(' is preceded with whitespace. | 226 | |
Line has trailing spaces. | 233 | |
Redundant 'final' modifier. | 236 | |
'(' is preceded with whitespace. | 236 | |
Line has trailing spaces. | 243 | |
Redundant 'final' modifier. | 246 | |
'(' is preceded with whitespace. | 246 | |
Line is longer than 80 characters. | 252 | |
Redundant 'final' modifier. | 254 | |
'(' is preceded with whitespace. | 254 | |
Line has trailing spaces. | 261 | |
Line is longer than 80 characters. | 262 | |
Redundant 'final' modifier. | 265 | |
'(' is preceded with whitespace. | 265 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 271 | |
Line has trailing spaces. | 275 | |
Redundant 'final' modifier. | 278 | |
'(' is preceded with whitespace. | 278 | |
Line is longer than 80 characters. | 283 | |
Line is longer than 80 characters. | 284 | |
Line has trailing spaces. | 288 | |
Redundant 'final' modifier. | 292 | |
'(' is preceded with whitespace. | 292 | |
Line is longer than 80 characters. | 302 | |
Line has trailing spaces. | 303 | |
Redundant 'final' modifier. | 307 | |
'(' is preceded with whitespace. | 307 | |
Line is longer than 80 characters. | 311 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 320 | |
Line is longer than 80 characters. | 334 | |
Line has trailing spaces. | 335 | |
Line is longer than 80 characters. | 336 | |
'(' is preceded with whitespace. | 338 | |
Line is longer than 80 characters. | 343 | |
Line is longer than 80 characters. | 357 | |
Must have at least one statement. | 369 | |
Line is longer than 80 characters. | 376 | |
Line has trailing spaces. | 377 | |
Line is longer than 80 characters. | 381 | |
Redundant 'final' modifier. | 381 | |
'(' is preceded with whitespace. | 381 | |
Unable to get class information for NoSuchConnectionException. | 381 | |
Line is longer than 80 characters. | 387 | |
Redundant 'final' modifier. | 389 | |
'(' is preceded with whitespace. | 389 | |
Line is longer than 80 characters. | 394 | |
Line is longer than 80 characters. | 395 | |
Line has trailing spaces. | 399 | |
Redundant 'final' modifier. | 402 | |
'(' is preceded with whitespace. | 402 | |
Line has trailing spaces. | 419 | |
Redundant 'final' modifier. | 422 | |
'(' is preceded with whitespace. | 422 | |
Line has trailing spaces. | 429 | |
Redundant 'final' modifier. | 432 | |
'(' is preceded with whitespace. | 432 | |
Line is longer than 80 characters. | 437 | |
Line is longer than 80 characters. | 438 | |
Line is longer than 80 characters. | 441 | |
Line has trailing spaces. | 442 | |
Line has trailing spaces. | 443 | |
Redundant 'final' modifier. | 446 | |
'(' is preceded with whitespace. | 446 | |
Line is longer than 80 characters. | 452 | |
Line has trailing spaces. | 453 | |
Line has trailing spaces. | 454 | |
Redundant 'final' modifier. | 457 | |
'(' is preceded with whitespace. | 457 | |
Unable to get class information for TaskExecutionException. | 457 | |
Line is longer than 80 characters. | 462 | |
Line is longer than 80 characters. | 463 | |
Line is longer than 80 characters. | 466 | |
Line has trailing spaces. | 467 | |
Line has trailing spaces. | 468 | |
Line is longer than 80 characters. | 470 | |
Unused @throws tag for 'Exception'. | 472 | |
Line is longer than 80 characters. | 476 | |
Redundant 'final' modifier. | 476 | |
'(' is preceded with whitespace. | 476 | |
Unable to get class information for @throws tag 'TaskExecutionException'. | 476 | |
Unable to get class information for TaskExecutionException. | 476 | |
Line is longer than 80 characters. | 478 | |
Line is longer than 80 characters. | 482 | |
Line has trailing spaces. | 483 | |
Line has trailing spaces. | 484 | |
Line is longer than 80 characters. | 486 | |
Unused @throws tag for 'Exception'. | 488 | |
Line is longer than 80 characters. | 492 | |
Redundant 'final' modifier. | 492 | |
'(' is preceded with whitespace. | 492 | |
Unable to get class information for @throws tag 'TaskExecutionException'. | 492 | |
Unable to get class information for TaskExecutionException. | 492 | |
Line is longer than 80 characters. | 494 | |
Line is longer than 80 characters. | 497 | |
Line is longer than 80 characters. | 498 | |
Line is longer than 80 characters. | 500 | |
Line is longer than 80 characters. | 501 | |
Line has trailing spaces. | 505 | |
Redundant 'final' modifier. | 508 | |
'(' is preceded with whitespace. | 508 | |
Line is longer than 80 characters. | 514 | |
Line has trailing spaces. | 515 | |
Redundant 'final' modifier. | 518 | |
'(' is preceded with whitespace. | 518 | |
Line is longer than 80 characters. | 521 | |
Line is longer than 80 characters. | 526 | |
Line has trailing spaces. | 527 | |
Line is longer than 80 characters. | 529 | |
Unused @throws tag for 'InterruptedException'. | 529 | |
Line is longer than 80 characters. | 530 | |
Unused @throws tag for 'ExecutionException'. | 532 | |
Expected an @return tag. | 534 | |
Line is longer than 80 characters. | 534 | |
Redundant 'final' modifier. | 534 | |
'(' is preceded with whitespace. | 534 | |
Expected @throws tag for 'TaskExecutionException'. | 534 | |
Unable to get class information for @throws tag 'TaskExecutionException'. | 534 | |
Unable to get class information for TaskExecutionException. | 534 | |
Line has trailing spaces. | 552 | |
Redundant 'final' modifier. | 555 | |
'(' is preceded with whitespace. | 555 | |
Line has trailing spaces. | 568 | |
Redundant 'final' modifier. | 572 | |
'(' is preceded with whitespace. | 572 | |
Line has trailing spaces. | 592 | |
Line is longer than 80 characters. | 596 | |
Redundant 'final' modifier. | 596 | |
'(' is preceded with whitespace. | 596 | |
Line has trailing spaces. | 604 | |
Line is longer than 80 characters. | 608 | |
Redundant 'final' modifier. | 608 | |
'(' is preceded with whitespace. | 608 | |
Unable to get class information for NoSuchConnectionException. | 608 | |
Line is longer than 80 characters. | 613 | |
Line is longer than 80 characters. | 614 | |
Line is longer than 80 characters. | 615 | |
Line is longer than 80 characters. | 616 |
org/jscsi/initiator/connection/TargetCapacityInformations.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 53 | |
'(' is preceded with whitespace. | 55 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line has trailing spaces. | 64 | |
Redundant 'final' modifier. | 67 | |
'(' is preceded with whitespace. | 67 | |
Line has trailing spaces. | 74 | |
Redundant 'final' modifier. | 77 | |
'(' is preceded with whitespace. | 77 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 86 | |
Line has trailing spaces. | 87 | |
Redundant 'final' modifier. | 90 | |
'(' is preceded with whitespace. | 90 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 96 | |
Redundant 'final' modifier. | 100 | |
'(' is preceded with whitespace. | 100 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 108 |
org/jscsi/initiator/connection/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 21 |
org/jscsi/initiator/connection/phase/FullFeaturePhase.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 41 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Redundant 'final' modifier. | 74 | |
'(' is preceded with whitespace. | 74 | |
Comment matches to-do format 'TODO:'. | 82 | |
Line is longer than 80 characters. | 97 | |
Redundant 'final' modifier. | 97 | |
'(' is preceded with whitespace. | 97 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 107 | |
Redundant 'final' modifier. | 107 | |
'(' is preceded with whitespace. | 107 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 164 | |
Redundant 'final' modifier. | 164 | |
'(' is preceded with whitespace. | 164 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 181 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 230 | |
Redundant 'final' modifier. | 230 | |
'(' is preceded with whitespace. | 230 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 242 | |
Line is longer than 80 characters. | 243 | |
Redundant 'final' modifier. | 247 | |
'(' is preceded with whitespace. | 247 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 255 |
org/jscsi/initiator/connection/phase/IPhase.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line has trailing spaces. | 44 | |
Redundant 'public' modifier. | 49 | |
'(' is preceded with whitespace. | 49 | |
Line is longer than 80 characters. | 52 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 59 | |
Redundant 'public' modifier. | 59 | |
'(' is preceded with whitespace. | 59 | |
Line is longer than 80 characters. | 62 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 70 | |
Redundant 'public' modifier. | 70 | |
'(' is preceded with whitespace. | 70 | |
Line is longer than 80 characters. | 73 | |
Line has trailing spaces. | 74 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 83 | |
Redundant 'public' modifier. | 83 | |
'(' is preceded with whitespace. | 83 | |
Line is longer than 80 characters. | 86 | |
Line has trailing spaces. | 87 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 96 | |
Redundant 'public' modifier. | 96 | |
'(' is preceded with whitespace. | 96 | |
Line is longer than 80 characters. | 99 | |
Line has trailing spaces. | 101 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 107 | |
Redundant 'public' modifier. | 107 | |
'(' is preceded with whitespace. | 107 | |
Line has trailing spaces. | 111 | |
Redundant 'public' modifier. | 115 | |
'(' is preceded with whitespace. | 115 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 125 | |
Line has trailing spaces. | 127 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 142 | |
'(' is preceded with whitespace. | 144 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 149 | |
'(' is preceded with whitespace. | 152 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 158 | |
'(' is preceded with whitespace. | 158 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 164 | |
'(' is preceded with whitespace. | 164 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 170 | |
'(' is preceded with whitespace. | 170 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 177 | |
'(' is preceded with whitespace. | 177 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 183 | |
'(' is preceded with whitespace. | 183 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 189 | |
'(' is preceded with whitespace. | 192 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 200 |
org/jscsi/initiator/connection/phase/LoginOperationalNegotiationPhase.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Redundant 'final' modifier. | 40 | |
'(' is preceded with whitespace. | 40 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 |
org/jscsi/initiator/connection/phase/SecurityNegotiationPhase.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Redundant 'final' modifier. | 41 | |
'(' is preceded with whitespace. | 41 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Redundant 'final' modifier. | 52 | |
'(' is preceded with whitespace. | 52 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 |
org/jscsi/initiator/connection/phase/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 21 |
org/jscsi/initiator/connection/state/CapacityRequestState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 63 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 69 | |
'(' is preceded with whitespace. | 69 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Redundant 'final' modifier. | 80 | |
'(' is preceded with whitespace. | 80 | |
Unable to get class information for InternetSCSIException. | 80 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 |
org/jscsi/initiator/connection/state/CapacityResponseState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 59 | |
'(' is preceded with whitespace. | 59 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Redundant 'final' modifier. | 69 | |
'(' is preceded with whitespace. | 69 | |
Unable to get class information for InternetSCSIException. | 69 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 103 | |
'if' construct must use '{}'s. | 104 | |
';' is not followed by whitespace. | 104 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 114 |
org/jscsi/initiator/connection/state/GetConnectionsRequestState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
'(' is preceded with whitespace. | 55 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Redundant 'final' modifier. | 64 | |
'(' is preceded with whitespace. | 64 | |
Unable to get class information for InternetSCSIException. | 64 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 90 |
org/jscsi/initiator/connection/state/GetConnectionsResponseState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 49 | |
'(' is preceded with whitespace. | 51 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
'(' is preceded with whitespace. | 60 | |
Unable to get class information for InternetSCSIException. | 60 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 |
org/jscsi/initiator/connection/state/IState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 46 | |
Redundant 'public' modifier. | 48 | |
'(' is preceded with whitespace. | 48 | |
Unable to get class information for InternetSCSIException. | 48 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Redundant 'public' modifier. | 55 | |
'(' is preceded with whitespace. | 55 | |
Line is longer than 80 characters. | 58 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Redundant 'public' modifier. | 64 | |
'(' is preceded with whitespace. | 64 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 77 | |
Line has trailing spaces. | 78 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 90 | |
Variable 'connection' must be private and have accessor methods. | 93 | |
Line is longer than 80 characters. | 96 | |
Variable 'protocolDataUnitFactory' must be private and have accessor methods. | 96 | |
Variable 'stateFollowing' must be private and have accessor methods. | 99 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
'(' is preceded with whitespace. | 105 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 114 | |
Line has trailing spaces. | 115 | |
Line is longer than 80 characters. | 116 | |
'(' is preceded with whitespace. | 118 | |
'(' is preceded with whitespace. | 126 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 133 |
org/jscsi/initiator/connection/state/LoginRequestState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 73 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 79 | |
'(' is preceded with whitespace. | 79 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 86 | |
Redundant 'final' modifier. | 89 | |
'(' is preceded with whitespace. | 89 | |
Unable to get class information for InternetSCSIException. | 89 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 151 |
org/jscsi/initiator/connection/state/LoginResponseState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 62 | |
'(' is preceded with whitespace. | 62 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Redundant 'final' modifier. | 72 | |
'(' is preceded with whitespace. | 72 | |
Unable to get class information for InternetSCSIException. | 72 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 92 | |
';' is not followed by whitespace. | 92 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 116 | |
Redundant 'final' modifier. | 120 | |
'(' is preceded with whitespace. | 120 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 133 |
org/jscsi/initiator/connection/state/LogoutRequestState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 56 | |
'(' is preceded with whitespace. | 56 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Redundant 'final' modifier. | 66 | |
'(' is preceded with whitespace. | 66 | |
Unable to get class information for InternetSCSIException. | 66 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 |
org/jscsi/initiator/connection/state/LogoutResponseState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 47 | |
'(' is preceded with whitespace. | 49 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Redundant 'final' modifier. | 58 | |
'(' is preceded with whitespace. | 58 | |
Unable to get class information for InternetSCSIException. | 58 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 |
org/jscsi/initiator/connection/state/ReadRequestState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 67 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 76 | |
'(' is preceded with whitespace. | 76 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 87 | |
Redundant 'final' modifier. | 90 | |
'(' is preceded with whitespace. | 90 | |
Unable to get class information for InternetSCSIException. | 90 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 |
org/jscsi/initiator/connection/state/ReadResponseState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
'(' is preceded with whitespace. | 76 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 | |
Redundant 'final' modifier. | 88 | |
'(' is preceded with whitespace. | 88 | |
Unable to get class information for InternetSCSIException. | 88 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 111 | |
Comment matches to-do format 'TODO:'. | 112 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 134 | |
Missing a Javadoc comment. | 134 | |
'(' is preceded with whitespace. | 134 | |
Unable to get class information for InternetSCSIException. | 134 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 152 | |
'(' is preceded with whitespace. | 156 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 181 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
'(' is preceded with whitespace. | 203 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 209 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 211 |
org/jscsi/initiator/connection/state/SNACKRequestState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 57 | |
'(' is preceded with whitespace. | 57 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Redundant 'final' modifier. | 68 | |
'(' is preceded with whitespace. | 68 | |
Unable to get class information for InternetSCSIException. | 68 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 |
org/jscsi/initiator/connection/state/WriteFirstBurstState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 74 | |
'(' is preceded with whitespace. | 74 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Redundant 'final' modifier. | 87 | |
'(' is preceded with whitespace. | 87 | |
Unable to get class information for InternetSCSIException. | 87 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 135 |
org/jscsi/initiator/connection/state/WriteRequestState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 74 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 84 | |
'(' is preceded with whitespace. | 84 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 96 | |
Redundant 'final' modifier. | 99 | |
'(' is preceded with whitespace. | 99 | |
Unable to get class information for InternetSCSIException. | 99 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 136 |
org/jscsi/initiator/connection/state/WriteSecondBurstState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 82 | |
'(' is preceded with whitespace. | 82 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 98 | |
Redundant 'final' modifier. | 101 | |
'(' is preceded with whitespace. | 101 | |
Unable to get class information for InternetSCSIException. | 101 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 142 | |
'(' is preceded with whitespace. | 150 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 157 |
org/jscsi/initiator/connection/state/WriteSecondResponseState.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 58 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 66 | |
'(' is preceded with whitespace. | 66 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Redundant 'final' modifier. | 78 | |
'(' is preceded with whitespace. | 78 | |
Unable to get class information for InternetSCSIException. | 78 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 118 | |
Redundant 'final' modifier. | 122 | |
'(' is preceded with whitespace. | 122 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 140 |
org/jscsi/initiator/connection/state/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 21 |
org/jscsi/initiator/example/MultiThreadedReadWrite.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
Utility classes should not have a public or default constructor. | 44 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
'(' is preceded with whitespace. | 45 | |
Unable to get class information for NoSuchSessionException. | 45 | |
Redundant throws: 'TaskExecutionException' listed more then one time. | 45 | |
Unable to get class information for TaskExecutionException. | 45 | |
Redundant throws: 'ConfigurationException' listed more then one time. | 45 | |
Unable to get class information for ConfigurationException. | 45 | |
'50' is a magic number. | 47 | |
'12345' is a magic number. | 48 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 87 |
org/jscsi/initiator/example/SimpleLoginLogout.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 36 | |
Utility classes should not have a public or default constructor. | 38 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
'(' is preceded with whitespace. | 40 | |
Unable to get class information for NoSuchSessionException. | 40 | |
Redundant throws: 'TaskExecutionException' listed more then one time. | 40 | |
Unable to get class information for TaskExecutionException. | 40 | |
Redundant throws: 'ConfigurationException' listed more then one time. | 40 | |
Unable to get class information for ConfigurationException. | 40 |
org/jscsi/initiator/example/SingleThreadedReadWrite.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 40 | |
Utility classes should not have a public or default constructor. | 42 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
'(' is preceded with whitespace. | 44 | |
Unable to get class information for NoSuchSessionException. | 44 | |
Redundant throws: 'TaskExecutionException' listed more then one time. | 44 | |
Unable to get class information for TaskExecutionException. | 44 | |
Redundant throws: 'ConfigurationException' listed more then one time. | 44 | |
Unable to get class information for ConfigurationException. | 44 | |
'50' is a magic number. | 46 | |
'12345' is a magic number. | 47 | |
'512' is a magic number. | 48 | |
'512' is a magic number. | 49 | |
Line is longer than 80 characters. | 68 |
org/jscsi/initiator/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 21 |
org/jscsi/initiator/taskbalancer/AbstractTaskBalancer.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 32 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Variable 'freeConnections' must be private and have accessor methods. | 42 | |
Variable 'session' must be private and have accessor methods. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 56 | |
'(' is preceded with whitespace. | 56 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 64 | |
'(' is preceded with whitespace. | 64 | |
Unable to get class information for NoSuchConnectionException. | 64 | |
Line is longer than 80 characters. | 66 | |
Method 'releaseConnection' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
'(' is preceded with whitespace. | 66 | |
Unable to get class information for NoSuchConnectionException. | 66 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 80 |
org/jscsi/initiator/taskbalancer/ITaskBalancer.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 41 | |
Redundant 'public' modifier. | 45 | |
'(' is preceded with whitespace. | 45 | |
Unable to get class information for NoSuchConnectionException. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 56 | |
Redundant 'public' modifier. | 56 | |
'(' is preceded with whitespace. | 56 | |
Unable to get class information for NoSuchConnectionException. | 56 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 |
org/jscsi/initiator/taskbalancer/SimpleTaskBalancer.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 44 | |
'(' is preceded with whitespace. | 44 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 50 | |
'(' is preceded with whitespace. | 54 | |
Unable to get class information for NoSuchConnectionException. | 54 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 |
org/jscsi/initiator/taskbalancer/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 22 |
org/jscsi/target/Activator.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 16 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Parameter context should be final. | 26 | |
'if' construct must use '{}'s. | 34 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
'if' is not followed by whitespace. | 40 | |
Expression can be simplified. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line is longer than 80 characters. | 41 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 44 | |
'?' is not preceded with whitespace. | 44 | |
Avoid inline conditionals. | 44 | |
Line has trailing spaces. | 45 | |
'if' is not followed by whitespace. | 47 | |
Expression can be simplified. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 51 | |
'?' is not preceded with whitespace. | 51 | |
Avoid inline conditionals. | 51 | |
Line is longer than 80 characters. | 53 | |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Parameter context should be final. | 60 |
org/jscsi/target/Configuration.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Missing a Javadoc comment. | 84 | |
Variable 'targets' must be private and have accessor methods. | 84 | |
Variable 'targetAddress' must be private and have accessor methods. | 91 | |
Line is longer than 80 characters. | 96 | |
Variable 'port' must be private and have accessor methods. | 99 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
Variable 'allowSloppyNegotiation' must be private and have accessor methods. | 109 | |
';' is not followed by whitespace. | 109 | |
Variable 'targetPortalGroupTag' must be private and have accessor methods. | 115 | |
Line is longer than 80 characters. | 120 | |
Variable 'logicalUnitNumber' must be private and have accessor methods. | 120 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 126 | |
Variable 'outMaxRecvDataSegmentLength' must be private and have accessor methods. | 129 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 141 | |
Missing a Javadoc comment. | 145 | |
'(' is preceded with whitespace. | 145 | |
'3260' is a magic number. | 146 | |
Method 'getInMaxRecvTextPduSequenceLength' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
'(' is preceded with whitespace. | 158 | |
Method 'getOutMaxRecvDataSegmentLength' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
'(' is preceded with whitespace. | 162 | |
Method 'getTargetAddress' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
'(' is preceded with whitespace. | 166 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
'(' is preceded with whitespace. | 170 | |
Method 'getAllowSloppyNegotiation' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
'(' is preceded with whitespace. | 174 | |
Method 'getTargetPortalGroupTag' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Missing a Javadoc comment. | 178 | |
'(' is preceded with whitespace. | 178 | |
Method 'getLogicalUnitNumber' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
'(' is preceded with whitespace. | 182 | |
Method 'getTargets' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
'(' is preceded with whitespace. | 186 | |
Line is longer than 80 characters. | 190 | |
Missing a Javadoc comment. | 190 | |
'(' is preceded with whitespace. | 190 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 195 | |
Line has trailing spaces. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Expected an @return tag. | 202 | |
Line is longer than 80 characters. | 202 | |
'(' is preceded with whitespace. | 202 | |
Expected @param tag for 'schemaLocation'. | 202 | |
Expected @param tag for 'configFile'. | 202 | |
Expected @param tag for 'pTargetAddress'. | 202 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 209 | |
Line is longer than 80 characters. | 222 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 225 | |
'if' construct must use '{}'s. | 235 | |
Line is longer than 80 characters. | 236 | |
'else' construct must use '{}'s. | 237 | |
'3260' is a magic number. | 238 | |
Line is longer than 80 characters. | 241 | |
'if' construct must use '{}'s. | 242 | |
'else' construct must use '{}'s. | 244 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 251 | |
Missing a Javadoc comment. | 251 | |
'(' is preceded with whitespace. | 251 | |
Parameter targetElement should be final. | 251 | |
switch without "default" clause. | 269 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 293 | |
'1024' is a magic number. | 293 | |
'3' is a magic number. | 293 | |
Line is longer than 80 characters. | 299 | |
Missing a Javadoc comment. | 305 | |
'(' is preceded with whitespace. | 305 | |
Line is longer than 80 characters. | 307 |
org/jscsi/target/Target.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 11 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Line is longer than 80 characters. | 21 | |
Missing a Javadoc comment. | 21 | |
'(' is preceded with whitespace. | 21 | |
Parameter targetName should be final. | 21 | |
'targetName' hides a field. | 21 | |
Parameter targetAlias should be final. | 21 | |
'targetAlias' hides a field. | 21 | |
Parameter storageModule should be final. | 21 | |
'storageModule' hides a field. | 21 | |
Method 'getTargetName' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
'(' is preceded with whitespace. | 27 | |
Method 'getTargetAlias' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
'(' is preceded with whitespace. | 31 | |
Method 'getStorageModule' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
'(' is preceded with whitespace. | 35 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 39 | |
'(' is preceded with whitespace. | 40 | |
Avoid inline conditionals. | 43 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 47 | |
'(' is preceded with whitespace. | 48 | |
Parameter obj should be final. | 48 | |
'if' construct must use '{}'s. | 49 | |
'if' construct must use '{}'s. | 50 | |
'if' construct must use '{}'s. | 51 | |
'if' construct must use '{}'s. | 54 | |
'if' construct must use '{}'s. | 55 |
org/jscsi/target/TargetServer.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 64 | |
First sentence should end with a period. | 68 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 77 | |
Name 'nextTargetTransferTag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 | |
Line has trailing spaces. | 83 | |
Missing a Javadoc comment. | 89 | |
'(' is preceded with whitespace. | 89 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 111 | |
Line has trailing spaces. | 113 | |
'(' is preceded with whitespace. | 118 | |
Line has trailing spaces. | 129 | |
'(' is preceded with whitespace. | 133 | |
Parameter args should be final. | 133 | |
Expected @throws tag for 'Exception'. | 133 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 173 | |
Line has trailing spaces. | 174 | |
Line has trailing spaces. | 175 | |
Line is longer than 80 characters. | 183 | |
Avoid inline conditionals. | 183 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 189 | |
Missing a Javadoc comment. | 195 | |
'(' is preceded with whitespace. | 195 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 211 | |
'if' construct must use '{}'s. | 220 | |
Line is longer than 80 characters. | 220 | |
Line has trailing spaces. | 222 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 230 | |
',' is not followed by whitespace. | 230 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 234 | |
Line is longer than 80 characters. | 235 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 243 | |
'for' is not followed by whitespace. | 255 | |
'{' is not preceded with whitespace. | 255 | |
Missing a Javadoc comment. | 262 | |
'(' is preceded with whitespace. | 262 | |
Missing a Javadoc comment. | 266 | |
'(' is preceded with whitespace. | 266 | |
Missing a Javadoc comment. | 270 | |
'(' is preceded with whitespace. | 270 | |
Parameter targetName should be final. | 270 | |
Line has trailing spaces. | 278 | |
'(' is preceded with whitespace. | 281 | |
Parameter session should be final. | 281 | |
Missing a Javadoc comment. | 285 | |
'(' is preceded with whitespace. | 285 | |
Line has trailing spaces. | 293 | |
'(' is preceded with whitespace. | 297 | |
Parameter checkTargetName should be final. | 297 | |
Expected @param tag for 'checkTargetName'. | 297 | |
Line has trailing spaces. | 303 | |
'(' is preceded with whitespace. | 306 | |
Line has trailing spaces. | 309 | |
First sentence should end with a period. | 310 | |
'{' is not preceded with whitespace. | 313 | |
'for' is not followed by whitespace. | 315 | |
'{' is not preceded with whitespace. | 315 | |
'if' is not followed by whitespace. | 316 | |
'{' is not preceded with whitespace. | 316 | |
Line is longer than 80 characters. | 318 |
org/jscsi/target/connection/Connection.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.connection.stage.fullfeature.ReadStage. | 18 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 42 | |
'(' is preceded with whitespace. | 42 | |
Missing a Javadoc comment. | 44 | |
'(' is preceded with whitespace. | 44 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
'(' is preceded with whitespace. | 48 | |
Unable to get class information for InternetSCSIException. | 48 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
'(' is preceded with whitespace. | 50 | |
Unable to get class information for InternetSCSIException. | 50 | |
Missing a Javadoc comment. | 52 | |
'(' is preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 54 | |
'(' is preceded with whitespace. | 54 | |
Missing a Javadoc comment. | 56 | |
'(' is preceded with whitespace. | 56 | |
Missing a Javadoc comment. | 58 | |
'(' is preceded with whitespace. | 58 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
'(' is preceded with whitespace. | 60 | |
Missing a Javadoc comment. | 62 | |
'(' is preceded with whitespace. | 62 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
Redundant 'public' modifier. | 64 | |
Missing a Javadoc comment. | 66 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 68 | |
Line is longer than 80 characters. | 76 | |
Variable 'senderWorker' must be private and have accessor methods. | 78 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 100 | |
'4' is a magic number. | 100 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 106 | |
Line has trailing spaces. | 117 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 122 | |
'(' is preceded with whitespace. | 122 | |
Parameter socketChannel should be final. | 122 | |
'isLeadingConnection' hides a field. | 122 | |
Line is longer than 80 characters. | 128 | |
Line has trailing spaces. | 130 | |
Method 'getDataInArray' is not designed for extension - needs to be abstract, final or empty. | 134 | |
'(' is preceded with whitespace. | 134 | |
Line has trailing spaces. | 140 | |
Method 'getSession' is not designed for extension - needs to be abstract, final or empty. | 143 | |
'(' is preceded with whitespace. | 143 | |
Line has trailing spaces. | 149 | |
Method 'setSession' is not designed for extension - needs to be abstract, final or empty. | 152 | |
'(' is preceded with whitespace. | 152 | |
Parameter session should be final. | 152 | |
Line is longer than 80 characters. | 158 | |
Line has trailing spaces. | 161 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 168 | |
Method 'receivePdu' is not designed for extension - needs to be abstract, final or empty. | 168 | |
'(' is preceded with whitespace. | 168 | |
Unable to get class information for InternetSCSIException. | 168 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 177 | |
Must have at least one statement. | 178 | |
'{' is not followed by whitespace. | 178 | |
'}' is not preceded with whitespace. | 178 | |
Line is longer than 80 characters. | 182 | |
Line is longer than 80 characters. | 183 | |
Line has trailing spaces. | 190 | |
Line is longer than 80 characters. | 196 | |
Method 'sendPdu' is not designed for extension - needs to be abstract, final or empty. | 196 | |
'(' is preceded with whitespace. | 196 | |
Parameter pdu should be final. | 196 | |
Expected @throws tag for 'InterruptedException'. | 196 | |
Expected @throws tag for 'IOException'. | 196 | |
Expected @throws tag for 'InternetSCSIException'. | 196 | |
Unable to get class information for InternetSCSIException. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 206 | |
Line has trailing spaces. | 208 | |
Expected an @return tag. | 210 | |
Method 'call' is not designed for extension - needs to be abstract, final or empty. | 210 | |
'(' is preceded with whitespace. | 210 | |
'if' construct must use '{}'s. | 220 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 228 | |
Method 'getTargetSession' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Missing a Javadoc comment. | 240 | |
'(' is preceded with whitespace. | 240 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 246 | |
Line has trailing spaces. | 247 | |
Method 'isLeadingConnection' is not designed for extension - needs to be abstract, final or empty. | 250 | |
'(' is preceded with whitespace. | 250 | |
Line is longer than 80 characters. | 257 | |
Line is longer than 80 characters. | 259 | |
Method 'initializeConnectionSettingsNegotiator' is not designed for extension - needs to be abstract, final or empty. | 259 | |
'(' is preceded with whitespace. | 259 | |
Expected @param tag for 'sessionSettingsNegotiator'. | 259 | |
Line is longer than 80 characters. | 260 | |
Line is longer than 80 characters. | 264 | |
Line has trailing spaces. | 265 | |
Method 'getSettings' is not designed for extension - needs to be abstract, final or empty. | 268 | |
'(' is preceded with whitespace. | 268 | |
Method 'getConnectionSettingsNegotiator' is not designed for extension - needs to be abstract, final or empty. | 272 | |
Missing a Javadoc comment. | 272 | |
'(' is preceded with whitespace. | 272 | |
Method 'getStatusSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Missing a Javadoc comment. | 276 | |
'(' is preceded with whitespace. | 276 | |
Method 'setStatusSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Missing a Javadoc comment. | 280 | |
'(' is preceded with whitespace. | 280 | |
'statusSequenceNumber' hides a field. | 280 | |
Line is longer than 80 characters. | 281 | |
Line has trailing spaces. | 283 | |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Missing a Javadoc comment. | 284 | |
'{' is not preceded with whitespace. | 284 | |
'if' is not followed by whitespace. | 285 | |
'{' is not preceded with whitespace. | 285 | |
'cast' is not followed by whitespace. | 286 | |
Line has trailing spaces. | 289 |
org/jscsi/target/connection/SessionType.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 25 | |
Unclosed HTML tag found: <i>key-value</> pairs). | 25 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 32 | |
Unclosed HTML tag found: <i>key-value</> pairs) describing this | 32 | |
'(' is preceded with whitespace. | 35 | |
'value' hides a field. | 35 | |
Missing a Javadoc comment. | 39 | |
'(' is preceded with whitespace. | 39 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 46 | |
'(' is preceded with whitespace. | 50 | |
'for' construct must use '{}'s. | 52 | |
'if' construct must use '{}'s. | 53 |
org/jscsi/target/connection/TargetPduFactory.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Utility classes should not have a public or default constructor. | 33 | |
Line is longer than 80 characters. | 38 | |
Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
More than 7 parameters. | 40 | |
'(' is preceded with whitespace. | 40 | |
Parameter finalFlag should be final. | 40 | |
Parameter acknowledgeFlag should be final. | 40 | |
Parameter residualOverflowFlag should be final. | 40 | |
Parameter residualUnderflowFlag should be final. | 40 | |
Parameter statusFlag should be final. | 40 | |
Parameter status should be final. | 40 | |
Parameter logicalUnitNumber should be final. | 40 | |
Parameter initiatorTaskTag should be final. | 40 | |
Parameter targetTransferTag should be final. | 40 | |
Parameter dataSequenceNumber should be final. | 40 | |
',' is not followed by whitespace. | 40 | |
Parameter bufferOffset should be final. | 41 | |
Parameter residualCount should be final. | 41 | |
Parameter dataSegment should be final. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
More than 7 parameters. | 60 | |
'(' is preceded with whitespace. | 60 | |
Parameter transitFlag should be final. | 60 | |
Parameter continueFlag should be final. | 60 | |
Parameter currentStage should be final. | 60 | |
Parameter nextStage should be final. | 60 | |
Parameter initiatorSessionID should be final. | 60 | |
Parameter targetSessionIdentifyingHandle should be final. | 60 | |
Parameter initiatorTaskTag should be final. | 60 | |
Parameter status should be final. | 60 | |
Parameter dataSegment should be final. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 75 | |
'(' is preceded with whitespace. | 75 | |
Parameter response should be final. | 75 | |
Parameter initiatorTaskTag should be final. | 75 | |
Parameter time2Wait should be final. | 75 | |
Parameter time2Retain should be final. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 86 | |
Missing a Javadoc comment. | 86 | |
'(' is preceded with whitespace. | 86 | |
Parameter response should be final. | 86 | |
Parameter initiatorTaskTag should be final. | 86 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 95 | |
Missing a Javadoc comment. | 95 | |
'(' is preceded with whitespace. | 95 | |
Parameter logicalUnitNumber should be final. | 95 | |
Parameter initiatorTaskTag should be final. | 95 | |
Parameter targetTransferTag should be final. | 95 | |
Parameter readyToTransferSequenceNumber should be final. | 95 | |
Parameter bufferOffset should be final. | 95 | |
Parameter desiredDataTransferLength should be final. | 95 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 108 | |
More than 7 parameters. | 108 | |
'(' is preceded with whitespace. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 127 | |
Missing a Javadoc comment. | 127 | |
'(' is preceded with whitespace. | 127 | |
Parameter finalFlag should be final. | 127 | |
Parameter continueFlag should be final. | 127 | |
Parameter logicalUnitNumber should be final. | 127 | |
Parameter initiatorTaskTag should be final. | 127 | |
Parameter targetTransferTag should be final. | 127 | |
Parameter dataSegment should be final. | 127 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 139 | |
Missing a Javadoc comment. | 139 | |
'(' is preceded with whitespace. | 139 | |
Line is longer than 80 characters. | 140 |
org/jscsi/target/connection/TargetSenderWorker.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
'private' modifier out of order with the JLS suggestions. | 39 | |
'private' modifier out of order with the JLS suggestions. | 49 | |
Line is longer than 80 characters. | 52 | |
'private' modifier out of order with the JLS suggestions. | 55 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
'(' is preceded with whitespace. | 76 | |
'connection' hides a field. | 76 | |
'socketChannel' hides a field. | 76 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 87 | |
Line has trailing spaces. | 89 | |
Method 'setSession' is not designed for extension - needs to be abstract, final or empty. | 92 | |
'(' is preceded with whitespace. | 92 | |
'session' hides a field. | 92 | |
Line is longer than 80 characters. | 97 | |
Line has trailing spaces. | 98 | |
'(' is preceded with whitespace. | 101 | |
Line is longer than 80 characters. | 106 | |
Line has trailing spaces. | 108 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 115 | |
Method 'receiveFromWire' is not designed for extension - needs to be abstract, final or empty. | 115 | |
'(' is preceded with whitespace. | 115 | |
Unable to get class information for InternetSCSIException. | 115 | |
Expected @throws tag for 'SettingsException'. | 115 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
',' is not followed by whitespace. | 123 | |
';' is not followed by whitespace. | 125 | |
Line is longer than 80 characters. | 129 | |
'if' construct must use '{}'s. | 138 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 155 | |
'if' construct must use '{}'s. | 156 | |
'if' construct must use '{}'s. | 158 | |
'else' construct must use '{}'s. | 160 | |
Line is longer than 80 characters. | 161 | |
Must have at least one statement. | 173 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 176 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 183 | |
'if' construct must use '{}'s. | 188 | |
Line is longer than 80 characters. | 188 | |
Must have at least one statement. | 189 | |
Line is longer than 80 characters. | 197 | |
Line has trailing spaces. | 198 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 207 | |
'(' is preceded with whitespace. | 207 | |
Unable to get class information for InternetSCSIException. | 207 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 213 | |
'if' construct must use '{}'s. | 214 | |
Line is longer than 80 characters. | 215 | |
'if' construct must use '{}'s. | 217 | |
'if' construct must use '{}'s. | 224 | |
Line is longer than 80 characters. | 224 |
org/jscsi/target/connection/TargetSession.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.parser.ProtocolDataUnit. | 4 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 25 | |
'(' is preceded with whitespace. | 27 | |
';' is not followed by whitespace. | 28 | |
'{' is not followed by whitespace. | 30 | |
First sentence should end with a period. | 36 | |
First sentence should end with a period. | 41 | |
Line is longer than 80 characters. | 47 | |
First sentence should end with a period. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 75 | |
Line has trailing spaces. | 86 | |
Line is longer than 80 characters. | 92 | |
First sentence should end with a period. | 96 | |
Line has trailing spaces. | 98 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 105 | |
'(' is preceded with whitespace. | 105 | |
'target' hides a field. | 105 | |
Expected @param tag for 'target'. | 105 | |
'connection' hides a field. | 105 | |
'initiatorSessionID' hides a field. | 105 | |
'expectedCommandSequenceNumber' hides a field. | 105 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line has trailing spaces. | 125 | |
Method 'getTargetServer' is not designed for extension - needs to be abstract, final or empty. | 128 | |
'(' is preceded with whitespace. | 128 | |
Line has trailing spaces. | 134 | |
Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 137 | |
'(' is preceded with whitespace. | 137 | |
First sentence should end with a period. | 141 | |
Line has trailing spaces. | 143 | |
Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 146 | |
'(' is preceded with whitespace. | 146 | |
Line has trailing spaces. | 152 | |
Method 'getStorageModule' is not designed for extension - needs to be abstract, final or empty. | 155 | |
'(' is preceded with whitespace. | 155 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 162 | |
Line has trailing spaces. | 164 | |
Line is longer than 80 characters. | 165 | |
Method 'getExpectedCommandSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 168 | |
'(' is preceded with whitespace. | 168 | |
Line has trailing spaces. | 174 | |
Method 'getInitiatorSessionID' is not designed for extension - needs to be abstract, final or empty. | 177 | |
'(' is preceded with whitespace. | 177 | |
Line is longer than 80 characters. | 182 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 186 | |
Line has trailing spaces. | 187 | |
Line is longer than 80 characters. | 188 | |
Method 'getMaximumCommandSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 190 | |
'(' is preceded with whitespace. | 190 | |
Line is longer than 80 characters. | 191 | |
Line has trailing spaces. | 196 | |
Method 'getTargetSessionIdentifyingHandle' is not designed for extension - needs to be abstract, final or empty. | 199 | |
'(' is preceded with whitespace. | 199 | |
Line is longer than 80 characters. | 204 | |
Line has trailing spaces. | 206 | |
Line is longer than 80 characters. | 207 | |
Method 'isNormalSession' is not designed for extension - needs to be abstract, final or empty. | 209 | |
'(' is preceded with whitespace. | 209 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 215 | |
Line has trailing spaces. | 216 | |
Method 'removeTargetConnection' is not designed for extension - needs to be abstract, final or empty. | 219 | |
'(' is preceded with whitespace. | 219 | |
Parameter connection should be final. | 219 | |
'connection' hides a field. | 219 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 228 | |
Line has trailing spaces. | 229 | |
Line is longer than 80 characters. | 231 | |
Method 'setSessionType' is not designed for extension - needs to be abstract, final or empty. | 233 | |
'(' is preceded with whitespace. | 233 | |
Parameter sessionType should be final. | 233 | |
'sessionType' hides a field. | 233 | |
'if' construct must use '{}'s. | 235 | |
First sentence should end with a period. | 240 | |
Line is longer than 80 characters. | 241 | |
Line has trailing spaces. | 242 | |
Method 'setTargetName' is not designed for extension - needs to be abstract, final or empty. | 245 | |
'(' is preceded with whitespace. | 245 | |
Parameter targetName should be final. | 245 | |
Expected @param tag for 'targetName'. | 245 | |
'if' construct must use '{}'s. | 246 | |
Method 'getTargetName' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Missing a Javadoc comment. | 250 | |
'(' is preceded with whitespace. | 250 | |
'if' construct must use '{}'s. | 251 |
org/jscsi/target/connection/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 22 |
org/jscsi/target/connection/phase/TargetFullFeaturePhase.java
Violation | Message | Line |
---|---|---|
Unused import - javax.naming.OperationNotSupportedException. | 7 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 52 | |
Line has trailing spaces. | 59 | |
'(' is preceded with whitespace. | 62 | |
Parameter connection should be final. | 62 | |
Line has trailing spaces. | 69 | |
Unused @throws tag for 'OperationNotSupportedException'. | 71 | |
Line is longer than 80 characters. | 78 | |
'(' is preceded with whitespace. | 78 | |
Unable to get class information for @throws tag 'InternetSCSIException'. | 78 | |
Unable to get class information for InternetSCSIException. | 78 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 91 | |
';' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 143 | |
'}' is not followed by whitespace. | 143 | |
Line is longer than 80 characters. | 145 | |
'255' is a magic number. | 145 | |
'{' is not followed by whitespace. | 149 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 168 | |
Line has trailing spaces. | 178 | |
First sentence should end with a period. | 179 | |
'{' is not preceded with whitespace. | 182 |
org/jscsi/target/connection/phase/TargetLoginPhase.java
Violation | Message | Line |
---|---|---|
Unused import - javax.naming.OperationNotSupportedException. | 7 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 24 | |
First sentence should end with a period. | 30 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 39 | |
';' is not followed by whitespace. | 42 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 56 | |
'(' is preceded with whitespace. | 59 | |
Parameter connection should be final. | 59 | |
Line has trailing spaces. | 65 | |
Unused @throws tag for 'OperationNotSupportedException'. | 68 | |
Line is longer than 80 characters. | 76 | |
'(' is preceded with whitespace. | 76 | |
Parameter pdu should be final. | 76 | |
Unable to get class information for @throws tag 'InternetSCSIException'. | 76 | |
Unable to get class information for InternetSCSIException. | 76 | |
Line is longer than 80 characters. | 79 | |
Must have at least one statement. | 80 | |
';' is not followed by whitespace. | 84 | |
';' is not followed by whitespace. | 92 | |
Line is longer than 80 characters. | 96 | |
'if' construct must use '{}'s. | 102 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 126 | |
'if' construct must use '{}'s. | 130 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 158 | |
Line has trailing spaces. | 159 | |
Line is longer than 80 characters. | 160 | |
'(' is preceded with whitespace. | 162 | |
'if' construct must use '{}'s. | 163 | |
Missing a Javadoc comment. | 168 | |
Redundant 'final' modifier. | 168 | |
'(' is preceded with whitespace. | 168 |
org/jscsi/target/connection/phase/TargetPhase.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Variable 'connection' must be private and have accessor methods. | 28 | |
Line has trailing spaces. | 32 | |
'(' is preceded with whitespace. | 35 | |
Parameter connection should be final. | 35 | |
'connection' hides a field. | 35 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 52 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 52 | |
'(' is preceded with whitespace. | 52 | |
Parameter pdu should be final. | 52 | |
Unable to get class information for InternetSCSIException. | 52 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 69 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 69 | |
'(' is preceded with whitespace. | 69 | |
Unable to get class information for InternetSCSIException. | 69 | |
First sentence should end with a period. | 73 | |
Line has trailing spaces. | 75 | |
Method 'getTargetConnection' is not designed for extension - needs to be abstract, final or empty. | 78 | |
'(' is preceded with whitespace. | 78 |
org/jscsi/target/connection/phase/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/connection/stage/TMStage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 30 | |
'(' is preceded with whitespace. | 35 | |
Parameter targetFullFeaturePhase should be final. | 35 | |
Expected @param tag for 'targetFullFeaturePhase'. | 35 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line is longer than 80 characters. | 40 | |
'(' is preceded with whitespace. | 40 | |
Parameter pdu should be final. | 40 | |
Unable to get class information for InternetSCSIException. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 77 |
org/jscsi/target/connection/stage/TargetStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 22 | |
Variable 'targetPhase' must be private and have accessor methods. | 30 | |
First sentence should end with a period. | 32 | |
Line is longer than 80 characters. | 33 | |
Variable 'connection' must be private and have accessor methods. | 35 | |
Variable 'session' must be private and have accessor methods. | 40 | |
Variable 'settings' must be private and have accessor methods. | 45 | |
Line has trailing spaces. | 49 | |
'(' is preceded with whitespace. | 52 | |
Parameter targetPhase should be final. | 52 | |
'targetPhase' hides a field. | 52 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
'(' is preceded with whitespace. | 71 | |
Expected @throws tag for 'InterruptedException'. | 71 | |
Unable to get class information for InternetSCSIException. | 71 | |
Line has trailing spaces. | 75 | |
Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 78 | |
'(' is preceded with whitespace. | 78 |
org/jscsi/target/connection/stage/fullfeature/FormatUnitStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
'(' is preceded with whitespace. | 53 | |
Parameter targetFullFeaturePhase should be final. | 53 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Line is longer than 80 characters. | 58 | |
'(' is preceded with whitespace. | 58 | |
Parameter pdu should be final. | 58 | |
Unable to get class information for InternetSCSIException. | 58 | |
';' is not followed by whitespace. | 65 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 74 | |
',' is not followed by whitespace. | 74 | |
',' is not followed by whitespace. | 75 | |
',' is not followed by whitespace. | 76 | |
',' is not followed by whitespace. | 77 | |
',' is not followed by whitespace. | 78 | |
',' is not followed by whitespace. | 79 | |
',' is not followed by whitespace. | 80 | |
',' is not followed by whitespace. | 81 | |
',' is not followed by whitespace. | 82 | |
',' is not followed by whitespace. | 87 | |
',' is not followed by whitespace. | 88 | |
';' is not followed by whitespace. | 90 | |
Line is longer than 80 characters. | 92 | |
',' is not followed by whitespace. | 92 | |
',' is not followed by whitespace. | 93 | |
',' is not followed by whitespace. | 94 | |
',' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
',' is not followed by whitespace. | 96 | |
',' is not followed by whitespace. | 97 | |
',' is not followed by whitespace. | 98 | |
',' is not followed by whitespace. | 99 | |
',' is not followed by whitespace. | 100 | |
',' is not followed by whitespace. | 101 | |
',' is not followed by whitespace. | 102 | |
Line is longer than 80 characters. | 103 | |
';' is not followed by whitespace. | 103 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 114 | |
',' is not followed by whitespace. | 118 | |
',' is not followed by whitespace. | 119 | |
Line is longer than 80 characters. | 120 | |
',' is not followed by whitespace. | 120 | |
';' is not followed by whitespace. | 121 |
org/jscsi/target/connection/stage/fullfeature/InquiryStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
'(' is preceded with whitespace. | 33 | |
Parameter targetFullFeaturePhase should be final. | 33 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line is longer than 80 characters. | 38 | |
'(' is preceded with whitespace. | 38 | |
Parameter pdu should be final. | 38 | |
Unable to get class information for InternetSCSIException. | 38 | |
';' is not followed by whitespace. | 43 | |
'{' is not followed by whitespace. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 86 | |
'{' is not followed by whitespace. | 88 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 102 | |
Line has trailing spaces. | 103 |
org/jscsi/target/connection/stage/fullfeature/LogoutStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 26 | |
'(' is preceded with whitespace. | 26 | |
Parameter targetFullFeaturePhase should be final. | 26 | |
Line is longer than 80 characters. | 31 | |
'(' is preceded with whitespace. | 31 | |
Parameter pdu should be final. | 31 | |
Unable to get class information for InternetSCSIException. | 31 | |
Line is longer than 80 characters. | 36 | |
',' is not followed by whitespace. | 36 | |
';' is not followed by whitespace. | 37 |
org/jscsi/target/connection/stage/fullfeature/ModeSenseStage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
'(' is preceded with whitespace. | 37 | |
Parameter targetFullFeaturePhase should be final. | 37 | |
Line is longer than 80 characters. | 42 | |
'(' is preceded with whitespace. | 42 | |
Unable to get class information for InternetSCSIException. | 42 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 68 | |
'{' is followed by whitespace. | 68 | |
'{' is followed by whitespace. | 72 | |
Line is longer than 80 characters. | 76 | |
'{' is followed by whitespace. | 76 | |
'}' is not followed by whitespace. | 78 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 | |
',' is not followed by whitespace. | 85 | |
';' is not followed by whitespace. | 86 | |
Line is longer than 80 characters. | 88 | |
',' is not followed by whitespace. | 91 | |
Line is longer than 80 characters. | 92 | |
',' is not followed by whitespace. | 92 | |
';' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 106 | |
Missing a Javadoc comment. | 106 | |
Redundant 'final' modifier. | 106 | |
'(' is preceded with whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
',' is not followed by whitespace. | 107 | |
',' is not followed by whitespace. | 108 | |
',' is not followed by whitespace. | 109 | |
',' is not followed by whitespace. | 110 | |
',' is not followed by whitespace. | 111 | |
',' is not followed by whitespace. | 112 | |
',' is not followed by whitespace. | 113 | |
',' is not followed by whitespace. | 114 | |
',' is not followed by whitespace. | 115 | |
';' is not followed by whitespace. | 116 | |
Missing a Javadoc comment. | 119 | |
Redundant 'final' modifier. | 119 | |
'(' is preceded with whitespace. | 119 | |
',' is not followed by whitespace. | 120 | |
',' is not followed by whitespace. | 121 | |
',' is not followed by whitespace. | 122 | |
',' is not followed by whitespace. | 123 | |
',' is not followed by whitespace. | 124 | |
',' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 128 | |
',' is not followed by whitespace. | 129 | |
',' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 132 | |
'65535' is a magic number. | 133 | |
',' is not followed by whitespace. | 133 | |
'65535' is a magic number. | 134 | |
',' is not followed by whitespace. | 134 | |
',' is not followed by whitespace. | 135 | |
',' is not followed by whitespace. | 136 | |
',' is not followed by whitespace. | 137 | |
',' is not followed by whitespace. | 138 | |
'20' is a magic number. | 139 | |
',' is not followed by whitespace. | 139 | |
';' is not followed by whitespace. | 140 | |
Missing a Javadoc comment. | 143 | |
'(' is preceded with whitespace. | 143 | |
Line is longer than 80 characters. | 148 | |
Conditional logic can be removed. | 152 |
org/jscsi/target/connection/stage/fullfeature/PingStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line has trailing spaces. | 27 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
'(' is preceded with whitespace. | 34 | |
Parameter targetFullFeaturePhase should be final. | 34 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Line is longer than 80 characters. | 39 | |
'(' is preceded with whitespace. | 39 | |
Unable to get class information for InternetSCSIException. | 39 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 51 | |
'if' construct must use '{}'s. | 55 | |
Line is longer than 80 characters. | 55 | |
';' is not followed by whitespace. | 55 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
',' is not followed by whitespace. | 62 | |
',' is not followed by whitespace. | 63 | |
';' is not followed by whitespace. | 64 | |
Line is longer than 80 characters. | 67 | |
',' is not followed by whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
',' is not followed by whitespace. | 69 | |
',' is not followed by whitespace. | 70 |
org/jscsi/target/connection/stage/fullfeature/ReadCapacityStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
'(' is preceded with whitespace. | 32 | |
Line is longer than 80 characters. | 37 | |
'(' is preceded with whitespace. | 37 | |
Parameter pdu should be final. | 37 | |
Unable to get class information for InternetSCSIException. | 37 | |
Line is longer than 80 characters. | 42 | |
'if' construct must use '{}'s. | 44 | |
'if' construct must use '{}'s. | 46 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 65 | |
',' is not followed by whitespace. | 65 | |
',' is not followed by whitespace. | 66 | |
',' is not followed by whitespace. | 67 | |
',' is not followed by whitespace. | 68 | |
';' is not followed by whitespace. | 69 | |
Line is longer than 80 characters. | 70 | |
'{' is followed by whitespace. | 70 | |
Line is longer than 80 characters. | 71 | |
',' is not followed by whitespace. | 71 | |
Line is longer than 80 characters. | 72 | |
',' is not followed by whitespace. | 72 | |
',' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
';' is not followed by whitespace. | 74 | |
'if' construct must use '{}'s. | 80 | |
Line is longer than 80 characters. | 81 | |
',' is not followed by whitespace. | 81 | |
';' is not followed by whitespace. | 82 | |
'else' construct must use '{}'s. | 83 | |
Line is longer than 80 characters. | 84 | |
',' is not followed by whitespace. | 84 | |
';' is not followed by whitespace. | 85 | |
',' is not followed by whitespace. | 87 | |
Line is longer than 80 characters. | 88 | |
',' is not followed by whitespace. | 88 | |
';' is not followed by whitespace. | 89 |
org/jscsi/target/connection/stage/fullfeature/ReadOrWriteStage.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.CommandDescriptorBlock. | 5 | |
Line is longer than 80 characters. | 7 | |
Unused import - org.jscsi.target.scsi.sense.senseDataDescriptor.senseKeySpecific.FieldPointerSenseKeySpecificData. | 7 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 18 | |
'(' is preceded with whitespace. | 18 | |
Parameter targetFullFeaturePhase should be final. | 18 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line has trailing spaces. | 27 | |
Method 'checkOverAndUnderflow' is not designed for extension - needs to be abstract, final or empty. | 31 | |
'(' is preceded with whitespace. | 31 | |
Line is longer than 80 characters. | 33 | |
'if' construct must use '{}'s. | 35 | |
'if' construct must use '{}'s. | 37 | |
Line is longer than 80 characters. | 37 |
org/jscsi/target/connection/stage/fullfeature/ReadStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
'(' is preceded with whitespace. | 36 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Method length is 162 lines (max allowed is 150). | 40 | |
Line is longer than 80 characters. | 41 | |
'(' is preceded with whitespace. | 41 | |
Parameter pdu should be final. | 41 | |
Unable to get class information for InternetSCSIException. | 41 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 59 | |
'if' construct must use '{}'s. | 60 | |
'if' construct must use '{}'s. | 62 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 80 | |
',' is not followed by whitespace. | 80 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 118 | |
',' is not followed by whitespace. | 121 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 129 | |
',' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 132 | |
',' is not followed by whitespace. | 133 | |
',' is not followed by whitespace. | 134 | |
',' is not followed by whitespace. | 135 | |
',' is not followed by whitespace. | 136 | |
',' is not followed by whitespace. | 137 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 157 | |
',' is not followed by whitespace. | 161 | |
',' is not followed by whitespace. | 165 | |
',' is not followed by whitespace. | 167 | |
',' is not followed by whitespace. | 168 | |
',' is not followed by whitespace. | 169 | |
',' is not followed by whitespace. | 170 | |
',' is not followed by whitespace. | 171 | |
',' is not followed by whitespace. | 172 | |
',' is not followed by whitespace. | 173 | |
',' is not followed by whitespace. | 174 | |
',' is not followed by whitespace. | 175 | |
Line is longer than 80 characters. | 184 | |
',' is not followed by whitespace. | 184 | |
',' is not followed by whitespace. | 185 | |
',' is not followed by whitespace. | 186 | |
',' is not followed by whitespace. | 187 | |
',' is not followed by whitespace. | 188 | |
',' is not followed by whitespace. | 189 | |
',' is not followed by whitespace. | 190 | |
',' is not followed by whitespace. | 191 | |
',' is not followed by whitespace. | 192 | |
',' is not followed by whitespace. | 193 | |
',' is not followed by whitespace. | 194 | |
';' is not followed by whitespace. | 195 | |
Line is longer than 80 characters. | 196 |
org/jscsi/target/connection/stage/fullfeature/ReportLunsStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
'(' is preceded with whitespace. | 30 | |
Parameter targetFullFeaturePhase should be final. | 30 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
'(' is preceded with whitespace. | 35 | |
Parameter pdu should be final. | 35 | |
Unable to get class information for InternetSCSIException. | 35 | |
';' is not followed by whitespace. | 40 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 48 | |
',' is not followed by whitespace. | 48 | |
',' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 50 | |
';' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 75 | |
',' is not followed by whitespace. | 80 | |
Line is longer than 80 characters. | 81 | |
',' is not followed by whitespace. | 81 | |
';' is not followed by whitespace. | 82 |
org/jscsi/target/connection/stage/fullfeature/RequestSenseStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 40 | |
'(' is preceded with whitespace. | 40 | |
Parameter targetFullFeaturePhase should be final. | 40 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line is longer than 80 characters. | 45 | |
'(' is preceded with whitespace. | 45 | |
Parameter pdu should be final. | 45 | |
Unable to get class information for InternetSCSIException. | 45 | |
';' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 64 | |
',' is not followed by whitespace. | 64 | |
',' is not followed by whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
',' is not followed by whitespace. | 66 | |
Line is longer than 80 characters. | 70 | |
';' is not followed by whitespace. | 71 | |
',' is not followed by whitespace. | 76 | |
',' is not followed by whitespace. | 77 | |
',' is not followed by whitespace. | 78 | |
',' is not followed by whitespace. | 79 | |
',' is not followed by whitespace. | 80 | |
',' is not followed by whitespace. | 81 | |
',' is not followed by whitespace. | 82 | |
',' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 85 | |
',' is not followed by whitespace. | 85 | |
Line is longer than 80 characters. | 89 | |
',' is not followed by whitespace. | 90 | |
',' is not followed by whitespace. | 91 | |
';' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 96 | |
',' is not followed by whitespace. | 96 | |
',' is not followed by whitespace. | 97 | |
',' is not followed by whitespace. | 98 | |
',' is not followed by whitespace. | 99 | |
Line is longer than 80 characters. | 100 | |
',' is not followed by whitespace. | 100 | |
',' is not followed by whitespace. | 101 | |
',' is not followed by whitespace. | 102 | |
',' is not followed by whitespace. | 103 | |
',' is not followed by whitespace. | 104 | |
',' is not followed by whitespace. | 105 | |
',' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
';' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 126 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 128 | |
';' is not followed by whitespace. | 129 | |
',' is not followed by whitespace. | 134 | |
',' is not followed by whitespace. | 135 | |
',' is not followed by whitespace. | 136 | |
',' is not followed by whitespace. | 137 | |
',' is not followed by whitespace. | 138 | |
',' is not followed by whitespace. | 139 | |
',' is not followed by whitespace. | 140 | |
',' is not followed by whitespace. | 141 | |
',' is not followed by whitespace. | 143 | |
',' is not followed by whitespace. | 144 | |
',' is not followed by whitespace. | 145 | |
';' is not followed by whitespace. | 147 | |
Line is longer than 80 characters. | 150 | |
',' is not followed by whitespace. | 150 | |
',' is not followed by whitespace. | 151 | |
',' is not followed by whitespace. | 152 | |
',' is not followed by whitespace. | 153 | |
Line is longer than 80 characters. | 154 | |
',' is not followed by whitespace. | 154 | |
',' is not followed by whitespace. | 155 | |
',' is not followed by whitespace. | 156 | |
',' is not followed by whitespace. | 157 | |
',' is not followed by whitespace. | 158 | |
',' is not followed by whitespace. | 159 | |
',' is not followed by whitespace. | 160 | |
Line is longer than 80 characters. | 161 | |
';' is not followed by whitespace. | 161 | |
Line is longer than 80 characters. | 162 |
org/jscsi/target/connection/stage/fullfeature/SendDiagnosticStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 31 | |
'(' is preceded with whitespace. | 31 | |
Parameter targetFullFeaturePhase should be final. | 31 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line is longer than 80 characters. | 36 | |
'(' is preceded with whitespace. | 36 | |
Parameter pdu should be final. | 36 | |
Unable to get class information for InternetSCSIException. | 36 | |
';' is not followed by whitespace. | 41 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 50 | |
',' is not followed by whitespace. | 50 | |
',' is not followed by whitespace. | 51 | |
Line is longer than 80 characters. | 52 | |
';' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 65 | |
',' is not followed by whitespace. | 65 | |
',' is not followed by whitespace. | 66 | |
',' is not followed by whitespace. | 67 | |
',' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
',' is not followed by whitespace. | 69 | |
',' is not followed by whitespace. | 70 | |
',' is not followed by whitespace. | 71 | |
',' is not followed by whitespace. | 72 | |
',' is not followed by whitespace. | 73 | |
',' is not followed by whitespace. | 74 | |
',' is not followed by whitespace. | 75 | |
';' is not followed by whitespace. | 76 |
org/jscsi/target/connection/stage/fullfeature/TargetFullFeatureStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 37 | |
Parameter targetFullFeaturePhase should be final. | 37 | |
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 59 | |
',' is not followed by whitespace. | 63 | |
',' is not followed by whitespace. | 64 | |
',' is not followed by whitespace. | 65 | |
',' is not followed by whitespace. | 66 | |
',' is not followed by whitespace. | 67 | |
',' is not followed by whitespace. | 68 | |
',' is not followed by whitespace. | 69 | |
',' is not followed by whitespace. | 70 | |
',' is not followed by whitespace. | 71 | |
'cast' is not followed by whitespace. | 73 | |
',' is not followed by whitespace. | 73 | |
',' is not followed by whitespace. | 74 | |
';' is not followed by whitespace. | 76 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 89 | |
',' is not followed by whitespace. | 89 | |
',' is not followed by whitespace. | 90 | |
',' is not followed by whitespace. | 91 | |
',' is not followed by whitespace. | 92 | |
Line is longer than 80 characters. | 93 | |
',' is not followed by whitespace. | 93 | |
',' is not followed by whitespace. | 94 | |
',' is not followed by whitespace. | 95 | |
',' is not followed by whitespace. | 96 | |
',' is not followed by whitespace. | 97 | |
',' is not followed by whitespace. | 98 | |
',' is not followed by whitespace. | 99 | |
';' is not followed by whitespace. | 100 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 106 | |
Line has trailing spaces. | 108 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 131 | |
Line has trailing spaces. | 134 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 153 | |
',' is not followed by whitespace. | 153 | |
',' is not followed by whitespace. | 154 | |
',' is not followed by whitespace. | 155 | |
',' is not followed by whitespace. | 156 | |
Line is longer than 80 characters. | 157 | |
',' is not followed by whitespace. | 157 | |
',' is not followed by whitespace. | 158 | |
',' is not followed by whitespace. | 159 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 161 | |
',' is not followed by whitespace. | 162 | |
',' is not followed by whitespace. | 163 | |
';' is not followed by whitespace. | 164 | |
Line is longer than 80 characters. | 168 | |
Line has trailing spaces. | 171 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 185 | |
Expected @throws tag for 'InterruptedException'. | 185 | |
Expected @throws tag for 'IOException'. | 185 | |
Expected @throws tag for 'InternetSCSIException'. | 185 | |
Unable to get class information for InternetSCSIException. | 185 | |
Line has trailing spaces. | 190 | |
',' is not followed by whitespace. | 199 | |
',' is not followed by whitespace. | 200 | |
';' is not followed by whitespace. | 201 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 210 | |
',' is not followed by whitespace. | 210 | |
',' is not followed by whitespace. | 211 | |
',' is not followed by whitespace. | 212 | |
',' is not followed by whitespace. | 213 | |
',' is not followed by whitespace. | 214 | |
',' is not followed by whitespace. | 215 | |
',' is not followed by whitespace. | 216 | |
',' is not followed by whitespace. | 217 | |
',' is not followed by whitespace. | 218 | |
',' is not followed by whitespace. | 219 | |
',' is not followed by whitespace. | 220 | |
',' is not followed by whitespace. | 221 | |
';' is not followed by whitespace. | 222 | |
Line has trailing spaces. | 225 | |
Line is longer than 80 characters. | 226 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 239 |
org/jscsi/target/connection/stage/fullfeature/TestUnitReadyStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 28 | |
'(' is preceded with whitespace. | 28 | |
Parameter targetFullFeaturePhase should be final. | 28 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line is longer than 80 characters. | 33 | |
'(' is preceded with whitespace. | 33 | |
Parameter pdu should be final. | 33 | |
Unable to get class information for InternetSCSIException. | 33 | |
';' is not followed by whitespace. | 38 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 47 | |
',' is not followed by whitespace. | 47 | |
',' is not followed by whitespace. | 48 | |
Line is longer than 80 characters. | 49 | |
';' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 55 | |
',' is not followed by whitespace. | 55 | |
',' is not followed by whitespace. | 56 | |
',' is not followed by whitespace. | 57 | |
',' is not followed by whitespace. | 58 | |
Line is longer than 80 characters. | 59 | |
',' is not followed by whitespace. | 59 | |
',' is not followed by whitespace. | 60 | |
',' is not followed by whitespace. | 61 | |
',' is not followed by whitespace. | 62 | |
',' is not followed by whitespace. | 63 | |
',' is not followed by whitespace. | 64 | |
',' is not followed by whitespace. | 65 | |
';' is not followed by whitespace. | 66 |
org/jscsi/target/connection/stage/fullfeature/TextNegotiationStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
'(' is preceded with whitespace. | 35 | |
Parameter targetFullFeaturePhase should be final. | 35 | |
Line is longer than 80 characters. | 40 | |
'(' is preceded with whitespace. | 40 | |
Parameter pdu should be final. | 40 | |
Unable to get class information for InternetSCSIException. | 40 | |
';' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 53 | |
'if' construct must use '{}'s. | 63 | |
Line is longer than 80 characters. | 63 | |
',' is not followed by whitespace. | 63 | |
';' is not followed by whitespace. | 64 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
'if' construct must use '{}'s. | 95 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 102 | |
'if' construct must use '{}'s. | 103 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 107 | |
Must have at least one statement. | 110 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 120 | |
';' is not followed by whitespace. | 120 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 129 | |
',' is not followed by whitespace. | 129 | |
',' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 132 | |
';' is not followed by whitespace. | 133 |
org/jscsi/target/connection/stage/fullfeature/UnsupportedOpCodeStage.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.ScsiOperationCode. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
'(' is preceded with whitespace. | 28 | |
Parameter targetFullFeaturePhase should be final. | 28 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line is longer than 80 characters. | 33 | |
'(' is preceded with whitespace. | 33 | |
Parameter pdu should be final. | 33 | |
Unable to get class information for InternetSCSIException. | 33 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 40 | |
',' is not followed by whitespace. | 40 | |
',' is not followed by whitespace. | 41 | |
',' is not followed by whitespace. | 42 | |
',' is not followed by whitespace. | 43 | |
';' is not followed by whitespace. | 44 | |
Line is longer than 80 characters. | 46 | |
'{' is followed by whitespace. | 46 | |
Line is longer than 80 characters. | 55 | |
',' is not followed by whitespace. | 55 | |
',' is not followed by whitespace. | 56 | |
';' is not followed by whitespace. | 57 |
org/jscsi/target/connection/stage/fullfeature/WriteStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 | |
Parameter targetFullFeaturePhase should be final. | 46 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 58 | |
'(' is preceded with whitespace. | 58 | |
Unable to get class information for InternetSCSIException. | 58 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Must have at least one statement. | 62 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 68 | |
Method length is 180 lines (max allowed is 150). | 74 | |
Line is longer than 80 characters. | 75 | |
'(' is preceded with whitespace. | 75 | |
Parameter pdu should be final. | 75 | |
Unable to get class information for InternetSCSIException. | 75 | |
'if' construct must use '{}'s. | 77 | |
Line is longer than 80 characters. | 95 | |
'if' construct must use '{}'s. | 96 | |
'if' construct must use '{}'s. | 98 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
Line has trailing spaces. | 125 | |
Line is longer than 80 characters. | 129 | |
',' is not followed by whitespace. | 129 | |
'if' construct must use '{}'s. | 145 | |
Line is longer than 80 characters. | 145 | |
'if' construct must use '{}'s. | 151 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 164 | |
Empty statement. | 165 | |
'if' construct must use '{}'s. | 168 | |
'if' construct must use '{}'s. | 174 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 181 | |
Line is longer than 80 characters. | 184 | |
',' is not followed by whitespace. | 184 | |
Line is longer than 80 characters. | 185 | |
',' is not followed by whitespace. | 185 | |
Line is longer than 80 characters. | 186 | |
',' is not followed by whitespace. | 186 | |
';' is not followed by whitespace. | 192 | |
Line is longer than 80 characters. | 206 | |
',' is not followed by whitespace. | 206 | |
',' is not followed by whitespace. | 207 | |
',' is not followed by whitespace. | 208 | |
',' is not followed by whitespace. | 209 | |
Line is longer than 80 characters. | 210 | |
',' is not followed by whitespace. | 210 | |
',' is not followed by whitespace. | 211 | |
',' is not followed by whitespace. | 212 | |
',' is not followed by whitespace. | 213 | |
',' is not followed by whitespace. | 214 | |
',' is not followed by whitespace. | 215 | |
Line is longer than 80 characters. | 216 | |
';' is not followed by whitespace. | 216 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 230 | |
'if' construct must use '{}'s. | 233 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 241 | |
',' is not followed by whitespace. | 241 | |
',' is not followed by whitespace. | 242 | |
',' is not followed by whitespace. | 243 | |
',' is not followed by whitespace. | 244 | |
Line is longer than 80 characters. | 245 | |
',' is not followed by whitespace. | 245 | |
',' is not followed by whitespace. | 246 | |
',' is not followed by whitespace. | 247 | |
',' is not followed by whitespace. | 248 | |
',' is not followed by whitespace. | 249 | |
',' is not followed by whitespace. | 250 | |
';' is not followed by whitespace. | 251 |
org/jscsi/target/connection/stage/fullfeature/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 |
org/jscsi/target/connection/stage/login/LoginOperationalParameterNegotiationStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 35 | |
'(' is preceded with whitespace. | 35 | |
Parameter targetLoginPhase should be final. | 35 | |
Line is longer than 80 characters. | 40 | |
'(' is preceded with whitespace. | 40 | |
Parameter pdu should be final. | 40 | |
Unable to get class information for InternetSCSIException. | 40 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 40 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 82 |
org/jscsi/target/connection/stage/login/SecurityNegotiationStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 33 | |
'(' is preceded with whitespace. | 36 | |
Parameter targetLoginPhase should be final. | 36 | |
Line is longer than 80 characters. | 41 | |
'(' is preceded with whitespace. | 41 | |
Parameter initialPdu should be final. | 41 | |
Unable to get class information for InternetSCSIException. | 41 | |
'{' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 56 | |
'for' construct must use '{}'s. | 65 | |
'{' is not followed by whitespace. | 74 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 79 | |
';' is not followed by whitespace. | 84 | |
Line is longer than 80 characters. | 90 | |
';' is not followed by whitespace. | 90 | |
Line is longer than 80 characters. | 91 | |
'{' is not followed by whitespace. | 94 | |
';' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 107 | |
';' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 123 | |
',' is not followed by whitespace. | 123 | |
';' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 127 | |
'if' construct must use '{}'s. | 129 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 135 | |
First sentence should end with a period. | 152 | |
Line is longer than 80 characters. | 153 | |
Line has trailing spaces. | 161 | |
Unused @param tag for '<i>key</i>'. | 162 | |
Line is longer than 80 characters. | 163 | |
Redundant 'final' modifier. | 165 | |
'(' is preceded with whitespace. | 165 | |
Expected @param tag for 'key'. | 165 | |
'if' construct must use '{}'s. | 166 | |
'5' is a magic number. | 166 | |
'if' construct must use '{}'s. | 169 | |
Line is longer than 80 characters. | 169 | |
'10' is a magic number. | 169 | |
'10' is a magic number. | 169 |
org/jscsi/target/connection/stage/login/TargetLoginStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 33 | |
Variable 'negotiator' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 45 | |
Variable 'stageNumber' must be private and have accessor methods. | 49 | |
Line is longer than 80 characters. | 52 | |
Variable 'initiatorTaskTag' must be private and have accessor methods. | 54 | |
Line is longer than 80 characters. | 57 | |
Line has trailing spaces. | 59 | |
Variable 'requestedNextStageNumber' must be private and have accessor methods. | 62 | |
Line is longer than 80 characters. | 67 | |
Line has trailing spaces. | 69 | |
Variable 'nextStageNumber' must be private and have accessor methods. | 72 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 80 | |
'(' is preceded with whitespace. | 80 | |
'stageNumber' hides a field. | 80 | |
Line is longer than 80 characters. | 87 | |
Line has trailing spaces. | 89 | |
Method 'checkPdu' is not designed for extension - needs to be abstract, final or empty. | 93 | |
'(' is preceded with whitespace. | 93 | |
Parameter pdu should be final. | 93 | |
'if' construct must use '{}'s. | 96 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 111 | |
'(' is preceded with whitespace. | 111 | |
Expected @throws tag for 'DigestException'. | 111 | |
Expected @throws tag for 'InternetSCSIException'. | 111 | |
Unable to get class information for InternetSCSIException. | 111 | |
Expected @throws tag for 'IOException'. | 111 | |
Expected @throws tag for 'SettingsException'. | 111 | |
Expected @throws tag for 'InterruptedException'. | 111 | |
Line is longer than 80 characters. | 117 | |
Line has trailing spaces. | 119 | |
Line is longer than 80 characters. | 128 | |
'(' is preceded with whitespace. | 128 | |
Parameter pdu should be final. | 128 | |
Expected @throws tag for 'InternetSCSIException'. | 128 | |
Unable to get class information for InternetSCSIException. | 128 | |
Expected @throws tag for 'InterruptedException'. | 128 | |
Expected @throws tag for 'IOException'. | 128 | |
Expected @throws tag for 'DigestException'. | 128 | |
Expected @throws tag for 'SettingsException'. | 128 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 159 | |
',' is not followed by whitespace. | 159 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 161 | |
',' is not followed by whitespace. | 162 | |
',' is not followed by whitespace. | 163 | |
Line is longer than 80 characters. | 164 | |
',' is not followed by whitespace. | 164 | |
',' is not followed by whitespace. | 165 | |
';' is not followed by whitespace. | 166 | |
'else' construct must use '{}'s. | 171 | |
Line is longer than 80 characters. | 183 | |
Line has trailing spaces. | 184 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 193 | |
'(' is preceded with whitespace. | 193 | |
Expected @throws tag for 'SettingsException'. | 193 | |
Expected @throws tag for 'InterruptedException'. | 193 | |
Expected @throws tag for 'IOException'. | 193 | |
Expected @throws tag for 'InternetSCSIException'. | 193 | |
Unable to get class information for InternetSCSIException. | 193 | |
Expected @throws tag for 'DigestException'. | 193 | |
Line is longer than 80 characters. | 203 | |
',' is not followed by whitespace. | 203 | |
';' is not followed by whitespace. | 204 | |
'if' construct must use '{}'s. | 212 | |
Line is longer than 80 characters. | 216 | |
',' is not followed by whitespace. | 216 | |
',' is not followed by whitespace. | 217 | |
',' is not followed by whitespace. | 218 | |
',' is not followed by whitespace. | 219 | |
',' is not followed by whitespace. | 220 | |
Line is longer than 80 characters. | 221 | |
',' is not followed by whitespace. | 221 | |
',' is not followed by whitespace. | 222 | |
';' is not followed by whitespace. | 223 | |
Line is longer than 80 characters. | 242 | |
Line has trailing spaces. | 244 | |
Line is longer than 80 characters. | 250 | |
'(' is preceded with whitespace. | 250 | |
Expected @throws tag for 'InterruptedException'. | 250 | |
Expected @throws tag for 'IOException'. | 250 | |
Expected @throws tag for 'InternetSCSIException'. | 250 | |
Unable to get class information for InternetSCSIException. | 250 | |
Line is longer than 80 characters. | 251 | |
',' is not followed by whitespace. | 251 | |
',' is not followed by whitespace. | 252 | |
',' is not followed by whitespace. | 253 | |
',' is not followed by whitespace. | 254 | |
',' is not followed by whitespace. | 255 | |
Line is longer than 80 characters. | 256 | |
',' is not followed by whitespace. | 256 | |
',' is not followed by whitespace. | 257 | |
',' is not followed by whitespace. | 258 | |
';' is not followed by whitespace. | 259 | |
Line is longer than 80 characters. | 264 | |
Line has trailing spaces. | 266 | |
'(' is preceded with whitespace. | 269 |
org/jscsi/target/connection/stage/login/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/connection/stage/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 23 |
org/jscsi/target/example/CallableStart.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 16 | |
Utility classes should not have a public or default constructor. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
'(' is preceded with whitespace. | 18 | |
Parameter args should be final. | 18 | |
Line is longer than 80 characters. | 22 |
org/jscsi/target/example/MethodStart.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Utility classes should not have a public or default constructor. | 10 | |
Missing a Javadoc comment. | 12 | |
Name 'CONFIGPATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
Missing a Javadoc comment. | 14 | |
'(' is preceded with whitespace. | 14 | |
Line is longer than 80 characters. | 18 |
org/jscsi/target/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 |
org/jscsi/target/scsi/IResponseData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 |
org/jscsi/target/scsi/ISerializable.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 27 | |
Redundant 'public' modifier. | 29 | |
'(' is preceded with whitespace. | 29 | |
Line has trailing spaces. | 33 | |
Redundant 'public' modifier. | 36 | |
'(' is preceded with whitespace. | 36 |
org/jscsi/target/scsi/ScsiResponseDataSegment.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.connection.TargetPduFactory. | 6 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 58 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 67 | |
'(' is preceded with whitespace. | 70 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 80 | |
'(' is preceded with whitespace. | 80 | |
'senseData' hides a field. | 80 | |
'allocationLength' hides a field. | 80 | |
Line has trailing spaces. | 86 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 90 | |
'(' is preceded with whitespace. | 90 | |
'responseData' hides a field. | 90 | |
'allocationLength' hides a field. | 90 | |
Line is longer than 80 characters. | 95 | |
Line has trailing spaces. | 96 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 101 | |
'(' is preceded with whitespace. | 101 | |
'senseData' hides a field. | 101 | |
'responseData' hides a field. | 101 | |
'allocationLength' hides a field. | 101 | |
Line is longer than 80 characters. | 108 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 110 | |
'(' is preceded with whitespace. | 112 | |
'if' construct must use '{}'s. | 115 | |
';' is not followed by whitespace. | 115 | |
'if' construct must use '{}'s. | 119 | |
'else' construct must use '{}'s. | 121 | |
',' is not followed by whitespace. | 128 | |
',' is not followed by whitespace. | 129 | |
';' is not followed by whitespace. | 130 | |
'if' construct must use '{}'s. | 133 | |
Line is longer than 80 characters. | 133 | |
'if' construct must use '{}'s. | 136 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 141 | |
Line is longer than 80 characters. | 145 | |
'if' construct must use '{}'s. | 150 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 159 | |
Line has trailing spaces. | 161 | |
Line is longer than 80 characters. | 162 | |
'(' is preceded with whitespace. | 165 | |
'if' construct must use '{}'s. | 167 | |
'if' construct must use '{}'s. | 169 | |
'if' construct must use '{}'s. | 170 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 178 | |
Line has trailing spaces. | 179 | |
Line is longer than 80 characters. | 180 | |
'(' is preceded with whitespace. | 182 | |
'if' construct must use '{}'s. | 183 | |
Line is longer than 80 characters. | 188 | |
Line has trailing spaces. | 190 | |
Line is longer than 80 characters. | 191 | |
'(' is preceded with whitespace. | 194 | |
'if' construct must use '{}'s. | 195 |
org/jscsi/target/scsi/cdb/CdbType.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 6 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 38 | |
'(' is preceded with whitespace. | 42 | |
Parameter scsiOpCode should be final. | 42 | |
'3' is a magic number. | 51 | |
'4' is a magic number. | 53 | |
'5' is a magic number. | 55 | |
'6' is a magic number. | 57 | |
'7' is a magic number. | 58 | |
';' is not followed by whitespace. | 61 |
org/jscsi/target/scsi/cdb/CommandDescriptorBlock.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.parser.scsi.SCSICommandParser. | 6 | |
Unused import - org.jscsi.target.scsi.sense.AdditionalSenseCodeAndQualifier. | 7 | |
Unused import - org.jscsi.target.scsi.sense.SenseData. | 8 | |
Unused import - org.jscsi.target.scsi.sense.SenseKey. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 56 | |
'(' is preceded with whitespace. | 59 | |
Parameter buffer should be final. | 59 | |
'if' construct must use '{}'s. | 62 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
'5' is a magic number. | 76 | |
'9' is a magic number. | 79 | |
'11' is a magic number. | 82 | |
'15' is a magic number. | 85 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 95 | |
'{' is not followed by whitespace. | 96 | |
Missing a Javadoc comment. | 101 | |
'(' is preceded with whitespace. | 101 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 110 | |
'(' is preceded with whitespace. | 113 | |
Line is longer than 80 characters. | 118 | |
Line has trailing spaces. | 120 | |
'(' is preceded with whitespace. | 123 | |
Parameter byteNumber should be final. | 123 | |
Line is longer than 80 characters. | 124 | |
',' is not followed by whitespace. | 124 | |
',' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 127 | |
';' is not followed by whitespace. | 128 | |
Line is longer than 80 characters. | 133 | |
Line has trailing spaces. | 135 | |
Line is longer than 80 characters. | 139 | |
'(' is preceded with whitespace. | 139 | |
Parameter byteNumber should be final. | 139 | |
Parameter bitNumber should be final. | 139 | |
Line is longer than 80 characters. | 140 | |
',' is not followed by whitespace. | 140 | |
',' is not followed by whitespace. | 141 | |
',' is not followed by whitespace. | 142 | |
',' is not followed by whitespace. | 143 | |
';' is not followed by whitespace. | 144 | |
Line is longer than 80 characters. | 149 | |
Line has trailing spaces. | 151 | |
Line is longer than 80 characters. | 154 | |
Redundant 'final' modifier. | 154 | |
'(' is preceded with whitespace. | 154 | |
'if' construct must use '{}'s. | 156 | |
Line is longer than 80 characters. | 156 | |
'10' is a magic number. | 156 | |
Line is longer than 80 characters. | 160 | |
Line has trailing spaces. | 172 | |
Redundant 'final' modifier. | 175 | |
'(' is preceded with whitespace. | 175 | |
'if' construct must use '{}'s. | 176 | |
'if' construct must use '{}'s. | 179 | |
'else' construct must use '{}'s. | 181 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 191 | |
Line has trailing spaces. | 192 | |
Line is longer than 80 characters. | 193 | |
'(' is preceded with whitespace. | 195 | |
'if' construct must use '{}'s. | 196 | |
Line is longer than 80 characters. | 199 |
org/jscsi/target/scsi/cdb/DefectListFormat.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 8 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 17 | |
'(' is preceded with whitespace. | 17 | |
Parameter value should be final. | 17 | |
'value' hides a field. | 17 | |
Missing a Javadoc comment. | 21 | |
'(' is preceded with whitespace. | 21 | |
Missing a Javadoc comment. | 25 | |
'(' is preceded with whitespace. | 25 | |
Parameter value should be final. | 25 | |
'for' construct must use '{}'s. | 27 | |
'if' construct must use '{}'s. | 28 |
org/jscsi/target/scsi/cdb/FormatUnitCDB.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 11 | |
First sentence should end with a period. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 48 | |
'(' is preceded with whitespace. | 48 | |
Parameter buffer should be final. | 48 | |
'6' is a magic number. | 54 | |
'5' is a magic number. | 57 | |
'4' is a magic number. | 60 | |
'3' is a magic number. | 63 | |
'7' is a magic number. | 66 | |
'if' construct must use '{}'s. | 68 | |
Line is longer than 80 characters. | 68 | |
';' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
'if' construct must use '{}'s. | 75 | |
'7' is a magic number. | 75 | |
'if' construct must use '{}'s. | 76 | |
Line is longer than 80 characters. | 76 | |
'4' is a magic number. | 76 | |
';' is not followed by whitespace. | 76 | |
Missing a Javadoc comment. | 79 | |
Redundant 'final' modifier. | 79 | |
'(' is preceded with whitespace. | 79 | |
Missing a Javadoc comment. | 83 | |
Redundant 'final' modifier. | 83 | |
'(' is preceded with whitespace. | 83 | |
Missing a Javadoc comment. | 87 | |
Redundant 'final' modifier. | 87 | |
'(' is preceded with whitespace. | 87 |
org/jscsi/target/scsi/cdb/InquiryCDB.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 14 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 59 | |
'(' is preceded with whitespace. | 59 | |
Parameter buffer should be final. | 59 | |
',' is not followed by whitespace. | 63 | |
';' is not followed by whitespace. | 64 | |
'3' is a magic number. | 70 | |
Line is longer than 80 characters. | 72 | |
'if' construct must use '{}'s. | 74 | |
Line is longer than 80 characters. | 74 | |
';' is not followed by whitespace. | 74 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
'if' construct must use '{}'s. | 81 | |
Line is longer than 80 characters. | 81 | |
';' is not followed by whitespace. | 81 | |
Method 'getEnableVitalProductData' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
'(' is preceded with whitespace. | 85 | |
Method 'getPageCode' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
'(' is preceded with whitespace. | 89 | |
Method 'getAllocationLength' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
'(' is preceded with whitespace. | 93 |
org/jscsi/target/scsi/cdb/ModeSense6Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 32 | |
Line has trailing spaces. | 33 | |
First sentence should end with a period. | 38 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 51 | |
'(' is preceded with whitespace. | 51 | |
Parameter buffer should be final. | 51 | |
';' is not followed by whitespace. | 52 | |
',' is not followed by whitespace. | 55 | |
'3' is a magic number. | 56 | |
';' is not followed by whitespace. | 56 | |
'6' is a magic number. | 59 | |
'3' is a magic number. | 59 | |
'63' is a magic number. | 63 | |
'3' is a magic number. | 66 | |
'4' is a magic number. | 69 | |
Missing a Javadoc comment. | 72 | |
'(' is preceded with whitespace. | 72 | |
Missing a Javadoc comment. | 76 | |
'(' is preceded with whitespace. | 76 | |
Missing a Javadoc comment. | 80 | |
'(' is preceded with whitespace. | 80 | |
Missing a Javadoc comment. | 84 | |
'(' is preceded with whitespace. | 84 | |
Missing a Javadoc comment. | 88 | |
'(' is preceded with whitespace. | 88 | |
Missing a Javadoc comment. | 92 | |
'(' is preceded with whitespace. | 92 |
org/jscsi/target/scsi/cdb/Read10Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 20 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 94 | |
Line has trailing spaces. | 95 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 108 | |
Line has trailing spaces. | 111 | |
Missing a Javadoc comment. | 115 | |
'(' is preceded with whitespace. | 115 | |
';' is not followed by whitespace. | 116 | |
'5' is a magic number. | 120 | |
'7' is a magic number. | 120 | |
'4' is a magic number. | 123 | |
'3' is a magic number. | 126 | |
'6' is a magic number. | 132 | |
'31' is a magic number. | 133 | |
'(' is preceded with whitespace. | 137 | |
Parameter buffer should be final. | 137 | |
'(' is preceded with whitespace. | 142 | |
Parameter buffer should be final. | 142 | |
'7' is a magic number. | 143 | |
Missing a Javadoc comment. | 146 | |
'(' is preceded with whitespace. | 146 | |
Missing a Javadoc comment. | 150 | |
'(' is preceded with whitespace. | 150 | |
Missing a Javadoc comment. | 154 | |
'(' is preceded with whitespace. | 154 | |
Missing a Javadoc comment. | 158 | |
'(' is preceded with whitespace. | 158 | |
Missing a Javadoc comment. | 162 | |
'(' is preceded with whitespace. | 162 | |
'(' is preceded with whitespace. | 167 | |
'(' is preceded with whitespace. | 172 | |
'7' is a magic number. | 173 |
org/jscsi/target/scsi/cdb/Read6Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 28 | |
'(' is preceded with whitespace. | 28 | |
Parameter buffer should be final. | 28 | |
Method 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty. | 32 | |
'(' is preceded with whitespace. | 33 | |
Parameter buffer should be final. | 33 | |
'if' construct must use '{}'s. | 37 | |
'5' is a magic number. | 37 | |
'7' is a magic number. | 37 | |
'31' is a magic number. | 40 | |
'16' is a magic number. | 40 | |
Method 'deserializeTransferLength' is not designed for extension - needs to be abstract, final or empty. | 43 | |
'(' is preceded with whitespace. | 44 | |
Parameter buffer should be final. | 44 | |
Line is longer than 80 characters. | 46 | |
'if' construct must use '{}'s. | 50 | |
'256' is a magic number. | 50 | |
Method 'getLogicalBlockAddressFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 54 | |
'(' is preceded with whitespace. | 55 | |
Method 'getTransferLengthFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 59 | |
'(' is preceded with whitespace. | 60 | |
'4' is a magic number. | 61 |
org/jscsi/target/scsi/cdb/ReadCapacity10Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Missing a Javadoc comment. | 17 | |
'(' is preceded with whitespace. | 17 | |
Parameter buffer should be final. | 17 | |
Method 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty. | 21 | |
'(' is preceded with whitespace. | 22 | |
Parameter buffer should be final. | 22 | |
Method 'deserializePartialMediumIndicator' is not designed for extension - needs to be abstract, final or empty. | 26 | |
'(' is preceded with whitespace. | 27 | |
Parameter buffer should be final. | 27 | |
'8' is a magic number. | 28 | |
',' is not followed by whitespace. | 28 | |
';' is not followed by whitespace. | 29 |
org/jscsi/target/scsi/cdb/ReadCapacity16Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 11 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 28 | |
'(' is preceded with whitespace. | 28 | |
Parameter buffer should be final. | 28 | |
'31' is a magic number. | 31 | |
'if' construct must use '{}'s. | 32 | |
'4' is a magic number. | 32 | |
Method 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty. | 35 | |
'(' is preceded with whitespace. | 36 | |
Parameter buffer should be final. | 36 | |
Method 'deserializePartialMediumIndicator' is not designed for extension - needs to be abstract, final or empty. | 40 | |
'(' is preceded with whitespace. | 41 | |
Parameter buffer should be final. | 41 | |
'14' is a magic number. | 42 | |
',' is not followed by whitespace. | 42 | |
';' is not followed by whitespace. | 43 | |
Method 'getServiceAction' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 |
org/jscsi/target/scsi/cdb/ReadCapacityCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 21 | |
Variable 'logicalBlockAddress' must be private and have accessor methods. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 38 | |
Variable 'partialMediumIndicator' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 43 | |
'(' is preceded with whitespace. | 43 | |
'if' construct must use '{}'s. | 48 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 51 | |
'(' is preceded with whitespace. | 51 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
'(' is preceded with whitespace. | 53 | |
Missing a Javadoc comment. | 55 | |
'(' is preceded with whitespace. | 55 | |
Missing a Javadoc comment. | 59 | |
'(' is preceded with whitespace. | 59 |
org/jscsi/target/scsi/cdb/ReadCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 16 | |
'(' is preceded with whitespace. | 16 | |
Parameter buffer should be final. | 16 |
org/jscsi/target/scsi/cdb/ReadOrWriteCdb.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.storage.IStorageModule. | 6 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 32 | |
'(' is preceded with whitespace. | 32 | |
Parameter buffer should be final. | 32 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 44 | |
'(' is preceded with whitespace. | 44 | |
Line has trailing spaces. | 48 | |
'(' is preceded with whitespace. | 52 | |
Line has trailing spaces. | 56 | |
'(' is preceded with whitespace. | 59 | |
Line has trailing spaces. | 65 | |
'(' is preceded with whitespace. | 68 | |
Line is longer than 80 characters. | 73 | |
Line has trailing spaces. | 74 | |
Line is longer than 80 characters. | 75 | |
'(' is preceded with whitespace. | 77 | |
Line is longer than 80 characters. | 80 | |
Line has trailing spaces. | 81 | |
Line is longer than 80 characters. | 82 | |
'(' is preceded with whitespace. | 84 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 90 | |
'(' is preceded with whitespace. | 94 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 103 | |
'(' is preceded with whitespace. | 107 |
org/jscsi/target/scsi/cdb/ReportLunsCDB.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 11 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 | |
Parameter buffer should be final. | 46 | |
'if' construct must use '{}'s. | 51 | |
Line is longer than 80 characters. | 51 | |
';' is not followed by whitespace. | 51 | |
'6' is a magic number. | 54 | |
'if' construct must use '{}'s. | 55 | |
Line is longer than 80 characters. | 55 | |
'16' is a magic number. | 55 | |
'6' is a magic number. | 55 | |
';' is not followed by whitespace. | 55 | |
Missing a Javadoc comment. | 59 | |
'(' is preceded with whitespace. | 59 | |
Missing a Javadoc comment. | 63 | |
'(' is preceded with whitespace. | 63 |
org/jscsi/target/scsi/cdb/RequestSenseCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 30 | |
'(' is preceded with whitespace. | 30 | |
Parameter buffer should be final. | 30 | |
'4' is a magic number. | 37 | |
'255' is a magic number. | 37 | |
Missing a Javadoc comment. | 40 | |
Redundant 'final' modifier. | 40 | |
'(' is preceded with whitespace. | 40 | |
Missing a Javadoc comment. | 44 | |
Redundant 'final' modifier. | 44 | |
'(' is preceded with whitespace. | 44 |
org/jscsi/target/scsi/cdb/ScsiOperationCode.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Line is longer than 80 characters. | 27 | |
Name 'mapping' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
'256' is a magic number. | 27 | |
'{' is not followed by whitespace. | 28 | |
'255' is a magic number. | 32 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 41 | |
'(' is preceded with whitespace. | 44 | |
'255' is a magic number. | 45 | |
Missing a Javadoc comment. | 48 | |
'(' is preceded with whitespace. | 48 | |
'value' hides a field. | 48 | |
Line has trailing spaces. | 54 | |
'(' is preceded with whitespace. | 57 | |
Line is longer than 80 characters. | 62 | |
Line has trailing spaces. | 63 | |
'(' is preceded with whitespace. | 66 | |
'5' is a magic number. | 67 | |
'7' is a magic number. | 67 | |
Line has trailing spaces. | 72 | |
'(' is preceded with whitespace. | 75 | |
'31' is a magic number. | 76 | |
Line has trailing spaces. | 81 | |
'(' is preceded with whitespace. | 84 |
org/jscsi/target/scsi/cdb/SelectReport.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.lun.AddressMethod. | 4 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 44 | |
'(' is preceded with whitespace. | 44 | |
'value' hides a field. | 44 | |
Line has trailing spaces. | 50 | |
'(' is preceded with whitespace. | 53 | |
Line has trailing spaces. | 59 | |
Line is longer than 80 characters. | 61 | |
'static' modifier out of order with the JLS suggestions. | 63 | |
'(' is preceded with whitespace. | 63 | |
Parameter value should be final. | 63 | |
'if' construct must use '{}'s. | 64 |
org/jscsi/target/scsi/cdb/SelfTestCode.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 6 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 55 | |
'(' is preceded with whitespace. | 55 | |
'value' hides a field. | 55 | |
Missing a Javadoc comment. | 59 | |
'(' is preceded with whitespace. | 59 | |
Line has trailing spaces. | 65 | |
Line is longer than 80 characters. | 67 | |
'(' is preceded with whitespace. | 69 | |
Parameter value should be final. | 69 | |
'for' construct must use '{}'s. | 71 | |
'if' construct must use '{}'s. | 72 |
org/jscsi/target/scsi/cdb/SendDiagnosticCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 80 | |
'(' is preceded with whitespace. | 80 | |
Parameter buffer should be final. | 80 | |
'if' construct must use '{}'s. | 88 | |
Line is longer than 80 characters. | 88 | |
';' is not followed by whitespace. | 88 | |
'5' is a magic number. | 92 | |
'if' construct must use '{}'s. | 93 | |
Line is longer than 80 characters. | 93 | |
'7' is a magic number. | 93 | |
'4' is a magic number. | 96 | |
'if' construct must use '{}'s. | 97 | |
Line is longer than 80 characters. | 97 | |
'4' is a magic number. | 97 | |
';' is not followed by whitespace. | 97 | |
'3' is a magic number. | 107 | |
Missing a Javadoc comment. | 110 | |
Redundant 'final' modifier. | 110 | |
'(' is preceded with whitespace. | 110 | |
Missing a Javadoc comment. | 114 | |
Redundant 'final' modifier. | 114 | |
'(' is preceded with whitespace. | 114 | |
Missing a Javadoc comment. | 118 | |
Redundant 'final' modifier. | 118 | |
'(' is preceded with whitespace. | 118 | |
Missing a Javadoc comment. | 122 | |
Redundant 'final' modifier. | 122 | |
'(' is preceded with whitespace. | 122 | |
Missing a Javadoc comment. | 126 | |
Redundant 'final' modifier. | 126 | |
'(' is preceded with whitespace. | 126 | |
Missing a Javadoc comment. | 130 | |
Redundant 'final' modifier. | 130 | |
'(' is preceded with whitespace. | 130 |
org/jscsi/target/scsi/cdb/TestUnitReadyCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 14 | |
'(' is preceded with whitespace. | 14 | |
Parameter buffer should be final. | 14 |
org/jscsi/target/scsi/cdb/Write10Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 86 | |
Line has trailing spaces. | 88 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 104 | |
Missing a Javadoc comment. | 108 | |
'(' is preceded with whitespace. | 108 | |
Parameter buffer should be final. | 108 | |
';' is not followed by whitespace. | 109 | |
'5' is a magic number. | 113 | |
'7' is a magic number. | 113 | |
'4' is a magic number. | 116 | |
'3' is a magic number. | 119 | |
'6' is a magic number. | 125 | |
'31' is a magic number. | 126 | |
Method 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty. | 129 | |
'(' is preceded with whitespace. | 130 | |
Parameter buffer should be final. | 130 | |
Method 'deserializeTransferLength' is not designed for extension - needs to be abstract, final or empty. | 134 | |
'(' is preceded with whitespace. | 135 | |
Parameter buffer should be final. | 135 | |
'7' is a magic number. | 136 | |
Method 'getWriteProtect' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
'(' is preceded with whitespace. | 139 | |
Method 'disablePageOut' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
'(' is preceded with whitespace. | 143 | |
Method 'getForceUnitAccess' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
'(' is preceded with whitespace. | 147 | |
Method 'getForceUnitAccessNonVolatile' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
'(' is preceded with whitespace. | 151 | |
Method 'getGroupNumber' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
'(' is preceded with whitespace. | 155 | |
Method 'getLogicalBlockAddressFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 159 | |
'(' is preceded with whitespace. | 160 | |
Method 'getTransferLengthFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 164 | |
'(' is preceded with whitespace. | 165 | |
'7' is a magic number. | 166 |
org/jscsi/target/scsi/cdb/Write6Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 26 | |
'(' is preceded with whitespace. | 26 | |
Parameter buffer should be final. | 26 | |
Method 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty. | 30 | |
'(' is preceded with whitespace. | 31 | |
Parameter buffer should be final. | 31 | |
'if' construct must use '{}'s. | 35 | |
'5' is a magic number. | 35 | |
'7' is a magic number. | 35 | |
'31' is a magic number. | 38 | |
'16' is a magic number. | 38 | |
Method 'deserializeTransferLength' is not designed for extension - needs to be abstract, final or empty. | 41 | |
'(' is preceded with whitespace. | 42 | |
Parameter buffer should be final. | 42 | |
Line is longer than 80 characters. | 44 | |
'if' construct must use '{}'s. | 48 | |
'256' is a magic number. | 48 | |
Method 'getLogicalBlockAddressFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 52 | |
'(' is preceded with whitespace. | 53 | |
Method 'getTransferLengthFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 57 | |
'(' is preceded with whitespace. | 58 | |
'4' is a magic number. | 59 |
org/jscsi/target/scsi/cdb/WriteCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 16 | |
'(' is preceded with whitespace. | 16 | |
Parameter buffer should be final. | 16 |
org/jscsi/target/scsi/cdb/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/scsi/inquiry/Association.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 6 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 47 | |
'(' is preceded with whitespace. | 47 | |
'value' hides a field. | 47 | |
Missing a Javadoc comment. | 51 | |
'(' is preceded with whitespace. | 51 |
org/jscsi/target/scsi/inquiry/CodeSet.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 5 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 35 | |
First sentence should end with a period. | 52 | |
Missing a Javadoc comment. | 57 | |
'(' is preceded with whitespace. | 57 | |
'value' hides a field. | 57 | |
Line has trailing spaces. | 68 | |
'(' is preceded with whitespace. | 71 |
org/jscsi/target/scsi/inquiry/DeviceIdentificationVpdPage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
'(' is preceded with whitespace. | 69 | |
Parameter target should be final. | 69 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line has trailing spaces. | 93 | |
'(' is preceded with whitespace. | 96 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
'(' is preceded with whitespace. | 104 | |
Parameter byteBuffer should be final. | 104 | |
Parameter index should be final. | 104 | |
',' is not followed by whitespace. | 110 | |
';' is not followed by whitespace. | 111 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
'(' is preceded with whitespace. | 114 |
org/jscsi/target/scsi/inquiry/IdentificationDescriptor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
'(' is preceded with whitespace. | 62 | |
'protocolIdentifier' hides a field. | 62 | |
'codeSet' hides a field. | 62 | |
'protocolIdentifierValid' hides a field. | 62 | |
'association' hides a field. | 62 | |
'identifierType' hides a field. | 62 | |
'identifier' hides a field. | 62 | |
Missing a Javadoc comment. | 71 | |
'(' is preceded with whitespace. | 71 | |
Parameter byteBuffer should be final. | 71 | |
Parameter index should be final. | 71 | |
Line is longer than 80 characters. | 75 | |
'15' is a magic number. | 75 | |
'4' is a magic number. | 75 | |
'15' is a magic number. | 75 | |
Line is longer than 80 characters. | 79 | |
'3' is a magic number. | 79 | |
'4' is a magic number. | 79 | |
'15' is a magic number. | 79 | |
'7' is a magic number. | 80 | |
';' is not followed by whitespace. | 87 | |
Missing a Javadoc comment. | 93 | |
'(' is preceded with whitespace. | 93 |
org/jscsi/target/scsi/inquiry/Identifier.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 |
org/jscsi/target/scsi/inquiry/IdentifierType.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
'(' is preceded with whitespace. | 18 | |
Parameter value should be final. | 18 | |
'value' hides a field. | 18 | |
Missing a Javadoc comment. | 22 | |
'(' is preceded with whitespace. | 22 |
org/jscsi/target/scsi/inquiry/PageCode.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.InquiryCDB. | 4 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 26 | |
'(' is preceded with whitespace. | 29 | |
'value' hides a field. | 29 | |
'255' is a magic number. | 30 | |
Line has trailing spaces. | 35 | |
'(' is preceded with whitespace. | 38 | |
Line has trailing spaces. | 44 | |
'(' is preceded with whitespace. | 47 | |
'if' construct must use '{}'s. | 48 | |
Line is longer than 80 characters. | 48 | |
';' is not followed by whitespace. | 48 | |
'if' construct must use '{}'s. | 49 | |
Line is longer than 80 characters. | 49 | |
'0x7f' is a magic number. | 49 | |
'if' construct must use '{}'s. | 50 | |
'0x80' is a magic number. | 50 | |
'if' construct must use '{}'s. | 51 | |
Line is longer than 80 characters. | 51 | |
'0x81' is a magic number. | 51 | |
'0x82' is a magic number. | 51 | |
'if' construct must use '{}'s. | 52 | |
Line is longer than 80 characters. | 52 | |
'0x83' is a magic number. | 52 | |
';' is not followed by whitespace. | 52 | |
'if' construct must use '{}'s. | 53 | |
Line is longer than 80 characters. | 53 | |
'0x84' is a magic number. | 53 | |
'if' construct must use '{}'s. | 54 | |
Line is longer than 80 characters. | 54 | |
'0x85' is a magic number. | 54 | |
'if' construct must use '{}'s. | 55 | |
Line is longer than 80 characters. | 55 | |
'0x86' is a magic number. | 55 | |
'if' construct must use '{}'s. | 56 | |
'0x87' is a magic number. | 56 | |
'if' construct must use '{}'s. | 57 | |
'0x88' is a magic number. | 57 | |
'if' construct must use '{}'s. | 58 | |
Line is longer than 80 characters. | 58 | |
'0x89' is a magic number. | 58 | |
'0xaf' is a magic number. | 58 | |
'if' construct must use '{}'s. | 59 | |
'0xb0' is a magic number. | 59 | |
'0xbf' is a magic number. | 59 | |
'else' construct must use '{}'s. | 61 | |
Line has trailing spaces. | 67 | |
First sentence should end with a period. | 71 | |
First sentence should end with a period. | 75 | |
First sentence should end with a period. | 79 | |
First sentence should end with a period. | 83 | |
First sentence should end with a period. | 87 | |
First sentence should end with a period. | 91 | |
First sentence should end with a period. | 95 | |
First sentence should end with a period. | 99 | |
First sentence should end with a period. | 103 | |
First sentence should end with a period. | 107 | |
First sentence should end with a period. | 111 | |
First sentence should end with a period. | 115 | |
First sentence should end with a period. | 119 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 125 | |
'(' is preceded with whitespace. | 126 |
org/jscsi/target/scsi/inquiry/ProtocolIdentifier.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 77 | |
Line is longer than 80 characters. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 86 | |
'(' is preceded with whitespace. | 86 | |
'value' hides a field. | 86 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 92 | |
'(' is preceded with whitespace. | 92 |
org/jscsi/target/scsi/inquiry/ScsiNameStringIdentifier.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 11 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Name 'logicalUnitNameExtension' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
Missing a Javadoc comment. | 36 | |
'(' is preceded with whitespace. | 36 | |
Parameter targetName should be final. | 36 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
'(' is preceded with whitespace. | 48 | |
Parameter byteBuffer should be final. | 48 | |
Parameter index should be final. | 48 | |
';' is not followed by whitespace. | 50 | |
'if' construct must use '{}'s. | 52 | |
Line is longer than 80 characters. | 52 | |
';' is not followed by whitespace. | 52 | |
'for' construct must use '{}'s. | 54 | |
'for' construct must use '{}'s. | 57 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
'(' is preceded with whitespace. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 68 | |
'(' is preceded with whitespace. | 71 | |
'4' is a magic number. | 72 | |
'4' is a magic number. | 72 |
org/jscsi/target/scsi/inquiry/StandardInquiryData.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.ScsiOperationCode. | 7 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 44 | |
'(' is preceded with whitespace. | 44 | |
Line has trailing spaces. | 50 | |
'(' is preceded with whitespace. | 53 | |
'if' construct must use '{}'s. | 54 | |
Missing a Javadoc comment. | 58 | |
'(' is preceded with whitespace. | 58 | |
Parameter byteBuffer should be final. | 58 | |
Parameter index should be final. | 58 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 81 | |
'0x05' is a magic number. | 83 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 90 | |
';' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 97 | |
'31' is a magic number. | 100 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 126 | |
'128' is a magic number. | 129 | |
';' is not followed by whitespace. | 129 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 164 | |
Line has trailing spaces. | 166 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 172 | |
'(' is preceded with whitespace. | 172 | |
'for' construct must use '{}'s. | 177 | |
'for' construct must use '{}'s. | 180 | |
Missing a Javadoc comment. | 184 | |
'(' is preceded with whitespace. | 184 |
org/jscsi/target/scsi/inquiry/SupportedVpdPages.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
'{' is followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 34 | |
Line has trailing spaces. | 39 | |
'(' is preceded with whitespace. | 42 | |
'if' construct must use '{}'s. | 43 | |
Missing a Javadoc comment. | 47 | |
'(' is preceded with whitespace. | 47 | |
Missing a Javadoc comment. | 51 | |
'(' is preceded with whitespace. | 51 | |
Parameter byteBuffer should be final. | 51 | |
Parameter index should be final. | 51 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 58 | |
'for' construct must use '{}'s. | 81 | |
Missing a Javadoc comment. | 85 | |
'(' is preceded with whitespace. | 85 | |
Line is longer than 80 characters. | 90 | |
Line has trailing spaces. | 91 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 95 | |
'(' is preceded with whitespace. | 95 | |
'if' construct must use '{}'s. | 98 | |
Line is longer than 80 characters. | 98 |
org/jscsi/target/scsi/inquiry/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 |
org/jscsi/target/scsi/lun/AddressMethod.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 8 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 42 | |
'(' is preceded with whitespace. | 42 | |
'value' hides a field. | 42 | |
Line has trailing spaces. | 48 | |
'(' is preceded with whitespace. | 51 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 60 | |
'(' is preceded with whitespace. | 62 | |
Parameter value should be final. | 62 | |
'if' construct must use '{}'s. | 63 | |
'3' is a magic number. | 63 |
org/jscsi/target/scsi/lun/LogicalUnitNumber.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 12 | |
Missing a Javadoc comment. | 27 | |
'(' is preceded with whitespace. | 27 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
'(' is preceded with whitespace. | 31 | |
Parameter byteBuffer should be final. | 31 | |
Parameter index should be final. | 31 | |
'for' construct must use '{}'s. | 33 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
'(' is preceded with whitespace. | 37 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 | |
'(' is preceded with whitespace. | 42 |
org/jscsi/target/scsi/lun/ReportLunsParameterData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 37 | |
'(' is preceded with whitespace. | 40 | |
Parameter luns should be final. | 40 | |
'luns' hides a field. | 40 | |
'if' construct must use '{}'s. | 42 | |
Missing a Javadoc comment. | 45 | |
'(' is preceded with whitespace. | 45 | |
Parameter byteBuffer should be final. | 45 | |
Parameter index should be final. | 45 | |
Missing a Javadoc comment. | 58 | |
'(' is preceded with whitespace. | 58 |
org/jscsi/target/scsi/lun/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/scsi/modeSense/CachingModePage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 86 | |
Extra HTML tag found: </tr> | 108 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 138 | |
Extra HTML tag found: </tr> | 144 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 167 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 182 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 190 | |
Line has trailing spaces. | 191 | |
Line has trailing spaces. | 198 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 207 | |
Line has trailing spaces. | 209 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 216 | |
Line is longer than 80 characters. | 217 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 238 | |
Line is longer than 80 characters. | 239 | |
Line is longer than 80 characters. | 244 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 251 | |
Line is longer than 80 characters. | 259 | |
Line has trailing spaces. | 260 | |
Line is longer than 80 characters. | 283 | |
More than 7 parameters. | 283 | |
'(' is preceded with whitespace. | 283 | |
Expected @param tag for 'parametersSaveable'. | 283 | |
'initiatorControl' hides a field. | 283 | |
Expected @param tag for 'initiatorControl'. | 283 | |
'abortPrefetch' hides a field. | 283 | |
Expected @param tag for 'abortPrefetch'. | 283 | |
'cachingAnalysisPermitted' hides a field. | 283 | |
Expected @param tag for 'cachingAnalysisPermitted'. | 283 | |
'discontinuity' hides a field. | 283 | |
Expected @param tag for 'discontinuity'. | 283 | |
'sizeEnable' hides a field. | 283 | |
Expected @param tag for 'sizeEnable'. | 283 | |
'writebackCacheEnable' hides a field. | 283 | |
Expected @param tag for 'writebackCacheEnable'. | 283 | |
'multiplicationFactor' hides a field. | 283 | |
Expected @param tag for 'multiplicationFactor'. | 283 | |
'readCacheDisable' hides a field. | 283 | |
Expected @param tag for 'readCacheDisable'. | 283 | |
'demandReadRetentionPriority' hides a field. | 283 | |
Expected @param tag for 'demandReadRetentionPriority'. | 283 | |
'writeRetentionPriority' hides a field. | 283 | |
Expected @param tag for 'writeRetentionPriority'. | 283 | |
'disablePrefetchTransferLength' hides a field. | 283 | |
Expected @param tag for 'disablePrefetchTransferLength'. | 283 | |
'minimumPrefetch' hides a field. | 283 | |
Expected @param tag for 'minimumPrefetch'. | 283 | |
'maximumPrefetch' hides a field. | 283 | |
Expected @param tag for 'maximumPrefetch'. | 283 | |
'maximumPrefetchCeiling' hides a field. | 283 | |
Expected @param tag for 'maximumPrefetchCeiling'. | 283 | |
'forceSequentialWrite' hides a field. | 283 | |
Expected @param tag for 'forceSequentialWrite'. | 283 | |
'logicalBlockCacheSegmentSize' hides a field. | 283 | |
Expected @param tag for 'logicalBlockCacheSegmentSize'. | 283 | |
'disableReadAhead' hides a field. | 283 | |
Expected @param tag for 'disableReadAhead'. | 283 | |
'nonVolatileCacheDisabled' hides a field. | 283 | |
Expected @param tag for 'nonVolatileCacheDisabled'. | 283 | |
'numberOfCacheSegments' hides a field. | 283 | |
Expected @param tag for 'numberOfCacheSegments'. | 283 | |
'cacheSegmentSize' hides a field. | 283 | |
Expected @param tag for 'cacheSegmentSize'. | 283 | |
',' is not followed by whitespace. | 284 | |
'0x08' is a magic number. | 285 | |
',' is not followed by whitespace. | 285 | |
'0x12' is a magic number. | 286 | |
';' is not followed by whitespace. | 286 | |
Line is longer than 80 characters. | 295 | |
'0xf' is a magic number. | 295 | |
'0xf' is a magic number. | 296 | |
Line is longer than 80 characters. | 297 | |
'0xffff' is a magic number. | 297 | |
'0xffff' is a magic number. | 298 | |
'0xffff' is a magic number. | 299 | |
'0xffff' is a magic number. | 300 | |
'0xff' is a magic number. | 305 | |
'0xffff' is a magic number. | 306 | |
'(' is preceded with whitespace. | 310 | |
Parameter buffer should be final. | 310 | |
Parameter index should be final. | 310 | |
'7' is a magic number. | 314 | |
'6' is a magic number. | 315 | |
'5' is a magic number. | 316 | |
'4' is a magic number. | 317 | |
'3' is a magic number. | 318 | |
Line is longer than 80 characters. | 324 | |
'4' is a magic number. | 324 | |
',' is not followed by whitespace. | 327 | |
',' is not followed by whitespace. | 328 | |
'4' is a magic number. | 329 | |
';' is not followed by whitespace. | 329 | |
',' is not followed by whitespace. | 330 | |
',' is not followed by whitespace. | 331 | |
'6' is a magic number. | 332 | |
';' is not followed by whitespace. | 332 | |
',' is not followed by whitespace. | 333 | |
',' is not followed by whitespace. | 334 | |
'8' is a magic number. | 335 | |
';' is not followed by whitespace. | 335 | |
',' is not followed by whitespace. | 336 | |
',' is not followed by whitespace. | 337 | |
'10' is a magic number. | 338 | |
';' is not followed by whitespace. | 338 | |
'7' is a magic number. | 341 | |
'6' is a magic number. | 342 | |
'5' is a magic number. | 343 | |
'12' is a magic number. | 345 | |
',' is not followed by whitespace. | 350 | |
',' is not followed by whitespace. | 351 | |
'14' is a magic number. | 352 | |
';' is not followed by whitespace. | 352 |
org/jscsi/target/scsi/modeSense/HeaderType.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 5 | |
Line has trailing spaces. | 12 | |
Line has trailing spaces. | 19 |
org/jscsi/target/scsi/modeSense/InformationExceptionsControlModePage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 97 | |
Missing a Javadoc comment. | 97 | |
More than 7 parameters. | 97 | |
'(' is preceded with whitespace. | 97 | |
Parameter parametersSaveable should be final. | 97 | |
'performance' hides a field. | 97 | |
'enableBackgroundFunction' hides a field. | 97 | |
'enableWarning' hides a field. | 97 | |
'disableExceptionControl' hides a field. | 97 | |
'test' hides a field. | 97 | |
'logErrors' hides a field. | 97 | |
'methodOfReportingInformationalExceptionConditions' hides a field. | 97 | |
'intervalTimer' hides a field. | 97 | |
'reportCount' hides a field. | 97 | |
',' is not followed by whitespace. | 98 | |
'0x1c' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'0x0a' is a magic number. | 100 | |
';' is not followed by whitespace. | 100 | |
Line is longer than 80 characters. | 107 | |
Method 'serializeModeParameters' is not designed for extension - needs to be abstract, final or empty. | 113 | |
'(' is preceded with whitespace. | 114 | |
Parameter buffer should be final. | 114 | |
Parameter index should be final. | 114 | |
'7' is a magic number. | 119 | |
';' is not followed by whitespace. | 119 | |
'5' is a magic number. | 120 | |
';' is not followed by whitespace. | 120 | |
'4' is a magic number. | 121 | |
';' is not followed by whitespace. | 121 | |
'3' is a magic number. | 122 | |
';' is not followed by whitespace. | 122 | |
';' is not followed by whitespace. | 123 | |
';' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 128 | |
'31' is a magic number. | 128 | |
';' is not followed by whitespace. | 128 | |
',' is not followed by whitespace. | 132 | |
',' is not followed by whitespace. | 133 | |
'4' is a magic number. | 134 | |
';' is not followed by whitespace. | 134 | |
',' is not followed by whitespace. | 135 | |
',' is not followed by whitespace. | 136 | |
'8' is a magic number. | 137 | |
';' is not followed by whitespace. | 137 |
org/jscsi/target/scsi/modeSense/LogicalBlockDescriptor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 16 | |
Variable 'numberOfLogicalBlocks' must be private and have accessor methods. | 18 | |
Variable 'logicalBlockLength' must be private and have accessor methods. | 23 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
'(' is preceded with whitespace. | 31 | |
'numberOfLogicalBlocks' hides a field. | 31 | |
'logicalBlockLength' hides a field. | 31 |
org/jscsi/target/scsi/modeSense/LongLogicalBlockDescriptor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
'(' is preceded with whitespace. | 30 | |
Parameter numberOfLogicalBlocks should be final. | 30 | |
Parameter logicalBlockLength should be final. | 30 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
'(' is preceded with whitespace. | 34 | |
Parameter byteBuffer should be final. | 34 | |
Parameter index should be final. | 34 | |
',' is not followed by whitespace. | 36 | |
',' is not followed by whitespace. | 37 | |
';' is not followed by whitespace. | 38 | |
',' is not followed by whitespace. | 41 | |
',' is not followed by whitespace. | 42 | |
'12' is a magic number. | 43 | |
';' is not followed by whitespace. | 43 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 |
org/jscsi/target/scsi/modeSense/ModePage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Variable 'pageLength' must be private and have accessor methods. | 51 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 66 | |
'(' is preceded with whitespace. | 66 | |
'parametersSaveable' hides a field. | 66 | |
'subPageFormat' hides a field. | 66 | |
'pageCode' hides a field. | 66 | |
'pageLength' hides a field. | 66 | |
'if' construct must use '{}'s. | 69 | |
'else' construct must use '{}'s. | 71 | |
Missing a Javadoc comment. | 77 | |
'(' is preceded with whitespace. | 77 | |
';' is not followed by whitespace. | 81 | |
'6' is a magic number. | 82 | |
';' is not followed by whitespace. | 82 | |
'7' is a magic number. | 83 | |
';' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 93 | |
Line has trailing spaces. | 95 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 99 | |
'(' is preceded with whitespace. | 99 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 107 | |
'(' is preceded with whitespace. | 107 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 113 | |
'(' is preceded with whitespace. | 113 | |
Missing a Javadoc comment. | 115 | |
'(' is preceded with whitespace. | 115 |
org/jscsi/target/scsi/modeSense/ModePageCode.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 47 | |
'{' is not followed by whitespace. | 48 | |
'for' construct must use '{}'s. | 50 | |
',' is not followed by whitespace. | 51 | |
';' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 63 | |
'(' is preceded with whitespace. | 63 | |
Line has trailing spaces. | 79 | |
'(' is preceded with whitespace. | 83 | |
'pageCode' hides a field. | 83 | |
'subpageCode' hides a field. | 83 | |
First sentence should end with a period. | 88 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 90 | |
'(' is preceded with whitespace. | 95 | |
'8' is a magic number. | 96 |
org/jscsi/target/scsi/modeSense/ModeParameterHeader.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Variable 'modeDataLength' must be private and have accessor methods. | 25 | |
Line is longer than 80 characters. | 28 | |
Variable 'mediumType' must be private and have accessor methods. | 31 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 59 | |
Variable 'deviceSpecificParameter' must be private and have accessor methods. | 61 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Variable 'blockDescriptorLength' must be private and have accessor methods. | 70 | |
Line has trailing spaces. | 74 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 78 | |
'(' is preceded with whitespace. | 78 | |
'modeDataLength' hides a field. | 78 | |
'blockDescriptorLength' hides a field. | 78 |
org/jscsi/target/scsi/modeSense/ModeParameterHeader10.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 45 | |
'(' is preceded with whitespace. | 45 | |
'longLba' hides a field. | 45 | |
Missing a Javadoc comment. | 50 | |
'(' is preceded with whitespace. | 50 | |
',' is not followed by whitespace. | 51 | |
',' is not followed by whitespace. | 52 | |
';' is not followed by whitespace. | 53 | |
',' is not followed by whitespace. | 60 | |
',' is not followed by whitespace. | 61 | |
'6' is a magic number. | 62 | |
';' is not followed by whitespace. | 62 | |
Missing a Javadoc comment. | 65 | |
'(' is preceded with whitespace. | 65 |
org/jscsi/target/scsi/modeSense/ModeParameterHeader6.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 | |
'(' is preceded with whitespace. | 31 | |
Missing a Javadoc comment. | 35 | |
'(' is preceded with whitespace. | 35 | |
Parameter byteBuffer should be final. | 35 | |
Parameter index should be final. | 35 | |
Missing a Javadoc comment. | 43 | |
'(' is preceded with whitespace. | 43 |
org/jscsi/target/scsi/modeSense/ModeParameterList.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 42 | |
'(' is preceded with whitespace. | 42 | |
'if' construct must use '{}'s. | 43 | |
'if' construct must use '{}'s. | 47 | |
'if' construct must use '{}'s. | 51 | |
'else' construct must use '{}'s. | 53 | |
Line is longer than 80 characters. | 55 | |
'if' construct must use '{}'s. | 61 | |
Line is longer than 80 characters. | 62 | |
'else' construct must use '{}'s. | 63 | |
Line is longer than 80 characters. | 64 | |
'for' construct must use '{}'s. | 68 | |
'if' construct must use '{}'s. | 68 | |
Line is longer than 80 characters. | 72 | |
'if' construct must use '{}'s. | 77 | |
Line is longer than 80 characters. | 78 | |
'else' construct must use '{}'s. | 79 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 86 | |
Missing a Javadoc comment. | 86 | |
'(' is preceded with whitespace. | 86 | |
'modeParameterHeader' hides a field. | 86 | |
'logicalBlockDescriptors' hides a field. | 86 | |
'modePages' hides a field. | 86 | |
Missing a Javadoc comment. | 92 | |
'(' is preceded with whitespace. | 92 | |
Parameter byteBuffer should be final. | 92 | |
Parameter index should be final. | 92 | |
'if' construct must use '{}'s. | 101 | |
Line is longer than 80 characters. | 101 | |
'if' construct must use '{}'s. | 107 | |
Missing a Javadoc comment. | 113 | |
'(' is preceded with whitespace. | 113 | |
'if' construct must use '{}'s. | 116 | |
Line is longer than 80 characters. | 116 | |
';' is not followed by whitespace. | 116 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
'for' construct must use '{}'s. | 121 | |
'if' construct must use '{}'s. | 121 |
org/jscsi/target/scsi/modeSense/ModeParameterListBuilder.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 5 | |
Variable 'headerType' must be private and have accessor methods. | 13 | |
Line is longer than 80 characters. | 16 | |
Variable 'logicalBlockDescriptors' must be private and have accessor methods. | 19 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Variable 'longLba' must be private and have accessor methods. | 28 | |
Line is longer than 80 characters. | 31 | |
Variable 'modePages' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
'(' is preceded with whitespace. | 35 | |
'headerType' hides a field. | 35 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
'(' is preceded with whitespace. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
'(' is preceded with whitespace. | 45 | |
'logicalBlockDescriptors' hides a field. | 45 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
'(' is preceded with whitespace. | 50 | |
'logicalBlockDescriptors' hides a field. | 50 | |
Missing a Javadoc comment. | 55 | |
'(' is preceded with whitespace. | 55 | |
Missing a Javadoc comment. | 61 | |
'(' is preceded with whitespace. | 61 | |
'modePages' hides a field. | 61 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 69 | |
'(' is preceded with whitespace. | 71 | |
'if' construct must use '{}'s. | 72 | |
'if' construct must use '{}'s. | 73 | |
Line is longer than 80 characters. | 73 |
org/jscsi/target/scsi/modeSense/PageControl.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.ModeSense6Cdb. | 4 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
'(' is preceded with whitespace. | 33 | |
'value' hides a field. | 33 | |
Missing a Javadoc comment. | 37 | |
'(' is preceded with whitespace. | 37 | |
'for' construct must use '{}'s. | 39 | |
'if' construct must use '{}'s. | 40 |
org/jscsi/target/scsi/modeSense/Page_0FormatModePage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 9 | |
Name 'Page_0FormatModePage' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 12 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 26 | |
'(' is preceded with whitespace. | 26 | |
Parameter parametersSaveable should be final. | 26 | |
Parameter pageCode should be final. | 26 | |
Parameter pageLength should be final. | 26 | |
',' is not followed by whitespace. | 27 | |
'(' is preceded with whitespace. | 32 | |
Parameter buffer should be final. | 32 | |
Parameter index should be final. | 32 | |
'(' is preceded with whitespace. | 38 | |
Parameter buffer should be final. | 38 | |
Parameter index should be final. | 38 | |
Line is longer than 80 characters. | 40 |
org/jscsi/target/scsi/modeSense/ShortLogicalBlockDescriptor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
'(' is preceded with whitespace. | 30 | |
Parameter numberOfLogicalBlocks should be final. | 30 | |
Parameter logicalBlockLength should be final. | 30 | |
Missing a Javadoc comment. | 34 | |
'(' is preceded with whitespace. | 34 | |
Parameter byteBuffer should be final. | 34 | |
Parameter index should be final. | 34 | |
',' is not followed by whitespace. | 36 | |
',' is not followed by whitespace. | 37 | |
';' is not followed by whitespace. | 38 | |
',' is not followed by whitespace. | 41 | |
',' is not followed by whitespace. | 42 | |
'5' is a magic number. | 43 | |
';' is not followed by whitespace. | 43 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 |
org/jscsi/target/scsi/modeSense/SubPageFormatModePage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 11 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 39 | |
'(' is preceded with whitespace. | 39 | |
Parameter parametersSaveable should be final. | 39 | |
Parameter pageCode should be final. | 39 | |
'subPageCode' hides a field. | 39 | |
Parameter pageLength should be final. | 39 | |
',' is not followed by whitespace. | 40 | |
Line is longer than 80 characters. | 46 | |
'(' is preceded with whitespace. | 46 | |
'(' is preceded with whitespace. | 52 | |
Parameter buffer should be final. | 52 | |
Parameter index should be final. | 52 | |
',' is not followed by whitespace. | 54 | |
',' is not followed by whitespace. | 55 | |
';' is not followed by whitespace. | 56 |
org/jscsi/target/scsi/modeSense/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 23 |
org/jscsi/target/scsi/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 30 | |
Line has trailing spaces. | 37 |
org/jscsi/target/scsi/readCapacity/ReadCapacity10ParameterData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
'(' is preceded with whitespace. | 31 | |
Missing a Javadoc comment. | 35 | |
'(' is preceded with whitespace. | 35 | |
Parameter byteBuffer should be final. | 35 | |
Parameter index should be final. | 35 | |
Line is longer than 80 characters. | 39 | |
'4' is a magic number. | 43 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 |
org/jscsi/target/scsi/readCapacity/ReadCapacity16ParameterData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
'(' is preceded with whitespace. | 27 | |
Parameter logicalBlockLengthInBytes should be final. | 27 | |
Missing a Javadoc comment. | 31 | |
'(' is preceded with whitespace. | 31 | |
Parameter byteBuffer should be final. | 31 | |
Parameter index should be final. | 31 | |
'8' is a magic number. | 36 | |
Missing a Javadoc comment. | 39 | |
'(' is preceded with whitespace. | 39 |
org/jscsi/target/scsi/readCapacity/ReadCapacityParameterData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 11 | |
Missing a Javadoc comment. | 16 | |
Variable 'returnedLogicalBlockAddress' must be private and have accessor methods. | 16 | |
Missing a Javadoc comment. | 18 | |
Variable 'logicalBlockLengthInBytes' must be private and have accessor methods. | 18 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'(' is preceded with whitespace. | 20 | |
'returnedLogicalBlockAddress' hides a field. | 20 | |
'logicalBlockLengthInBytes' hides a field. | 20 |
org/jscsi/target/scsi/readCapacity/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 |
org/jscsi/target/scsi/sense/AdditionalSenseBytes.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
'(' is preceded with whitespace. | 22 | |
Parameter byteBuffer should be final. | 22 | |
Parameter index should be final. | 22 | |
Missing a Javadoc comment. | 26 | |
'(' is preceded with whitespace. | 26 |
org/jscsi/target/scsi/sense/AdditionalSenseCodeAndQualifier.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 41 | |
'{' is not followed by whitespace. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 50 | |
'for' construct must use '{}'s. | 51 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
'(' is preceded with whitespace. | 61 | |
Parameter value should be final. | 61 | |
Line has trailing spaces. | 67 | |
'(' is preceded with whitespace. | 70 | |
Parameter value should be final. | 70 | |
'value' hides a field. | 70 | |
Line has trailing spaces. | 76 | |
'(' is preceded with whitespace. | 79 | |
Line is longer than 80 characters. | 84 | |
Line has trailing spaces. | 85 | |
'(' is preceded with whitespace. | 88 | |
'8' is a magic number. | 89 | |
Line is longer than 80 characters. | 93 | |
Line has trailing spaces. | 94 | |
'(' is preceded with whitespace. | 97 |
org/jscsi/target/scsi/sense/DescriptorFormatSenseData.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 61 | |
'(' is preceded with whitespace. | 61 | |
Parameter additionalSenseCodeAndQualifier should be final. | 61 | |
Parameter senseDataDescriptors should be final. | 61 | |
'senseDataDescriptors' hides a field. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 66 | |
'(' is preceded with whitespace. | 66 | |
Parameter byteBuffer should be final. | 66 | |
Parameter index should be final. | 66 | |
Line is longer than 80 characters. | 71 | |
'7' is a magic number. | 72 | |
';' is not followed by whitespace. | 72 | |
';' is not followed by whitespace. | 73 | |
'15' is a magic number. | 76 | |
';' is not followed by whitespace. | 77 | |
Line is longer than 80 characters. | 80 | |
'for' construct must use '{}'s. | 83 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 102 | |
Line has trailing spaces. | 103 | |
'(' is preceded with whitespace. | 106 | |
'for' construct must use '{}'s. | 109 | |
'if' construct must use '{}'s. | 110 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 115 | |
'(' is preceded with whitespace. | 115 |
org/jscsi/target/scsi/sense/ErrorType.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 5 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 |
org/jscsi/target/scsi/sense/FixedFormatSenseData.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.ScsiOperationCode. | 6 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 107 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
'private' modifier out of order with the JLS suggestions. | 125 | |
Line is longer than 80 characters. | 128 | |
Line has trailing spaces. | 130 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 144 | |
More than 7 parameters. | 144 | |
'(' is preceded with whitespace. | 144 | |
'valid' hides a field. | 144 | |
Expected @param tag for 'valid'. | 144 | |
'fileMark' hides a field. | 144 | |
Expected @param tag for 'fileMark'. | 144 | |
'endOfMedium' hides a field. | 144 | |
Expected @param tag for 'endOfMedium'. | 144 | |
'incorrectLengthIndicator' hides a field. | 144 | |
Expected @param tag for 'incorrectLengthIndicator'. | 144 | |
Expected @param tag for 'senseKey'. | 144 | |
'information' hides a field. | 144 | |
Expected @param tag for 'information'. | 144 | |
'commandSpecificInformation' hides a field. | 144 | |
Expected @param tag for 'commandSpecificInformation'. | 144 | |
Expected @param tag for 'additionalSenseCodeAndQualifier'. | 144 | |
'fieldReplaceableUnitCode' hides a field. | 144 | |
Expected @param tag for 'fieldReplaceableUnitCode'. | 144 | |
'senseKeySpecificData' hides a field. | 144 | |
Expected @param tag for 'senseKeySpecificData'. | 144 | |
'additionalSenseBytes' hides a field. | 144 | |
Expected @param tag for 'additionalSenseBytes'. | 144 | |
Line is longer than 80 characters. | 145 | |
'if' construct must use '{}'s. | 157 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
'(' is preceded with whitespace. | 161 | |
Parameter byteBuffer should be final. | 161 | |
Parameter index should be final. | 161 | |
'7' is a magic number. | 169 | |
'7' is a magic number. | 177 | |
'6' is a magic number. | 180 | |
'5' is a magic number. | 183 | |
'15' is a magic number. | 186 | |
'if' construct must use '{}'s. | 191 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 194 | |
'if' construct must use '{}'s. | 197 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 203 | |
'if' construct must use '{}'s. | 206 | |
Line is longer than 80 characters. | 206 | |
'if' construct must use '{}'s. | 209 | |
Line is longer than 80 characters. | 209 | |
Missing a Javadoc comment. | 212 | |
'(' is preceded with whitespace. | 212 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Missing a Javadoc comment. | 216 | |
'(' is preceded with whitespace. | 216 | |
'if' construct must use '{}'s. | 218 |
org/jscsi/target/scsi/sense/SenseData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 14 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 24 | |
Variable 'responseCode' must be private and have accessor methods. | 28 | |
Line is longer than 80 characters. | 31 | |
Variable 'errorType' must be private and have accessor methods. | 33 | |
Line is longer than 80 characters. | 36 | |
Variable 'senseDataFormat' must be private and have accessor methods. | 38 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Variable 'senseKey' must be private and have accessor methods. | 45 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 52 | |
Variable 'additionalSenseCodeAndQualifier' must be private and have accessor methods. | 52 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 62 | |
'(' is preceded with whitespace. | 62 | |
'errorType' hides a field. | 62 | |
'senseDataFormat' hides a field. | 62 | |
'senseKey' hides a field. | 62 | |
'additionalSenseCodeAndQualifier' hides a field. | 62 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 77 | |
'(' is preceded with whitespace. | 77 | |
'if' construct must use '{}'s. | 79 | |
'0x70' is a magic number. | 80 | |
'else' construct must use '{}'s. | 81 | |
'0x71' is a magic number. | 83 | |