Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 270 | ![]() |
JavadocMethod | 26 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 3 | ![]() |
JavadocStyle | 1 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 1435 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 182 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 2 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 125 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 3 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 1 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 6 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 1 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 3 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 24 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 0 | ![]() |
TodoComment | 2 | ![]() |
UpperEll | 0 | ![]() |
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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | Line has trailing spaces. | 286 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Redundant 'final' modifier. | 290 |
![]() | '(' is preceded with whitespace. | 290 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Line has trailing spaces. | 299 |
![]() | Redundant 'final' modifier. | 303 |
![]() | '(' is preceded with whitespace. | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | '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 |
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 |
![]() | '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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |
![]() | 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 |