Checkstyle Results
The following document contains the results of Checkstyle.
Files
Rules
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 1 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 589 | Error |
JavadocMethod | 317 | Error |
JavadocType | 7 | Error |
JavadocVariable | 944 | Error |
JavadocStyle | 48 | Error |
ConstantName | 4 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 1 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 1 | Error |
TypeName | 1 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 43 | Error |
LineLength | 2507 | Error |
MethodLength | 3 | Error |
ParameterNumber | 7 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 635 | Error |
NoWhitespaceAfter | 9 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 669 | Error |
WhitespaceAround | 37 | Error |
ModifierOrder | 8 | Error |
RedundantModifier | 52 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 7 | Error |
LeftCurly | 0 | Error |
NeedBraces | 250 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 5 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 1 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 149 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 260 | Error |
MissingSwitchDefault | 1 | Error |
RedundantThrows | 1 | Error |
SimplifyBooleanExpression | 2 | Error |
SimplifyBooleanReturn | 1 | Error |
DesignForExtension | 127 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 8 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 81 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 282 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Details
org/jscsi/target/Activator.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 16 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Method 'start' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Parameter context should be final. | 26 | |
'if' construct must use '{}'s. | 34 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
'if' is not followed by whitespace. | 40 | |
Expression can be simplified. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line is longer than 80 characters. | 41 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 44 | |
'?' is not preceded with whitespace. | 44 | |
Avoid inline conditionals. | 44 | |
Line has trailing spaces. | 45 | |
'if' is not followed by whitespace. | 47 | |
Expression can be simplified. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 51 | |
'?' is not preceded with whitespace. | 51 | |
Avoid inline conditionals. | 51 | |
Line is longer than 80 characters. | 53 | |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Parameter context should be final. | 60 |
org/jscsi/target/Configuration.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Missing a Javadoc comment. | 84 | |
Variable 'targets' must be private and have accessor methods. | 84 | |
Variable 'targetAddress' must be private and have accessor methods. | 91 | |
Line is longer than 80 characters. | 96 | |
Variable 'port' must be private and have accessor methods. | 99 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
Variable 'allowSloppyNegotiation' must be private and have accessor methods. | 109 | |
';' is not followed by whitespace. | 109 | |
Variable 'targetPortalGroupTag' must be private and have accessor methods. | 115 | |
Line is longer than 80 characters. | 120 | |
Variable 'logicalUnitNumber' must be private and have accessor methods. | 120 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 126 | |
Variable 'outMaxRecvDataSegmentLength' must be private and have accessor methods. | 129 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 141 | |
Missing a Javadoc comment. | 145 | |
'(' is preceded with whitespace. | 145 | |
'3260' is a magic number. | 146 | |
Method 'getInMaxRecvTextPduSequenceLength' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
'(' is preceded with whitespace. | 158 | |
Method 'getOutMaxRecvDataSegmentLength' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
'(' is preceded with whitespace. | 162 | |
Method 'getTargetAddress' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
'(' is preceded with whitespace. | 166 | |
Method 'getPort' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
'(' is preceded with whitespace. | 170 | |
Method 'getAllowSloppyNegotiation' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
'(' is preceded with whitespace. | 174 | |
Method 'getTargetPortalGroupTag' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Missing a Javadoc comment. | 178 | |
'(' is preceded with whitespace. | 178 | |
Method 'getLogicalUnitNumber' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
'(' is preceded with whitespace. | 182 | |
Method 'getTargets' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
'(' is preceded with whitespace. | 186 | |
Line is longer than 80 characters. | 190 | |
Missing a Javadoc comment. | 190 | |
'(' is preceded with whitespace. | 190 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 195 | |
Line has trailing spaces. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Expected an @return tag. | 202 | |
Line is longer than 80 characters. | 202 | |
'(' is preceded with whitespace. | 202 | |
Expected @param tag for 'schemaLocation'. | 202 | |
Expected @param tag for 'configFile'. | 202 | |
Expected @param tag for 'pTargetAddress'. | 202 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 209 | |
Line is longer than 80 characters. | 222 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 225 | |
'if' construct must use '{}'s. | 235 | |
Line is longer than 80 characters. | 236 | |
'else' construct must use '{}'s. | 237 | |
'3260' is a magic number. | 238 | |
Line is longer than 80 characters. | 241 | |
'if' construct must use '{}'s. | 242 | |
'else' construct must use '{}'s. | 244 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 251 | |
Missing a Javadoc comment. | 251 | |
'(' is preceded with whitespace. | 251 | |
Parameter targetElement should be final. | 251 | |
switch without "default" clause. | 269 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 293 | |
'1024' is a magic number. | 293 | |
'3' is a magic number. | 293 | |
Line is longer than 80 characters. | 299 | |
Missing a Javadoc comment. | 305 | |
'(' is preceded with whitespace. | 305 | |
Line is longer than 80 characters. | 307 |
org/jscsi/target/Target.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 11 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Line is longer than 80 characters. | 21 | |
Missing a Javadoc comment. | 21 | |
'(' is preceded with whitespace. | 21 | |
Parameter targetName should be final. | 21 | |
'targetName' hides a field. | 21 | |
Parameter targetAlias should be final. | 21 | |
'targetAlias' hides a field. | 21 | |
Parameter storageModule should be final. | 21 | |
'storageModule' hides a field. | 21 | |
Method 'getTargetName' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
'(' is preceded with whitespace. | 27 | |
Method 'getTargetAlias' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
'(' is preceded with whitespace. | 31 | |
Method 'getStorageModule' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
'(' is preceded with whitespace. | 35 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 39 | |
'(' is preceded with whitespace. | 40 | |
Avoid inline conditionals. | 43 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 47 | |
'(' is preceded with whitespace. | 48 | |
Parameter obj should be final. | 48 | |
'if' construct must use '{}'s. | 49 | |
'if' construct must use '{}'s. | 50 | |
'if' construct must use '{}'s. | 51 | |
'if' construct must use '{}'s. | 54 | |
'if' construct must use '{}'s. | 55 |
org/jscsi/target/TargetServer.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 64 | |
First sentence should end with a period. | 68 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 77 | |
Name 'nextTargetTransferTag' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 | |
Line has trailing spaces. | 83 | |
Missing a Javadoc comment. | 89 | |
'(' is preceded with whitespace. | 89 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 111 | |
Line has trailing spaces. | 113 | |
'(' is preceded with whitespace. | 118 | |
Line has trailing spaces. | 129 | |
'(' is preceded with whitespace. | 133 | |
Parameter args should be final. | 133 | |
Expected @throws tag for 'Exception'. | 133 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 173 | |
Line has trailing spaces. | 174 | |
Line has trailing spaces. | 175 | |
Line is longer than 80 characters. | 183 | |
Avoid inline conditionals. | 183 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 189 | |
Missing a Javadoc comment. | 195 | |
'(' is preceded with whitespace. | 195 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 211 | |
'if' construct must use '{}'s. | 220 | |
Line is longer than 80 characters. | 220 | |
Line has trailing spaces. | 222 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 230 | |
',' is not followed by whitespace. | 230 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 234 | |
Line is longer than 80 characters. | 235 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 243 | |
'for' is not followed by whitespace. | 255 | |
'{' is not preceded with whitespace. | 255 | |
Missing a Javadoc comment. | 262 | |
'(' is preceded with whitespace. | 262 | |
Missing a Javadoc comment. | 266 | |
'(' is preceded with whitespace. | 266 | |
Missing a Javadoc comment. | 270 | |
'(' is preceded with whitespace. | 270 | |
Parameter targetName should be final. | 270 | |
Line has trailing spaces. | 278 | |
'(' is preceded with whitespace. | 281 | |
Parameter session should be final. | 281 | |
Missing a Javadoc comment. | 285 | |
'(' is preceded with whitespace. | 285 | |
Line has trailing spaces. | 293 | |
'(' is preceded with whitespace. | 297 | |
Parameter checkTargetName should be final. | 297 | |
Expected @param tag for 'checkTargetName'. | 297 | |
Line has trailing spaces. | 303 | |
'(' is preceded with whitespace. | 306 | |
Line has trailing spaces. | 309 | |
First sentence should end with a period. | 310 | |
'{' is not preceded with whitespace. | 313 | |
'for' is not followed by whitespace. | 315 | |
'{' is not preceded with whitespace. | 315 | |
'if' is not followed by whitespace. | 316 | |
'{' is not preceded with whitespace. | 316 | |
Line is longer than 80 characters. | 318 |
org/jscsi/target/connection/Connection.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.connection.stage.fullfeature.ReadStage. | 18 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 42 | |
'(' is preceded with whitespace. | 42 | |
Missing a Javadoc comment. | 44 | |
'(' is preceded with whitespace. | 44 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
'(' is preceded with whitespace. | 48 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
'(' is preceded with whitespace. | 50 | |
Missing a Javadoc comment. | 52 | |
'(' is preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 54 | |
'(' is preceded with whitespace. | 54 | |
Missing a Javadoc comment. | 56 | |
'(' is preceded with whitespace. | 56 | |
Missing a Javadoc comment. | 58 | |
'(' is preceded with whitespace. | 58 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
'(' is preceded with whitespace. | 60 | |
Missing a Javadoc comment. | 62 | |
'(' is preceded with whitespace. | 62 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
Redundant 'public' modifier. | 64 | |
Missing a Javadoc comment. | 66 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 68 | |
Line is longer than 80 characters. | 76 | |
Variable 'senderWorker' must be private and have accessor methods. | 78 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 100 | |
'4' is a magic number. | 100 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 106 | |
Line has trailing spaces. | 117 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 122 | |
'(' is preceded with whitespace. | 122 | |
Parameter socketChannel should be final. | 122 | |
'isLeadingConnection' hides a field. | 122 | |
Line is longer than 80 characters. | 128 | |
Line has trailing spaces. | 130 | |
Method 'getDataInArray' is not designed for extension - needs to be abstract, final or empty. | 134 | |
'(' is preceded with whitespace. | 134 | |
Line has trailing spaces. | 140 | |
Method 'getSession' is not designed for extension - needs to be abstract, final or empty. | 143 | |
'(' is preceded with whitespace. | 143 | |
Line has trailing spaces. | 149 | |
Method 'setSession' is not designed for extension - needs to be abstract, final or empty. | 152 | |
'(' is preceded with whitespace. | 152 | |
Parameter session should be final. | 152 | |
Line is longer than 80 characters. | 158 | |
Line has trailing spaces. | 161 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 168 | |
Method 'receivePdu' is not designed for extension - needs to be abstract, final or empty. | 168 | |
'(' is preceded with whitespace. | 168 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 177 | |
Must have at least one statement. | 178 | |
'{' is not followed by whitespace. | 178 | |
'}' is not preceded with whitespace. | 178 | |
Line is longer than 80 characters. | 182 | |
Line is longer than 80 characters. | 183 | |
Line has trailing spaces. | 190 | |
Line is longer than 80 characters. | 196 | |
Method 'sendPdu' is not designed for extension - needs to be abstract, final or empty. | 196 | |
'(' is preceded with whitespace. | 196 | |
Parameter pdu should be final. | 196 | |
Expected @throws tag for 'InterruptedException'. | 196 | |
Expected @throws tag for 'IOException'. | 196 | |
Expected @throws tag for 'InternetSCSIException'. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 206 | |
Line has trailing spaces. | 208 | |
Expected an @return tag. | 210 | |
Method 'call' is not designed for extension - needs to be abstract, final or empty. | 210 | |
'(' is preceded with whitespace. | 210 | |
'if' construct must use '{}'s. | 220 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 228 | |
Method 'getTargetSession' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Missing a Javadoc comment. | 240 | |
'(' is preceded with whitespace. | 240 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 246 | |
Line has trailing spaces. | 247 | |
Method 'isLeadingConnection' is not designed for extension - needs to be abstract, final or empty. | 250 | |
'(' is preceded with whitespace. | 250 | |
Line is longer than 80 characters. | 257 | |
Line is longer than 80 characters. | 259 | |
Method 'initializeConnectionSettingsNegotiator' is not designed for extension - needs to be abstract, final or empty. | 259 | |
'(' is preceded with whitespace. | 259 | |
Expected @param tag for 'sessionSettingsNegotiator'. | 259 | |
Line is longer than 80 characters. | 260 | |
Line is longer than 80 characters. | 264 | |
Line has trailing spaces. | 265 | |
Method 'getSettings' is not designed for extension - needs to be abstract, final or empty. | 268 | |
'(' is preceded with whitespace. | 268 | |
Method 'getConnectionSettingsNegotiator' is not designed for extension - needs to be abstract, final or empty. | 272 | |
Missing a Javadoc comment. | 272 | |
'(' is preceded with whitespace. | 272 | |
Method 'getStatusSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Missing a Javadoc comment. | 276 | |
'(' is preceded with whitespace. | 276 | |
Method 'setStatusSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Missing a Javadoc comment. | 280 | |
'(' is preceded with whitespace. | 280 | |
'statusSequenceNumber' hides a field. | 280 | |
Line is longer than 80 characters. | 281 | |
Line has trailing spaces. | 283 | |
Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Missing a Javadoc comment. | 284 | |
'{' is not preceded with whitespace. | 284 | |
'if' is not followed by whitespace. | 285 | |
'{' is not preceded with whitespace. | 285 | |
'cast' is not followed by whitespace. | 286 | |
Line has trailing spaces. | 289 |
org/jscsi/target/connection/SessionType.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 25 | |
Unclosed HTML tag found: <i>key-value</> pairs). | 25 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 32 | |
Unclosed HTML tag found: <i>key-value</> pairs) describing this | 32 | |
'(' is preceded with whitespace. | 35 | |
'value' hides a field. | 35 | |
Missing a Javadoc comment. | 39 | |
'(' is preceded with whitespace. | 39 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 46 | |
'(' is preceded with whitespace. | 50 | |
'for' construct must use '{}'s. | 52 | |
'if' construct must use '{}'s. | 53 |
org/jscsi/target/connection/TargetPduFactory.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Utility classes should not have a public or default constructor. | 33 | |
Line is longer than 80 characters. | 38 | |
Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
More than 7 parameters. | 40 | |
'(' is preceded with whitespace. | 40 | |
Parameter finalFlag should be final. | 40 | |
Parameter acknowledgeFlag should be final. | 40 | |
Parameter residualOverflowFlag should be final. | 40 | |
Parameter residualUnderflowFlag should be final. | 40 | |
Parameter statusFlag should be final. | 40 | |
Parameter status should be final. | 40 | |
Parameter logicalUnitNumber should be final. | 40 | |
Parameter initiatorTaskTag should be final. | 40 | |
Parameter targetTransferTag should be final. | 40 | |
Parameter dataSequenceNumber should be final. | 40 | |
',' is not followed by whitespace. | 40 | |
Parameter bufferOffset should be final. | 41 | |
Parameter residualCount should be final. | 41 | |
Parameter dataSegment should be final. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
More than 7 parameters. | 60 | |
'(' is preceded with whitespace. | 60 | |
Parameter transitFlag should be final. | 60 | |
Parameter continueFlag should be final. | 60 | |
Parameter currentStage should be final. | 60 | |
Parameter nextStage should be final. | 60 | |
Parameter initiatorSessionID should be final. | 60 | |
Parameter targetSessionIdentifyingHandle should be final. | 60 | |
Parameter initiatorTaskTag should be final. | 60 | |
Parameter status should be final. | 60 | |
Parameter dataSegment should be final. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 75 | |
'(' is preceded with whitespace. | 75 | |
Parameter response should be final. | 75 | |
Parameter initiatorTaskTag should be final. | 75 | |
Parameter time2Wait should be final. | 75 | |
Parameter time2Retain should be final. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 86 | |
Missing a Javadoc comment. | 86 | |
'(' is preceded with whitespace. | 86 | |
Parameter response should be final. | 86 | |
Parameter initiatorTaskTag should be final. | 86 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 95 | |
Missing a Javadoc comment. | 95 | |
'(' is preceded with whitespace. | 95 | |
Parameter logicalUnitNumber should be final. | 95 | |
Parameter initiatorTaskTag should be final. | 95 | |
Parameter targetTransferTag should be final. | 95 | |
Parameter readyToTransferSequenceNumber should be final. | 95 | |
Parameter bufferOffset should be final. | 95 | |
Parameter desiredDataTransferLength should be final. | 95 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 108 | |
More than 7 parameters. | 108 | |
'(' is preceded with whitespace. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 127 | |
Missing a Javadoc comment. | 127 | |
'(' is preceded with whitespace. | 127 | |
Parameter finalFlag should be final. | 127 | |
Parameter continueFlag should be final. | 127 | |
Parameter logicalUnitNumber should be final. | 127 | |
Parameter initiatorTaskTag should be final. | 127 | |
Parameter targetTransferTag should be final. | 127 | |
Parameter dataSegment should be final. | 127 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 139 | |
Missing a Javadoc comment. | 139 | |
'(' is preceded with whitespace. | 139 | |
Line is longer than 80 characters. | 140 |
org/jscsi/target/connection/TargetSenderWorker.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
'private' modifier out of order with the JLS suggestions. | 39 | |
'private' modifier out of order with the JLS suggestions. | 49 | |
Line is longer than 80 characters. | 52 | |
'private' modifier out of order with the JLS suggestions. | 55 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
'(' is preceded with whitespace. | 76 | |
'connection' hides a field. | 76 | |
'socketChannel' hides a field. | 76 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 87 | |
Line has trailing spaces. | 89 | |
Method 'setSession' is not designed for extension - needs to be abstract, final or empty. | 92 | |
'(' is preceded with whitespace. | 92 | |
'session' hides a field. | 92 | |
Line is longer than 80 characters. | 97 | |
Line has trailing spaces. | 98 | |
'(' is preceded with whitespace. | 101 | |
Line is longer than 80 characters. | 106 | |
Line has trailing spaces. | 108 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 115 | |
Method 'receiveFromWire' is not designed for extension - needs to be abstract, final or empty. | 115 | |
'(' is preceded with whitespace. | 115 | |
Expected @throws tag for 'SettingsException'. | 115 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
',' is not followed by whitespace. | 123 | |
';' is not followed by whitespace. | 125 | |
Line is longer than 80 characters. | 129 | |
'if' construct must use '{}'s. | 138 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 155 | |
'if' construct must use '{}'s. | 156 | |
'if' construct must use '{}'s. | 158 | |
'else' construct must use '{}'s. | 160 | |
Line is longer than 80 characters. | 161 | |
Must have at least one statement. | 173 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 176 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 183 | |
'if' construct must use '{}'s. | 188 | |
Line is longer than 80 characters. | 188 | |
Must have at least one statement. | 189 | |
Line is longer than 80 characters. | 197 | |
Line has trailing spaces. | 198 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 207 | |
'(' is preceded with whitespace. | 207 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 213 | |
'if' construct must use '{}'s. | 214 | |
Line is longer than 80 characters. | 215 | |
'if' construct must use '{}'s. | 217 | |
'if' construct must use '{}'s. | 224 | |
Line is longer than 80 characters. | 224 |
org/jscsi/target/connection/TargetSession.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.parser.ProtocolDataUnit. | 4 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 25 | |
'(' is preceded with whitespace. | 27 | |
';' is not followed by whitespace. | 28 | |
'{' is not followed by whitespace. | 30 | |
First sentence should end with a period. | 36 | |
First sentence should end with a period. | 41 | |
Line is longer than 80 characters. | 47 | |
First sentence should end with a period. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 75 | |
Line has trailing spaces. | 86 | |
Line is longer than 80 characters. | 92 | |
First sentence should end with a period. | 96 | |
Line has trailing spaces. | 98 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 105 | |
'(' is preceded with whitespace. | 105 | |
'target' hides a field. | 105 | |
Expected @param tag for 'target'. | 105 | |
'connection' hides a field. | 105 | |
'initiatorSessionID' hides a field. | 105 | |
'expectedCommandSequenceNumber' hides a field. | 105 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line has trailing spaces. | 125 | |
Method 'getTargetServer' is not designed for extension - needs to be abstract, final or empty. | 128 | |
'(' is preceded with whitespace. | 128 | |
Line has trailing spaces. | 134 | |
Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 137 | |
'(' is preceded with whitespace. | 137 | |
First sentence should end with a period. | 141 | |
Line has trailing spaces. | 143 | |
Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 146 | |
'(' is preceded with whitespace. | 146 | |
Line has trailing spaces. | 152 | |
Method 'getStorageModule' is not designed for extension - needs to be abstract, final or empty. | 155 | |
'(' is preceded with whitespace. | 155 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 162 | |
Line has trailing spaces. | 164 | |
Line is longer than 80 characters. | 165 | |
Method 'getExpectedCommandSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 168 | |
'(' is preceded with whitespace. | 168 | |
Line has trailing spaces. | 174 | |
Method 'getInitiatorSessionID' is not designed for extension - needs to be abstract, final or empty. | 177 | |
'(' is preceded with whitespace. | 177 | |
Line is longer than 80 characters. | 182 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 186 | |
Line has trailing spaces. | 187 | |
Line is longer than 80 characters. | 188 | |
Method 'getMaximumCommandSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 190 | |
'(' is preceded with whitespace. | 190 | |
Line is longer than 80 characters. | 191 | |
Line has trailing spaces. | 196 | |
Method 'getTargetSessionIdentifyingHandle' is not designed for extension - needs to be abstract, final or empty. | 199 | |
'(' is preceded with whitespace. | 199 | |
Line is longer than 80 characters. | 204 | |
Line has trailing spaces. | 206 | |
Line is longer than 80 characters. | 207 | |
Method 'isNormalSession' is not designed for extension - needs to be abstract, final or empty. | 209 | |
'(' is preceded with whitespace. | 209 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 215 | |
Line has trailing spaces. | 216 | |
Method 'removeTargetConnection' is not designed for extension - needs to be abstract, final or empty. | 219 | |
'(' is preceded with whitespace. | 219 | |
Parameter connection should be final. | 219 | |
'connection' hides a field. | 219 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 228 | |
Line has trailing spaces. | 229 | |
Line is longer than 80 characters. | 231 | |
Method 'setSessionType' is not designed for extension - needs to be abstract, final or empty. | 233 | |
'(' is preceded with whitespace. | 233 | |
Parameter sessionType should be final. | 233 | |
'sessionType' hides a field. | 233 | |
'if' construct must use '{}'s. | 235 | |
First sentence should end with a period. | 240 | |
Line is longer than 80 characters. | 241 | |
Line has trailing spaces. | 242 | |
Method 'setTargetName' is not designed for extension - needs to be abstract, final or empty. | 245 | |
'(' is preceded with whitespace. | 245 | |
Parameter targetName should be final. | 245 | |
Expected @param tag for 'targetName'. | 245 | |
'if' construct must use '{}'s. | 246 | |
Method 'getTargetName' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Missing a Javadoc comment. | 250 | |
'(' is preceded with whitespace. | 250 | |
'if' construct must use '{}'s. | 251 |
org/jscsi/target/connection/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 22 |
org/jscsi/target/connection/phase/TargetFullFeaturePhase.java
Violation | Message | Line |
---|---|---|
Unused import - javax.naming.OperationNotSupportedException. | 7 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 52 | |
Line has trailing spaces. | 59 | |
'(' is preceded with whitespace. | 62 | |
Parameter connection should be final. | 62 | |
Line has trailing spaces. | 69 | |
Unused @throws tag for 'OperationNotSupportedException'. | 71 | |
Line is longer than 80 characters. | 78 | |
'(' is preceded with whitespace. | 78 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 91 | |
';' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 143 | |
'}' is not followed by whitespace. | 143 | |
Line is longer than 80 characters. | 145 | |
'255' is a magic number. | 145 | |
'{' is not followed by whitespace. | 149 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 168 | |
Line has trailing spaces. | 178 | |
First sentence should end with a period. | 179 | |
'{' is not preceded with whitespace. | 182 |
org/jscsi/target/connection/phase/TargetLoginPhase.java
Violation | Message | Line |
---|---|---|
Unused import - javax.naming.OperationNotSupportedException. | 7 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 24 | |
First sentence should end with a period. | 30 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 39 | |
';' is not followed by whitespace. | 42 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 56 | |
'(' is preceded with whitespace. | 59 | |
Parameter connection should be final. | 59 | |
Line has trailing spaces. | 65 | |
Unused @throws tag for 'OperationNotSupportedException'. | 68 | |
Line is longer than 80 characters. | 76 | |
'(' is preceded with whitespace. | 76 | |
Parameter pdu should be final. | 76 | |
Line is longer than 80 characters. | 79 | |
Must have at least one statement. | 80 | |
';' is not followed by whitespace. | 84 | |
';' is not followed by whitespace. | 92 | |
Line is longer than 80 characters. | 96 | |
'if' construct must use '{}'s. | 102 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 126 | |
'if' construct must use '{}'s. | 130 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 158 | |
Line has trailing spaces. | 159 | |
Line is longer than 80 characters. | 160 | |
'(' is preceded with whitespace. | 162 | |
'if' construct must use '{}'s. | 163 | |
Missing a Javadoc comment. | 168 | |
Redundant 'final' modifier. | 168 | |
'(' is preceded with whitespace. | 168 |
org/jscsi/target/connection/phase/TargetPhase.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Variable 'connection' must be private and have accessor methods. | 28 | |
Line has trailing spaces. | 32 | |
'(' is preceded with whitespace. | 35 | |
Parameter connection should be final. | 35 | |
'connection' hides a field. | 35 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 52 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 52 | |
'(' is preceded with whitespace. | 52 | |
Parameter pdu should be final. | 52 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 69 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 69 | |
'(' is preceded with whitespace. | 69 | |
First sentence should end with a period. | 73 | |
Line has trailing spaces. | 75 | |
Method 'getTargetConnection' is not designed for extension - needs to be abstract, final or empty. | 78 | |
'(' is preceded with whitespace. | 78 |
org/jscsi/target/connection/phase/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/connection/stage/TMStage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 30 | |
'(' is preceded with whitespace. | 35 | |
Parameter targetFullFeaturePhase should be final. | 35 | |
Expected @param tag for 'targetFullFeaturePhase'. | 35 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line is longer than 80 characters. | 40 | |
'(' is preceded with whitespace. | 40 | |
Parameter pdu should be final. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 77 |
org/jscsi/target/connection/stage/TargetStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 22 | |
Variable 'targetPhase' must be private and have accessor methods. | 30 | |
First sentence should end with a period. | 32 | |
Line is longer than 80 characters. | 33 | |
Variable 'connection' must be private and have accessor methods. | 35 | |
Variable 'session' must be private and have accessor methods. | 40 | |
Variable 'settings' must be private and have accessor methods. | 45 | |
Line has trailing spaces. | 49 | |
'(' is preceded with whitespace. | 52 | |
Parameter targetPhase should be final. | 52 | |
'targetPhase' hides a field. | 52 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
'(' is preceded with whitespace. | 71 | |
Expected @throws tag for 'InterruptedException'. | 71 | |
Line has trailing spaces. | 75 | |
Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 78 | |
'(' is preceded with whitespace. | 78 |
org/jscsi/target/connection/stage/fullfeature/FormatUnitStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
'(' is preceded with whitespace. | 53 | |
Parameter targetFullFeaturePhase should be final. | 53 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Line is longer than 80 characters. | 58 | |
'(' is preceded with whitespace. | 58 | |
Parameter pdu should be final. | 58 | |
';' is not followed by whitespace. | 65 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 74 | |
',' is not followed by whitespace. | 74 | |
',' is not followed by whitespace. | 75 | |
',' is not followed by whitespace. | 76 | |
',' is not followed by whitespace. | 77 | |
',' is not followed by whitespace. | 78 | |
',' is not followed by whitespace. | 79 | |
',' is not followed by whitespace. | 80 | |
',' is not followed by whitespace. | 81 | |
',' is not followed by whitespace. | 82 | |
',' is not followed by whitespace. | 87 | |
',' is not followed by whitespace. | 88 | |
';' is not followed by whitespace. | 90 | |
Line is longer than 80 characters. | 92 | |
',' is not followed by whitespace. | 92 | |
',' is not followed by whitespace. | 93 | |
',' is not followed by whitespace. | 94 | |
',' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
',' is not followed by whitespace. | 96 | |
',' is not followed by whitespace. | 97 | |
',' is not followed by whitespace. | 98 | |
',' is not followed by whitespace. | 99 | |
',' is not followed by whitespace. | 100 | |
',' is not followed by whitespace. | 101 | |
',' is not followed by whitespace. | 102 | |
Line is longer than 80 characters. | 103 | |
';' is not followed by whitespace. | 103 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 114 | |
',' is not followed by whitespace. | 118 | |
',' is not followed by whitespace. | 119 | |
Line is longer than 80 characters. | 120 | |
',' is not followed by whitespace. | 120 | |
';' is not followed by whitespace. | 121 |
org/jscsi/target/connection/stage/fullfeature/InquiryStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
'(' is preceded with whitespace. | 33 | |
Parameter targetFullFeaturePhase should be final. | 33 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line is longer than 80 characters. | 38 | |
'(' is preceded with whitespace. | 38 | |
Parameter pdu should be final. | 38 | |
';' is not followed by whitespace. | 43 | |
'{' is not followed by whitespace. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 86 | |
'{' is not followed by whitespace. | 88 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 102 | |
Line has trailing spaces. | 103 |
org/jscsi/target/connection/stage/fullfeature/LogoutStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 26 | |
'(' is preceded with whitespace. | 26 | |
Parameter targetFullFeaturePhase should be final. | 26 | |
Line is longer than 80 characters. | 31 | |
'(' is preceded with whitespace. | 31 | |
Parameter pdu should be final. | 31 | |
Line is longer than 80 characters. | 36 | |
',' is not followed by whitespace. | 36 | |
';' is not followed by whitespace. | 37 |
org/jscsi/target/connection/stage/fullfeature/ModeSenseStage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
'(' is preceded with whitespace. | 37 | |
Parameter targetFullFeaturePhase should be final. | 37 | |
Line is longer than 80 characters. | 42 | |
'(' is preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 68 | |
'{' is followed by whitespace. | 68 | |
'{' is followed by whitespace. | 72 | |
Line is longer than 80 characters. | 76 | |
'{' is followed by whitespace. | 76 | |
'}' is not followed by whitespace. | 78 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 | |
',' is not followed by whitespace. | 85 | |
';' is not followed by whitespace. | 86 | |
Line is longer than 80 characters. | 88 | |
',' is not followed by whitespace. | 91 | |
Line is longer than 80 characters. | 92 | |
',' is not followed by whitespace. | 92 | |
';' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 106 | |
Missing a Javadoc comment. | 106 | |
Redundant 'final' modifier. | 106 | |
'(' is preceded with whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
',' is not followed by whitespace. | 107 | |
',' is not followed by whitespace. | 108 | |
',' is not followed by whitespace. | 109 | |
',' is not followed by whitespace. | 110 | |
',' is not followed by whitespace. | 111 | |
',' is not followed by whitespace. | 112 | |
',' is not followed by whitespace. | 113 | |
',' is not followed by whitespace. | 114 | |
',' is not followed by whitespace. | 115 | |
';' is not followed by whitespace. | 116 | |
Missing a Javadoc comment. | 119 | |
Redundant 'final' modifier. | 119 | |
'(' is preceded with whitespace. | 119 | |
',' is not followed by whitespace. | 120 | |
',' is not followed by whitespace. | 121 | |
',' is not followed by whitespace. | 122 | |
',' is not followed by whitespace. | 123 | |
',' is not followed by whitespace. | 124 | |
',' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 128 | |
',' is not followed by whitespace. | 129 | |
',' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 132 | |
'65535' is a magic number. | 133 | |
',' is not followed by whitespace. | 133 | |
'65535' is a magic number. | 134 | |
',' is not followed by whitespace. | 134 | |
',' is not followed by whitespace. | 135 | |
',' is not followed by whitespace. | 136 | |
',' is not followed by whitespace. | 137 | |
',' is not followed by whitespace. | 138 | |
'20' is a magic number. | 139 | |
',' is not followed by whitespace. | 139 | |
';' is not followed by whitespace. | 140 | |
Missing a Javadoc comment. | 143 | |
'(' is preceded with whitespace. | 143 | |
Line is longer than 80 characters. | 148 | |
Conditional logic can be removed. | 152 |
org/jscsi/target/connection/stage/fullfeature/PingStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line has trailing spaces. | 27 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
'(' is preceded with whitespace. | 34 | |
Parameter targetFullFeaturePhase should be final. | 34 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Line is longer than 80 characters. | 39 | |
'(' is preceded with whitespace. | 39 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 51 | |
'if' construct must use '{}'s. | 55 | |
Line is longer than 80 characters. | 55 | |
';' is not followed by whitespace. | 55 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
',' is not followed by whitespace. | 62 | |
',' is not followed by whitespace. | 63 | |
';' is not followed by whitespace. | 64 | |
Line is longer than 80 characters. | 67 | |
',' is not followed by whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
',' is not followed by whitespace. | 69 | |
',' is not followed by whitespace. | 70 |
org/jscsi/target/connection/stage/fullfeature/ReadCapacityStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
'(' is preceded with whitespace. | 32 | |
Line is longer than 80 characters. | 37 | |
'(' is preceded with whitespace. | 37 | |
Parameter pdu should be final. | 37 | |
Line is longer than 80 characters. | 42 | |
'if' construct must use '{}'s. | 44 | |
'if' construct must use '{}'s. | 46 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 65 | |
',' is not followed by whitespace. | 65 | |
',' is not followed by whitespace. | 66 | |
',' is not followed by whitespace. | 67 | |
',' is not followed by whitespace. | 68 | |
';' is not followed by whitespace. | 69 | |
Line is longer than 80 characters. | 70 | |
'{' is followed by whitespace. | 70 | |
Line is longer than 80 characters. | 71 | |
',' is not followed by whitespace. | 71 | |
Line is longer than 80 characters. | 72 | |
',' is not followed by whitespace. | 72 | |
',' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
';' is not followed by whitespace. | 74 | |
'if' construct must use '{}'s. | 80 | |
Line is longer than 80 characters. | 81 | |
',' is not followed by whitespace. | 81 | |
';' is not followed by whitespace. | 82 | |
'else' construct must use '{}'s. | 83 | |
Line is longer than 80 characters. | 84 | |
',' is not followed by whitespace. | 84 | |
';' is not followed by whitespace. | 85 | |
',' is not followed by whitespace. | 87 | |
Line is longer than 80 characters. | 88 | |
',' is not followed by whitespace. | 88 | |
';' is not followed by whitespace. | 89 |
org/jscsi/target/connection/stage/fullfeature/ReadOrWriteStage.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.CommandDescriptorBlock. | 5 | |
Line is longer than 80 characters. | 7 | |
Unused import - org.jscsi.target.scsi.sense.senseDataDescriptor.senseKeySpecific.FieldPointerSenseKeySpecificData. | 7 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 18 | |
'(' is preceded with whitespace. | 18 | |
Parameter targetFullFeaturePhase should be final. | 18 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line has trailing spaces. | 27 | |
Method 'checkOverAndUnderflow' is not designed for extension - needs to be abstract, final or empty. | 31 | |
'(' is preceded with whitespace. | 31 | |
Line is longer than 80 characters. | 33 | |
'if' construct must use '{}'s. | 35 | |
'if' construct must use '{}'s. | 37 | |
Line is longer than 80 characters. | 37 |
org/jscsi/target/connection/stage/fullfeature/ReadStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
'(' is preceded with whitespace. | 36 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Method length is 162 lines (max allowed is 150). | 40 | |
Line is longer than 80 characters. | 41 | |
'(' is preceded with whitespace. | 41 | |
Parameter pdu should be final. | 41 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 59 | |
'if' construct must use '{}'s. | 60 | |
'if' construct must use '{}'s. | 62 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 80 | |
',' is not followed by whitespace. | 80 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 118 | |
',' is not followed by whitespace. | 121 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 129 | |
',' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 132 | |
',' is not followed by whitespace. | 133 | |
',' is not followed by whitespace. | 134 | |
',' is not followed by whitespace. | 135 | |
',' is not followed by whitespace. | 136 | |
',' is not followed by whitespace. | 137 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 157 | |
',' is not followed by whitespace. | 161 | |
',' is not followed by whitespace. | 165 | |
',' is not followed by whitespace. | 167 | |
',' is not followed by whitespace. | 168 | |
',' is not followed by whitespace. | 169 | |
',' is not followed by whitespace. | 170 | |
',' is not followed by whitespace. | 171 | |
',' is not followed by whitespace. | 172 | |
',' is not followed by whitespace. | 173 | |
',' is not followed by whitespace. | 174 | |
',' is not followed by whitespace. | 175 | |
Line is longer than 80 characters. | 184 | |
',' is not followed by whitespace. | 184 | |
',' is not followed by whitespace. | 185 | |
',' is not followed by whitespace. | 186 | |
',' is not followed by whitespace. | 187 | |
',' is not followed by whitespace. | 188 | |
',' is not followed by whitespace. | 189 | |
',' is not followed by whitespace. | 190 | |
',' is not followed by whitespace. | 191 | |
',' is not followed by whitespace. | 192 | |
',' is not followed by whitespace. | 193 | |
',' is not followed by whitespace. | 194 | |
';' is not followed by whitespace. | 195 | |
Line is longer than 80 characters. | 196 |
org/jscsi/target/connection/stage/fullfeature/ReportLunsStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
'(' is preceded with whitespace. | 30 | |
Parameter targetFullFeaturePhase should be final. | 30 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
'(' is preceded with whitespace. | 35 | |
Parameter pdu should be final. | 35 | |
';' is not followed by whitespace. | 40 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 48 | |
',' is not followed by whitespace. | 48 | |
',' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 50 | |
';' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 75 | |
',' is not followed by whitespace. | 80 | |
Line is longer than 80 characters. | 81 | |
',' is not followed by whitespace. | 81 | |
';' is not followed by whitespace. | 82 |
org/jscsi/target/connection/stage/fullfeature/RequestSenseStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 40 | |
'(' is preceded with whitespace. | 40 | |
Parameter targetFullFeaturePhase should be final. | 40 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line is longer than 80 characters. | 45 | |
'(' is preceded with whitespace. | 45 | |
Parameter pdu should be final. | 45 | |
';' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 64 | |
',' is not followed by whitespace. | 64 | |
',' is not followed by whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
',' is not followed by whitespace. | 66 | |
Line is longer than 80 characters. | 70 | |
';' is not followed by whitespace. | 71 | |
',' is not followed by whitespace. | 76 | |
',' is not followed by whitespace. | 77 | |
',' is not followed by whitespace. | 78 | |
',' is not followed by whitespace. | 79 | |
',' is not followed by whitespace. | 80 | |
',' is not followed by whitespace. | 81 | |
',' is not followed by whitespace. | 82 | |
',' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 85 | |
',' is not followed by whitespace. | 85 | |
Line is longer than 80 characters. | 89 | |
',' is not followed by whitespace. | 90 | |
',' is not followed by whitespace. | 91 | |
';' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 96 | |
',' is not followed by whitespace. | 96 | |
',' is not followed by whitespace. | 97 | |
',' is not followed by whitespace. | 98 | |
',' is not followed by whitespace. | 99 | |
Line is longer than 80 characters. | 100 | |
',' is not followed by whitespace. | 100 | |
',' is not followed by whitespace. | 101 | |
',' is not followed by whitespace. | 102 | |
',' is not followed by whitespace. | 103 | |
',' is not followed by whitespace. | 104 | |
',' is not followed by whitespace. | 105 | |
',' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
';' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 126 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 127 | |
',' is not followed by whitespace. | 128 | |
';' is not followed by whitespace. | 129 | |
',' is not followed by whitespace. | 134 | |
',' is not followed by whitespace. | 135 | |
',' is not followed by whitespace. | 136 | |
',' is not followed by whitespace. | 137 | |
',' is not followed by whitespace. | 138 | |
',' is not followed by whitespace. | 139 | |
',' is not followed by whitespace. | 140 | |
',' is not followed by whitespace. | 141 | |
',' is not followed by whitespace. | 143 | |
',' is not followed by whitespace. | 144 | |
',' is not followed by whitespace. | 145 | |
';' is not followed by whitespace. | 147 | |
Line is longer than 80 characters. | 150 | |
',' is not followed by whitespace. | 150 | |
',' is not followed by whitespace. | 151 | |
',' is not followed by whitespace. | 152 | |
',' is not followed by whitespace. | 153 | |
Line is longer than 80 characters. | 154 | |
',' is not followed by whitespace. | 154 | |
',' is not followed by whitespace. | 155 | |
',' is not followed by whitespace. | 156 | |
',' is not followed by whitespace. | 157 | |
',' is not followed by whitespace. | 158 | |
',' is not followed by whitespace. | 159 | |
',' is not followed by whitespace. | 160 | |
Line is longer than 80 characters. | 161 | |
';' is not followed by whitespace. | 161 | |
Line is longer than 80 characters. | 162 |
org/jscsi/target/connection/stage/fullfeature/SendDiagnosticStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 31 | |
'(' is preceded with whitespace. | 31 | |
Parameter targetFullFeaturePhase should be final. | 31 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line is longer than 80 characters. | 36 | |
'(' is preceded with whitespace. | 36 | |
Parameter pdu should be final. | 36 | |
';' is not followed by whitespace. | 41 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 50 | |
',' is not followed by whitespace. | 50 | |
',' is not followed by whitespace. | 51 | |
Line is longer than 80 characters. | 52 | |
';' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 65 | |
',' is not followed by whitespace. | 65 | |
',' is not followed by whitespace. | 66 | |
',' is not followed by whitespace. | 67 | |
',' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
',' is not followed by whitespace. | 69 | |
',' is not followed by whitespace. | 70 | |
',' is not followed by whitespace. | 71 | |
',' is not followed by whitespace. | 72 | |
',' is not followed by whitespace. | 73 | |
',' is not followed by whitespace. | 74 | |
',' is not followed by whitespace. | 75 | |
';' is not followed by whitespace. | 76 |
org/jscsi/target/connection/stage/fullfeature/TargetFullFeatureStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 37 | |
Parameter targetFullFeaturePhase should be final. | 37 | |
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 59 | |
',' is not followed by whitespace. | 63 | |
',' is not followed by whitespace. | 64 | |
',' is not followed by whitespace. | 65 | |
',' is not followed by whitespace. | 66 | |
',' is not followed by whitespace. | 67 | |
',' is not followed by whitespace. | 68 | |
',' is not followed by whitespace. | 69 | |
',' is not followed by whitespace. | 70 | |
',' is not followed by whitespace. | 71 | |
'cast' is not followed by whitespace. | 73 | |
',' is not followed by whitespace. | 73 | |
',' is not followed by whitespace. | 74 | |
';' is not followed by whitespace. | 76 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 89 | |
',' is not followed by whitespace. | 89 | |
',' is not followed by whitespace. | 90 | |
',' is not followed by whitespace. | 91 | |
',' is not followed by whitespace. | 92 | |
Line is longer than 80 characters. | 93 | |
',' is not followed by whitespace. | 93 | |
',' is not followed by whitespace. | 94 | |
',' is not followed by whitespace. | 95 | |
',' is not followed by whitespace. | 96 | |
',' is not followed by whitespace. | 97 | |
',' is not followed by whitespace. | 98 | |
',' is not followed by whitespace. | 99 | |
';' is not followed by whitespace. | 100 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 106 | |
Line has trailing spaces. | 108 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 131 | |
Line has trailing spaces. | 134 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 153 | |
',' is not followed by whitespace. | 153 | |
',' is not followed by whitespace. | 154 | |
',' is not followed by whitespace. | 155 | |
',' is not followed by whitespace. | 156 | |
Line is longer than 80 characters. | 157 | |
',' is not followed by whitespace. | 157 | |
',' is not followed by whitespace. | 158 | |
',' is not followed by whitespace. | 159 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 161 | |
',' is not followed by whitespace. | 162 | |
',' is not followed by whitespace. | 163 | |
';' is not followed by whitespace. | 164 | |
Line is longer than 80 characters. | 168 | |
Line has trailing spaces. | 171 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 185 | |
Expected @throws tag for 'InterruptedException'. | 185 | |
Expected @throws tag for 'IOException'. | 185 | |
Expected @throws tag for 'InternetSCSIException'. | 185 | |
Line has trailing spaces. | 190 | |
',' is not followed by whitespace. | 199 | |
',' is not followed by whitespace. | 200 | |
';' is not followed by whitespace. | 201 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 210 | |
',' is not followed by whitespace. | 210 | |
',' is not followed by whitespace. | 211 | |
',' is not followed by whitespace. | 212 | |
',' is not followed by whitespace. | 213 | |
',' is not followed by whitespace. | 214 | |
',' is not followed by whitespace. | 215 | |
',' is not followed by whitespace. | 216 | |
',' is not followed by whitespace. | 217 | |
',' is not followed by whitespace. | 218 | |
',' is not followed by whitespace. | 219 | |
',' is not followed by whitespace. | 220 | |
',' is not followed by whitespace. | 221 | |
';' is not followed by whitespace. | 222 | |
Line has trailing spaces. | 225 | |
Line is longer than 80 characters. | 226 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 239 |
org/jscsi/target/connection/stage/fullfeature/TestUnitReadyStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 28 | |
'(' is preceded with whitespace. | 28 | |
Parameter targetFullFeaturePhase should be final. | 28 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line is longer than 80 characters. | 33 | |
'(' is preceded with whitespace. | 33 | |
Parameter pdu should be final. | 33 | |
';' is not followed by whitespace. | 38 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 47 | |
',' is not followed by whitespace. | 47 | |
',' is not followed by whitespace. | 48 | |
Line is longer than 80 characters. | 49 | |
';' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 55 | |
',' is not followed by whitespace. | 55 | |
',' is not followed by whitespace. | 56 | |
',' is not followed by whitespace. | 57 | |
',' is not followed by whitespace. | 58 | |
Line is longer than 80 characters. | 59 | |
',' is not followed by whitespace. | 59 | |
',' is not followed by whitespace. | 60 | |
',' is not followed by whitespace. | 61 | |
',' is not followed by whitespace. | 62 | |
',' is not followed by whitespace. | 63 | |
',' is not followed by whitespace. | 64 | |
',' is not followed by whitespace. | 65 | |
';' is not followed by whitespace. | 66 |
org/jscsi/target/connection/stage/fullfeature/TextNegotiationStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
'(' is preceded with whitespace. | 35 | |
Parameter targetFullFeaturePhase should be final. | 35 | |
Line is longer than 80 characters. | 40 | |
'(' is preceded with whitespace. | 40 | |
Parameter pdu should be final. | 40 | |
';' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 53 | |
'if' construct must use '{}'s. | 63 | |
Line is longer than 80 characters. | 63 | |
',' is not followed by whitespace. | 63 | |
';' is not followed by whitespace. | 64 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
'if' construct must use '{}'s. | 95 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 102 | |
'if' construct must use '{}'s. | 103 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 107 | |
Must have at least one statement. | 110 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 120 | |
';' is not followed by whitespace. | 120 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 129 | |
',' is not followed by whitespace. | 129 | |
',' is not followed by whitespace. | 130 | |
',' is not followed by whitespace. | 131 | |
',' is not followed by whitespace. | 132 | |
';' is not followed by whitespace. | 133 |
org/jscsi/target/connection/stage/fullfeature/UnsupportedOpCodeStage.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.ScsiOperationCode. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
'(' is preceded with whitespace. | 28 | |
Parameter targetFullFeaturePhase should be final. | 28 | |
Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line is longer than 80 characters. | 33 | |
'(' is preceded with whitespace. | 33 | |
Parameter pdu should be final. | 33 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 40 | |
',' is not followed by whitespace. | 40 | |
',' is not followed by whitespace. | 41 | |
',' is not followed by whitespace. | 42 | |
',' is not followed by whitespace. | 43 | |
';' is not followed by whitespace. | 44 | |
Line is longer than 80 characters. | 46 | |
'{' is followed by whitespace. | 46 | |
Line is longer than 80 characters. | 55 | |
',' is not followed by whitespace. | 55 | |
',' is not followed by whitespace. | 56 | |
';' is not followed by whitespace. | 57 |
org/jscsi/target/connection/stage/fullfeature/WriteStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 | |
Parameter targetFullFeaturePhase should be final. | 46 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 58 | |
'(' is preceded with whitespace. | 58 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Must have at least one statement. | 62 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 68 | |
Method length is 180 lines (max allowed is 150). | 74 | |
Line is longer than 80 characters. | 75 | |
'(' is preceded with whitespace. | 75 | |
Parameter pdu should be final. | 75 | |
'if' construct must use '{}'s. | 77 | |
Line is longer than 80 characters. | 95 | |
'if' construct must use '{}'s. | 96 | |
'if' construct must use '{}'s. | 98 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
Line has trailing spaces. | 125 | |
Line is longer than 80 characters. | 129 | |
',' is not followed by whitespace. | 129 | |
'if' construct must use '{}'s. | 145 | |
Line is longer than 80 characters. | 145 | |
'if' construct must use '{}'s. | 151 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 164 | |
Empty statement. | 165 | |
'if' construct must use '{}'s. | 168 | |
'if' construct must use '{}'s. | 174 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 181 | |
Line is longer than 80 characters. | 184 | |
',' is not followed by whitespace. | 184 | |
Line is longer than 80 characters. | 185 | |
',' is not followed by whitespace. | 185 | |
Line is longer than 80 characters. | 186 | |
',' is not followed by whitespace. | 186 | |
';' is not followed by whitespace. | 192 | |
Line is longer than 80 characters. | 206 | |
',' is not followed by whitespace. | 206 | |
',' is not followed by whitespace. | 207 | |
',' is not followed by whitespace. | 208 | |
',' is not followed by whitespace. | 209 | |
Line is longer than 80 characters. | 210 | |
',' is not followed by whitespace. | 210 | |
',' is not followed by whitespace. | 211 | |
',' is not followed by whitespace. | 212 | |
',' is not followed by whitespace. | 213 | |
',' is not followed by whitespace. | 214 | |
',' is not followed by whitespace. | 215 | |
Line is longer than 80 characters. | 216 | |
';' is not followed by whitespace. | 216 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 230 | |
'if' construct must use '{}'s. | 233 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 241 | |
',' is not followed by whitespace. | 241 | |
',' is not followed by whitespace. | 242 | |
',' is not followed by whitespace. | 243 | |
',' is not followed by whitespace. | 244 | |
Line is longer than 80 characters. | 245 | |
',' is not followed by whitespace. | 245 | |
',' is not followed by whitespace. | 246 | |
',' is not followed by whitespace. | 247 | |
',' is not followed by whitespace. | 248 | |
',' is not followed by whitespace. | 249 | |
',' is not followed by whitespace. | 250 | |
';' is not followed by whitespace. | 251 |
org/jscsi/target/connection/stage/fullfeature/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 |
org/jscsi/target/connection/stage/login/LoginOperationalParameterNegotiationStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 35 | |
'(' is preceded with whitespace. | 35 | |
Parameter targetLoginPhase should be final. | 35 | |
Line is longer than 80 characters. | 40 | |
'(' is preceded with whitespace. | 40 | |
Parameter pdu should be final. | 40 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 40 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 82 |
org/jscsi/target/connection/stage/login/SecurityNegotiationStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 33 | |
'(' is preceded with whitespace. | 36 | |
Parameter targetLoginPhase should be final. | 36 | |
Line is longer than 80 characters. | 41 | |
'(' is preceded with whitespace. | 41 | |
Parameter initialPdu should be final. | 41 | |
'{' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 56 | |
'for' construct must use '{}'s. | 65 | |
'{' is not followed by whitespace. | 74 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 79 | |
';' is not followed by whitespace. | 84 | |
Line is longer than 80 characters. | 90 | |
';' is not followed by whitespace. | 90 | |
Line is longer than 80 characters. | 91 | |
'{' is not followed by whitespace. | 94 | |
';' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 107 | |
';' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 123 | |
',' is not followed by whitespace. | 123 | |
';' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 127 | |
'if' construct must use '{}'s. | 129 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 135 | |
First sentence should end with a period. | 152 | |
Line is longer than 80 characters. | 153 | |
Line has trailing spaces. | 161 | |
Unused @param tag for '<i>key</i>'. | 162 | |
Line is longer than 80 characters. | 163 | |
Redundant 'final' modifier. | 165 | |
'(' is preceded with whitespace. | 165 | |
Expected @param tag for 'key'. | 165 | |
'if' construct must use '{}'s. | 166 | |
'5' is a magic number. | 166 | |
'if' construct must use '{}'s. | 169 | |
Line is longer than 80 characters. | 169 | |
'10' is a magic number. | 169 | |
'10' is a magic number. | 169 |
org/jscsi/target/connection/stage/login/TargetLoginStage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 33 | |
Variable 'negotiator' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 45 | |
Variable 'stageNumber' must be private and have accessor methods. | 49 | |
Line is longer than 80 characters. | 52 | |
Variable 'initiatorTaskTag' must be private and have accessor methods. | 54 | |
Line is longer than 80 characters. | 57 | |
Line has trailing spaces. | 59 | |
Variable 'requestedNextStageNumber' must be private and have accessor methods. | 62 | |
Line is longer than 80 characters. | 67 | |
Line has trailing spaces. | 69 | |
Variable 'nextStageNumber' must be private and have accessor methods. | 72 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 80 | |
'(' is preceded with whitespace. | 80 | |
'stageNumber' hides a field. | 80 | |
Line is longer than 80 characters. | 87 | |
Line has trailing spaces. | 89 | |
Method 'checkPdu' is not designed for extension - needs to be abstract, final or empty. | 93 | |
'(' is preceded with whitespace. | 93 | |
Parameter pdu should be final. | 93 | |
'if' construct must use '{}'s. | 96 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 111 | |
'(' is preceded with whitespace. | 111 | |
Expected @throws tag for 'DigestException'. | 111 | |
Expected @throws tag for 'InternetSCSIException'. | 111 | |
Expected @throws tag for 'IOException'. | 111 | |
Expected @throws tag for 'SettingsException'. | 111 | |
Expected @throws tag for 'InterruptedException'. | 111 | |
Line is longer than 80 characters. | 117 | |
Line has trailing spaces. | 119 | |
Line is longer than 80 characters. | 128 | |
'(' is preceded with whitespace. | 128 | |
Parameter pdu should be final. | 128 | |
Expected @throws tag for 'InternetSCSIException'. | 128 | |
Expected @throws tag for 'InterruptedException'. | 128 | |
Expected @throws tag for 'IOException'. | 128 | |
Expected @throws tag for 'DigestException'. | 128 | |
Expected @throws tag for 'SettingsException'. | 128 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 159 | |
',' is not followed by whitespace. | 159 | |
',' is not followed by whitespace. | 160 | |
',' is not followed by whitespace. | 161 | |
',' is not followed by whitespace. | 162 | |
',' is not followed by whitespace. | 163 | |
Line is longer than 80 characters. | 164 | |
',' is not followed by whitespace. | 164 | |
',' is not followed by whitespace. | 165 | |
';' is not followed by whitespace. | 166 | |
'else' construct must use '{}'s. | 171 | |
Line is longer than 80 characters. | 183 | |
Line has trailing spaces. | 184 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 193 | |
'(' is preceded with whitespace. | 193 | |
Expected @throws tag for 'SettingsException'. | 193 | |
Expected @throws tag for 'InterruptedException'. | 193 | |
Expected @throws tag for 'IOException'. | 193 | |
Expected @throws tag for 'InternetSCSIException'. | 193 | |
Expected @throws tag for 'DigestException'. | 193 | |
Line is longer than 80 characters. | 203 | |
',' is not followed by whitespace. | 203 | |
';' is not followed by whitespace. | 204 | |
'if' construct must use '{}'s. | 212 | |
Line is longer than 80 characters. | 216 | |
',' is not followed by whitespace. | 216 | |
',' is not followed by whitespace. | 217 | |
',' is not followed by whitespace. | 218 | |
',' is not followed by whitespace. | 219 | |
',' is not followed by whitespace. | 220 | |
Line is longer than 80 characters. | 221 | |
',' is not followed by whitespace. | 221 | |
',' is not followed by whitespace. | 222 | |
';' is not followed by whitespace. | 223 | |
Line is longer than 80 characters. | 242 | |
Line has trailing spaces. | 244 | |
Line is longer than 80 characters. | 250 | |
'(' is preceded with whitespace. | 250 | |
Expected @throws tag for 'InterruptedException'. | 250 | |
Expected @throws tag for 'IOException'. | 250 | |
Expected @throws tag for 'InternetSCSIException'. | 250 | |
Line is longer than 80 characters. | 251 | |
',' is not followed by whitespace. | 251 | |
',' is not followed by whitespace. | 252 | |
',' is not followed by whitespace. | 253 | |
',' is not followed by whitespace. | 254 | |
',' is not followed by whitespace. | 255 | |
Line is longer than 80 characters. | 256 | |
',' is not followed by whitespace. | 256 | |
',' is not followed by whitespace. | 257 | |
',' is not followed by whitespace. | 258 | |
';' is not followed by whitespace. | 259 | |
Line is longer than 80 characters. | 264 | |
Line has trailing spaces. | 266 | |
'(' is preceded with whitespace. | 269 |
org/jscsi/target/connection/stage/login/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/connection/stage/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 23 |
org/jscsi/target/example/CallableStart.java
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 16 | |
Utility classes should not have a public or default constructor. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
'(' is preceded with whitespace. | 18 | |
Parameter args should be final. | 18 | |
Line is longer than 80 characters. | 22 |
org/jscsi/target/example/MethodStart.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Utility classes should not have a public or default constructor. | 10 | |
Missing a Javadoc comment. | 12 | |
Name 'CONFIGPATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
Missing a Javadoc comment. | 14 | |
'(' is preceded with whitespace. | 14 | |
Line is longer than 80 characters. | 18 |
org/jscsi/target/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 |
org/jscsi/target/scsi/IResponseData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 |
org/jscsi/target/scsi/ISerializable.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 27 | |
Redundant 'public' modifier. | 29 | |
'(' is preceded with whitespace. | 29 | |
Line has trailing spaces. | 33 | |
Redundant 'public' modifier. | 36 | |
'(' is preceded with whitespace. | 36 |
org/jscsi/target/scsi/ScsiResponseDataSegment.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.connection.TargetPduFactory. | 6 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 58 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 67 | |
'(' is preceded with whitespace. | 70 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 80 | |
'(' is preceded with whitespace. | 80 | |
'senseData' hides a field. | 80 | |
'allocationLength' hides a field. | 80 | |
Line has trailing spaces. | 86 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 90 | |
'(' is preceded with whitespace. | 90 | |
'responseData' hides a field. | 90 | |
'allocationLength' hides a field. | 90 | |
Line is longer than 80 characters. | 95 | |
Line has trailing spaces. | 96 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 101 | |
'(' is preceded with whitespace. | 101 | |
'senseData' hides a field. | 101 | |
'responseData' hides a field. | 101 | |
'allocationLength' hides a field. | 101 | |
Line is longer than 80 characters. | 108 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 110 | |
'(' is preceded with whitespace. | 112 | |
'if' construct must use '{}'s. | 115 | |
';' is not followed by whitespace. | 115 | |
'if' construct must use '{}'s. | 119 | |
'else' construct must use '{}'s. | 121 | |
',' is not followed by whitespace. | 128 | |
',' is not followed by whitespace. | 129 | |
';' is not followed by whitespace. | 130 | |
'if' construct must use '{}'s. | 133 | |
Line is longer than 80 characters. | 133 | |
'if' construct must use '{}'s. | 136 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 141 | |
Line is longer than 80 characters. | 145 | |
'if' construct must use '{}'s. | 150 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 159 | |
Line has trailing spaces. | 161 | |
Line is longer than 80 characters. | 162 | |
'(' is preceded with whitespace. | 165 | |
'if' construct must use '{}'s. | 167 | |
'if' construct must use '{}'s. | 169 | |
'if' construct must use '{}'s. | 170 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 178 | |
Line has trailing spaces. | 179 | |
Line is longer than 80 characters. | 180 | |
'(' is preceded with whitespace. | 182 | |
'if' construct must use '{}'s. | 183 | |
Line is longer than 80 characters. | 188 | |
Line has trailing spaces. | 190 | |
Line is longer than 80 characters. | 191 | |
'(' is preceded with whitespace. | 194 | |
'if' construct must use '{}'s. | 195 |
org/jscsi/target/scsi/cdb/CdbType.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 6 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 38 | |
'(' is preceded with whitespace. | 42 | |
Parameter scsiOpCode should be final. | 42 | |
'3' is a magic number. | 51 | |
'4' is a magic number. | 53 | |
'5' is a magic number. | 55 | |
'6' is a magic number. | 57 | |
'7' is a magic number. | 58 | |
';' is not followed by whitespace. | 61 |
org/jscsi/target/scsi/cdb/CommandDescriptorBlock.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.parser.scsi.SCSICommandParser. | 6 | |
Unused import - org.jscsi.target.scsi.sense.AdditionalSenseCodeAndQualifier. | 7 | |
Unused import - org.jscsi.target.scsi.sense.SenseData. | 8 | |
Unused import - org.jscsi.target.scsi.sense.SenseKey. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 56 | |
'(' is preceded with whitespace. | 59 | |
Parameter buffer should be final. | 59 | |
'if' construct must use '{}'s. | 62 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
'5' is a magic number. | 76 | |
'9' is a magic number. | 79 | |
'11' is a magic number. | 82 | |
'15' is a magic number. | 85 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 95 | |
'{' is not followed by whitespace. | 96 | |
Missing a Javadoc comment. | 101 | |
'(' is preceded with whitespace. | 101 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 110 | |
'(' is preceded with whitespace. | 113 | |
Line is longer than 80 characters. | 118 | |
Line has trailing spaces. | 120 | |
'(' is preceded with whitespace. | 123 | |
Parameter byteNumber should be final. | 123 | |
Line is longer than 80 characters. | 124 | |
',' is not followed by whitespace. | 124 | |
',' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 127 | |
';' is not followed by whitespace. | 128 | |
Line is longer than 80 characters. | 133 | |
Line has trailing spaces. | 135 | |
Line is longer than 80 characters. | 139 | |
'(' is preceded with whitespace. | 139 | |
Parameter byteNumber should be final. | 139 | |
Parameter bitNumber should be final. | 139 | |
Line is longer than 80 characters. | 140 | |
',' is not followed by whitespace. | 140 | |
',' is not followed by whitespace. | 141 | |
',' is not followed by whitespace. | 142 | |
',' is not followed by whitespace. | 143 | |
';' is not followed by whitespace. | 144 | |
Line is longer than 80 characters. | 149 | |
Line has trailing spaces. | 151 | |
Line is longer than 80 characters. | 154 | |
Redundant 'final' modifier. | 154 | |
'(' is preceded with whitespace. | 154 | |
'if' construct must use '{}'s. | 156 | |
Line is longer than 80 characters. | 156 | |
'10' is a magic number. | 156 | |
Line is longer than 80 characters. | 160 | |
Line has trailing spaces. | 172 | |
Redundant 'final' modifier. | 175 | |
'(' is preceded with whitespace. | 175 | |
'if' construct must use '{}'s. | 176 | |
'if' construct must use '{}'s. | 179 | |
'else' construct must use '{}'s. | 181 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 191 | |
Line has trailing spaces. | 192 | |
Line is longer than 80 characters. | 193 | |
'(' is preceded with whitespace. | 195 | |
'if' construct must use '{}'s. | 196 | |
Line is longer than 80 characters. | 199 |
org/jscsi/target/scsi/cdb/DefectListFormat.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 8 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 17 | |
'(' is preceded with whitespace. | 17 | |
Parameter value should be final. | 17 | |
'value' hides a field. | 17 | |
Missing a Javadoc comment. | 21 | |
'(' is preceded with whitespace. | 21 | |
Missing a Javadoc comment. | 25 | |
'(' is preceded with whitespace. | 25 | |
Parameter value should be final. | 25 | |
'for' construct must use '{}'s. | 27 | |
'if' construct must use '{}'s. | 28 |
org/jscsi/target/scsi/cdb/FormatUnitCDB.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 11 | |
First sentence should end with a period. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 48 | |
'(' is preceded with whitespace. | 48 | |
Parameter buffer should be final. | 48 | |
'6' is a magic number. | 54 | |
'5' is a magic number. | 57 | |
'4' is a magic number. | 60 | |
'3' is a magic number. | 63 | |
'7' is a magic number. | 66 | |
'if' construct must use '{}'s. | 68 | |
Line is longer than 80 characters. | 68 | |
';' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
'if' construct must use '{}'s. | 75 | |
'7' is a magic number. | 75 | |
'if' construct must use '{}'s. | 76 | |
Line is longer than 80 characters. | 76 | |
'4' is a magic number. | 76 | |
';' is not followed by whitespace. | 76 | |
Missing a Javadoc comment. | 79 | |
Redundant 'final' modifier. | 79 | |
'(' is preceded with whitespace. | 79 | |
Missing a Javadoc comment. | 83 | |
Redundant 'final' modifier. | 83 | |
'(' is preceded with whitespace. | 83 | |
Missing a Javadoc comment. | 87 | |
Redundant 'final' modifier. | 87 | |
'(' is preceded with whitespace. | 87 |
org/jscsi/target/scsi/cdb/InquiryCDB.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 14 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 59 | |
'(' is preceded with whitespace. | 59 | |
Parameter buffer should be final. | 59 | |
',' is not followed by whitespace. | 63 | |
';' is not followed by whitespace. | 64 | |
'3' is a magic number. | 70 | |
Line is longer than 80 characters. | 72 | |
'if' construct must use '{}'s. | 74 | |
Line is longer than 80 characters. | 74 | |
';' is not followed by whitespace. | 74 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
'if' construct must use '{}'s. | 81 | |
Line is longer than 80 characters. | 81 | |
';' is not followed by whitespace. | 81 | |
Method 'getEnableVitalProductData' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
'(' is preceded with whitespace. | 85 | |
Method 'getPageCode' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
'(' is preceded with whitespace. | 89 | |
Method 'getAllocationLength' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
'(' is preceded with whitespace. | 93 |
org/jscsi/target/scsi/cdb/ModeSense6Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 32 | |
Line has trailing spaces. | 33 | |
First sentence should end with a period. | 38 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 51 | |
'(' is preceded with whitespace. | 51 | |
Parameter buffer should be final. | 51 | |
';' is not followed by whitespace. | 52 | |
',' is not followed by whitespace. | 55 | |
'3' is a magic number. | 56 | |
';' is not followed by whitespace. | 56 | |
'6' is a magic number. | 59 | |
'3' is a magic number. | 59 | |
'63' is a magic number. | 63 | |
'3' is a magic number. | 66 | |
'4' is a magic number. | 69 | |
Missing a Javadoc comment. | 72 | |
'(' is preceded with whitespace. | 72 | |
Missing a Javadoc comment. | 76 | |
'(' is preceded with whitespace. | 76 | |
Missing a Javadoc comment. | 80 | |
'(' is preceded with whitespace. | 80 | |
Missing a Javadoc comment. | 84 | |
'(' is preceded with whitespace. | 84 | |
Missing a Javadoc comment. | 88 | |
'(' is preceded with whitespace. | 88 | |
Missing a Javadoc comment. | 92 | |
'(' is preceded with whitespace. | 92 |
org/jscsi/target/scsi/cdb/Read10Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 20 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 94 | |
Line has trailing spaces. | 95 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 108 | |
Line has trailing spaces. | 111 | |
Missing a Javadoc comment. | 115 | |
'(' is preceded with whitespace. | 115 | |
';' is not followed by whitespace. | 116 | |
'5' is a magic number. | 120 | |
'7' is a magic number. | 120 | |
'4' is a magic number. | 123 | |
'3' is a magic number. | 126 | |
'6' is a magic number. | 132 | |
'31' is a magic number. | 133 | |
'(' is preceded with whitespace. | 137 | |
Parameter buffer should be final. | 137 | |
'(' is preceded with whitespace. | 142 | |
Parameter buffer should be final. | 142 | |
'7' is a magic number. | 143 | |
Missing a Javadoc comment. | 146 | |
'(' is preceded with whitespace. | 146 | |
Missing a Javadoc comment. | 150 | |
'(' is preceded with whitespace. | 150 | |
Missing a Javadoc comment. | 154 | |
'(' is preceded with whitespace. | 154 | |
Missing a Javadoc comment. | 158 | |
'(' is preceded with whitespace. | 158 | |
Missing a Javadoc comment. | 162 | |
'(' is preceded with whitespace. | 162 | |
'(' is preceded with whitespace. | 167 | |
'(' is preceded with whitespace. | 172 | |
'7' is a magic number. | 173 |
org/jscsi/target/scsi/cdb/Read6Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 28 | |
'(' is preceded with whitespace. | 28 | |
Parameter buffer should be final. | 28 | |
Method 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty. | 32 | |
'(' is preceded with whitespace. | 33 | |
Parameter buffer should be final. | 33 | |
'if' construct must use '{}'s. | 37 | |
'5' is a magic number. | 37 | |
'7' is a magic number. | 37 | |
'31' is a magic number. | 40 | |
'16' is a magic number. | 40 | |
Method 'deserializeTransferLength' is not designed for extension - needs to be abstract, final or empty. | 43 | |
'(' is preceded with whitespace. | 44 | |
Parameter buffer should be final. | 44 | |
Line is longer than 80 characters. | 46 | |
'if' construct must use '{}'s. | 50 | |
'256' is a magic number. | 50 | |
Method 'getLogicalBlockAddressFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 54 | |
'(' is preceded with whitespace. | 55 | |
Method 'getTransferLengthFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 59 | |
'(' is preceded with whitespace. | 60 | |
'4' is a magic number. | 61 |
org/jscsi/target/scsi/cdb/ReadCapacity10Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Missing a Javadoc comment. | 17 | |
'(' is preceded with whitespace. | 17 | |
Parameter buffer should be final. | 17 | |
Method 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty. | 21 | |
'(' is preceded with whitespace. | 22 | |
Parameter buffer should be final. | 22 | |
Method 'deserializePartialMediumIndicator' is not designed for extension - needs to be abstract, final or empty. | 26 | |
'(' is preceded with whitespace. | 27 | |
Parameter buffer should be final. | 27 | |
'8' is a magic number. | 28 | |
',' is not followed by whitespace. | 28 | |
';' is not followed by whitespace. | 29 |
org/jscsi/target/scsi/cdb/ReadCapacity16Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 11 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 28 | |
'(' is preceded with whitespace. | 28 | |
Parameter buffer should be final. | 28 | |
'31' is a magic number. | 31 | |
'if' construct must use '{}'s. | 32 | |
'4' is a magic number. | 32 | |
Method 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty. | 35 | |
'(' is preceded with whitespace. | 36 | |
Parameter buffer should be final. | 36 | |
Method 'deserializePartialMediumIndicator' is not designed for extension - needs to be abstract, final or empty. | 40 | |
'(' is preceded with whitespace. | 41 | |
Parameter buffer should be final. | 41 | |
'14' is a magic number. | 42 | |
',' is not followed by whitespace. | 42 | |
';' is not followed by whitespace. | 43 | |
Method 'getServiceAction' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 |
org/jscsi/target/scsi/cdb/ReadCapacityCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 21 | |
Variable 'logicalBlockAddress' must be private and have accessor methods. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 38 | |
Variable 'partialMediumIndicator' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 43 | |
'(' is preceded with whitespace. | 43 | |
'if' construct must use '{}'s. | 48 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 51 | |
'(' is preceded with whitespace. | 51 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
'(' is preceded with whitespace. | 53 | |
Missing a Javadoc comment. | 55 | |
'(' is preceded with whitespace. | 55 | |
Missing a Javadoc comment. | 59 | |
'(' is preceded with whitespace. | 59 |
org/jscsi/target/scsi/cdb/ReadCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 16 | |
'(' is preceded with whitespace. | 16 | |
Parameter buffer should be final. | 16 |
org/jscsi/target/scsi/cdb/ReadOrWriteCdb.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.storage.IStorageModule. | 6 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 32 | |
'(' is preceded with whitespace. | 32 | |
Parameter buffer should be final. | 32 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 44 | |
'(' is preceded with whitespace. | 44 | |
Line has trailing spaces. | 48 | |
'(' is preceded with whitespace. | 52 | |
Line has trailing spaces. | 56 | |
'(' is preceded with whitespace. | 59 | |
Line has trailing spaces. | 65 | |
'(' is preceded with whitespace. | 68 | |
Line is longer than 80 characters. | 73 | |
Line has trailing spaces. | 74 | |
Line is longer than 80 characters. | 75 | |
'(' is preceded with whitespace. | 77 | |
Line is longer than 80 characters. | 80 | |
Line has trailing spaces. | 81 | |
Line is longer than 80 characters. | 82 | |
'(' is preceded with whitespace. | 84 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 90 | |
'(' is preceded with whitespace. | 94 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 103 | |
'(' is preceded with whitespace. | 107 |
org/jscsi/target/scsi/cdb/ReportLunsCDB.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 11 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 | |
Parameter buffer should be final. | 46 | |
'if' construct must use '{}'s. | 51 | |
Line is longer than 80 characters. | 51 | |
';' is not followed by whitespace. | 51 | |
'6' is a magic number. | 54 | |
'if' construct must use '{}'s. | 55 | |
Line is longer than 80 characters. | 55 | |
'16' is a magic number. | 55 | |
'6' is a magic number. | 55 | |
';' is not followed by whitespace. | 55 | |
Missing a Javadoc comment. | 59 | |
'(' is preceded with whitespace. | 59 | |
Missing a Javadoc comment. | 63 | |
'(' is preceded with whitespace. | 63 |
org/jscsi/target/scsi/cdb/RequestSenseCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 30 | |
'(' is preceded with whitespace. | 30 | |
Parameter buffer should be final. | 30 | |
'4' is a magic number. | 37 | |
'255' is a magic number. | 37 | |
Missing a Javadoc comment. | 40 | |
Redundant 'final' modifier. | 40 | |
'(' is preceded with whitespace. | 40 | |
Missing a Javadoc comment. | 44 | |
Redundant 'final' modifier. | 44 | |
'(' is preceded with whitespace. | 44 |
org/jscsi/target/scsi/cdb/ScsiOperationCode.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 17 | |
Line is longer than 80 characters. | 27 | |
Name 'mapping' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
'256' is a magic number. | 27 | |
'{' is not followed by whitespace. | 28 | |
'255' is a magic number. | 32 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 41 | |
'(' is preceded with whitespace. | 44 | |
'255' is a magic number. | 45 | |
Missing a Javadoc comment. | 48 | |
'(' is preceded with whitespace. | 48 | |
'value' hides a field. | 48 | |
Line has trailing spaces. | 54 | |
'(' is preceded with whitespace. | 57 | |
Line is longer than 80 characters. | 62 | |
Line has trailing spaces. | 63 | |
'(' is preceded with whitespace. | 66 | |
'5' is a magic number. | 67 | |
'7' is a magic number. | 67 | |
Line has trailing spaces. | 72 | |
'(' is preceded with whitespace. | 75 | |
'31' is a magic number. | 76 | |
Line has trailing spaces. | 81 | |
'(' is preceded with whitespace. | 84 |
org/jscsi/target/scsi/cdb/SelectReport.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.lun.AddressMethod. | 4 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 44 | |
'(' is preceded with whitespace. | 44 | |
'value' hides a field. | 44 | |
Line has trailing spaces. | 50 | |
'(' is preceded with whitespace. | 53 | |
Line has trailing spaces. | 59 | |
Line is longer than 80 characters. | 61 | |
'static' modifier out of order with the JLS suggestions. | 63 | |
'(' is preceded with whitespace. | 63 | |
Parameter value should be final. | 63 | |
'if' construct must use '{}'s. | 64 |
org/jscsi/target/scsi/cdb/SelfTestCode.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 6 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 55 | |
'(' is preceded with whitespace. | 55 | |
'value' hides a field. | 55 | |
Missing a Javadoc comment. | 59 | |
'(' is preceded with whitespace. | 59 | |
Line has trailing spaces. | 65 | |
Line is longer than 80 characters. | 67 | |
'(' is preceded with whitespace. | 69 | |
Parameter value should be final. | 69 | |
'for' construct must use '{}'s. | 71 | |
'if' construct must use '{}'s. | 72 |
org/jscsi/target/scsi/cdb/SendDiagnosticCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 80 | |
'(' is preceded with whitespace. | 80 | |
Parameter buffer should be final. | 80 | |
'if' construct must use '{}'s. | 88 | |
Line is longer than 80 characters. | 88 | |
';' is not followed by whitespace. | 88 | |
'5' is a magic number. | 92 | |
'if' construct must use '{}'s. | 93 | |
Line is longer than 80 characters. | 93 | |
'7' is a magic number. | 93 | |
'4' is a magic number. | 96 | |
'if' construct must use '{}'s. | 97 | |
Line is longer than 80 characters. | 97 | |
'4' is a magic number. | 97 | |
';' is not followed by whitespace. | 97 | |
'3' is a magic number. | 107 | |
Missing a Javadoc comment. | 110 | |
Redundant 'final' modifier. | 110 | |
'(' is preceded with whitespace. | 110 | |
Missing a Javadoc comment. | 114 | |
Redundant 'final' modifier. | 114 | |
'(' is preceded with whitespace. | 114 | |
Missing a Javadoc comment. | 118 | |
Redundant 'final' modifier. | 118 | |
'(' is preceded with whitespace. | 118 | |
Missing a Javadoc comment. | 122 | |
Redundant 'final' modifier. | 122 | |
'(' is preceded with whitespace. | 122 | |
Missing a Javadoc comment. | 126 | |
Redundant 'final' modifier. | 126 | |
'(' is preceded with whitespace. | 126 | |
Missing a Javadoc comment. | 130 | |
Redundant 'final' modifier. | 130 | |
'(' is preceded with whitespace. | 130 |
org/jscsi/target/scsi/cdb/TestUnitReadyCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 14 | |
'(' is preceded with whitespace. | 14 | |
Parameter buffer should be final. | 14 |
org/jscsi/target/scsi/cdb/Write10Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 86 | |
Line has trailing spaces. | 88 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 104 | |
Missing a Javadoc comment. | 108 | |
'(' is preceded with whitespace. | 108 | |
Parameter buffer should be final. | 108 | |
';' is not followed by whitespace. | 109 | |
'5' is a magic number. | 113 | |
'7' is a magic number. | 113 | |
'4' is a magic number. | 116 | |
'3' is a magic number. | 119 | |
'6' is a magic number. | 125 | |
'31' is a magic number. | 126 | |
Method 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty. | 129 | |
'(' is preceded with whitespace. | 130 | |
Parameter buffer should be final. | 130 | |
Method 'deserializeTransferLength' is not designed for extension - needs to be abstract, final or empty. | 134 | |
'(' is preceded with whitespace. | 135 | |
Parameter buffer should be final. | 135 | |
'7' is a magic number. | 136 | |
Method 'getWriteProtect' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
'(' is preceded with whitespace. | 139 | |
Method 'disablePageOut' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
'(' is preceded with whitespace. | 143 | |
Method 'getForceUnitAccess' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
'(' is preceded with whitespace. | 147 | |
Method 'getForceUnitAccessNonVolatile' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
'(' is preceded with whitespace. | 151 | |
Method 'getGroupNumber' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
'(' is preceded with whitespace. | 155 | |
Method 'getLogicalBlockAddressFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 159 | |
'(' is preceded with whitespace. | 160 | |
Method 'getTransferLengthFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 164 | |
'(' is preceded with whitespace. | 165 | |
'7' is a magic number. | 166 |
org/jscsi/target/scsi/cdb/Write6Cdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 26 | |
'(' is preceded with whitespace. | 26 | |
Parameter buffer should be final. | 26 | |
Method 'deserializeLogicalBlockAddress' is not designed for extension - needs to be abstract, final or empty. | 30 | |
'(' is preceded with whitespace. | 31 | |
Parameter buffer should be final. | 31 | |
'if' construct must use '{}'s. | 35 | |
'5' is a magic number. | 35 | |
'7' is a magic number. | 35 | |
'31' is a magic number. | 38 | |
'16' is a magic number. | 38 | |
Method 'deserializeTransferLength' is not designed for extension - needs to be abstract, final or empty. | 41 | |
'(' is preceded with whitespace. | 42 | |
Parameter buffer should be final. | 42 | |
Line is longer than 80 characters. | 44 | |
'if' construct must use '{}'s. | 48 | |
'256' is a magic number. | 48 | |
Method 'getLogicalBlockAddressFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 52 | |
'(' is preceded with whitespace. | 53 | |
Method 'getTransferLengthFieldIndex' is not designed for extension - needs to be abstract, final or empty. | 57 | |
'(' is preceded with whitespace. | 58 | |
'4' is a magic number. | 59 |
org/jscsi/target/scsi/cdb/WriteCdb.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 16 | |
'(' is preceded with whitespace. | 16 | |
Parameter buffer should be final. | 16 |
org/jscsi/target/scsi/cdb/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/scsi/inquiry/Association.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 6 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 47 | |
'(' is preceded with whitespace. | 47 | |
'value' hides a field. | 47 | |
Missing a Javadoc comment. | 51 | |
'(' is preceded with whitespace. | 51 |
org/jscsi/target/scsi/inquiry/CodeSet.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 5 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 35 | |
First sentence should end with a period. | 52 | |
Missing a Javadoc comment. | 57 | |
'(' is preceded with whitespace. | 57 | |
'value' hides a field. | 57 | |
Line has trailing spaces. | 68 | |
'(' is preceded with whitespace. | 71 |
org/jscsi/target/scsi/inquiry/DeviceIdentificationVpdPage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
'(' is preceded with whitespace. | 69 | |
Parameter target should be final. | 69 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line has trailing spaces. | 93 | |
'(' is preceded with whitespace. | 96 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
'(' is preceded with whitespace. | 104 | |
Parameter byteBuffer should be final. | 104 | |
Parameter index should be final. | 104 | |
',' is not followed by whitespace. | 110 | |
';' is not followed by whitespace. | 111 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
'(' is preceded with whitespace. | 114 |
org/jscsi/target/scsi/inquiry/IdentificationDescriptor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
'(' is preceded with whitespace. | 62 | |
'protocolIdentifier' hides a field. | 62 | |
'codeSet' hides a field. | 62 | |
'protocolIdentifierValid' hides a field. | 62 | |
'association' hides a field. | 62 | |
'identifierType' hides a field. | 62 | |
'identifier' hides a field. | 62 | |
Missing a Javadoc comment. | 71 | |
'(' is preceded with whitespace. | 71 | |
Parameter byteBuffer should be final. | 71 | |
Parameter index should be final. | 71 | |
Line is longer than 80 characters. | 75 | |
'15' is a magic number. | 75 | |
'4' is a magic number. | 75 | |
'15' is a magic number. | 75 | |
Line is longer than 80 characters. | 79 | |
'3' is a magic number. | 79 | |
'4' is a magic number. | 79 | |
'15' is a magic number. | 79 | |
'7' is a magic number. | 80 | |
';' is not followed by whitespace. | 87 | |
Missing a Javadoc comment. | 93 | |
'(' is preceded with whitespace. | 93 |
org/jscsi/target/scsi/inquiry/Identifier.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 |
org/jscsi/target/scsi/inquiry/IdentifierType.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 7 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
'(' is preceded with whitespace. | 18 | |
Parameter value should be final. | 18 | |
'value' hides a field. | 18 | |
Missing a Javadoc comment. | 22 | |
'(' is preceded with whitespace. | 22 |
org/jscsi/target/scsi/inquiry/PageCode.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.InquiryCDB. | 4 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 26 | |
'(' is preceded with whitespace. | 29 | |
'value' hides a field. | 29 | |
'255' is a magic number. | 30 | |
Line has trailing spaces. | 35 | |
'(' is preceded with whitespace. | 38 | |
Line has trailing spaces. | 44 | |
'(' is preceded with whitespace. | 47 | |
'if' construct must use '{}'s. | 48 | |
Line is longer than 80 characters. | 48 | |
';' is not followed by whitespace. | 48 | |
'if' construct must use '{}'s. | 49 | |
Line is longer than 80 characters. | 49 | |
'0x7f' is a magic number. | 49 | |
'if' construct must use '{}'s. | 50 | |
'0x80' is a magic number. | 50 | |
'if' construct must use '{}'s. | 51 | |
Line is longer than 80 characters. | 51 | |
'0x81' is a magic number. | 51 | |
'0x82' is a magic number. | 51 | |
'if' construct must use '{}'s. | 52 | |
Line is longer than 80 characters. | 52 | |
'0x83' is a magic number. | 52 | |
';' is not followed by whitespace. | 52 | |
'if' construct must use '{}'s. | 53 | |
Line is longer than 80 characters. | 53 | |
'0x84' is a magic number. | 53 | |
'if' construct must use '{}'s. | 54 | |
Line is longer than 80 characters. | 54 | |
'0x85' is a magic number. | 54 | |
'if' construct must use '{}'s. | 55 | |
Line is longer than 80 characters. | 55 | |
'0x86' is a magic number. | 55 | |
'if' construct must use '{}'s. | 56 | |
'0x87' is a magic number. | 56 | |
'if' construct must use '{}'s. | 57 | |
'0x88' is a magic number. | 57 | |
'if' construct must use '{}'s. | 58 | |
Line is longer than 80 characters. | 58 | |
'0x89' is a magic number. | 58 | |
'0xaf' is a magic number. | 58 | |
'if' construct must use '{}'s. | 59 | |
'0xb0' is a magic number. | 59 | |
'0xbf' is a magic number. | 59 | |
'else' construct must use '{}'s. | 61 | |
Line has trailing spaces. | 67 | |
First sentence should end with a period. | 71 | |
First sentence should end with a period. | 75 | |
First sentence should end with a period. | 79 | |
First sentence should end with a period. | 83 | |
First sentence should end with a period. | 87 | |
First sentence should end with a period. | 91 | |
First sentence should end with a period. | 95 | |
First sentence should end with a period. | 99 | |
First sentence should end with a period. | 103 | |
First sentence should end with a period. | 107 | |
First sentence should end with a period. | 111 | |
First sentence should end with a period. | 115 | |
First sentence should end with a period. | 119 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 125 | |
'(' is preceded with whitespace. | 126 |
org/jscsi/target/scsi/inquiry/ProtocolIdentifier.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 77 | |
Line is longer than 80 characters. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 86 | |
'(' is preceded with whitespace. | 86 | |
'value' hides a field. | 86 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 92 | |
'(' is preceded with whitespace. | 92 |
org/jscsi/target/scsi/inquiry/ScsiNameStringIdentifier.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 11 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Name 'logicalUnitNameExtension' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
Missing a Javadoc comment. | 36 | |
'(' is preceded with whitespace. | 36 | |
Parameter targetName should be final. | 36 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
'(' is preceded with whitespace. | 48 | |
Parameter byteBuffer should be final. | 48 | |
Parameter index should be final. | 48 | |
';' is not followed by whitespace. | 50 | |
'if' construct must use '{}'s. | 52 | |
Line is longer than 80 characters. | 52 | |
';' is not followed by whitespace. | 52 | |
'for' construct must use '{}'s. | 54 | |
'for' construct must use '{}'s. | 57 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
'(' is preceded with whitespace. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 68 | |
'(' is preceded with whitespace. | 71 | |
'4' is a magic number. | 72 | |
'4' is a magic number. | 72 |
org/jscsi/target/scsi/inquiry/StandardInquiryData.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.ScsiOperationCode. | 7 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 44 | |
'(' is preceded with whitespace. | 44 | |
Line has trailing spaces. | 50 | |
'(' is preceded with whitespace. | 53 | |
'if' construct must use '{}'s. | 54 | |
Missing a Javadoc comment. | 58 | |
'(' is preceded with whitespace. | 58 | |
Parameter byteBuffer should be final. | 58 | |
Parameter index should be final. | 58 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 81 | |
'0x05' is a magic number. | 83 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 90 | |
';' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 97 | |
'31' is a magic number. | 100 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 126 | |
'128' is a magic number. | 129 | |
';' is not followed by whitespace. | 129 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 164 | |
Line has trailing spaces. | 166 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 172 | |
'(' is preceded with whitespace. | 172 | |
'for' construct must use '{}'s. | 177 | |
'for' construct must use '{}'s. | 180 | |
Missing a Javadoc comment. | 184 | |
'(' is preceded with whitespace. | 184 |
org/jscsi/target/scsi/inquiry/SupportedVpdPages.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
'{' is followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 34 | |
Line has trailing spaces. | 39 | |
'(' is preceded with whitespace. | 42 | |
'if' construct must use '{}'s. | 43 | |
Missing a Javadoc comment. | 47 | |
'(' is preceded with whitespace. | 47 | |
Missing a Javadoc comment. | 51 | |
'(' is preceded with whitespace. | 51 | |
Parameter byteBuffer should be final. | 51 | |
Parameter index should be final. | 51 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 58 | |
'for' construct must use '{}'s. | 81 | |
Missing a Javadoc comment. | 85 | |
'(' is preceded with whitespace. | 85 | |
Line is longer than 80 characters. | 90 | |
Line has trailing spaces. | 91 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 95 | |
'(' is preceded with whitespace. | 95 | |
'if' construct must use '{}'s. | 98 | |
Line is longer than 80 characters. | 98 |
org/jscsi/target/scsi/inquiry/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 |
org/jscsi/target/scsi/lun/AddressMethod.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 8 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 42 | |
'(' is preceded with whitespace. | 42 | |
'value' hides a field. | 42 | |
Line has trailing spaces. | 48 | |
'(' is preceded with whitespace. | 51 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 60 | |
'(' is preceded with whitespace. | 62 | |
Parameter value should be final. | 62 | |
'if' construct must use '{}'s. | 63 | |
'3' is a magic number. | 63 |
org/jscsi/target/scsi/lun/LogicalUnitNumber.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 12 | |
Missing a Javadoc comment. | 27 | |
'(' is preceded with whitespace. | 27 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
'(' is preceded with whitespace. | 31 | |
Parameter byteBuffer should be final. | 31 | |
Parameter index should be final. | 31 | |
'for' construct must use '{}'s. | 33 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
'(' is preceded with whitespace. | 37 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 41 | |
'(' is preceded with whitespace. | 42 |
org/jscsi/target/scsi/lun/ReportLunsParameterData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 37 | |
'(' is preceded with whitespace. | 40 | |
Parameter luns should be final. | 40 | |
'luns' hides a field. | 40 | |
'if' construct must use '{}'s. | 42 | |
Missing a Javadoc comment. | 45 | |
'(' is preceded with whitespace. | 45 | |
Parameter byteBuffer should be final. | 45 | |
Parameter index should be final. | 45 | |
Missing a Javadoc comment. | 58 | |
'(' is preceded with whitespace. | 58 |
org/jscsi/target/scsi/lun/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/scsi/modeSense/CachingModePage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 86 | |
Extra HTML tag found: </tr> | 108 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 138 | |
Extra HTML tag found: </tr> | 144 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 167 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 182 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 190 | |
Line has trailing spaces. | 191 | |
Line has trailing spaces. | 198 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 207 | |
Line has trailing spaces. | 209 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 216 | |
Line is longer than 80 characters. | 217 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 238 | |
Line is longer than 80 characters. | 239 | |
Line is longer than 80 characters. | 244 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 251 | |
Line is longer than 80 characters. | 259 | |
Line has trailing spaces. | 260 | |
Line is longer than 80 characters. | 283 | |
More than 7 parameters. | 283 | |
'(' is preceded with whitespace. | 283 | |
Expected @param tag for 'parametersSaveable'. | 283 | |
'initiatorControl' hides a field. | 283 | |
Expected @param tag for 'initiatorControl'. | 283 | |
'abortPrefetch' hides a field. | 283 | |
Expected @param tag for 'abortPrefetch'. | 283 | |
'cachingAnalysisPermitted' hides a field. | 283 | |
Expected @param tag for 'cachingAnalysisPermitted'. | 283 | |
'discontinuity' hides a field. | 283 | |
Expected @param tag for 'discontinuity'. | 283 | |
'sizeEnable' hides a field. | 283 | |
Expected @param tag for 'sizeEnable'. | 283 | |
'writebackCacheEnable' hides a field. | 283 | |
Expected @param tag for 'writebackCacheEnable'. | 283 | |
'multiplicationFactor' hides a field. | 283 | |
Expected @param tag for 'multiplicationFactor'. | 283 | |
'readCacheDisable' hides a field. | 283 | |
Expected @param tag for 'readCacheDisable'. | 283 | |
'demandReadRetentionPriority' hides a field. | 283 | |
Expected @param tag for 'demandReadRetentionPriority'. | 283 | |
'writeRetentionPriority' hides a field. | 283 | |
Expected @param tag for 'writeRetentionPriority'. | 283 | |
'disablePrefetchTransferLength' hides a field. | 283 | |
Expected @param tag for 'disablePrefetchTransferLength'. | 283 | |
'minimumPrefetch' hides a field. | 283 | |
Expected @param tag for 'minimumPrefetch'. | 283 | |
'maximumPrefetch' hides a field. | 283 | |
Expected @param tag for 'maximumPrefetch'. | 283 | |
'maximumPrefetchCeiling' hides a field. | 283 | |
Expected @param tag for 'maximumPrefetchCeiling'. | 283 | |
'forceSequentialWrite' hides a field. | 283 | |
Expected @param tag for 'forceSequentialWrite'. | 283 | |
'logicalBlockCacheSegmentSize' hides a field. | 283 | |
Expected @param tag for 'logicalBlockCacheSegmentSize'. | 283 | |
'disableReadAhead' hides a field. | 283 | |
Expected @param tag for 'disableReadAhead'. | 283 | |
'nonVolatileCacheDisabled' hides a field. | 283 | |
Expected @param tag for 'nonVolatileCacheDisabled'. | 283 | |
'numberOfCacheSegments' hides a field. | 283 | |
Expected @param tag for 'numberOfCacheSegments'. | 283 | |
'cacheSegmentSize' hides a field. | 283 | |
Expected @param tag for 'cacheSegmentSize'. | 283 | |
',' is not followed by whitespace. | 284 | |
'0x08' is a magic number. | 285 | |
',' is not followed by whitespace. | 285 | |
'0x12' is a magic number. | 286 | |
';' is not followed by whitespace. | 286 | |
Line is longer than 80 characters. | 295 | |
'0xf' is a magic number. | 295 | |
'0xf' is a magic number. | 296 | |
Line is longer than 80 characters. | 297 | |
'0xffff' is a magic number. | 297 | |
'0xffff' is a magic number. | 298 | |
'0xffff' is a magic number. | 299 | |
'0xffff' is a magic number. | 300 | |
'0xff' is a magic number. | 305 | |
'0xffff' is a magic number. | 306 | |
'(' is preceded with whitespace. | 310 | |
Parameter buffer should be final. | 310 | |
Parameter index should be final. | 310 | |
'7' is a magic number. | 314 | |
'6' is a magic number. | 315 | |
'5' is a magic number. | 316 | |
'4' is a magic number. | 317 | |
'3' is a magic number. | 318 | |
Line is longer than 80 characters. | 324 | |
'4' is a magic number. | 324 | |
',' is not followed by whitespace. | 327 | |
',' is not followed by whitespace. | 328 | |
'4' is a magic number. | 329 | |
';' is not followed by whitespace. | 329 | |
',' is not followed by whitespace. | 330 | |
',' is not followed by whitespace. | 331 | |
'6' is a magic number. | 332 | |
';' is not followed by whitespace. | 332 | |
',' is not followed by whitespace. | 333 | |
',' is not followed by whitespace. | 334 | |
'8' is a magic number. | 335 | |
';' is not followed by whitespace. | 335 | |
',' is not followed by whitespace. | 336 | |
',' is not followed by whitespace. | 337 | |
'10' is a magic number. | 338 | |
';' is not followed by whitespace. | 338 | |
'7' is a magic number. | 341 | |
'6' is a magic number. | 342 | |
'5' is a magic number. | 343 | |
'12' is a magic number. | 345 | |
',' is not followed by whitespace. | 350 | |
',' is not followed by whitespace. | 351 | |
'14' is a magic number. | 352 | |
';' is not followed by whitespace. | 352 |
org/jscsi/target/scsi/modeSense/HeaderType.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 5 | |
Line has trailing spaces. | 12 | |
Line has trailing spaces. | 19 |
org/jscsi/target/scsi/modeSense/InformationExceptionsControlModePage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 97 | |
Missing a Javadoc comment. | 97 | |
More than 7 parameters. | 97 | |
'(' is preceded with whitespace. | 97 | |
Parameter parametersSaveable should be final. | 97 | |
'performance' hides a field. | 97 | |
'enableBackgroundFunction' hides a field. | 97 | |
'enableWarning' hides a field. | 97 | |
'disableExceptionControl' hides a field. | 97 | |
'test' hides a field. | 97 | |
'logErrors' hides a field. | 97 | |
'methodOfReportingInformationalExceptionConditions' hides a field. | 97 | |
'intervalTimer' hides a field. | 97 | |
'reportCount' hides a field. | 97 | |
',' is not followed by whitespace. | 98 | |
'0x1c' is a magic number. | 99 | |
',' is not followed by whitespace. | 99 | |
'0x0a' is a magic number. | 100 | |
';' is not followed by whitespace. | 100 | |
Line is longer than 80 characters. | 107 | |
Method 'serializeModeParameters' is not designed for extension - needs to be abstract, final or empty. | 113 | |
'(' is preceded with whitespace. | 114 | |
Parameter buffer should be final. | 114 | |
Parameter index should be final. | 114 | |
'7' is a magic number. | 119 | |
';' is not followed by whitespace. | 119 | |
'5' is a magic number. | 120 | |
';' is not followed by whitespace. | 120 | |
'4' is a magic number. | 121 | |
';' is not followed by whitespace. | 121 | |
'3' is a magic number. | 122 | |
';' is not followed by whitespace. | 122 | |
';' is not followed by whitespace. | 123 | |
';' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 128 | |
'31' is a magic number. | 128 | |
';' is not followed by whitespace. | 128 | |
',' is not followed by whitespace. | 132 | |
',' is not followed by whitespace. | 133 | |
'4' is a magic number. | 134 | |
';' is not followed by whitespace. | 134 | |
',' is not followed by whitespace. | 135 | |
',' is not followed by whitespace. | 136 | |
'8' is a magic number. | 137 | |
';' is not followed by whitespace. | 137 |
org/jscsi/target/scsi/modeSense/LogicalBlockDescriptor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 16 | |
Variable 'numberOfLogicalBlocks' must be private and have accessor methods. | 18 | |
Variable 'logicalBlockLength' must be private and have accessor methods. | 23 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
'(' is preceded with whitespace. | 31 | |
'numberOfLogicalBlocks' hides a field. | 31 | |
'logicalBlockLength' hides a field. | 31 |
org/jscsi/target/scsi/modeSense/LongLogicalBlockDescriptor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
'(' is preceded with whitespace. | 30 | |
Parameter numberOfLogicalBlocks should be final. | 30 | |
Parameter logicalBlockLength should be final. | 30 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
'(' is preceded with whitespace. | 34 | |
Parameter byteBuffer should be final. | 34 | |
Parameter index should be final. | 34 | |
',' is not followed by whitespace. | 36 | |
',' is not followed by whitespace. | 37 | |
';' is not followed by whitespace. | 38 | |
',' is not followed by whitespace. | 41 | |
',' is not followed by whitespace. | 42 | |
'12' is a magic number. | 43 | |
';' is not followed by whitespace. | 43 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 |
org/jscsi/target/scsi/modeSense/ModePage.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Variable 'pageLength' must be private and have accessor methods. | 51 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 66 | |
'(' is preceded with whitespace. | 66 | |
'parametersSaveable' hides a field. | 66 | |
'subPageFormat' hides a field. | 66 | |
'pageCode' hides a field. | 66 | |
'pageLength' hides a field. | 66 | |
'if' construct must use '{}'s. | 69 | |
'else' construct must use '{}'s. | 71 | |
Missing a Javadoc comment. | 77 | |
'(' is preceded with whitespace. | 77 | |
';' is not followed by whitespace. | 81 | |
'6' is a magic number. | 82 | |
';' is not followed by whitespace. | 82 | |
'7' is a magic number. | 83 | |
';' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 93 | |
Line has trailing spaces. | 95 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 99 | |
'(' is preceded with whitespace. | 99 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 107 | |
'(' is preceded with whitespace. | 107 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 113 | |
'(' is preceded with whitespace. | 113 | |
Missing a Javadoc comment. | 115 | |
'(' is preceded with whitespace. | 115 |
org/jscsi/target/scsi/modeSense/ModePageCode.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 47 | |
'{' is not followed by whitespace. | 48 | |
'for' construct must use '{}'s. | 50 | |
',' is not followed by whitespace. | 51 | |
';' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 63 | |
'(' is preceded with whitespace. | 63 | |
Line has trailing spaces. | 79 | |
'(' is preceded with whitespace. | 83 | |
'pageCode' hides a field. | 83 | |
'subpageCode' hides a field. | 83 | |
First sentence should end with a period. | 88 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 90 | |
'(' is preceded with whitespace. | 95 | |
'8' is a magic number. | 96 |
org/jscsi/target/scsi/modeSense/ModeParameterHeader.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Variable 'modeDataLength' must be private and have accessor methods. | 25 | |
Line is longer than 80 characters. | 28 | |
Variable 'mediumType' must be private and have accessor methods. | 31 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 59 | |
Variable 'deviceSpecificParameter' must be private and have accessor methods. | 61 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Variable 'blockDescriptorLength' must be private and have accessor methods. | 70 | |
Line has trailing spaces. | 74 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 78 | |
'(' is preceded with whitespace. | 78 | |
'modeDataLength' hides a field. | 78 | |
'blockDescriptorLength' hides a field. | 78 |
org/jscsi/target/scsi/modeSense/ModeParameterHeader10.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 45 | |
'(' is preceded with whitespace. | 45 | |
'longLba' hides a field. | 45 | |
Missing a Javadoc comment. | 50 | |
'(' is preceded with whitespace. | 50 | |
',' is not followed by whitespace. | 51 | |
',' is not followed by whitespace. | 52 | |
';' is not followed by whitespace. | 53 | |
',' is not followed by whitespace. | 60 | |
',' is not followed by whitespace. | 61 | |
'6' is a magic number. | 62 | |
';' is not followed by whitespace. | 62 | |
Missing a Javadoc comment. | 65 | |
'(' is preceded with whitespace. | 65 |
org/jscsi/target/scsi/modeSense/ModeParameterHeader6.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 | |
'(' is preceded with whitespace. | 31 | |
Missing a Javadoc comment. | 35 | |
'(' is preceded with whitespace. | 35 | |
Parameter byteBuffer should be final. | 35 | |
Parameter index should be final. | 35 | |
Missing a Javadoc comment. | 43 | |
'(' is preceded with whitespace. | 43 |
org/jscsi/target/scsi/modeSense/ModeParameterList.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 42 | |
'(' is preceded with whitespace. | 42 | |
'if' construct must use '{}'s. | 43 | |
'if' construct must use '{}'s. | 47 | |
'if' construct must use '{}'s. | 51 | |
'else' construct must use '{}'s. | 53 | |
Line is longer than 80 characters. | 55 | |
'if' construct must use '{}'s. | 61 | |
Line is longer than 80 characters. | 62 | |
'else' construct must use '{}'s. | 63 | |
Line is longer than 80 characters. | 64 | |
'for' construct must use '{}'s. | 68 | |
'if' construct must use '{}'s. | 68 | |
Line is longer than 80 characters. | 72 | |
'if' construct must use '{}'s. | 77 | |
Line is longer than 80 characters. | 78 | |
'else' construct must use '{}'s. | 79 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 86 | |
Missing a Javadoc comment. | 86 | |
'(' is preceded with whitespace. | 86 | |
'modeParameterHeader' hides a field. | 86 | |
'logicalBlockDescriptors' hides a field. | 86 | |
'modePages' hides a field. | 86 | |
Missing a Javadoc comment. | 92 | |
'(' is preceded with whitespace. | 92 | |
Parameter byteBuffer should be final. | 92 | |
Parameter index should be final. | 92 | |
'if' construct must use '{}'s. | 101 | |
Line is longer than 80 characters. | 101 | |
'if' construct must use '{}'s. | 107 | |
Missing a Javadoc comment. | 113 | |
'(' is preceded with whitespace. | 113 | |
'if' construct must use '{}'s. | 116 | |
Line is longer than 80 characters. | 116 | |
';' is not followed by whitespace. | 116 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
'for' construct must use '{}'s. | 121 | |
'if' construct must use '{}'s. | 121 |
org/jscsi/target/scsi/modeSense/ModeParameterListBuilder.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 5 | |
Variable 'headerType' must be private and have accessor methods. | 13 | |
Line is longer than 80 characters. | 16 | |
Variable 'logicalBlockDescriptors' must be private and have accessor methods. | 19 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Variable 'longLba' must be private and have accessor methods. | 28 | |
Line is longer than 80 characters. | 31 | |
Variable 'modePages' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
'(' is preceded with whitespace. | 35 | |
'headerType' hides a field. | 35 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
'(' is preceded with whitespace. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
'(' is preceded with whitespace. | 45 | |
'logicalBlockDescriptors' hides a field. | 45 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
'(' is preceded with whitespace. | 50 | |
'logicalBlockDescriptors' hides a field. | 50 | |
Missing a Javadoc comment. | 55 | |
'(' is preceded with whitespace. | 55 | |
Missing a Javadoc comment. | 61 | |
'(' is preceded with whitespace. | 61 | |
'modePages' hides a field. | 61 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 69 | |
'(' is preceded with whitespace. | 71 | |
'if' construct must use '{}'s. | 72 | |
'if' construct must use '{}'s. | 73 | |
Line is longer than 80 characters. | 73 |
org/jscsi/target/scsi/modeSense/PageControl.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.ModeSense6Cdb. | 4 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
'(' is preceded with whitespace. | 33 | |
'value' hides a field. | 33 | |
Missing a Javadoc comment. | 37 | |
'(' is preceded with whitespace. | 37 | |
'for' construct must use '{}'s. | 39 | |
'if' construct must use '{}'s. | 40 |
org/jscsi/target/scsi/modeSense/Page_0FormatModePage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 9 | |
Name 'Page_0FormatModePage' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 12 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 26 | |
'(' is preceded with whitespace. | 26 | |
Parameter parametersSaveable should be final. | 26 | |
Parameter pageCode should be final. | 26 | |
Parameter pageLength should be final. | 26 | |
',' is not followed by whitespace. | 27 | |
'(' is preceded with whitespace. | 32 | |
Parameter buffer should be final. | 32 | |
Parameter index should be final. | 32 | |
'(' is preceded with whitespace. | 38 | |
Parameter buffer should be final. | 38 | |
Parameter index should be final. | 38 | |
Line is longer than 80 characters. | 40 |
org/jscsi/target/scsi/modeSense/ShortLogicalBlockDescriptor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
'(' is preceded with whitespace. | 30 | |
Parameter numberOfLogicalBlocks should be final. | 30 | |
Parameter logicalBlockLength should be final. | 30 | |
Missing a Javadoc comment. | 34 | |
'(' is preceded with whitespace. | 34 | |
Parameter byteBuffer should be final. | 34 | |
Parameter index should be final. | 34 | |
',' is not followed by whitespace. | 36 | |
',' is not followed by whitespace. | 37 | |
';' is not followed by whitespace. | 38 | |
',' is not followed by whitespace. | 41 | |
',' is not followed by whitespace. | 42 | |
'5' is a magic number. | 43 | |
';' is not followed by whitespace. | 43 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 |
org/jscsi/target/scsi/modeSense/SubPageFormatModePage.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 11 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 39 | |
'(' is preceded with whitespace. | 39 | |
Parameter parametersSaveable should be final. | 39 | |
Parameter pageCode should be final. | 39 | |
'subPageCode' hides a field. | 39 | |
Parameter pageLength should be final. | 39 | |
',' is not followed by whitespace. | 40 | |
Line is longer than 80 characters. | 46 | |
'(' is preceded with whitespace. | 46 | |
'(' is preceded with whitespace. | 52 | |
Parameter buffer should be final. | 52 | |
Parameter index should be final. | 52 | |
',' is not followed by whitespace. | 54 | |
',' is not followed by whitespace. | 55 | |
';' is not followed by whitespace. | 56 |
org/jscsi/target/scsi/modeSense/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 23 |
org/jscsi/target/scsi/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 30 | |
Line has trailing spaces. | 37 |
org/jscsi/target/scsi/readCapacity/ReadCapacity10ParameterData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
'(' is preceded with whitespace. | 31 | |
Missing a Javadoc comment. | 35 | |
'(' is preceded with whitespace. | 35 | |
Parameter byteBuffer should be final. | 35 | |
Parameter index should be final. | 35 | |
Line is longer than 80 characters. | 39 | |
'4' is a magic number. | 43 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 |
org/jscsi/target/scsi/readCapacity/ReadCapacity16ParameterData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
'(' is preceded with whitespace. | 27 | |
Parameter logicalBlockLengthInBytes should be final. | 27 | |
Missing a Javadoc comment. | 31 | |
'(' is preceded with whitespace. | 31 | |
Parameter byteBuffer should be final. | 31 | |
Parameter index should be final. | 31 | |
'8' is a magic number. | 36 | |
Missing a Javadoc comment. | 39 | |
'(' is preceded with whitespace. | 39 |
org/jscsi/target/scsi/readCapacity/ReadCapacityParameterData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 11 | |
Missing a Javadoc comment. | 16 | |
Variable 'returnedLogicalBlockAddress' must be private and have accessor methods. | 16 | |
Missing a Javadoc comment. | 18 | |
Variable 'logicalBlockLengthInBytes' must be private and have accessor methods. | 18 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'(' is preceded with whitespace. | 20 | |
'returnedLogicalBlockAddress' hides a field. | 20 | |
'logicalBlockLengthInBytes' hides a field. | 20 |
org/jscsi/target/scsi/readCapacity/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 |
org/jscsi/target/scsi/sense/AdditionalSenseBytes.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
'(' is preceded with whitespace. | 22 | |
Parameter byteBuffer should be final. | 22 | |
Parameter index should be final. | 22 | |
Missing a Javadoc comment. | 26 | |
'(' is preceded with whitespace. | 26 |
org/jscsi/target/scsi/sense/AdditionalSenseCodeAndQualifier.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 41 | |
'{' is not followed by whitespace. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 50 | |
'for' construct must use '{}'s. | 51 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
'(' is preceded with whitespace. | 61 | |
Parameter value should be final. | 61 | |
Line has trailing spaces. | 67 | |
'(' is preceded with whitespace. | 70 | |
Parameter value should be final. | 70 | |
'value' hides a field. | 70 | |
Line has trailing spaces. | 76 | |
'(' is preceded with whitespace. | 79 | |
Line is longer than 80 characters. | 84 | |
Line has trailing spaces. | 85 | |
'(' is preceded with whitespace. | 88 | |
'8' is a magic number. | 89 | |
Line is longer than 80 characters. | 93 | |
Line has trailing spaces. | 94 | |
'(' is preceded with whitespace. | 97 |
org/jscsi/target/scsi/sense/DescriptorFormatSenseData.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 13 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 61 | |
'(' is preceded with whitespace. | 61 | |
Parameter additionalSenseCodeAndQualifier should be final. | 61 | |
Parameter senseDataDescriptors should be final. | 61 | |
'senseDataDescriptors' hides a field. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 66 | |
'(' is preceded with whitespace. | 66 | |
Parameter byteBuffer should be final. | 66 | |
Parameter index should be final. | 66 | |
Line is longer than 80 characters. | 71 | |
'7' is a magic number. | 72 | |
';' is not followed by whitespace. | 72 | |
';' is not followed by whitespace. | 73 | |
'15' is a magic number. | 76 | |
';' is not followed by whitespace. | 77 | |
Line is longer than 80 characters. | 80 | |
'for' construct must use '{}'s. | 83 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 102 | |
Line has trailing spaces. | 103 | |
'(' is preceded with whitespace. | 106 | |
'for' construct must use '{}'s. | 109 | |
'if' construct must use '{}'s. | 110 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 115 | |
'(' is preceded with whitespace. | 115 |
org/jscsi/target/scsi/sense/ErrorType.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 5 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 |
org/jscsi/target/scsi/sense/FixedFormatSenseData.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.ScsiOperationCode. | 6 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 107 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
'private' modifier out of order with the JLS suggestions. | 125 | |
Line is longer than 80 characters. | 128 | |
Line has trailing spaces. | 130 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 144 | |
More than 7 parameters. | 144 | |
'(' is preceded with whitespace. | 144 | |
'valid' hides a field. | 144 | |
Expected @param tag for 'valid'. | 144 | |
'fileMark' hides a field. | 144 | |
Expected @param tag for 'fileMark'. | 144 | |
'endOfMedium' hides a field. | 144 | |
Expected @param tag for 'endOfMedium'. | 144 | |
'incorrectLengthIndicator' hides a field. | 144 | |
Expected @param tag for 'incorrectLengthIndicator'. | 144 | |
Expected @param tag for 'senseKey'. | 144 | |
'information' hides a field. | 144 | |
Expected @param tag for 'information'. | 144 | |
'commandSpecificInformation' hides a field. | 144 | |
Expected @param tag for 'commandSpecificInformation'. | 144 | |
Expected @param tag for 'additionalSenseCodeAndQualifier'. | 144 | |
'fieldReplaceableUnitCode' hides a field. | 144 | |
Expected @param tag for 'fieldReplaceableUnitCode'. | 144 | |
'senseKeySpecificData' hides a field. | 144 | |
Expected @param tag for 'senseKeySpecificData'. | 144 | |
'additionalSenseBytes' hides a field. | 144 | |
Expected @param tag for 'additionalSenseBytes'. | 144 | |
Line is longer than 80 characters. | 145 | |
'if' construct must use '{}'s. | 157 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
'(' is preceded with whitespace. | 161 | |
Parameter byteBuffer should be final. | 161 | |
Parameter index should be final. | 161 | |
'7' is a magic number. | 169 | |
'7' is a magic number. | 177 | |
'6' is a magic number. | 180 | |
'5' is a magic number. | 183 | |
'15' is a magic number. | 186 | |
'if' construct must use '{}'s. | 191 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 194 | |
'if' construct must use '{}'s. | 197 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 203 | |
'if' construct must use '{}'s. | 206 | |
Line is longer than 80 characters. | 206 | |
'if' construct must use '{}'s. | 209 | |
Line is longer than 80 characters. | 209 | |
Missing a Javadoc comment. | 212 | |
'(' is preceded with whitespace. | 212 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Missing a Javadoc comment. | 216 | |
'(' is preceded with whitespace. | 216 | |
'if' construct must use '{}'s. | 218 |
org/jscsi/target/scsi/sense/SenseData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 14 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 24 | |
Variable 'responseCode' must be private and have accessor methods. | 28 | |
Line is longer than 80 characters. | 31 | |
Variable 'errorType' must be private and have accessor methods. | 33 | |
Line is longer than 80 characters. | 36 | |
Variable 'senseDataFormat' must be private and have accessor methods. | 38 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Variable 'senseKey' must be private and have accessor methods. | 45 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 52 | |
Variable 'additionalSenseCodeAndQualifier' must be private and have accessor methods. | 52 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 62 | |
'(' is preceded with whitespace. | 62 | |
'errorType' hides a field. | 62 | |
'senseDataFormat' hides a field. | 62 | |
'senseKey' hides a field. | 62 | |
'additionalSenseCodeAndQualifier' hides a field. | 62 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 77 | |
'(' is preceded with whitespace. | 77 | |
'if' construct must use '{}'s. | 79 | |
'0x70' is a magic number. | 80 | |
'else' construct must use '{}'s. | 81 | |
'0x71' is a magic number. | 83 | |
'{' is not followed by whitespace. | 84 | |
'if' construct must use '{}'s. | 85 | |
'0x72' is a magic number. | 86 | |
'else' construct must use '{}'s. | 87 | |
'0x73' is a magic number. | 89 | |
Line is longer than 80 characters. | 92 |
org/jscsi/target/scsi/sense/SenseKey.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 6 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 100 | |
'16' is a magic number. | 102 | |
'{' is not followed by whitespace. | 104 | |
'for' construct must use '{}'s. | 106 | |
Line is longer than 80 characters. | 112 | |
Line has trailing spaces. | 113 | |
Line is longer than 80 characters. | 115 | |
'(' is preceded with whitespace. | 117 | |
'15' is a magic number. | 118 | |
';' is not followed by whitespace. | 118 | |
'if' construct must use '{}'s. | 119 | |
Line has trailing spaces. | 130 | |
'(' is preceded with whitespace. | 133 | |
Parameter value should be final. | 133 | |
'value' hides a field. | 133 | |
Line has trailing spaces. | 139 | |
'(' is preceded with whitespace. | 142 |
org/jscsi/target/scsi/sense/information/EightByteInformation.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
'(' is preceded with whitespace. | 16 | |
Parameter byteBuffer should be final. | 16 | |
Parameter index should be final. | 16 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
'(' is preceded with whitespace. | 20 |
org/jscsi/target/scsi/sense/information/FourByteInformation.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
'(' is preceded with whitespace. | 16 | |
Parameter byteBuffer should be final. | 16 | |
Parameter index should be final. | 16 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
'(' is preceded with whitespace. | 20 |
org/jscsi/target/scsi/sense/information/Information.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 11 |
org/jscsi/target/scsi/sense/information/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 24 |
org/jscsi/target/scsi/sense/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/scsi/sense/senseDataDescriptor/CommandSpecificSenseDataDescriptor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
'(' is preceded with whitespace. | 32 | |
'commandSpecificInformation' hides a field. | 32 | |
Line is longer than 80 characters. | 33 | |
'0x0a' is a magic number. | 33 | |
';' is not followed by whitespace. | 33 | |
Line is longer than 80 characters. | 34 | |
Method 'serializeSpecificFields' is not designed for extension - needs to be abstract, final or empty. | 38 | |
'(' is preceded with whitespace. | 39 | |
Parameter byteBuffer should be final. | 39 | |
Parameter index should be final. | 39 | |
Line is longer than 80 characters. | 40 |
org/jscsi/target/scsi/sense/senseDataDescriptor/InformationSenseDataDescriptor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 48 | |
'(' is preceded with whitespace. | 48 | |
'information' hides a field. | 48 | |
'0x0a' is a magic number. | 50 | |
Line is longer than 80 characters. | 55 | |
Redundant 'final' modifier. | 55 | |
'(' is preceded with whitespace. | 55 | |
'if' construct must use '{}'s. | 60 | |
'7' is a magic number. | 60 |
org/jscsi/target/scsi/sense/senseDataDescriptor/SenseDataDescriptor.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 43 | |
'(' is preceded with whitespace. | 43 | |
'descriptorType' hides a field. | 43 | |
'additionalLength' hides a field. | 43 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 54 | |
Redundant 'final' modifier. | 54 | |
'(' is preceded with whitespace. | 54 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 67 | |
'(' is preceded with whitespace. | 67 | |
Missing a Javadoc comment. | 69 | |
Redundant 'final' modifier. | 69 | |
'(' is preceded with whitespace. | 69 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
'(' is preceded with whitespace. | 73 | |
Parameter byteBuffer should be final. | 73 | |
Parameter index should be final. | 73 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
'(' is preceded with whitespace. | 78 |
org/jscsi/target/scsi/sense/senseDataDescriptor/SenseDataDescriptorType.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.sense.SenseData. | 4 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 63 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
'(' is preceded with whitespace. | 69 | |
Parameter value should be final. | 69 | |
'value' hides a field. | 69 | |
Missing a Javadoc comment. | 73 | |
'(' is preceded with whitespace. | 73 |
org/jscsi/target/scsi/sense/senseDataDescriptor/SenseKeySpecificSenseDataDescriptor.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.sense.SenseData. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 28 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 33 | |
'(' is preceded with whitespace. | 33 | |
'senseKeySpecificData' hides a field. | 33 | |
'0x06' is a magic number. | 34 | |
';' is not followed by whitespace. | 34 | |
Line is longer than 80 characters. | 40 | |
Redundant 'final' modifier. | 40 | |
'(' is preceded with whitespace. | 40 | |
Line is longer than 80 characters. | 42 |
org/jscsi/target/scsi/sense/senseDataDescriptor/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/ActualRetryCountSenseKeySpecificData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 38 | |
'(' is preceded with whitespace. | 38 | |
'actualRetryCount' hides a field. | 38 | |
Line is longer than 80 characters. | 44 | |
'(' is preceded with whitespace. | 44 | |
Line is longer than 80 characters. | 45 |
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/FieldPointerSenseKeySpecificData.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.cdb.CommandDescriptorBlock. | 6 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
'(' is preceded with whitespace. | 47 | |
'commandData' hides a field. | 47 | |
'bitPointerValid' hides a field. | 47 | |
'bitPointer' hides a field. | 47 | |
'fieldPointer' hides a field. | 47 | |
Line is longer than 80 characters. | 56 | |
'(' is preceded with whitespace. | 56 | |
';' is not followed by whitespace. | 58 | |
'6' is a magic number. | 62 | |
'3' is a magic number. | 65 | |
'7' is a magic number. | 68 | |
Line is longer than 80 characters. | 74 |
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/InvalidSenseKeySpecificData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 12 | |
Missing a Javadoc comment. | 17 | |
'(' is preceded with whitespace. | 17 | |
';' is not followed by whitespace. | 18 | |
'(' is preceded with whitespace. | 22 | |
Parameter byteBuffer should be final. | 22 | |
Parameter index should be final. | 22 |
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/ProgressIndicationSenseKeySpecificData.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 40 | |
'(' is preceded with whitespace. | 40 | |
'progressIndication' hides a field. | 40 | |
'(' is preceded with whitespace. | 46 | |
Parameter byteBuffer should be final. | 46 | |
Parameter index should be final. | 46 | |
Line is longer than 80 characters. | 48 |
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/SegmentPointerSenseKeySpecificData.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.sense.SenseData. | 6 | |
Unused import - org.jscsi.target.scsi.sense.SenseKey. | 7 | |
Line is longer than 80 characters. | 8 | |
Unused import - org.jscsi.target.scsi.sense.senseDataDescriptor.CommandSpecificSenseDataDescriptor. | 8 | |
Line is longer than 80 characters. | 14 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 55 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 63 | |
'(' is preceded with whitespace. | 63 | |
Expected @param tag for 'senseKeySpecificDataValid'. | 63 | |
'segmentDescriptor' hides a field. | 63 | |
Expected @param tag for 'segmentDescriptor'. | 63 | |
'bitPointerValid' hides a field. | 63 | |
Expected @param tag for 'bitPointerValid'. | 63 | |
'bitPointer' hides a field. | 63 | |
Expected @param tag for 'bitPointer'. | 63 | |
'fieldPointer' hides a field. | 63 | |
Expected @param tag for 'fieldPointer'. | 63 | |
Method 'serializeSpecificFields' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Line is longer than 80 characters. | 72 | |
'(' is preceded with whitespace. | 72 | |
';' is not followed by whitespace. | 74 | |
'5' is a magic number. | 78 | |
'3' is a magic number. | 81 | |
'7' is a magic number. | 84 | |
Line is longer than 80 characters. | 90 |
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/SenseKeySpecificData.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.scsi.sense.SenseData. | 7 | |
Unused import - org.jscsi.target.scsi.sense.SenseKey. | 8 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 61 | |
Variable 'senseKeySpecificDataValid' must be private and have accessor methods. | 63 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 68 | |
'(' is preceded with whitespace. | 71 | |
'senseKeySpecificDataValid' hides a field. | 71 | |
Line has trailing spaces. | 77 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 81 | |
Redundant 'final' modifier. | 81 | |
'(' is preceded with whitespace. | 81 | |
'if' construct must use '{}'s. | 84 | |
Line is longer than 80 characters. | 84 | |
'7' is a magic number. | 84 | |
';' is not followed by whitespace. | 84 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 91 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 95 | |
'(' is preceded with whitespace. | 95 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
'(' is preceded with whitespace. | 97 | |
Parameter byteBuffer should be final. | 97 | |
Parameter index should be final. | 97 | |
Method 'size' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
'(' is preceded with whitespace. | 102 |
org/jscsi/target/scsi/sense/senseDataDescriptor/senseKeySpecific/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/settings/BooleanResultFunction.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.settings.entry.BooleanEntry. | 4 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 31 | |
'(' is preceded with whitespace. | 33 | |
'if' construct must use '{}'s. | 34 |
org/jscsi/target/settings/ConnectionSettingsBuilderComponent.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 18 | |
Variable 'targetName' must be private and have accessor methods. | 26 | |
Variable 'dataDigest' must be private and have accessor methods. | 31 | |
Variable 'headerDigest' must be private and have accessor methods. | 36 | |
Variable 'ifMarker' must be private and have accessor methods. | 41 | |
Variable 'ifMarkInt' must be private and have accessor methods. | 46 | |
Variable 'maxRecvDataSegmentLength' must be private and have accessor methods. | 51 | |
Variable 'ofMarker' must be private and have accessor methods. | 56 | |
Variable 'ofMarkInt' must be private and have accessor methods. | 61 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 68 | |
'(' is preceded with whitespace. | 70 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 79 |
org/jscsi/target/settings/ConnectionSettingsNegotiator.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.parser.ProtocolDataUnit. | 7 | |
Unused import - org.jscsi.target.connection.TargetSession. | 10 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 55 | |
Line has trailing spaces. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 65 | |
'(' is preceded with whitespace. | 65 | |
'sessionSettingsNegotiator' hides a field. | 65 | |
';' is not followed by whitespace. | 66 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Line has trailing spaces. | 79 | |
Line is longer than 80 characters. | 80 | |
'(' is preceded with whitespace. | 83 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 96 | |
Line has trailing spaces. | 101 | |
Line is longer than 80 characters. | 102 | |
'(' is preceded with whitespace. | 104 | |
Line is longer than 80 characters. | 118 | |
Line has trailing spaces. | 120 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 131 | |
'(' is preceded with whitespace. | 131 | |
Parameter target should be final. | 131 | |
Expected @param tag for 'target'. | 131 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 154 | |
'{' is not followed by whitespace. | 155 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 177 | |
'if' construct must use '{}'s. | 179 | |
'if' construct must use '{}'s. | 185 | |
Line is longer than 80 characters. | 185 | |
';' is not followed by whitespace. | 185 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 193 | |
'(' is preceded with whitespace. | 201 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 211 | |
Line has trailing spaces. | 212 | |
'(' is preceded with whitespace. | 216 | |
'if' construct must use '{}'s. | 220 | |
Line is longer than 80 characters. | 226 | |
Line has trailing spaces. | 228 | |
'(' is preceded with whitespace. | 231 | |
'if' construct must use '{}'s. | 233 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 238 | |
'(' is preceded with whitespace. | 240 | |
Line is longer than 80 characters. | 241 | |
'(' is preceded with whitespace. | 245 | |
Line is longer than 80 characters. | 250 | |
',' is not followed by whitespace. | 250 | |
',' is not followed by whitespace. | 251 | |
',' is not followed by whitespace. | 252 | |
',' is not followed by whitespace. | 253 | |
'{' is followed by whitespace. | 254 | |
',' is not followed by whitespace. | 254 | |
';' is not followed by whitespace. | 255 | |
Line is longer than 80 characters. | 260 | |
',' is not followed by whitespace. | 260 | |
',' is not followed by whitespace. | 261 | |
',' is not followed by whitespace. | 262 | |
',' is not followed by whitespace. | 263 | |
'{' is followed by whitespace. | 264 | |
',' is not followed by whitespace. | 264 | |
';' is not followed by whitespace. | 265 | |
',' is not followed by whitespace. | 270 | |
',' is not followed by whitespace. | 271 | |
',' is not followed by whitespace. | 272 | |
',' is not followed by whitespace. | 273 | |
',' is not followed by whitespace. | 274 | |
';' is not followed by whitespace. | 275 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 279 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 282 | |
',' is not followed by whitespace. | 282 | |
',' is not followed by whitespace. | 283 | |
',' is not followed by whitespace. | 284 | |
'2048' is a magic number. | 285 | |
',' is not followed by whitespace. | 285 | |
'65535' is a magic number. | 286 | |
',' is not followed by whitespace. | 286 | |
'2048' is a magic number. | 287 | |
';' is not followed by whitespace. | 287 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 293 | |
Line is longer than 80 characters. | 295 | |
',' is not followed by whitespace. | 295 | |
',' is not followed by whitespace. | 296 | |
',' is not followed by whitespace. | 297 | |
',' is not followed by whitespace. | 298 | |
'8192' is a magic number. | 299 | |
',' is not followed by whitespace. | 299 | |
'512' is a magic number. | 301 | |
'16777215' is a magic number. | 301 | |
',' is not followed by whitespace. | 301 | |
',' is not followed by whitespace. | 303 | |
'8192' is a magic number. | 304 | |
',' is not followed by whitespace. | 304 | |
';' is not followed by whitespace. | 305 | |
',' is not followed by whitespace. | 310 | |
',' is not followed by whitespace. | 311 | |
',' is not followed by whitespace. | 312 | |
',' is not followed by whitespace. | 313 | |
',' is not followed by whitespace. | 314 | |
';' is not followed by whitespace. | 315 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 319 | |
Line is longer than 80 characters. | 320 | |
Line is longer than 80 characters. | 322 | |
',' is not followed by whitespace. | 322 | |
',' is not followed by whitespace. | 323 | |
',' is not followed by whitespace. | 324 | |
'2048' is a magic number. | 325 | |
',' is not followed by whitespace. | 325 | |
'65535' is a magic number. | 326 | |
',' is not followed by whitespace. | 326 | |
'2048' is a magic number. | 327 | |
';' is not followed by whitespace. | 327 | |
Line is longer than 80 characters. | 330 | |
Line is longer than 80 characters. | 331 | |
Line is longer than 80 characters. | 333 | |
',' is not followed by whitespace. | 333 | |
',' is not followed by whitespace. | 334 | |
',' is not followed by whitespace. | 335 | |
',' is not followed by whitespace. | 336 | |
',' is not followed by whitespace. | 337 | |
';' is not followed by whitespace. | 338 | |
Line is longer than 80 characters. | 342 | |
'(' is preceded with whitespace. | 345 | |
Line is longer than 80 characters. | 346 |
org/jscsi/target/settings/KeySet.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.settings.entry.Entry. | 4 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 15 | |
Variable 'values' must be private and have accessor methods. | 23 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 27 | |
'(' is preceded with whitespace. | 30 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 37 | |
'(' is preceded with whitespace. | 41 | |
'for' construct must use '{}'s. | 44 | |
Line is longer than 80 characters. | 49 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 52 | |
'(' is preceded with whitespace. | 54 | |
'if' construct must use '{}'s. | 55 | |
'for' construct must use '{}'s. | 56 | |
'if' construct must use '{}'s. | 57 | |
Line is longer than 80 characters. | 62 | |
Line has trailing spaces. | 63 | |
'(' is preceded with whitespace. | 66 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 74 | |
'(' is preceded with whitespace. | 76 | |
Line has trailing spaces. | 82 | |
'(' is preceded with whitespace. | 85 | |
'(' is preceded with whitespace. | 90 |
org/jscsi/target/settings/NegotiationStatus.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.settings.entry.Entry. | 4 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 22 |
org/jscsi/target/settings/NegotiationType.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.settings.entry.Entry. | 4 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 19 |
org/jscsi/target/settings/NumericalResultFunction.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.target.settings.entry.NumericalEntry. | 4 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 27 | |
'(' is preceded with whitespace. | 32 | |
'if' construct must use '{}'s. | 33 |
org/jscsi/target/settings/NumericalValue.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line has trailing spaces. | 22 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 69 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 80 | |
'(' is preceded with whitespace. | 80 | |
Line is longer than 80 characters. | 82 | |
'if' construct must use '{}'s. | 83 | |
Line is longer than 80 characters. | 83 | |
'if' construct must use '{}'s. | 86 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 92 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 95 | |
Method 'intersect' is not designed for extension - needs to be abstract, final or empty. | 97 | |
'(' is preceded with whitespace. | 97 | |
First sentence should end with a period. | 101 | |
Line is longer than 80 characters. | 102 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 108 | |
'(' is preceded with whitespace. | 108 | |
'if' construct must use '{}'s. | 110 | |
'if' construct must use '{}'s. | 134 | |
'else' construct must use '{}'s. | 136 | |
Line is longer than 80 characters. | 141 | |
Line is longer than 80 characters. | 142 | |
Line has trailing spaces. | 144 | |
Line is longer than 80 characters. | 146 | |
'(' is preceded with whitespace. | 148 | |
Line is longer than 80 characters. | 151 | |
Line has trailing spaces. | 153 | |
Line is longer than 80 characters. | 155 | |
'(' is preceded with whitespace. | 157 |
org/jscsi/target/settings/NumericalValueRange.java
Violation | Message | Line |
---|---|---|
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. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 35 | |
Redundant 'final' modifier. | 35 | |
'(' is preceded with whitespace. | 35 | |
'if' construct must use '{}'s. | 36 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 48 | |
Redundant 'final' modifier. | 48 | |
'(' is preceded with whitespace. | 48 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
'if' construct must use '{}'s. | 58 | |
Line is longer than 80 characters. | 58 | |
';' is not followed by whitespace. | 58 | |
Line is longer than 80 characters. | 69 | |
Line has trailing spaces. | 71 | |
'(' is preceded with whitespace. | 75 | |
'min' hides a field. | 75 | |
'max' hides a field. | 75 | |
Line has trailing spaces. | 87 | |
Redundant 'final' modifier. | 90 | |
'(' is preceded with whitespace. | 90 | |
Line has trailing spaces. | 96 | |
Redundant 'final' modifier. | 99 | |
'(' is preceded with whitespace. | 99 | |
Redundant 'final' modifier. | 104 | |
'(' is preceded with whitespace. | 104 | |
'(' is preceded with whitespace. | 109 | |
'if' construct must use '{}'s. | 110 | |
Line is longer than 80 characters. | 110 | |
'if' construct must use '{}'s. | 111 | |
Line is longer than 80 characters. | 116 | |
Line has trailing spaces. | 118 | |
Line is longer than 80 characters. | 120 | |
'(' is preceded with whitespace. | 122 | |
'if' construct must use '{}'s. | 123 | |
Line is longer than 80 characters. | 123 | |
'if' construct must use '{}'s. | 124 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 129 | |
Line has trailing spaces. | 131 | |
Line is longer than 80 characters. | 133 | |
'(' is preceded with whitespace. | 135 | |
'if' construct must use '{}'s. | 136 | |
'if' construct must use '{}'s. | 137 | |
Line is longer than 80 characters. | 142 | |
Line has trailing spaces. | 144 | |
Line is longer than 80 characters. | 146 | |
'(' is preceded with whitespace. | 148 | |
'if' construct must use '{}'s. | 149 | |
'(' is preceded with whitespace. | 154 | |
'if' construct must use '{}'s. | 155 |
org/jscsi/target/settings/SessionSettingsBuilderComponent.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 24 | |
Variable 'settingsId' must be private and have accessor methods. | 26 | |
Variable 'dataPduInOrder' must be private and have accessor methods. | 31 | |
Variable 'dataSequenceInOrder' must be private and have accessor methods. | 36 | |
Variable 'defaultTime2Retain' must be private and have accessor methods. | 41 | |
Variable 'defaultTime2Wait' must be private and have accessor methods. | 46 | |
Variable 'errorRecoveryLevel' must be private and have accessor methods. | 51 | |
Variable 'firstBurstLength' must be private and have accessor methods. | 56 | |
Variable 'immediateData' must be private and have accessor methods. | 61 | |
Variable 'initialR2T' must be private and have accessor methods. | 66 | |
Variable 'initiatorAlias' must be private and have accessor methods. | 71 | |
Variable 'initiatorName' must be private and have accessor methods. | 76 | |
Variable 'maxBurstLength' must be private and have accessor methods. | 81 | |
Variable 'maxConnections' must be private and have accessor methods. | 86 | |
Variable 'maxOutstandingR2T' must be private and have accessor methods. | 91 | |
Variable 'sessionType' must be private and have accessor methods. | 96 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 100 | |
Line has trailing spaces. | 102 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 105 | |
'(' is preceded with whitespace. | 105 | |
'settingsId' hides a field. | 105 | |
Expected @param tag for 'settingsId'. | 105 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 |
org/jscsi/target/settings/SessionSettingsNegotiator.java
Violation | Message | Line |
---|---|---|
Unused import - java.util.concurrent.locks.Lock. | 5 | |
Unused import - org.jscsi.target.connection.TargetSession. | 9 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 22 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 37 | |
'(' is preceded with whitespace. | 49 | |
';' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line has trailing spaces. | 60 | |
'(' is preceded with whitespace. | 63 | |
Line has trailing spaces. | 69 | |
'(' is preceded with whitespace. | 72 | |
Line is longer than 80 characters. | 77 | |
Line has trailing spaces. | 79 | |
Line is longer than 80 characters. | 80 | |
'(' is preceded with whitespace. | 83 | |
Missing a Javadoc comment. | 87 | |
'(' is preceded with whitespace. | 87 | |
Method length is 173 lines (max allowed is 150). | 91 | |
'(' is preceded with whitespace. | 92 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 98 | |
',' is not followed by whitespace. | 98 | |
',' is not followed by whitespace. | 99 | |
',' is not followed by whitespace. | 100 | |
',' is not followed by whitespace. | 101 | |
',' is not followed by whitespace. | 102 | |
';' is not followed by whitespace. | 103 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 109 | |
',' is not followed by whitespace. | 109 | |
',' is not followed by whitespace. | 110 | |
',' is not followed by whitespace. | 111 | |
',' is not followed by whitespace. | 112 | |
',' is not followed by whitespace. | 113 | |
';' is not followed by whitespace. | 114 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 120 | |
',' is not followed by whitespace. | 120 | |
',' is not followed by whitespace. | 121 | |
',' is not followed by whitespace. | 122 | |
',' is not followed by whitespace. | 123 | |
',' is not followed by whitespace. | 124 | |
'3600' is a magic number. | 125 | |
',' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 126 | |
'20' is a magic number. | 127 | |
',' is not followed by whitespace. | 127 | |
';' is not followed by whitespace. | 128 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 134 | |
',' is not followed by whitespace. | 134 | |
',' is not followed by whitespace. | 135 | |
',' is not followed by whitespace. | 136 | |
',' is not followed by whitespace. | 137 | |
',' is not followed by whitespace. | 138 | |
'3600' is a magic number. | 139 | |
',' is not followed by whitespace. | 139 | |
',' is not followed by whitespace. | 140 | |
',' is not followed by whitespace. | 141 | |
';' is not followed by whitespace. | 142 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 148 | |
',' is not followed by whitespace. | 148 | |
',' is not followed by whitespace. | 149 | |
',' is not followed by whitespace. | 150 | |
',' is not followed by whitespace. | 151 | |
',' is not followed by whitespace. | 152 | |
',' is not followed by whitespace. | 153 | |
',' is not followed by whitespace. | 154 | |
',' is not followed by whitespace. | 155 | |
';' is not followed by whitespace. | 156 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 162 | |
',' is not followed by whitespace. | 162 | |
',' is not followed by whitespace. | 163 | |
',' is not followed by whitespace. | 164 | |
',' is not followed by whitespace. | 165 | |
'65536' is a magic number. | 166 | |
',' is not followed by whitespace. | 166 | |
'512' is a magic number. | 167 | |
'16777215' is a magic number. | 167 | |
',' is not followed by whitespace. | 167 | |
',' is not followed by whitespace. | 169 | |
'65536' is a magic number. | 170 | |
',' is not followed by whitespace. | 170 | |
';' is not followed by whitespace. | 171 | |
Line is longer than 80 characters. | 176 | |
',' is not followed by whitespace. | 176 | |
',' is not followed by whitespace. | 177 | |
',' is not followed by whitespace. | 178 | |
',' is not followed by whitespace. | 179 | |
',' is not followed by whitespace. | 180 | |
';' is not followed by whitespace. | 181 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 187 | |
',' is not followed by whitespace. | 187 | |
',' is not followed by whitespace. | 188 | |
',' is not followed by whitespace. | 189 | |
',' is not followed by whitespace. | 190 | |
',' is not followed by whitespace. | 191 | |
';' is not followed by whitespace. | 192 | |
Line is longer than 80 characters. | 197 | |
',' is not followed by whitespace. | 197 | |
',' is not followed by whitespace. | 198 | |
',' is not followed by whitespace. | 199 | |
',' is not followed by whitespace. | 200 | |
',' is not followed by whitespace. | 201 | |
';' is not followed by whitespace. | 202 | |
Line is longer than 80 characters. | 207 | |
',' is not followed by whitespace. | 207 | |
',' is not followed by whitespace. | 208 | |
',' is not followed by whitespace. | 209 | |
',' is not followed by whitespace. | 210 | |
',' is not followed by whitespace. | 211 | |
';' is not followed by whitespace. | 212 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 218 | |
',' is not followed by whitespace. | 218 | |
',' is not followed by whitespace. | 219 | |
',' is not followed by whitespace. | 220 | |
',' is not followed by whitespace. | 221 | |
'262144' is a magic number. | 222 | |
',' is not followed by whitespace. | 222 | |
'512' is a magic number. | 223 | |
'16777215' is a magic number. | 223 | |
',' is not followed by whitespace. | 223 | |
',' is not followed by whitespace. | 225 | |
'262144' is a magic number. | 226 | |
',' is not followed by whitespace. | 226 | |
';' is not followed by whitespace. | 227 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 232 | |
',' is not followed by whitespace. | 232 | |
',' is not followed by whitespace. | 233 | |
',' is not followed by whitespace. | 234 | |
',' is not followed by whitespace. | 235 | |
',' is not followed by whitespace. | 236 | |
'65535' is a magic number. | 237 | |
',' is not followed by whitespace. | 237 | |
',' is not followed by whitespace. | 238 | |
',' is not followed by whitespace. | 239 | |
';' is not followed by whitespace. | 240 | |
Line is longer than 80 characters. | 245 | |
',' is not followed by whitespace. | 245 | |
',' is not followed by whitespace. | 246 | |
',' is not followed by whitespace. | 247 | |
',' is not followed by whitespace. | 248 | |
',' is not followed by whitespace. | 249 | |
'65535' is a magic number. | 250 | |
',' is not followed by whitespace. | 250 | |
',' is not followed by whitespace. | 251 | |
',' is not followed by whitespace. | 252 | |
';' is not followed by whitespace. | 253 | |
Line is longer than 80 characters. | 258 | |
',' is not followed by whitespace. | 258 | |
',' is not followed by whitespace. | 259 | |
',' is not followed by whitespace. | 260 | |
',' is not followed by whitespace. | 261 | |
',' is not followed by whitespace. | 262 | |
';' is not followed by whitespace. | 263 | |
Line is longer than 80 characters. | 267 | |
'(' is preceded with whitespace. | 270 | |
Line is longer than 80 characters. | 272 | |
',' is not followed by whitespace. | 272 | |
';' is not followed by whitespace. | 273 | |
Missing a Javadoc comment. | 276 | |
'(' is preceded with whitespace. | 276 | |
'(' is preceded with whitespace. | 281 | |
Line is longer than 80 characters. | 284 | |
Line is longer than 80 characters. | 285 | |
'if' construct must use '{}'s. | 286 |
org/jscsi/target/settings/Settings.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 6 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 17 | |
First sentence should end with a period. | 61 | |
Line has trailing spaces. | 138 | |
'(' is preceded with whitespace. | 142 | |
Parameter member should be final. | 142 | |
'if' construct must use '{}'s. | 143 | |
Line has trailing spaces. | 148 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 152 | |
'(' is preceded with whitespace. | 152 | |
Line has trailing spaces. | 183 | |
'(' is preceded with whitespace. | 186 | |
Line has trailing spaces. | 192 | |
Line is longer than 80 characters. | 194 | |
'(' is preceded with whitespace. | 196 | |
Line has trailing spaces. | 203 | |
Line is longer than 80 characters. | 205 | |
'(' is preceded with whitespace. | 207 | |
Line has trailing spaces. | 214 | |
Line is longer than 80 characters. | 216 | |
'(' is preceded with whitespace. | 218 | |
Line has trailing spaces. | 225 | |
Line is longer than 80 characters. | 227 | |
'(' is preceded with whitespace. | 229 | |
Line has trailing spaces. | 236 | |
Line is longer than 80 characters. | 238 | |
'(' is preceded with whitespace. | 240 | |
Line has trailing spaces. | 247 | |
Line is longer than 80 characters. | 249 | |
'(' is preceded with whitespace. | 251 | |
Line has trailing spaces. | 258 | |
Line is longer than 80 characters. | 260 | |
'(' is preceded with whitespace. | 262 | |
Line has trailing spaces. | 269 | |
Line is longer than 80 characters. | 271 | |
'(' is preceded with whitespace. | 273 | |
Line has trailing spaces. | 280 | |
Line is longer than 80 characters. | 282 | |
'(' is preceded with whitespace. | 284 | |
Line has trailing spaces. | 291 | |
Line is longer than 80 characters. | 293 | |
'(' is preceded with whitespace. | 295 | |
Line has trailing spaces. | 302 | |
Line is longer than 80 characters. | 304 | |
'(' is preceded with whitespace. | 306 | |
Line has trailing spaces. | 313 | |
Line is longer than 80 characters. | 315 | |
'(' is preceded with whitespace. | 317 | |
Line has trailing spaces. | 324 | |
Line is longer than 80 characters. | 326 | |
'(' is preceded with whitespace. | 328 | |
Line has trailing spaces. | 335 | |
Line is longer than 80 characters. | 337 | |
'(' is preceded with whitespace. | 339 | |
Line has trailing spaces. | 346 | |
Line is longer than 80 characters. | 348 | |
'(' is preceded with whitespace. | 350 | |
Line has trailing spaces. | 357 | |
Line is longer than 80 characters. | 359 | |
'(' is preceded with whitespace. | 361 | |
Line has trailing spaces. | 368 | |
Line is longer than 80 characters. | 370 | |
'(' is preceded with whitespace. | 372 | |
Line has trailing spaces. | 379 | |
Line is longer than 80 characters. | 381 | |
'(' is preceded with whitespace. | 383 | |
Line has trailing spaces. | 390 | |
Line is longer than 80 characters. | 392 | |
'(' is preceded with whitespace. | 394 | |
Line has trailing spaces. | 401 | |
Line is longer than 80 characters. | 403 | |
'(' is preceded with whitespace. | 405 | |
Line has trailing spaces. | 412 | |
Line is longer than 80 characters. | 414 | |
'(' is preceded with whitespace. | 416 | |
Missing a Javadoc comment. | 421 | |
'(' is preceded with whitespace. | 421 |
org/jscsi/target/settings/SettingsException.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line has trailing spaces. | 7 | |
Missing a Javadoc comment. | 12 | |
'(' is preceded with whitespace. | 17 | |
Line has trailing spaces. | 23 | |
'(' is preceded with whitespace. | 26 |
org/jscsi/target/settings/SettingsNegotiator.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 15 | |
Variable 'entries' must be private and have accessor methods. | 25 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 29 | |
Variable 'backUpEntries' must be private and have accessor methods. | 33 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 43 | |
'(' is preceded with whitespace. | 43 | |
'for' construct must use '{}'s. | 44 | |
'if' construct must use '{}'s. | 45 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 51 | |
'(' is preceded with whitespace. | 55 | |
'if' construct must use '{}'s. | 56 | |
'for' construct must use '{}'s. | 58 | |
'(' is preceded with whitespace. | 68 | |
'(' is preceded with whitespace. | 75 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 83 | |
'(' is preceded with whitespace. | 86 | |
'if' construct must use '{}'s. | 87 | |
'for' construct must use '{}'s. | 88 | |
'else' construct must use '{}'s. | 91 | |
';' is not followed by whitespace. | 92 | |
';' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 97 | |
'(' is preceded with whitespace. | 100 | |
Line is longer than 80 characters. | 103 | |
Line has trailing spaces. | 105 | |
Line is longer than 80 characters. | 106 | |
'(' is preceded with whitespace. | 108 |
org/jscsi/target/settings/SingleNumericalValue.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 9 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 24 | |
'(' is preceded with whitespace. | 27 | |
'value' hides a field. | 27 | |
Line has trailing spaces. | 33 | |
Redundant 'final' modifier. | 36 | |
'(' is preceded with whitespace. | 36 | |
Line has trailing spaces. | 42 | |
Redundant 'final' modifier. | 46 | |
'(' is preceded with whitespace. | 46 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 57 | |
Redundant 'final' modifier. | 57 | |
'(' is preceded with whitespace. | 57 | |
'if' construct must use '{}'s. | 60 | |
Line is longer than 80 characters. | 60 | |
'if' construct must use '{}'s. | 63 | |
Line is longer than 80 characters. | 63 | |
'if' construct must use '{}'s. | 66 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 74 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 77 | |
Redundant 'final' modifier. | 80 | |
'(' is preceded with whitespace. | 80 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 87 | |
Line has trailing spaces. | 89 | |
Line is longer than 80 characters. | 90 | |
Redundant 'final' modifier. | 93 | |
'(' is preceded with whitespace. | 93 | |
',' is not followed by whitespace. | 94 | |
'16' is a magic number. | 95 | |
Line is longer than 80 characters. | 101 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 104 | |
Redundant 'final' modifier. | 107 | |
'(' is preceded with whitespace. | 107 | |
';' is not followed by whitespace. | 108 | |
'64' is a magic number. | 113 | |
First sentence should end with a period. | 118 | |
Line has trailing spaces. | 120 | |
Unused @throws tag for 'NumberFormatException'. | 122 | |
Redundant 'final' modifier. | 125 | |
'(' is preceded with whitespace. | 125 | |
'if' construct must use '{}'s. | 126 | |
'if' construct must use '{}'s. | 127 | |
'26' is a magic number. | 127 | |
'if' construct must use '{}'s. | 128 | |
'52' is a magic number. | 128 | |
'if' construct must use '{}'s. | 129 | |
'62' is a magic number. | 129 | |
'if' construct must use '{}'s. | 130 | |
'63' is a magic number. | 130 | |
Redundant 'final' modifier. | 135 | |
'(' is preceded with whitespace. | 135 | |
'(' is preceded with whitespace. | 140 | |
Parameter value should be final. | 140 | |
'value' hides a field. | 140 | |
'if' construct must use '{}'s. | 141 | |
'if' construct must use '{}'s. | 142 | |
Line is longer than 80 characters. | 142 | |
'if' construct must use '{}'s. | 143 | |
'(' is preceded with whitespace. | 148 | |
'value' hides a field. | 148 | |
'if' construct must use '{}'s. | 149 |
org/jscsi/target/settings/TextKeyword.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 6 | |
Utility classes should not have a public or default constructor. | 9 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Line is longer than 80 characters. | 61 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 |
org/jscsi/target/settings/TextParameter.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Utility classes should not have a public or default constructor. | 17 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 28 | |
'(' is preceded with whitespace. | 28 | |
'if' construct must use '{}'s. | 30 | |
'for' construct must use '{}'s. | 32 | |
'if' construct must use '{}'s. | 33 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 46 | |
'(' is preceded with whitespace. | 46 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 58 | |
Unclosed HTML tag found: <i>prefix<i>. If <i>prefix</i> is not a prefix of <i>string< | 58 | |
Line has trailing spaces. | 59 | |
'(' is preceded with whitespace. | 64 | |
'if' construct must use '{}'s. | 65 | |
Line is longer than 80 characters. | 65 | |
'if' construct must use '{}'s. | 67 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 72 | |
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. | 78 | |
'(' is preceded with whitespace. | 80 | |
'if' construct must use '{}'s. | 82 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 90 | |
'(' is preceded with whitespace. | 94 | |
'if' construct must use '{}'s. | 95 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 105 | |
Line has trailing spaces. | 106 | |
'(' is preceded with whitespace. | 111 | |
Parameter a should be final. | 111 | |
Parameter b should be final. | 111 | |
'if' construct must use '{}'s. | 112 | |
';' is not followed by whitespace. | 113 | |
'if' construct must use '{}'s. | 118 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 134 | |
Line has trailing spaces. | 135 | |
'(' is preceded with whitespace. | 139 | |
'if' construct must use '{}'s. | 140 | |
'if' construct must use '{}'s. | 141 | |
'if' construct must use '{}'s. | 142 | |
Line is longer than 80 characters. | 146 | |
Missing a Javadoc comment. | 146 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 150 | |
Line has trailing spaces. | 154 | |
Line is longer than 80 characters. | 155 | |
'(' is preceded with whitespace. | 158 | |
'if' construct must use '{}'s. | 159 | |
Line is longer than 80 characters. | 165 | |
Line has trailing spaces. | 167 | |
'(' is preceded with whitespace. | 172 | |
Line is longer than 80 characters. | 177 | |
Line has trailing spaces. | 178 | |
'(' is preceded with whitespace. | 182 | |
'if' construct must use '{}'s. | 183 |
org/jscsi/target/settings/entry/BooleanEntry.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 39 | |
'(' is preceded with whitespace. | 39 | |
'negotiationValue' hides a field. | 39 | |
'resultFunction' hides a field. | 39 | |
Line is longer than 80 characters. | 40 | |
'(' is preceded with whitespace. | 46 | |
Parameter target should be final. | 46 | |
'(' is preceded with whitespace. | 51 | |
'if' construct must use '{}'s. | 52 | |
';' is not followed by whitespace. | 53 | |
'(' is preceded with whitespace. | 57 | |
'(' is preceded with whitespace. | 62 | |
Line is longer than 80 characters. | 64 | |
'(' is preceded with whitespace. | 70 | |
'(' is preceded with whitespace. | 75 | |
Line is longer than 80 characters. | 76 |
org/jscsi/target/settings/entry/Entry.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.parser.ProtocolDataUnit. | 8 | |
Unused import - org.jscsi.target.settings.SettingsNegotiator. | 14 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 37 | |
Variable 'keySet' must be private and have accessor methods. | 39 | |
Variable 'negotiationType' must be private and have accessor methods. | 44 | |
Line is longer than 80 characters. | 47 | |
Variable 'use' must be private and have accessor methods. | 49 | |
Line is longer than 80 characters. | 52 | |
Variable 'negotiationStatus' must be private and have accessor methods. | 54 | |
Variable 'value' must be private and have accessor methods. | 59 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 68 | |
Variable 'alreadyNegotiated' must be private and have accessor methods. | 71 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 82 | |
'(' is preceded with whitespace. | 82 | |
'keySet' hides a field. | 82 | |
'negotiationType' hides a field. | 82 | |
'use' hides a field. | 82 | |
'negotiationStatus' hides a field. | 82 | |
Parameter defaultValue should be final. | 82 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line has trailing spaces. | 94 | |
'(' is preceded with whitespace. | 97 | |
Expected @param tag for 'logMessage'. | 97 | |
Line is longer than 80 characters. | 103 | |
Line has trailing spaces. | 105 | |
Line is longer than 80 characters. | 107 | |
'(' is preceded with whitespace. | 109 | |
Expected @param tag for 'target'. | 109 | |
Line is longer than 80 characters. | 112 | |
Line has trailing spaces. | 113 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 124 | |
'(' is preceded with whitespace. | 124 | |
Parameter target should be final. | 124 | |
Expected @param tag for 'target'. | 124 | |
Line is longer than 80 characters. | 142 | |
';' is not followed by whitespace. | 172 | |
'if' construct must use '{}'s. | 174 | |
'else' construct must use '{}'s. | 176 | |
'{' is not followed by whitespace. | 181 | |
'}' is not followed by whitespace. | 186 | |
Line is longer than 80 characters. | 200 | |
Method 'resetAlreadyNegotiated' is not designed for extension - needs to be abstract, final or empty. | 203 | |
'(' is preceded with whitespace. | 203 | |
Line has trailing spaces. | 209 | |
Line is longer than 80 characters. | 211 | |
Method 'getBooleanValue' is not designed for extension - needs to be abstract, final or empty. | 213 | |
'(' is preceded with whitespace. | 213 | |
Line has trailing spaces. | 219 | |
Line is longer than 80 characters. | 221 | |
Method 'getIntegerValue' is not designed for extension - needs to be abstract, final or empty. | 223 | |
'(' is preceded with whitespace. | 223 | |
Line has trailing spaces. | 229 | |
Line is longer than 80 characters. | 231 | |
Method 'getStringValue' is not designed for extension - needs to be abstract, final or empty. | 233 | |
'(' is preceded with whitespace. | 233 | |
Line is longer than 80 characters. | 238 | |
Line has trailing spaces. | 240 | |
Line is longer than 80 characters. | 242 | |
'(' is preceded with whitespace. | 245 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 251 | |
Line has trailing spaces. | 252 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 255 | |
'(' is preceded with whitespace. | 257 | |
Line is longer than 80 characters. | 260 | |
Line has trailing spaces. | 262 | |
Line is longer than 80 characters. | 263 | |
'(' is preceded with whitespace. | 265 | |
Line is longer than 80 characters. | 269 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 271 | |
Line has trailing spaces. | 273 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 276 | |
'(' is preceded with whitespace. | 279 | |
Line has trailing spaces. | 283 | |
'(' is preceded with whitespace. | 286 | |
Line has trailing spaces. | 292 | |
'(' is preceded with whitespace. | 295 | |
Line is longer than 80 characters. | 298 | |
Line has trailing spaces. | 300 | |
Line is longer than 80 characters. | 301 | |
Method 'checkAccepted' is not designed for extension - needs to be abstract, final or empty. | 304 | |
'(' is preceded with whitespace. | 304 |
org/jscsi/target/settings/entry/NumericalEntry.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
More than 7 parameters. | 71 | |
'(' is preceded with whitespace. | 71 | |
'negotiationValue' hides a field. | 71 | |
'protocolValueRange' hides a field. | 71 | |
'resultFunction' hides a field. | 71 | |
'zeroMeansDontCare' hides a field. | 71 | |
'(' is preceded with whitespace. | 80 | |
'if' construct must use '{}'s. | 83 | |
Line is longer than 80 characters. | 90 | |
'(' is preceded with whitespace. | 90 | |
'(' is preceded with whitespace. | 96 | |
'if' construct must use '{}'s. | 99 | |
'else' construct must use '{}'s. | 101 | |
'(' is preceded with whitespace. | 106 | |
'if' construct must use '{}'s. | 109 | |
'else' construct must use '{}'s. | 111 | |
'(' is preceded with whitespace. | 118 | |
'(' is preceded with whitespace. | 123 | |
Line is longer than 80 characters. | 124 |
org/jscsi/target/settings/entry/NumericalRangeEntry.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 54 | |
'(' is preceded with whitespace. | 54 | |
'negotiationValue' hides a field. | 54 | |
'protocolValueRange' hides a field. | 54 | |
Line is longer than 80 characters. | 55 | |
'(' is preceded with whitespace. | 61 | |
Parameter values should be final. | 61 | |
'(' is preceded with whitespace. | 67 | |
Parameter target should be final. | 67 | |
Parameter values should be final. | 67 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 76 | |
',' is not followed by whitespace. | 78 | |
';' is not followed by whitespace. | 79 | |
'(' is preceded with whitespace. | 87 | |
Parameter values should be final. | 87 | |
'(' is preceded with whitespace. | 92 | |
Parameter values should be final. | 92 | |
'(' is preceded with whitespace. | 105 | |
'(' is preceded with whitespace. | 110 | |
Line is longer than 80 characters. | 111 |
org/jscsi/target/settings/entry/StringEntry.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line has trailing spaces. | 16 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 37 | |
'(' is preceded with whitespace. | 37 | |
'supportedValues' hides a field. | 37 | |
'(' is preceded with whitespace. | 43 | |
Parameter values should be final. | 43 | |
'for' construct must use '{}'s. | 48 | |
'if' construct must use '{}'s. | 49 | |
'(' is preceded with whitespace. | 54 | |
Parameter target should be final. | 54 | |
Parameter values should be final. | 54 | |
'if' construct must use '{}'s. | 59 | |
Line is longer than 80 characters. | 59 | |
';' is not followed by whitespace. | 59 | |
'(' is preceded with whitespace. | 64 | |
Parameter values should be final. | 64 | |
'(' is preceded with whitespace. | 70 | |
Parameter values should be final. | 70 | |
Line is longer than 80 characters. | 73 | |
'if' construct must use '{}'s. | 75 | |
'(' is preceded with whitespace. | 82 | |
'(' is preceded with whitespace. | 87 | |
Line is longer than 80 characters. | 88 |
org/jscsi/target/settings/entry/Use.java
Violation | Message | Line |
---|---|---|
Unused import - org.jscsi.parser.ProtocolDataUnit. | 4 | |
Unused import - org.jscsi.target.connection.stage.fullfeature.TextNegotiationStage. | 6 | |
Line is longer than 80 characters. | 7 | |
Unused import - org.jscsi.target.connection.stage.login.LoginOperationalParameterNegotiationStage. | 7 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Extra HTML tag found: </i> | 19 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 55 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 65 | |
'(' is preceded with whitespace. | 65 | |
'if' construct must use '{}'s. | 68 | |
Line is longer than 80 characters. | 68 | |
'if' construct must use '{}'s. | 71 | |
Line is longer than 80 characters. | 71 | |
'if' construct must use '{}'s. | 74 | |
Line is longer than 80 characters. | 74 | |
'if' construct must use '{}'s. | 77 | |
'if' construct must use '{}'s. | 80 | |
Line is longer than 80 characters. | 80 | |
'if' construct must use '{}'s. | 83 | |
Line is longer than 80 characters. | 83 | |
';' is not followed by whitespace. | 86 | |
Line is longer than 80 characters. | 91 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 100 | |
'(' is preceded with whitespace. | 100 |
org/jscsi/target/settings/entry/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 22 |
org/jscsi/target/settings/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 |
org/jscsi/target/storage/FileStorageModule.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 16 | |
First sentence should end with a period. | 24 | |
First sentence should end with a period. | 27 | |
First sentence should end with a period. | 30 | |
Name 'CACHE_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 42 | |
'(' is preceded with whitespace. | 42 | |
Parameter pBaseDir should be final. | 42 | |
Parameter pStorageSize should be final. | 42 | |
Parameter pFileSize should be final. | 42 | |
Expected @throws tag for 'IOException'. | 42 | |
Line is longer than 80 characters. | 48 | |
'1024' is a magic number. | 49 | |
'1024' is a magic number. | 49 | |
'256' is a magic number. | 49 | |
Line is longer than 80 characters. | 54 | |
First sentence should end with a period. | 59 | |
Line has trailing spaces. | 61 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 66 | |
'(' is preceded with whitespace. | 66 | |
Parameter bytes should be final. | 66 | |
Expected @param tag for 'bytes'. | 66 | |
Parameter storageIndex should be final. | 66 | |
Expected @param tag for 'storageIndex'. | 66 | |
Expected @throws tag for 'IOException'. | 66 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 88 | |
Line has trailing spaces. | 95 | |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 100 | |
'(' is preceded with whitespace. | 100 | |
Parameter bytes should be final. | 100 | |
Expected @param tag for 'bytes'. | 100 | |
Parameter storageIndex should be final. | 100 | |
Expected @param tag for 'storageIndex'. | 100 | |
Expected @throws tag for 'IOException'. | 100 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 125 | |
Method 'checkBounds' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Line is longer than 80 characters. | 139 | |
'(' is preceded with whitespace. | 139 | |
Parameter logicalBlockAddress should be final. | 139 | |
Parameter transferLengthInBlocks should be final. | 139 | |
Line is longer than 80 characters. | 141 | |
Line is longer than 80 characters. | 147 | |
Method 'getSizeInBlocks' is not designed for extension - needs to be abstract, final or empty. | 157 | |
'(' is preceded with whitespace. | 158 | |
'(' is preceded with whitespace. | 166 |
org/jscsi/target/storage/IStorageModule.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Unused import - org.jscsi.target.scsi.cdb.CommandDescriptorBlock. | 9 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 18 | |
Redundant 'public' modifier. | 26 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 59 | |
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. | 65 | |
'(' is preceded with whitespace. | 65 | |
Line is longer than 80 characters. | 68 | |
Line has trailing spaces. | 69 | |
'(' is preceded with whitespace. | 72 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 77 | |
'(' is preceded with whitespace. | 81 | |
Expected @throws tag for 'IOException'. | 81 | |
Line has trailing spaces. | 85 | |
'(' is preceded with whitespace. | 90 | |
Expected @throws tag for 'IOException'. | 90 | |
Line has trailing spaces. | 94 | |
'(' is preceded with whitespace. | 97 |
org/jscsi/target/storage/JCloudsStorageModule.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 2 | |
Unused import - java.io.FileNotFoundException. | 10 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Line is longer than 80 characters. | 85 | |
Missing a Javadoc comment. | 85 | |
'{' is followed by whitespace. | 85 | |
Missing a Javadoc comment. | 86 | |
Line is longer than 80 characters. | 89 | |
'static' modifier out of order with the JLS suggestions. | 89 | |
Line is longer than 80 characters. | 91 | |
Missing a Javadoc comment. | 91 | |
'static' modifier out of order with the JLS suggestions. | 91 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 107 | |
Line is longer than 80 characters. | 108 | |
Missing a Javadoc comment. | 108 | |
Line is longer than 80 characters. | 109 | |
Missing a Javadoc comment. | 109 | |
Line is longer than 80 characters. | 112 | |
Line has trailing spaces. | 114 | |
Line has trailing spaces. | 117 | |
'(' is preceded with whitespace. | 119 | |
'1048576' is a magic number. | 124 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 154 | |
'100' is a magic number. | 164 | |
Method 'checkBounds' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Line is longer than 80 characters. | 172 | |
'(' is preceded with whitespace. | 172 | |
Parameter logicalBlockAddress should be final. | 172 | |
Parameter transferLengthInBlocks should be final. | 172 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 179 | |
Method 'getSizeInBlocks' is not designed for extension - needs to be abstract, final or empty. | 189 | |
'(' is preceded with whitespace. | 190 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Line is longer than 80 characters. | 198 | |
'(' is preceded with whitespace. | 198 | |
Parameter bytes should be final. | 198 | |
Parameter storageIndex should be final. | 198 | |
Line is longer than 80 characters. | 216 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 241 | |
Missing a Javadoc comment. | 241 | |
Redundant 'final' modifier. | 241 | |
'(' is preceded with whitespace. | 241 | |
Line is longer than 80 characters. | 244 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 259 | |
Missing a Javadoc comment. | 259 | |
Redundant 'final' modifier. | 259 | |
'(' is preceded with whitespace. | 259 | |
Parameter pBucketId should be final. | 259 | |
Parameter pData should be final. | 259 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 265 | |
Line has trailing spaces. | 273 | |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Line is longer than 80 characters. | 277 | |
'(' is preceded with whitespace. | 277 | |
Parameter bytes should be final. | 277 | |
Parameter storageIndex should be final. | 277 | |
Line is longer than 80 characters. | 293 | |
Avoid inline conditionals. | 293 | |
Line is longer than 80 characters. | 304 | |
Method 'close' is not designed for extension - needs to be abstract, final or empty. | 316 | |
'(' is preceded with whitespace. | 317 | |
First sentence should end with a period. | 321 | |
Line has trailing spaces. | 323 | |
'(' is preceded with whitespace. | 326 | |
Line has trailing spaces. | 348 | |
Line has trailing spaces. | 350 | |
Missing a Javadoc comment. | 354 | |
Variable 'mCipher' must be private and have accessor methods. | 354 | |
Variable 'mBucketId' must be private and have accessor methods. | 359 | |
Missing a Javadoc comment. | 361 | |
'(' is preceded with whitespace. | 361 | |
Line is longer than 80 characters. | 366 | |
'(' is preceded with whitespace. | 376 | |
Line is longer than 80 characters. | 380 | |
Line is longer than 80 characters. | 388 | |
Line is longer than 80 characters. | 394 | |
Line is longer than 80 characters. | 395 | |
'(' is preceded with whitespace. | 416 | |
Parameter value should be final. | 416 | |
'(' is preceded with whitespace. | 421 | |
'(' is preceded with whitespace. | 426 | |
Line has trailing spaces. | 435 | |
Line has trailing spaces. | 437 | |
Variable 'mData' must be private and have accessor methods. | 443 | |
Missing a Javadoc comment. | 444 | |
Variable 'mBucketIndex' must be private and have accessor methods. | 444 | |
Missing a Javadoc comment. | 445 | |
Variable 'mCipher' must be private and have accessor methods. | 445 | |
Missing a Javadoc comment. | 447 | |
'(' is preceded with whitespace. | 447 | |
Parameter pData should be final. | 447 | |
Parameter pBucketIndex should be final. | 447 | |
Line is longer than 80 characters. | 453 | |
'(' is preceded with whitespace. | 464 | |
Line is longer than 80 characters. | 474 | |
Must have at least one statement. | 483 | |
Missing a Javadoc comment. | 493 | |
Missing a Javadoc comment. | 495 | |
'(' is preceded with whitespace. | 495 | |
Line is longer than 80 characters. | 498 | |
Missing a Javadoc comment. | 509 | |
Missing a Javadoc comment. | 511 | |
'(' is preceded with whitespace. | 511 |
org/jscsi/target/storage/RandomAccessStorageModule.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 22 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 40 | |
Variable 'sizeInBlocks' must be private and have accessor methods. | 43 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 61 | |
'(' is preceded with whitespace. | 61 | |
'sizeInBlocks' hides a field. | 61 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 69 | |
'(' is preceded with whitespace. | 70 | |
Parameter bytes should be final. | 70 | |
Parameter storageIndex should be final. | 70 | |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 78 | |
'(' is preceded with whitespace. | 79 | |
Parameter bytes should be final. | 79 | |
Parameter storageIndex should be final. | 79 | |
'(' is preceded with whitespace. | 88 | |
Line is longer than 80 characters. | 96 | |
'(' is preceded with whitespace. | 96 | |
'if' construct must use '{}'s. | 97 | |
Line is longer than 80 characters. | 97 | |
'if' construct must use '{}'s. | 98 | |
Line is longer than 80 characters. | 98 | |
Line has trailing spaces. | 104 | |
'(' is preceded with whitespace. | 107 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Line has trailing spaces. | 114 | |
Line is longer than 80 characters. | 121 | |
'final' modifier out of order with the JLS suggestions. | 121 | |
'(' is preceded with whitespace. | 121 | |
Parameter kind should be final. | 121 | |
Expected @param tag for 'kind'. | 121 | |
Expected @throws tag for 'IOException'. | 121 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 139 | |
Line has trailing spaces. | 141 | |
Unused @param tag for 'pConf'. | 142 | |
Line is longer than 80 characters. | 146 | |
'(' is preceded with whitespace. | 146 | |
Expected @param tag for 'pToCreate'. | 146 | |
Expected @param tag for 'pLength'. | 146 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 160 | |
'26' is a magic number. | 166 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 178 | |
Line has trailing spaces. | 187 | |
'(' is preceded with whitespace. | 191 |
org/jscsi/target/storage/SynchronizedRandomAccessStorageModule.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 9 | |
Missing a Javadoc comment. | 9 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
'(' is preceded with whitespace. | 11 | |
Parameter sizeInBlocks should be final. | 11 | |
Parameter file should be final. | 11 | |
Method 'read' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Line is longer than 80 characters. | 16 | |
'(' is preceded with whitespace. | 16 | |
Parameter bytes should be final. | 16 | |
Parameter storageIndex should be final. | 16 | |
Method 'write' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Line is longer than 80 characters. | 21 | |
'(' is preceded with whitespace. | 21 | |
Parameter bytes should be final. | 21 | |
Parameter storageIndex should be final. | 21 |
org/jscsi/target/storage/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 |
org/jscsi/target/util/BinaryLock.java
Violation | Message | Line |
---|---|---|
Unused import - java.util.concurrent.locks.Lock. | 4 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Line has trailing spaces. | 32 | |
Method 'lock' is not designed for extension - needs to be abstract, final or empty. | 35 | |
'(' is preceded with whitespace. | 35 | |
First sentence should end with a period. | 44 | |
Method 'unlock' is not designed for extension - needs to be abstract, final or empty. | 47 | |
'(' is preceded with whitespace. | 47 | |
'while' construct must use '{}'s. | 49 |
org/jscsi/target/util/BitManip.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Utility classes should not have a public or default constructor. | 13 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 32 | |
Redundant 'final' modifier. | 32 | |
'(' is preceded with whitespace. | 32 | |
'255' is a magic number. | 44 | |
';' is not followed by whitespace. | 44 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
'(' is preceded with whitespace. | 65 | |
'if' construct must use '{}'s. | 69 |
org/jscsi/target/util/Debug.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Utility classes should not have a public or default constructor. | 13 | |
Line has trailing spaces. | 22 | |
'(' is preceded with whitespace. | 25 | |
Line has trailing spaces. | 31 | |
'(' is preceded with whitespace. | 35 | |
'if' construct must use '{}'s. | 37 | |
'255' is a magic number. | 46 | |
'if' construct must use '{}'s. | 47 | |
'16' is a magic number. | 47 | |
'if' construct must use '{}'s. | 49 | |
'else' construct must use '{}'s. | 51 |
org/jscsi/target/util/FastByteArrayProvider.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line has trailing spaces. | 8 | |
Variable 'arrays' must be private and have accessor methods. | 16 | |
Variable 'capacity' must be private and have accessor methods. | 21 | |
Variable 'size' must be private and have accessor methods. | 26 | |
First sentence should end with a period. | 28 | |
Variable 'tmp' must be private and have accessor methods. | 31 | |
Line has trailing spaces. | 35 | |
'(' is preceded with whitespace. | 38 | |
'capacity' hides a field. | 38 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 52 | |
'(' is preceded with whitespace. | 56 | |
'if' construct must use '{}'s. | 73 | |
';' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 82 | |
Line has trailing spaces. | 83 | |
'(' is preceded with whitespace. | 86 |
org/jscsi/target/util/ReadWrite.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Utility classes should not have a public or default constructor. | 13 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 17 | |
Redundant 'final' modifier. | 22 | |
'(' is preceded with whitespace. | 22 | |
Parameter buffer should be final. | 22 | |
Parameter start should be final. | 22 | |
'255' is a magic number. | 24 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 29 | |
Redundant 'final' modifier. | 34 | |
'(' is preceded with whitespace. | 34 | |
Parameter array should be final. | 34 | |
Parameter start should be final. | 34 | |
'255' is a magic number. | 35 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 41 | |
Redundant 'final' modifier. | 46 | |
'(' is preceded with whitespace. | 46 | |
Parameter buffer should be final. | 46 | |
Parameter start should be final. | 46 | |
'255' is a magic number. | 49 | |
'8' is a magic number. | 49 | |
'255' is a magic number. | 49 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 55 | |
Redundant 'final' modifier. | 60 | |
'(' is preceded with whitespace. | 60 | |
Parameter array should be final. | 60 | |
Parameter start should be final. | 60 | |
'255' is a magic number. | 61 | |
'8' is a magic number. | 61 | |
'255' is a magic number. | 61 | |
Line is longer than 80 characters. | 65 | |
Line has trailing spaces. | 67 | |
Redundant 'final' modifier. | 72 | |
'(' is preceded with whitespace. | 72 | |
Parameter buffer should be final. | 72 | |
Parameter start should be final. | 72 | |
'255' is a magic number. | 76 | |
'16' is a magic number. | 76 | |
'255' is a magic number. | 76 | |
'8' is a magic number. | 76 | |
'255' is a magic number. | 76 | |
Line is longer than 80 characters. | 80 | |
Line has trailing spaces. | 82 | |
Redundant 'final' modifier. | 87 | |
'(' is preceded with whitespace. | 87 | |
Parameter array should be final. | 87 | |
Parameter start should be final. | 87 | |
Line is longer than 80 characters. | 88 | |
'255' is a magic number. | 88 | |
'16' is a magic number. | 88 | |
'255' is a magic number. | 88 | |
'8' is a magic number. | 88 | |
'255' is a magic number. | 88 | |
Line is longer than 80 characters. | 92 | |
Line has trailing spaces. | 94 | |
Redundant 'final' modifier. | 99 | |
'(' is preceded with whitespace. | 99 | |
Parameter buffer should be final. | 99 | |
Parameter start should be final. | 99 | |
'3' is a magic number. | 103 | |
Line is longer than 80 characters. | 104 | |
'255' is a magic number. | 104 | |
'24' is a magic number. | 104 | |
'255' is a magic number. | 104 | |
'16' is a magic number. | 104 | |
'255' is a magic number. | 104 | |
'8' is a magic number. | 104 | |
'255' is a magic number. | 104 | |
Line is longer than 80 characters. | 108 | |
Line has trailing spaces. | 110 | |
Redundant 'final' modifier. | 115 | |
'(' is preceded with whitespace. | 115 | |
Parameter array should be final. | 115 | |
Parameter start should be final. | 115 | |
Line is longer than 80 characters. | 116 | |
'255' is a magic number. | 116 | |
'24' is a magic number. | 116 | |
'255' is a magic number. | 116 | |
'16' is a magic number. | 116 | |
'255' is a magic number. | 116 | |
'8' is a magic number. | 116 | |
'3' is a magic number. | 116 | |
'255' is a magic number. | 116 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 123 | |
Line has trailing spaces. | 125 | |
Line is longer than 80 characters. | 130 | |
'(' is preceded with whitespace. | 130 | |
Parameter string should be final. | 130 | |
Parameter bufferSize should be final. | 130 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 147 | |
Line has trailing spaces. | 148 | |
'(' is preceded with whitespace. | 152 | |
'for' construct must use '{}'s. | 154 | |
First sentence should end with a period. | 160 | |
Line is longer than 80 characters. | 161 | |
Line has trailing spaces. | 162 | |
Line is longer than 80 characters. | 166 | |
Redundant 'final' modifier. | 166 | |
'(' is preceded with whitespace. | 166 | |
Line is longer than 80 characters. | 172 | |
Line has trailing spaces. | 174 | |
Line has trailing spaces. | 176 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 181 | |
Redundant 'final' modifier. | 181 | |
'(' is preceded with whitespace. | 181 | |
Parameter value should be final. | 181 | |
Parameter start should be final. | 181 | |
'24' is a magic number. | 183 | |
'16' is a magic number. | 184 | |
'8' is a magic number. | 185 | |
Line is longer than 80 characters. | 190 | |
Line has trailing spaces. | 191 | |
'(' is preceded with whitespace. | 195 | |
Line is longer than 80 characters. | 201 | |
Line has trailing spaces. | 202 | |
'(' is preceded with whitespace. | 206 | |
'8' is a magic number. | 207 | |
'for' construct must use '{}'s. | 208 | |
'8' is a magic number. | 209 | |
Line is longer than 80 characters. | 214 | |
Line has trailing spaces. | 216 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 221 | |
'(' is preceded with whitespace. | 221 | |
'for' construct must use '{}'s. | 224 | |
Line is longer than 80 characters. | 229 | |
Line has trailing spaces. | 231 | |
Line is longer than 80 characters. | 234 | |
Line is longer than 80 characters. | 236 | |
'(' is preceded with whitespace. | 236 | |
'8' is a magic number. | 238 | |
';' is not followed by whitespace. | 238 | |
';' is not followed by whitespace. | 239 | |
Line is longer than 80 characters. | 243 | |
Line has trailing spaces. | 245 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 250 | |
'(' is preceded with whitespace. | 250 | |
'16' is a magic number. | 253 | |
';' is not followed by whitespace. | 253 | |
'8' is a magic number. | 254 | |
';' is not followed by whitespace. | 255 | |
Line is longer than 80 characters. | 259 | |
Line has trailing spaces. | 261 | |
Line is longer than 80 characters. | 266 | |
'(' is preceded with whitespace. | 266 | |
'0xffffffffL' is a magic number. | 267 |
org/jscsi/target/util/SerialArithmeticNumber.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 9 | |
Line is longer than 80 characters. | 20 | |
'(' is preceded with whitespace. | 22 | |
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 28 | |
'(' is preceded with whitespace. | 31 | |
'value' hides a field. | 31 | |
'(' is preceded with whitespace. | 38 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 46 | |
'(' is preceded with whitespace. | 48 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 57 | |
'(' is preceded with whitespace. | 60 | |
'if' construct must use '{}'s. | 61 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 70 | |
'(' is preceded with whitespace. | 73 | |
'if' construct must use '{}'s. | 74 | |
Line has trailing spaces. | 80 | |
'(' is preceded with whitespace. | 83 |
org/jscsi/target/util/package-info.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 23 |