The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 16 | ![]() |
NewlineAtEndOfFile | 2 | ![]() |
Translation | 0 | ![]() |
FileLength | 1 | ![]() |
FileTabCharacter
| 4936 | ![]() |
RegexpSingleline
| 902 | ![]() |
JavadocMethod | 377 | ![]() |
JavadocType | 22 | ![]() |
JavadocVariable | 279 | ![]() |
JavadocStyle | 141 | ![]() |
ConstantName | 2 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 29 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 10 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 15 | ![]() |
UnusedImports | 38 | ![]() |
LineLength | 1969 | ![]() |
MethodLength | 2 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 1 | ![]() |
MethodParamPad | 1 | ![]() |
NoWhitespaceAfter | 119 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 120 | ![]() |
ParenPad | 19 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 213 | ![]() |
WhitespaceAround | 1905 | ![]() |
ModifierOrder | 9 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 17 | ![]() |
LeftCurly | 3 | ![]() |
NeedBraces | 382 | ![]() |
RightCurly | 266 | ![]() |
AvoidInlineConditionals | 4 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 5 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 83 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 5 | ![]() |
MagicNumber | 307 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 6 | ![]() |
SimplifyBooleanExpression | 9 | ![]() |
SimplifyBooleanReturn | 6 | ![]() |
DesignForExtension | 332 | ![]() |
FinalClass | 1 | ![]() |
HideUtilityClassConstructor | 7 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 27 | ![]() |
ArrayTypeStyle | 2 | ![]() |
FinalParameters | 552 | ![]() |
TodoComment | 14 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 13 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line contains a tab character. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter msg should be final. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Redundant import from the same package - gov.nasa.pds.citool.CIToolComparator. | 16 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.CIToolIngester. | 17 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.CIToolValidator. | 18 |
![]() | Unused import - gov.nasa.pds.citool.ingestor.CatalogDB. | 24 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Name 'keystore_pass' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line has trailing spaces. | 86 |
![]() | Line has trailing spaces. | 89 |
![]() | Name 'KEYSTORE_PASSWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Expected an @return tag. | 122 |
![]() | Method 'parseLine' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter argv should be final. | 122 |
![]() | Expected @throws tag for 'Exception'. | 122 |
![]() | '}' should be on the same line. | 126 |
![]() | 'catch' is not followed by whitespace. | 127 |
![]() | '(' is followed by whitespace. | 127 |
![]() | ')' is preceded with whitespace. | 127 |
![]() | Method 'query' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Parameter commandLine should be final. | 140 |
![]() | Expected @throws tag for 'Exception'. | 140 |
![]() | 'for' is not followed by whitespace. | 145 |
![]() | 'for' is not followed by whitespace. | 148 |
![]() | '=' is not preceded with whitespace. | 148 |
![]() | '=' is not followed by whitespace. | 148 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 194 |
![]() | 'while' construct must use '{}'s. | 200 |
![]() | 'while' is not followed by whitespace. | 200 |
![]() | Empty statement. | 200 |
![]() | Line contains a tab character. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Line has trailing spaces. | 213 |
![]() | Line contains a tab character. | 213 |
![]() | '}' should be on the same line. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line contains a tab character. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line contains a tab character. | 236 |
![]() | Line has trailing spaces. | 237 |
![]() | Line contains a tab character. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line contains a tab character. | 239 |
![]() | '!=' is not preceded with whitespace. | 239 |
![]() | '!=' is not followed by whitespace. | 239 |
![]() | '!=' is not preceded with whitespace. | 239 |
![]() | '!=' is not followed by whitespace. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | '}' should be on the same line. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Line contains a tab character. | 244 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | 'if' construct must use '{}'s. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line contains a tab character. | 249 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line contains a tab character. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | 'if' construct must use '{}'s. | 254 |
![]() | Line contains a tab character. | 254 |
![]() | '==' is not preceded with whitespace. | 254 |
![]() | '==' is not followed by whitespace. | 254 |
![]() | '==' is not preceded with whitespace. | 254 |
![]() | '==' is not followed by whitespace. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line contains a tab character. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | 'catch' is not followed by whitespace. | 279 |
![]() | Method 'query' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | Parameter configuration should be final. | 293 |
![]() | Expected @throws tag for 'ConfigurationException'. | 293 |
![]() | 'while' construct must use '{}'s. | 308 |
![]() | Empty statement. | 308 |
![]() | 'targets' hides a field. | 310 |
![]() | 'for' is not followed by whitespace. | 311 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 358 |
![]() | 'catch' is not followed by whitespace. | 360 |
![]() | Method 'setTraverse' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() | Missing a Javadoc comment. | 365 |
![]() | Parameter value should be final. | 365 |
![]() | Method 'setTargets' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() | Missing a Javadoc comment. | 369 |
![]() | Parameter targets should be final. | 369 |
![]() | 'targets' hides a field. | 369 |
![]() | 'while' construct must use '{}'s. | 371 |
![]() | 'while' is not followed by whitespace. | 371 |
![]() | Empty statement. | 371 |
![]() | Method 'setIncludePaths' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() | Missing a Javadoc comment. | 374 |
![]() | Parameter paths should be final. | 374 |
![]() | 'while' construct must use '{}'s. | 376 |
![]() | 'while' is not followed by whitespace. | 376 |
![]() | Empty statement. | 376 |
![]() | 'for' is not followed by whitespace. | 377 |
![]() | Method 'setAlias' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() | Missing a Javadoc comment. | 382 |
![]() | Parameter value should be final. | 382 |
![]() | Method 'setAllrefs' is not designed for extension - needs to be abstract, final or empty. | 386 |
![]() | Missing a Javadoc comment. | 386 |
![]() | Parameter allrefs should be final. | 386 |
![]() | 'allrefs' hides a field. | 386 |
![]() | Method 'setDictionaries' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() | Missing a Javadoc comment. | 390 |
![]() | Parameter dictionaries should be final. | 390 |
![]() | 'dictionaries' hides a field. | 390 |
![]() | 'while' construct must use '{}'s. | 392 |
![]() | Empty statement. | 392 |
![]() | Method 'setReportFile' is not designed for extension - needs to be abstract, final or empty. | 395 |
![]() | Missing a Javadoc comment. | 395 |
![]() | Parameter file should be final. | 395 |
![]() | Method 'setSeverity' is not designed for extension - needs to be abstract, final or empty. | 399 |
![]() | Missing a Javadoc comment. | 399 |
![]() | Parameter value should be final. | 399 |
![]() | '3' is a magic number. | 406 |
![]() | Method 'getToolMode' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() | Missing a Javadoc comment. | 414 |
![]() | Method 'setToolMode' is not designed for extension - needs to be abstract, final or empty. | 419 |
![]() | Missing a Javadoc comment. | 419 |
![]() | Parameter mode should be final. | 419 |
![]() | Line is longer than 80 characters. | 423 |
![]() | Method 'setFunction' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() | Missing a Javadoc comment. | 423 |
![]() | Parameter functionValue should be final. | 423 |
![]() | Line has trailing spaces. | 436 |
![]() | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() | Missing a Javadoc comment. | 437 |
![]() | Parameter user should be final. | 437 |
![]() | Line contains a tab character. | 438 |
![]() | Line has trailing spaces. | 440 |
![]() | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() | Missing a Javadoc comment. | 441 |
![]() | Line contains a tab character. | 442 |
![]() | Line has trailing spaces. | 444 |
![]() | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 445 |
![]() | Missing a Javadoc comment. | 445 |
![]() | Parameter passwd should be final. | 445 |
![]() | Line contains a tab character. | 446 |
![]() | Line has trailing spaces. | 448 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 449 |
![]() | Missing a Javadoc comment. | 449 |
![]() | Line contains a tab character. | 450 |
![]() | Line has trailing spaces. | 452 |
![]() | Method 'setStorageUrl' is not designed for extension - needs to be abstract, final or empty. | 453 |
![]() | Missing a Javadoc comment. | 453 |
![]() | Parameter storageUrl should be final. | 453 |
![]() | 'storageUrl' hides a field. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | Line has trailing spaces. | 456 |
![]() | Method 'getStorageUrl' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() | Missing a Javadoc comment. | 457 |
![]() | Line contains a tab character. | 458 |
![]() | Line has trailing spaces. | 460 |
![]() | Method 'setTransportUrl' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() | Missing a Javadoc comment. | 461 |
![]() | Parameter transportUrl should be final. | 461 |
![]() | 'transportUrl' hides a field. | 461 |
![]() | Line contains a tab character. | 462 |
![]() | Line has trailing spaces. | 464 |
![]() | Method 'setKeystorePass' is not designed for extension - needs to be abstract, final or empty. | 465 |
![]() | Missing a Javadoc comment. | 465 |
![]() | Parameter keypass should be final. | 465 |
![]() | Line contains a tab character. | 466 |
![]() | Line has trailing spaces. | 468 |
![]() | Method 'showVersion' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() | Method 'showHelp' is not designed for extension - needs to be abstract, final or empty. | 483 |
![]() | '80' is a magic number. | 485 |
![]() | Missing a Javadoc comment. | 490 |
![]() | Line is longer than 80 characters. | 503 |
![]() | Missing a Javadoc comment. | 508 |
![]() | Line is longer than 80 characters. | 509 |
![]() | Line is longer than 80 characters. | 510 |
![]() | Line is longer than 80 characters. | 512 |
![]() | Method 'processMain' is not designed for extension - needs to be abstract, final or empty. | 545 |
![]() | Missing a Javadoc comment. | 545 |
![]() | Parameter args should be final. | 545 |
![]() | Line is longer than 80 characters. | 547 |
![]() | Line contains a tab character. | 564 |
![]() | Line is longer than 80 characters. | 565 |
![]() | Line contains a tab character. | 565 |
![]() | Line contains a tab character. | 566 |
![]() | Line contains a tab character. | 567 |
![]() | Line contains a tab character. | 568 |
![]() | Line contains a tab character. | 569 |
![]() | Line contains a tab character. | 570 |
![]() | Line has trailing spaces. | 571 |
![]() | Line contains a tab character. | 571 |
![]() | Line is longer than 80 characters. | 573 |
![]() | 'target' hides a field. | 575 |
![]() | Missing a Javadoc comment. | 585 |
![]() | Parameter argv should be final. | 585 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.IOException. | 25 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter report should be final. | 39 |
![]() | 'report' hides a field. | 39 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Parameter source should be final. | 50 |
![]() | Parameter target should be final. | 50 |
![]() | Parameter recurse should be final. | 50 |
![]() | Expected @param tag for 'recurse'. | 50 |
![]() | Expected @throws tag for 'Exception'. | 51 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter source should be final. | 75 |
![]() | Parameter target should be final. | 75 |
![]() | '}' should be on the same line. | 87 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter sources should be final. | 106 |
![]() | Parameter targets should be final. | 106 |
![]() | 'for' is not followed by whitespace. | 108 |
![]() | 'for' is not followed by whitespace. | 110 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | 'for' is not followed by whitespace. | 120 |
![]() | 'for' is not followed by whitespace. | 124 |
![]() | Must have at least one statement. | 128 |
![]() | 'for' is not followed by whitespace. | 136 |
![]() | Must have at least one statement. | 140 |
![]() | 'for' is not followed by whitespace. | 149 |
![]() | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Parameter url should be final. | 162 |
![]() | Must have at least one statement. | 166 |
![]() | Line is longer than 80 characters. | 172 |
![]() | 'if' is not followed by whitespace. | 181 |
![]() | '}' should be on the same line. | 186 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - gov.nasa.pds.citool.ingestor.Reference. | 20 |
![]() | Unused import - java.net.URLConnection. | 41 |
![]() | Unused import - java.util.Set. | 49 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line has trailing spaces. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Variable 'catObjs' must be private and have accessor methods. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Variable 'refInfo' must be private and have accessor methods. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Variable 'targetAvailable' must be private and have accessor methods. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter report should be final. | 79 |
![]() | 'report' hides a field. | 79 |
![]() | Line has trailing spaces. | 82 |
![]() | Method 'setRegistryUrl' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter registryUrl should be final. | 83 |
![]() | 'registryUrl' hides a field. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 86 |
![]() | Method 'setStorageUrl' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter storageUrl should be final. | 87 |
![]() | 'storageUrl' hides a field. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 90 |
![]() | Method 'setTransportUrl' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter transportUrl should be final. | 91 |
![]() | 'transportUrl' hides a field. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Unused @throws tag for 'RegistryClientException'. | 102 |
![]() | Method 'setSecurity' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Parameter securityContext should be final. | 105 |
![]() | 'securityContext' hides a field. | 105 |
![]() | Parameter username should be final. | 105 |
![]() | 'username' hides a field. | 105 |
![]() | Parameter password should be final. | 106 |
![]() | 'password' hides a field. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line has trailing spaces. | 111 |
![]() | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Parameter target should be final. | 118 |
![]() | Parameter recurse should be final. | 118 |
![]() | Expected @param tag for 'recurse'. | 118 |
![]() | Expected @throws tag for 'Exception'. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | '}' should be on the same line. | 123 |
![]() | Line contains a tab character. | 125 |
![]() | Line has trailing spaces. | 127 |
![]() | First sentence should end with a period. | 132 |
![]() | Method 'parseLabel' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Parameter source should be final. | 137 |
![]() | Line has trailing spaces. | 141 |
![]() | '}' should be on the same line. | 141 |
![]() | Line has trailing spaces. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | Method 'process' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line has trailing spaces. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line has trailing spaces. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line has trailing spaces. | 160 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line has trailing spaces. | 162 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | Line has trailing spaces. | 164 |
![]() | Line contains a tab character. | 164 |
![]() | Line has trailing spaces. | 165 |
![]() | Line contains a tab character. | 165 |
![]() | Line has trailing spaces. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | 'if' construct must use '{}'s. | 169 |
![]() | Line has trailing spaces. | 169 |
![]() | Line contains a tab character. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line contains a tab character. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Line has trailing spaces. | 173 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Comment matches to-do format 'TODO:'. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Comment matches to-do format 'TODO:'. | 181 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line has trailing spaces. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line has trailing spaces. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line contains a tab character. | 193 |
![]() | '+' is not preceded with whitespace. | 193 |
![]() | '+' is not followed by whitespace. | 193 |
![]() | '+' is not preceded with whitespace. | 193 |
![]() | '+' is not followed by whitespace. | 193 |
![]() | '+' is not preceded with whitespace. | 193 |
![]() | '+' is not followed by whitespace. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line has trailing spaces. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | '}' should be on the same line. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line contains a tab character. | 203 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line has trailing spaces. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line has trailing spaces. | 222 |
![]() | Line contains a tab character. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line contains a tab character. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | Line has trailing spaces. | 228 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line contains a tab character. | 228 |
![]() | Comment matches to-do format 'TODO:'. | 229 |
![]() | Line contains a tab character. | 229 |
![]() | Line has trailing spaces. | 230 |
![]() | Line contains a tab character. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line contains a tab character. | 236 |
![]() | Line is longer than 80 characters. | 237 |
![]() | Line contains a tab character. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | '}' should be on the same line. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Line contains a tab character. | 244 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line contains a tab character. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line contains a tab character. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | '}' should be on the same line. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line has trailing spaces. | 254 |
![]() | Line contains a tab character. | 254 |
![]() | '}' should be on the same line. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line contains a tab character. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line contains a tab character. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line contains a tab character. | 265 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Line contains a tab character. | 266 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line contains a tab character. | 267 |
![]() | Line has trailing spaces. | 268 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line contains a tab character. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Line contains a tab character. | 271 |
![]() | Line is longer than 80 characters. | 272 |
![]() | Line contains a tab character. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line contains a tab character. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | '}' should be on the same line. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | '}' should be on the same line. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line has trailing spaces. | 292 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line has trailing spaces. | 294 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line has trailing spaces. | 299 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Line contains a tab character. | 299 |
![]() | '+' should be on a new line. | 299 |
![]() | Line has trailing spaces. | 300 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Line contains a tab character. | 300 |
![]() | '+' should be on a new line. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line has trailing spaces. | 303 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line contains a tab character. | 306 |
![]() | '>' is not preceded with whitespace. | 306 |
![]() | '>' is not followed by whitespace. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line has trailing spaces. | 310 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Parameter filename should be final. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line is longer than 80 characters. | 314 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line has trailing spaces. | 321 |
![]() | Method 'getFilesFromStorageService' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() | Missing a Javadoc comment. | 325 |
![]() | Parameter requiredFiles should be final. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | '==' is not preceded with whitespace. | 331 |
![]() | '==' is not followed by whitespace. | 331 |
![]() | Line is longer than 80 characters. | 332 |
![]() | Line contains a tab character. | 332 |
![]() | '+' should be on a new line. | 332 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Line contains a tab character. | 333 |
![]() | Line has trailing spaces. | 334 |
![]() | Line contains a tab character. | 334 |
![]() | Line has trailing spaces. | 335 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Line contains a tab character. | 338 |
![]() | Line is longer than 80 characters. | 339 |
![]() | Line contains a tab character. | 339 |
![]() | Line is longer than 80 characters. | 340 |
![]() | Line contains a tab character. | 340 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Line contains a tab character. | 342 |
![]() | '==' is not preceded with whitespace. | 342 |
![]() | '==' is not followed by whitespace. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line is longer than 80 characters. | 345 |
![]() | Line contains a tab character. | 345 |
![]() | Line is longer than 80 characters. | 346 |
![]() | Line contains a tab character. | 346 |
![]() | Line is longer than 80 characters. | 348 |
![]() | Line contains a tab character. | 348 |
![]() | Line is longer than 80 characters. | 349 |
![]() | Line contains a tab character. | 349 |
![]() | Line is longer than 80 characters. | 350 |
![]() | Line contains a tab character. | 350 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | '}' should be on the same line. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line is longer than 80 characters. | 358 |
![]() | Line contains a tab character. | 358 |
![]() | Line is longer than 80 characters. | 359 |
![]() | Line contains a tab character. | 359 |
![]() | Line is longer than 80 characters. | 360 |
![]() | Line contains a tab character. | 360 |
![]() | '+' should be on a new line. | 360 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Line contains a tab character. | 361 |
![]() | Line has trailing spaces. | 362 |
![]() | Line is longer than 80 characters. | 362 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Line contains a tab character. | 366 |
![]() | Line is longer than 80 characters. | 367 |
![]() | Line contains a tab character. | 367 |
![]() | '+' should be on a new line. | 367 |
![]() | Line is longer than 80 characters. | 368 |
![]() | Line contains a tab character. | 368 |
![]() | Line has trailing spaces. | 369 |
![]() | Line contains a tab character. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line contains a tab character. | 373 |
![]() | Line contains a tab character. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 376 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line has trailing spaces. | 379 |
![]() | Line contains a tab character. | 379 |
![]() | Line has trailing spaces. | 380 |
![]() | Line is longer than 80 characters. | 380 |
![]() | Line contains a tab character. | 380 |
![]() | Line is longer than 80 characters. | 381 |
![]() | Line contains a tab character. | 381 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line has trailing spaces. | 387 |
![]() | Method 'getProductFromStorageService' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() | Missing a Javadoc comment. | 388 |
![]() | Parameter fileName should be final. | 388 |
![]() | Line is longer than 80 characters. | 389 |
![]() | Line contains a tab character. | 389 |
![]() | '+' is not preceded with whitespace. | 389 |
![]() | '+' is not followed by whitespace. | 389 |
![]() | '+' is not preceded with whitespace. | 389 |
![]() | '+' is not followed by whitespace. | 389 |
![]() | Line has trailing spaces. | 391 |
![]() | First sentence should end with a period. | 392 |
![]() | Expected an @return tag. | 395 |
![]() | Method length is 284 lines (max allowed is 150). | 395 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line contains a tab character. | 398 |
![]() | Line has trailing spaces. | 399 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | Line contains a tab character. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line is longer than 80 characters. | 405 |
![]() | Line contains a tab character. | 405 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | '!=' is not preceded with whitespace. | 409 |
![]() | '!=' is not followed by whitespace. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Line contains a tab character. | 411 |
![]() | '}' should be on the same line. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Line contains a tab character. | 413 |
![]() | Line contains a tab character. | 414 |
![]() | Line is longer than 80 characters. | 415 |
![]() | Line contains a tab character. | 415 |
![]() | '+' is not preceded with whitespace. | 415 |
![]() | '+' is not followed by whitespace. | 415 |
![]() | '+' is not preceded with whitespace. | 415 |
![]() | '+' is not followed by whitespace. | 415 |
![]() | Line contains a tab character. | 416 |
![]() | Line contains a tab character. | 418 |
![]() | Line contains a tab character. | 419 |
![]() | '!=' is not preceded with whitespace. | 419 |
![]() | '!=' is not followed by whitespace. | 419 |
![]() | Line contains a tab character. | 420 |
![]() | Line contains a tab character. | 421 |
![]() | '}' should be on the same line. | 421 |
![]() | Line contains a tab character. | 422 |
![]() | Line contains a tab character. | 423 |
![]() | Line contains a tab character. | 424 |
![]() | Line contains a tab character. | 425 |
![]() | Line contains a tab character. | 426 |
![]() | Line is longer than 80 characters. | 427 |
![]() | Line contains a tab character. | 427 |
![]() | Line contains a tab character. | 428 |
![]() | Line contains a tab character. | 429 |
![]() | Line is longer than 80 characters. | 430 |
![]() | Line contains a tab character. | 430 |
![]() | Line is longer than 80 characters. | 431 |
![]() | Line contains a tab character. | 431 |
![]() | Line is longer than 80 characters. | 432 |
![]() | Line contains a tab character. | 432 |
![]() | 'if' construct must use '{}'s. | 433 |
![]() | Line is longer than 80 characters. | 433 |
![]() | Line contains a tab character. | 433 |
![]() | '+' is not preceded with whitespace. | 433 |
![]() | '+' is not followed by whitespace. | 433 |
![]() | '+' is not preceded with whitespace. | 433 |
![]() | '+' is not followed by whitespace. | 433 |
![]() | Line is longer than 80 characters. | 434 |
![]() | Line contains a tab character. | 434 |
![]() | '+' is not preceded with whitespace. | 434 |
![]() | '+' is not followed by whitespace. | 434 |
![]() | '+' is not preceded with whitespace. | 434 |
![]() | '+' is not followed by whitespace. | 434 |
![]() | Line contains a tab character. | 435 |
![]() | Line contains a tab character. | 436 |
![]() | '}' should be on the same line. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line contains a tab character. | 438 |
![]() | Line contains a tab character. | 439 |
![]() | Line is longer than 80 characters. | 440 |
![]() | Line contains a tab character. | 440 |
![]() | Line contains a tab character. | 441 |
![]() | 'if' construct must use '{}'s. | 442 |
![]() | Line is longer than 80 characters. | 442 |
![]() | Line contains a tab character. | 442 |
![]() | '+' is not preceded with whitespace. | 442 |
![]() | '+' is not followed by whitespace. | 442 |
![]() | '+' is not preceded with whitespace. | 442 |
![]() | '+' is not followed by whitespace. | 442 |
![]() | Line has trailing spaces. | 443 |
![]() | Line is longer than 80 characters. | 443 |
![]() | Line contains a tab character. | 443 |
![]() | '+' is not preceded with whitespace. | 443 |
![]() | '+' is not followed by whitespace. | 443 |
![]() | '+' is not preceded with whitespace. | 443 |
![]() | '+' is not followed by whitespace. | 443 |
![]() | Line contains a tab character. | 444 |
![]() | Line contains a tab character. | 445 |
![]() | Line contains a tab character. | 446 |
![]() | Line contains a tab character. | 447 |
![]() | '}' should be on the same line. | 447 |
![]() | Line contains a tab character. | 448 |
![]() | Line is longer than 80 characters. | 449 |
![]() | Line contains a tab character. | 449 |
![]() | Line contains a tab character. | 450 |
![]() | Line has trailing spaces. | 451 |
![]() | Line is longer than 80 characters. | 451 |
![]() | Line contains a tab character. | 451 |
![]() | Line contains a tab character. | 452 |
![]() | Line has trailing spaces. | 453 |
![]() | Line contains a tab character. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | '!=' is not preceded with whitespace. | 454 |
![]() | '!=' is not followed by whitespace. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | Line contains a tab character. | 456 |
![]() | '}' should be on the same line. | 456 |
![]() | Line contains a tab character. | 457 |
![]() | Line contains a tab character. | 458 |
![]() | Line contains a tab character. | 459 |
![]() | Line has trailing spaces. | 460 |
![]() | Line contains a tab character. | 460 |
![]() | Line is longer than 80 characters. | 461 |
![]() | Line contains a tab character. | 461 |
![]() | '+' is not preceded with whitespace. | 461 |
![]() | '+' is not followed by whitespace. | 461 |
![]() | '+' is not preceded with whitespace. | 461 |
![]() | '+' is not followed by whitespace. | 461 |
![]() | Line is longer than 80 characters. | 462 |
![]() | Line contains a tab character. | 462 |
![]() | '+' is not preceded with whitespace. | 462 |
![]() | '+' is not followed by whitespace. | 462 |
![]() | '+' is not preceded with whitespace. | 462 |
![]() | '+' is not followed by whitespace. | 462 |
![]() | Line contains a tab character. | 463 |
![]() | Line has trailing spaces. | 464 |
![]() | Line contains a tab character. | 464 |
![]() | Line contains a tab character. | 465 |
![]() | Line has trailing spaces. | 466 |
![]() | Line contains a tab character. | 466 |
![]() | Line contains a tab character. | 467 |
![]() | Line contains a tab character. | 468 |
![]() | Line contains a tab character. | 469 |
![]() | '!=' is not preceded with whitespace. | 469 |
![]() | '!=' is not followed by whitespace. | 469 |
![]() | Line contains a tab character. | 470 |
![]() | Line contains a tab character. | 471 |
![]() | '}' should be on the same line. | 471 |
![]() | Line contains a tab character. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Line contains a tab character. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | Line is longer than 80 characters. | 476 |
![]() | Line contains a tab character. | 476 |
![]() | Line contains a tab character. | 477 |
![]() | Line contains a tab character. | 478 |
![]() | Line is longer than 80 characters. | 479 |
![]() | Line contains a tab character. | 479 |
![]() | Line is longer than 80 characters. | 480 |
![]() | Line contains a tab character. | 480 |
![]() | 'if' construct must use '{}'s. | 481 |
![]() | Line is longer than 80 characters. | 481 |
![]() | Line contains a tab character. | 481 |
![]() | '+' is not preceded with whitespace. | 481 |
![]() | '+' is not followed by whitespace. | 481 |
![]() | '+' is not preceded with whitespace. | 481 |
![]() | '+' is not followed by whitespace. | 481 |
![]() | Line is longer than 80 characters. | 482 |
![]() | Line contains a tab character. | 482 |
![]() | '+' is not preceded with whitespace. | 482 |
![]() | '+' is not followed by whitespace. | 482 |
![]() | '+' is not preceded with whitespace. | 482 |
![]() | '+' is not followed by whitespace. | 482 |
![]() | Line contains a tab character. | 483 |
![]() | Line contains a tab character. | 484 |
![]() | '}' should be on the same line. | 484 |
![]() | Line contains a tab character. | 485 |
![]() | Line contains a tab character. | 486 |
![]() | Line contains a tab character. | 487 |
![]() | Line contains a tab character. | 488 |
![]() | 'if' construct must use '{}'s. | 489 |
![]() | Line is longer than 80 characters. | 489 |
![]() | Line contains a tab character. | 489 |
![]() | '+' is not preceded with whitespace. | 489 |
![]() | '+' is not followed by whitespace. | 489 |
![]() | '+' is not preceded with whitespace. | 489 |
![]() | '+' is not followed by whitespace. | 489 |
![]() | Line has trailing spaces. | 490 |
![]() | Line is longer than 80 characters. | 490 |
![]() | Line contains a tab character. | 490 |
![]() | '+' is not preceded with whitespace. | 490 |
![]() | '+' is not followed by whitespace. | 490 |
![]() | '+' is not preceded with whitespace. | 490 |
![]() | '+' is not followed by whitespace. | 490 |
![]() | Line contains a tab character. | 491 |
![]() | Line has trailing spaces. | 492 |
![]() | Line contains a tab character. | 492 |
![]() | Line contains a tab character. | 493 |
![]() | Line has trailing spaces. | 494 |
![]() | Line contains a tab character. | 494 |
![]() | Line contains a tab character. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | '!=' is not preceded with whitespace. | 496 |
![]() | '!=' is not followed by whitespace. | 496 |
![]() | Line contains a tab character. | 497 |
![]() | Line contains a tab character. | 498 |
![]() | '}' should be on the same line. | 498 |
![]() | Line contains a tab character. | 499 |
![]() | Line contains a tab character. | 500 |
![]() | Line contains a tab character. | 501 |
![]() | Line contains a tab character. | 502 |
![]() | Line contains a tab character. | 503 |
![]() | Line is longer than 80 characters. | 504 |
![]() | Line contains a tab character. | 504 |
![]() | Line is longer than 80 characters. | 505 |
![]() | Line contains a tab character. | 505 |
![]() | Line is longer than 80 characters. | 506 |
![]() | Line contains a tab character. | 506 |
![]() | Line contains a tab character. | 507 |
![]() | Line contains a tab character. | 508 |
![]() | Line is longer than 80 characters. | 509 |
![]() | Line contains a tab character. | 509 |
![]() | Line is longer than 80 characters. | 510 |
![]() | Line contains a tab character. | 510 |
![]() | Line is longer than 80 characters. | 511 |
![]() | Line contains a tab character. | 511 |
![]() | 'if' construct must use '{}'s. | 512 |
![]() | Line is longer than 80 characters. | 512 |
![]() | Line contains a tab character. | 512 |
![]() | '+' is not preceded with whitespace. | 512 |
![]() | '+' is not followed by whitespace. | 512 |
![]() | '+' is not preceded with whitespace. | 512 |
![]() | '+' is not followed by whitespace. | 512 |
![]() | Line is longer than 80 characters. | 513 |
![]() | Line contains a tab character. | 513 |
![]() | '+' is not preceded with whitespace. | 513 |
![]() | '+' is not followed by whitespace. | 513 |
![]() | '+' is not preceded with whitespace. | 513 |
![]() | '+' is not followed by whitespace. | 513 |
![]() | Line contains a tab character. | 514 |
![]() | Line contains a tab character. | 515 |
![]() | '}' should be on the same line. | 515 |
![]() | Line contains a tab character. | 516 |
![]() | Line contains a tab character. | 517 |
![]() | Line contains a tab character. | 518 |
![]() | Line is longer than 80 characters. | 519 |
![]() | Line contains a tab character. | 519 |
![]() | Line contains a tab character. | 520 |
![]() | 'if' construct must use '{}'s. | 521 |
![]() | Line is longer than 80 characters. | 521 |
![]() | Line contains a tab character. | 521 |
![]() | '+' is not preceded with whitespace. | 521 |
![]() | '+' is not followed by whitespace. | 521 |
![]() | '+' is not preceded with whitespace. | 521 |
![]() | '+' is not followed by whitespace. | 521 |
![]() | Line has trailing spaces. | 522 |
![]() | Line is longer than 80 characters. | 522 |
![]() | Line contains a tab character. | 522 |
![]() | '+' is not preceded with whitespace. | 522 |
![]() | '+' is not followed by whitespace. | 522 |
![]() | '+' is not preceded with whitespace. | 522 |
![]() | '+' is not followed by whitespace. | 522 |
![]() | Line contains a tab character. | 523 |
![]() | Line has trailing spaces. | 524 |
![]() | Line is longer than 80 characters. | 524 |
![]() | Line contains a tab character. | 524 |
![]() | Line has trailing spaces. | 525 |
![]() | Line contains a tab character. | 525 |
![]() | Line contains a tab character. | 526 |
![]() | '}' should be on the same line. | 526 |
![]() | Line contains a tab character. | 527 |
![]() | Line is longer than 80 characters. | 528 |
![]() | Line contains a tab character. | 528 |
![]() | Line is longer than 80 characters. | 529 |
![]() | Line contains a tab character. | 529 |
![]() | Line has trailing spaces. | 530 |
![]() | Line contains a tab character. | 531 |
![]() | '!=' is not preceded with whitespace. | 531 |
![]() | '!=' is not followed by whitespace. | 531 |
![]() | Line contains a tab character. | 532 |
![]() | Line contains a tab character. | 533 |
![]() | '}' should be on the same line. | 533 |
![]() | Line contains a tab character. | 534 |
![]() | Line contains a tab character. | 535 |
![]() | Line contains a tab character. | 536 |
![]() | Line contains a tab character. | 537 |
![]() | Line contains a tab character. | 538 |
![]() | Line contains a tab character. | 539 |
![]() | Line contains a tab character. | 540 |
![]() | Line is longer than 80 characters. | 541 |
![]() | Line contains a tab character. | 541 |
![]() | '+' is not preceded with whitespace. | 541 |
![]() | '+' is not followed by whitespace. | 541 |
![]() | '+' is not preceded with whitespace. | 541 |
![]() | '+' is not followed by whitespace. | 541 |
![]() | Line contains a tab character. | 542 |
![]() | Line contains a tab character. | 543 |
![]() | '}' should be on the same line. | 543 |
![]() | Line contains a tab character. | 544 |
![]() | Line is longer than 80 characters. | 545 |
![]() | Line contains a tab character. | 545 |
![]() | Line contains a tab character. | 546 |
![]() | Line contains a tab character. | 547 |
![]() | Line contains a tab character. | 548 |
![]() | Line contains a tab character. | 549 |
![]() | '!=' is not preceded with whitespace. | 549 |
![]() | '!=' is not followed by whitespace. | 549 |
![]() | Line contains a tab character. | 550 |
![]() | Line contains a tab character. | 551 |
![]() | '}' should be on the same line. | 551 |
![]() | Line contains a tab character. | 552 |
![]() | Line contains a tab character. | 553 |
![]() | Line contains a tab character. | 554 |
![]() | 'if' construct must use '{}'s. | 555 |
![]() | Line is longer than 80 characters. | 555 |
![]() | Line contains a tab character. | 555 |
![]() | '+' is not preceded with whitespace. | 555 |
![]() | '+' is not followed by whitespace. | 555 |
![]() | '+' is not preceded with whitespace. | 555 |
![]() | '+' is not followed by whitespace. | 555 |
![]() | Line is longer than 80 characters. | 556 |
![]() | Line contains a tab character. | 556 |
![]() | '+' is not preceded with whitespace. | 556 |
![]() | '+' is not followed by whitespace. | 556 |
![]() | '+' is not preceded with whitespace. | 556 |
![]() | '+' is not followed by whitespace. | 556 |
![]() | Line contains a tab character. | 557 |
![]() | Line contains a tab character. | 558 |
![]() | '}' should be on the same line. | 558 |
![]() | Line contains a tab character. | 559 |
![]() | Line contains a tab character. | 560 |
![]() | Line has trailing spaces. | 561 |
![]() | Line contains a tab character. | 561 |
![]() | Line is longer than 80 characters. | 562 |
![]() | Line contains a tab character. | 562 |
![]() | Line contains a tab character. | 563 |
![]() | Line contains a tab character. | 564 |
![]() | Line contains a tab character. | 565 |
![]() | Line contains a tab character. | 566 |
![]() | Line contains a tab character. | 567 |
![]() | Line contains a tab character. | 568 |
![]() | '!=' is not preceded with whitespace. | 568 |
![]() | '!=' is not followed by whitespace. | 568 |
![]() | Line contains a tab character. | 569 |
![]() | Line contains a tab character. | 570 |
![]() | '}' should be on the same line. | 570 |
![]() | Line contains a tab character. | 571 |
![]() | Line contains a tab character. | 572 |
![]() | Line contains a tab character. | 573 |
![]() | Line has trailing spaces. | 574 |
![]() | Line contains a tab character. | 574 |
![]() | Line is longer than 80 characters. | 575 |
![]() | Line contains a tab character. | 575 |
![]() | '+' is not preceded with whitespace. | 575 |
![]() | '+' is not followed by whitespace. | 575 |
![]() | Line is longer than 80 characters. | 576 |
![]() | Line contains a tab character. | 576 |
![]() | '+' is not preceded with whitespace. | 576 |
![]() | '+' is not followed by whitespace. | 576 |
![]() | Line contains a tab character. | 577 |
![]() | Line contains a tab character. | 578 |
![]() | Line contains a tab character. | 579 |
![]() | '}' should be on the same line. | 579 |
![]() | Line has trailing spaces. | 580 |
![]() | Line contains a tab character. | 580 |
![]() | '||' should be on a new line. | 580 |
![]() | Line has trailing spaces. | 581 |
![]() | Line is longer than 80 characters. | 581 |
![]() | Line contains a tab character. | 581 |
![]() | Line contains a tab character. | 582 |
![]() | '!=' is not preceded with whitespace. | 582 |
![]() | '!=' is not followed by whitespace. | 582 |
![]() | Line contains a tab character. | 583 |
![]() | Line contains a tab character. | 584 |
![]() | '}' should be on the same line. | 584 |
![]() | Line contains a tab character. | 585 |
![]() | Line contains a tab character. | 586 |
![]() | Line contains a tab character. | 587 |
![]() | Line has trailing spaces. | 588 |
![]() | Line contains a tab character. | 588 |
![]() | Line has trailing spaces. | 589 |
![]() | Line is longer than 80 characters. | 589 |
![]() | Line contains a tab character. | 589 |
![]() | Line contains a tab character. | 590 |
![]() | Line contains a tab character. | 591 |
![]() | Line contains a tab character. | 592 |
![]() | Line has trailing spaces. | 593 |
![]() | Line is longer than 80 characters. | 593 |
![]() | Line contains a tab character. | 593 |
![]() | Line has trailing spaces. | 594 |
![]() | Line is longer than 80 characters. | 594 |
![]() | Line contains a tab character. | 594 |
![]() | Line has trailing spaces. | 595 |
![]() | Line contains a tab character. | 595 |
![]() | Line is longer than 80 characters. | 596 |
![]() | Line contains a tab character. | 596 |
![]() | Line is longer than 80 characters. | 597 |
![]() | Line contains a tab character. | 597 |
![]() | Line is longer than 80 characters. | 598 |
![]() | Line contains a tab character. | 598 |
![]() | 'if' construct must use '{}'s. | 599 |
![]() | Line is longer than 80 characters. | 599 |
![]() | Line contains a tab character. | 599 |
![]() | '+' is not preceded with whitespace. | 599 |
![]() | '+' is not followed by whitespace. | 599 |
![]() | '+' is not preceded with whitespace. | 599 |
![]() | '+' is not followed by whitespace. | 599 |
![]() | Line is longer than 80 characters. | 600 |
![]() | Line contains a tab character. | 600 |
![]() | '+' is not preceded with whitespace. | 600 |
![]() | '+' is not followed by whitespace. | 600 |
![]() | '+' is not preceded with whitespace. | 600 |
![]() | '+' is not followed by whitespace. | 600 |
![]() | Line contains a tab character. | 601 |
![]() | Line contains a tab character. | 602 |
![]() | '}' should be on the same line. | 602 |
![]() | Line contains a tab character. | 603 |
![]() | Line contains a tab character. | 604 |
![]() | Line contains a tab character. | 605 |
![]() | Line contains a tab character. | 606 |
![]() | Line is longer than 80 characters. | 607 |
![]() | Line contains a tab character. | 607 |
![]() | Line contains a tab character. | 608 |
![]() | 'if' construct must use '{}'s. | 609 |
![]() | Line is longer than 80 characters. | 609 |
![]() | Line contains a tab character. | 609 |
![]() | '+' is not preceded with whitespace. | 609 |
![]() | '+' is not followed by whitespace. | 609 |
![]() | '+' is not preceded with whitespace. | 609 |
![]() | '+' is not followed by whitespace. | 609 |
![]() | Line is longer than 80 characters. | 610 |
![]() | Line contains a tab character. | 610 |
![]() | '+' is not preceded with whitespace. | 610 |
![]() | '+' is not followed by whitespace. | 610 |
![]() | '+' is not preceded with whitespace. | 610 |
![]() | '+' is not followed by whitespace. | 610 |
![]() | Line contains a tab character. | 611 |
![]() | Line has trailing spaces. | 612 |
![]() | Line contains a tab character. | 612 |
![]() | Line contains a tab character. | 613 |
![]() | Line has trailing spaces. | 614 |
![]() | Line contains a tab character. | 614 |
![]() | Line contains a tab character. | 615 |
![]() | Line contains a tab character. | 616 |
![]() | Line is longer than 80 characters. | 617 |
![]() | Line contains a tab character. | 617 |
![]() | Line is longer than 80 characters. | 618 |
![]() | Line contains a tab character. | 618 |
![]() | Line contains a tab character. | 619 |
![]() | Line is longer than 80 characters. | 620 |
![]() | Line contains a tab character. | 620 |
![]() | Line contains a tab character. | 621 |
![]() | Line contains a tab character. | 622 |
![]() | Line is longer than 80 characters. | 623 |
![]() | Line contains a tab character. | 623 |
![]() | Line contains a tab character. | 624 |
![]() | Line contains a tab character. | 625 |
![]() | Line is longer than 80 characters. | 626 |
![]() | Line contains a tab character. | 626 |
![]() | Line is longer than 80 characters. | 627 |
![]() | Line contains a tab character. | 627 |
![]() | 'if' construct must use '{}'s. | 628 |
![]() | Line is longer than 80 characters. | 628 |
![]() | Line contains a tab character. | 628 |
![]() | Line is longer than 80 characters. | 629 |
![]() | Line contains a tab character. | 629 |
![]() | Line contains a tab character. | 630 |
![]() | Line contains a tab character. | 631 |
![]() | Line contains a tab character. | 632 |
![]() | Line is longer than 80 characters. | 633 |
![]() | Line contains a tab character. | 633 |
![]() | Line is longer than 80 characters. | 634 |
![]() | Line contains a tab character. | 634 |
![]() | 'if' construct must use '{}'s. | 635 |
![]() | Line is longer than 80 characters. | 635 |
![]() | Line contains a tab character. | 635 |
![]() | Line is longer than 80 characters. | 636 |
![]() | Line contains a tab character. | 636 |
![]() | Line contains a tab character. | 637 |
![]() | Line has trailing spaces. | 638 |
![]() | Line contains a tab character. | 638 |
![]() | Line contains a tab character. | 639 |
![]() | Line contains a tab character. | 640 |
![]() | '}' should be on the same line. | 640 |
![]() | Line contains a tab character. | 641 |
![]() | Line is longer than 80 characters. | 642 |
![]() | Line contains a tab character. | 642 |
![]() | Line contains a tab character. | 643 |
![]() | Line has trailing spaces. | 644 |
![]() | Line contains a tab character. | 644 |
![]() | Line has trailing spaces. | 645 |
![]() | Line contains a tab character. | 645 |
![]() | Line contains a tab character. | 646 |
![]() | 'if' construct must use '{}'s. | 647 |
![]() | Line contains a tab character. | 647 |
![]() | '!=' is not preceded with whitespace. | 647 |
![]() | '!=' is not followed by whitespace. | 647 |
![]() | Line contains a tab character. | 648 |
![]() | 'else' construct must use '{}'s. | 649 |
![]() | Line contains a tab character. | 649 |
![]() | Line contains a tab character. | 650 |
![]() | Line has trailing spaces. | 651 |
![]() | Line contains a tab character. | 651 |
![]() | Line contains a tab character. | 652 |
![]() | Line contains a tab character. | 653 |
![]() | Line contains a tab character. | 654 |
![]() | Line contains a tab character. | 655 |
![]() | Line contains a tab character. | 656 |
![]() | Line is longer than 80 characters. | 657 |
![]() | Line contains a tab character. | 657 |
![]() | Line contains a tab character. | 658 |
![]() | Line is longer than 80 characters. | 659 |
![]() | Line contains a tab character. | 659 |
![]() | Line is longer than 80 characters. | 660 |
![]() | Line contains a tab character. | 660 |
![]() | '+' is not preceded with whitespace. | 660 |
![]() | '+' is not followed by whitespace. | 660 |
![]() | '+' is not preceded with whitespace. | 660 |
![]() | '+' is not followed by whitespace. | 660 |
![]() | Line is longer than 80 characters. | 661 |
![]() | Line contains a tab character. | 661 |
![]() | '+' is not preceded with whitespace. | 661 |
![]() | '+' is not followed by whitespace. | 661 |
![]() | '+' is not preceded with whitespace. | 661 |
![]() | '+' is not followed by whitespace. | 661 |
![]() | Line contains a tab character. | 662 |
![]() | Line contains a tab character. | 663 |
![]() | Line contains a tab character. | 664 |
![]() | '}' should be on the same line. | 664 |
![]() | Line contains a tab character. | 665 |
![]() | Line contains a tab character. | 666 |
![]() | Line contains a tab character. | 667 |
![]() | Line contains a tab character. | 668 |
![]() | Line contains a tab character. | 669 |
![]() | Line is longer than 80 characters. | 670 |
![]() | Line contains a tab character. | 670 |
![]() | '+' is not preceded with whitespace. | 670 |
![]() | '+' is not followed by whitespace. | 670 |
![]() | '+' is not preceded with whitespace. | 670 |
![]() | '+' is not followed by whitespace. | 670 |
![]() | Line has trailing spaces. | 671 |
![]() | Line is longer than 80 characters. | 671 |
![]() | Line contains a tab character. | 671 |
![]() | '+' is not preceded with whitespace. | 671 |
![]() | '+' is not followed by whitespace. | 671 |
![]() | '+' is not preceded with whitespace. | 671 |
![]() | '+' is not followed by whitespace. | 671 |
![]() | Line contains a tab character. | 672 |
![]() | Line contains a tab character. | 673 |
![]() | Line contains a tab character. | 674 |
![]() | Line contains a tab character. | 675 |
![]() | Line contains a tab character. | 676 |
![]() | Line contains a tab character. | 677 |
![]() | Line has trailing spaces. | 679 |
![]() | Method 'getTargetInfos' is not designed for extension - needs to be abstract, final or empty. | 680 |
![]() | Missing a Javadoc comment. | 680 |
![]() | Parameter targetName should be final. | 680 |
![]() | Line contains a tab character. | 681 |
![]() | 'if' construct must use '{}'s. | 682 |
![]() | Line is longer than 80 characters. | 682 |
![]() | Line contains a tab character. | 682 |
![]() | Line has trailing spaces. | 683 |
![]() | Line is longer than 80 characters. | 683 |
![]() | Line contains a tab character. | 683 |
![]() | Line contains a tab character. | 684 |
![]() | Line contains a tab character. | 685 |
![]() | Line contains a tab character. | 686 |
![]() | Line contains a tab character. | 687 |
![]() | Line has trailing spaces. | 689 |
![]() | Missing a Javadoc comment. | 690 |
![]() | Parameter targetName should be final. | 690 |
![]() | Line contains a tab character. | 691 |
![]() | Line contains a tab character. | 692 |
![]() | Line contains a tab character. | 693 |
![]() | '!=' is not preceded with whitespace. | 693 |
![]() | '!=' is not followed by whitespace. | 693 |
![]() | Line contains a tab character. | 694 |
![]() | 'if' construct must use '{}'s. | 695 |
![]() | Line contains a tab character. | 695 |
![]() | '==' is not preceded with whitespace. | 695 |
![]() | '==' is not followed by whitespace. | 695 |
![]() | Line contains a tab character. | 696 |
![]() | Line contains a tab character. | 697 |
![]() | 'if' construct must use '{}'s. | 698 |
![]() | Line contains a tab character. | 698 |
![]() | Line contains a tab character. | 699 |
![]() | 'if' construct must use '{}'s. | 700 |
![]() | Line has trailing spaces. | 700 |
![]() | Line contains a tab character. | 700 |
![]() | Line contains a tab character. | 701 |
![]() | Line contains a tab character. | 702 |
![]() | Line contains a tab character. | 703 |
![]() | Line contains a tab character. | 705 |
![]() | Line has trailing spaces. | 707 |
![]() | Method 'parseLabels' is not designed for extension - needs to be abstract, final or empty. | 714 |
![]() | Parameter sources should be final. | 714 |
![]() | '=' is not preceded with whitespace. | 715 |
![]() | '=' is not followed by whitespace. | 715 |
![]() | '<' is not preceded with whitespace. | 715 |
![]() | '<' is not followed by whitespace. | 715 |
![]() | 'cast' is not followed by whitespace. | 716 |
![]() | First sentence should end with a period. | 720 |
![]() | Line has trailing spaces. | 723 |
![]() | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 726 |
![]() | Parameter url should be final. | 726 |
![]() | Line contains a tab character. | 727 |
![]() | Must have at least one statement. | 730 |
![]() | Line is longer than 80 characters. | 736 |
![]() | 'if' is not followed by whitespace. | 745 |
![]() | '}' should be on the same line. | 750 |
![]() | Line contains a tab character. | 755 |
![]() | Line has trailing spaces. | 760 |
![]() | Line has trailing spaces. | 761 |
![]() | Expected an @return tag. | 770 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 770 |
![]() | Parameter source should be final. | 770 |
![]() | Parameter target should be final. | 770 |
![]() | Line has trailing spaces. | 782 |
![]() | Conditional logic can be removed. | 783 |
![]() | Line contains a tab character. | 784 |
![]() | '}' should be on the same line. | 785 |
![]() | 'else' construct must use '{}'s. | 786 |
![]() | Line has trailing spaces. | 786 |
![]() | Line has trailing spaces. | 787 |
![]() | Line contains a tab character. | 787 |
![]() | '}' should be on the same line. | 788 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter report should be final. | 57 |
![]() | 'report' hides a field. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter report should be final. | 61 |
![]() | 'report' hides a field. | 61 |
![]() | Parameter includePaths should be final. | 61 |
![]() | Method 'parseDictionary' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter dictionaries should be final. | 71 |
![]() | Parameter aliasing should be final. | 72 |
![]() | Method 'setAllrefs' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter url should be final. | 117 |
![]() | Method 'doReferentialIntegrity' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter catalogs should be final. | 121 |
![]() | 'for' is not followed by whitespace. | 123 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | 'if' is not followed by whitespace. | 130 |
![]() | 'if' is not followed by whitespace. | 133 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | 'if' is not followed by whitespace. | 140 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | Expected an @return tag. | 165 |
![]() | Method 'findNewStandardValues' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Parameter catalogs should be final. | 165 |
![]() | Parameter dictionary should be final. | 166 |
![]() | ':' should be on a new line. | 175 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Parameter target should be final. | 195 |
![]() | Parameter dictionaries should be final. | 195 |
![]() | Parameter recurse should be final. | 196 |
![]() | Parameter aliasing should be final. | 196 |
![]() | Must have at least one statement. | 220 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Parameter url should be final. | 229 |
![]() | Parameter dictionary should be final. | 229 |
![]() | First sentence should end with a period. | 271 |
![]() | Parameter label should be final. | 276 |
![]() | Expected @param tag for 'label'. | 276 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Must have at least one statement. | 293 |
![]() | 'for' is not followed by whitespace. | 300 |
![]() | Must have at least one statement. | 306 |
![]() | 'for' is not followed by whitespace. | 312 |
![]() | 'if' is not followed by whitespace. | 314 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Missing a Javadoc comment. | 321 |
![]() | Parameter label should be final. | 321 |
![]() | Comment matches to-do format 'TODO:'. | 324 |
![]() | 'for' is not followed by whitespace. | 326 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Missing a Javadoc comment. | 333 |
![]() | Parameter object should be final. | 333 |
![]() | 'for' is not followed by whitespace. | 337 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 4 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Parameter message should be final. | 6 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 29 |
![]() | ',' is not followed by whitespace. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'static' modifier out of order with the JLS suggestions. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Parameter type should be final. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 38 |
![]() | First sentence should end with a period. | 40 |
![]() | Parameter catalogs should be final. | 45 |
![]() | 'catalogs' hides a field. | 45 |
![]() | First sentence should end with a period. | 49 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter id should be final. | 56 |
![]() | 'catch' is not followed by whitespace. | 67 |
![]() | Must have at least one statement. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter key should be final. | 35 |
![]() | 'key' hides a field. | 35 |
![]() | Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 55 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | 'shortName' hides a field. | 121 |
![]() | 'longName' hides a field. | 121 |
![]() | 'description' hides a field. | 122 |
![]() | 'shortName' hides a field. | 135 |
![]() | 'longName' hides a field. | 135 |
![]() | 'argName' hides a field. | 136 |
![]() | 'argType' hides a field. | 136 |
![]() | 'description' hides a field. | 137 |
![]() | 'shortName' hides a field. | 150 |
![]() | 'longName' hides a field. | 150 |
![]() | 'argName' hides a field. | 151 |
![]() | 'argType' hides a field. | 151 |
![]() | 'allowsMultipleArgs' hides a field. | 152 |
![]() | Expected @param tag for 'allowsMultipleArgs'. | 152 |
![]() | 'description' hides a field. | 152 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 25 |
![]() | Parameter msg should be final. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 4 |
![]() | Missing a Javadoc comment. | 4 |
![]() | Missing a Javadoc comment. | 4 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter name should be final. | 8 |
![]() | 'name' hides a field. | 8 |
![]() | Missing a Javadoc comment. | 12 |
Violation | Message | Line |
---|---|---|
![]() | Method 'hasArg' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Method 'hasArg' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Method 'hasArgs' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Method 'hasArgs' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Method 'hasArgs' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Method 'hasArgs' is not designed for extension - needs to be abstract, final or empty. | 137 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Parameter file should be final. | 10 |
![]() | Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter configKey should be final. | 14 |
![]() | Method 'getList' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter configKey should be final. | 18 |
![]() | Method 'getInt' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter configKey should be final. | 22 |
![]() | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter configKey should be final. | 26 |
![]() | Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter configKey should be final. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - java.io.File. | 30 |
![]() | Unused import - java.util.logging.Logger. | 33 |
![]() | Method 'checkEquality' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Parameter source should be final. | 52 |
![]() | Parameter target should be final. | 52 |
![]() | Method 'checkAttributeEquality' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter sources should be final. | 76 |
![]() | Parameter target should be final. | 76 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 94 |
![]() | '}' should be on the same line. | 102 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Method 'checkPointerEquality' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Parameter sources should be final. | 158 |
![]() | Parameter target should be final. | 158 |
![]() | Line is longer than 80 characters. | 182 |
![]() | '}' should be on the same line. | 189 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Method 'checkObjectEquality' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | Parameter sources should be final. | 249 |
![]() | Parameter target should be final. | 249 |
![]() | '}' should be on the same line. | 265 |
![]() | 'catch' is not followed by whitespace. | 285 |
![]() | Inner assignments should be avoided. | 293 |
![]() | Expression can be simplified. | 297 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Line is longer than 80 characters. | 310 |
![]() | 'for' is not followed by whitespace. | 319 |
Violation | Message | Line |
---|---|---|
![]() | Method 'checkEquality' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | '(' is preceded with whitespace. | 48 |
![]() | Parameter source should be final. | 48 |
![]() | Parameter target should be final. | 49 |
![]() | Method 'checkAttributeEquality' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter sources should be final. | 74 |
![]() | Parameter target should be final. | 74 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 91 |
![]() | '}' should be on the same line. | 98 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Method 'checkPointerEquality' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Parameter sources should be final. | 155 |
![]() | Parameter target should be final. | 155 |
![]() | Line is longer than 80 characters. | 179 |
![]() | '}' should be on the same line. | 186 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Method 'checkObjectEquality' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | Parameter sources should be final. | 243 |
![]() | Parameter target should be final. | 243 |
![]() | Line is longer than 80 characters. | 251 |
![]() | '}' should be on the same line. | 258 |
![]() | 'catch' is not followed by whitespace. | 278 |
![]() | Inner assignments should be avoided. | 286 |
![]() | Expression can be simplified. | 291 |
![]() | Line is longer than 80 characters. | 303 |
![]() | Line is longer than 80 characters. | 319 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | 'sourceLineNumber' hides a field. | 16 |
![]() | 'targetLineNumber' hides a field. | 16 |
![]() | 'diffs' hides a field. | 17 |
![]() | Method 'getDiffs' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Method 'getSourceLineNumber' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'getTargetLineNumber' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 13 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter info should be final. | 25 |
![]() | 'info' hides a field. | 25 |
![]() | Parameter fromSource should be final. | 25 |
![]() | 'fromSource' hides a field. | 25 |
![]() | Parameter fromTarget should be final. | 25 |
![]() | 'fromTarget' hides a field. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'return' is not preceded with whitespace. | 31 |
![]() | '{' is not followed by whitespace. | 31 |
![]() | ';' is not followed by whitespace. | 31 |
![]() | '}' is not preceded with whitespace. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'getFromSource' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 'return' is not preceded with whitespace. | 33 |
![]() | '{' is not followed by whitespace. | 33 |
![]() | ';' is not followed by whitespace. | 33 |
![]() | '}' is not preceded with whitespace. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'getFromTarget' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | 'return' is not preceded with whitespace. | 35 |
![]() | '{' is not followed by whitespace. | 35 |
![]() | ';' is not followed by whitespace. | 35 |
![]() | '}' is not preceded with whitespace. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 29 |
![]() | Utility classes should not have a public or default constructor. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter source should be final. | 30 |
![]() | Parameter target should be final. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter source should be final. | 34 |
![]() | Parameter target should be final. | 34 |
![]() | Parameter sourceLine should be final. | 35 |
![]() | Parameter targetLine should be final. | 35 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter source should be final. | 40 |
![]() | Parameter target should be final. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter source should be final. | 44 |
![]() | Parameter target should be final. | 44 |
![]() | Parameter sourceLine should be final. | 45 |
![]() | Parameter targetLine should be final. | 45 |
![]() | Avoid inline conditionals. | 65 |
![]() | Avoid inline conditionals. | 65 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter start should be final. | 84 |
![]() | Parameter end should be final. | 84 |
![]() | Parameter ind should be final. | 84 |
![]() | Parameter lines should be final. | 85 |
![]() | 'for' construct must use '{}'s. | 87 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter start should be final. | 92 |
![]() | Parameter end should be final. | 92 |
![]() | Parameter base should be final. | 92 |
![]() | '{' should be on the previous line. | 93 |
![]() | '+' is not preceded with whitespace. | 97 |
![]() | '+' is not followed by whitespace. | 97 |
![]() | '+' is not preceded with whitespace. | 100 |
![]() | '+' is not followed by whitespace. | 100 |
![]() | Parameter reader should be final. | 112 |
![]() | Expected @param tag for 'reader'. | 112 |
![]() | Must have at least one statement. | 122 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | First sentence should end with a period. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'addToFileList' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Parameter o should be final. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | First sentence should end with a period. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'addToFileList' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Parameter c should be final. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | First sentence should end with a period. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'addToDirList' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter o should be final. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | First sentence should end with a period. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'addToDirList' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter c should be final. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | First sentence should end with a period. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'getFiles' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | First sentence should end with a period. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'getDirs' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | First sentence should end with a period. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | First sentence should end with a period. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Parameter wildcards should be final. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | First sentence should end with a period. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Parameter wildcards should be final. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | First sentence should end with a period. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Parameter patterns should be final. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | First sentence should end with a period. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | 'if' construct must use '{}'s. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | 'if' is not followed by whitespace. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | 'else' construct must use '{}'s. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | First sentence should end with a period. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | 'if' construct must use '{}'s. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | 'else' construct must use '{}'s. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Method 'setFilters' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Parameter regexp should be final. | 124 |
![]() | Parameter noFiles should be final. | 124 |
![]() | Parameter noDirs should be final. | 124 |
![]() | 'if' construct must use '{}'s. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | 'if' construct must use '{}'s. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | 'if' construct must use '{}'s. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | 'if' is not followed by whitespace. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Method 'visitTarget' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter target should be final. | 146 |
![]() | Expected @param tag for 'target'. | 146 |
![]() | Parameter getSubDirs should be final. | 146 |
![]() | Expected @throws tag for 'IOException'. | 146 |
![]() | Expected @throws tag for 'BadLocationException'. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | 'if' is not followed by whitespace. | 152 |
![]() | Inner assignments should be avoided. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | 'if' construct must use '{}'s. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | 'if' is not followed by whitespace. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | 'else' construct must use '{}'s. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | '}' should be on the same line. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | 'catch' is not followed by whitespace. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line contains a tab character. | 178 |
![]() | Parameter file should be final. | 178 |
![]() | Parameter getSubDirs should be final. | 178 |
![]() | Expected @throws tag for 'IOException'. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | 'if' construct must use '{}'s. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | 'else' construct must use '{}'s. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | Method 'visitDir' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Parameter dir should be final. | 199 |
![]() | Parameter getSubDirs should be final. | 199 |
![]() | Expected @throws tag for 'IOException'. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | 'if' construct must use '{}'s. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | 'if' is not followed by whitespace. | 202 |
![]() | '(' is followed by whitespace. | 202 |
![]() | ')' is preceded with whitespace. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 208 |
![]() | 'if' construct must use '{}'s. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | 'if' is not followed by whitespace. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line contains a tab character. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line contains a tab character. | 228 |
![]() | Method 'crawl' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Parameter url should be final. | 228 |
![]() | Parameter getSubDirURLs should be final. | 228 |
![]() | Expected @throws tag for 'IOException'. | 228 |
![]() | Expected @throws tag for 'BadLocationException'. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 235 |
![]() | 'if' is not followed by whitespace. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Line contains a tab character. | 252 |
![]() | Method 'getHyperLinks' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Parameter url should be final. | 252 |
![]() | Expected @throws tag for 'IOException'. | 252 |
![]() | Expected @throws tag for 'BadLocationException'. | 252 |
![]() | Expected @throws tag for 'NullPointerException'. | 252 |
![]() | Redundant throws: 'NullPointerException' is unchecked exception. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | '}' should be on the same line. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Line contains a tab character. | 268 |
![]() | 'for' is not followed by whitespace. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Line contains a tab character. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Line contains a tab character. | 284 |
![]() | Method 'getFileURLNames' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | Parameter url should be final. | 284 |
![]() | Parameter links should be final. | 284 |
![]() | Expected @throws tag for 'MalformedURLException'. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | 'if' construct must use '{}'s. | 288 |
![]() | Line contains a tab character. | 288 |
![]() | 'if' is not followed by whitespace. | 288 |
![]() | Expression can be simplified. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 291 |
![]() | 'for' is not followed by whitespace. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | 'if' is not followed by whitespace. | 293 |
![]() | 'if' construct must use '{}'s. | 294 |
![]() | Line contains a tab character. | 294 |
![]() | 'if' is not followed by whitespace. | 294 |
![]() | Expression can be simplified. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | First sentence should end with a period. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | Line contains a tab character. | 309 |
![]() | Method 'getSubDirURLNames' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | Parameter url should be final. | 309 |
![]() | Parameter links should be final. | 309 |
![]() | Expected @throws tag for 'MalformedURLException'. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | 'if' construct must use '{}'s. | 313 |
![]() | Line contains a tab character. | 313 |
![]() | 'if' is not followed by whitespace. | 313 |
![]() | Expression can be simplified. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 316 |
![]() | 'for' is not followed by whitespace. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | 'if' is not followed by whitespace. | 318 |
![]() | 'if' construct must use '{}'s. | 319 |
![]() | Line contains a tab character. | 319 |
![]() | 'if' is not followed by whitespace. | 319 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line contains a tab character. | 320 |
![]() | 'if' construct must use '{}'s. | 321 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line contains a tab character. | 321 |
![]() | 'if' is not followed by whitespace. | 321 |
![]() | '(' is followed by whitespace. | 321 |
![]() | Expression can be simplified. | 321 |
![]() | ')' is preceded with whitespace. | 321 |
![]() | Line is longer than 80 characters. | 322 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 328 |
![]() | Line is longer than 80 characters. | 329 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Method 'isLinkFile' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() | Parameter link should be final. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Conditional logic can be removed. | 337 |
![]() | 'if' is not followed by whitespace. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | '}' should be on the same line. | 339 |
![]() | 'else' construct must use '{}'s. | 340 |
![]() | Line contains a tab character. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Method 'isLinkSubDir' is not designed for extension - needs to be abstract, final or empty. | 352 |
![]() | Parameter url should be final. | 352 |
![]() | Parameter link should be final. | 352 |
![]() | Line is longer than 80 characters. | 353 |
![]() | Line contains a tab character. | 353 |
![]() | 'if' is not followed by whitespace. | 353 |
![]() | '(' is followed by whitespace. | 353 |
![]() | Line is longer than 80 characters. | 354 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | 'if' construct must use '{}'s. | 356 |
![]() | Line contains a tab character. | 356 |
![]() | Conditional logic can be removed. | 356 |
![]() | 'if' is not followed by whitespace. | 356 |
![]() | '(' is followed by whitespace. | 356 |
![]() | ')' is preceded with whitespace. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | 'else' construct must use '{}'s. | 358 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | '}' should be on the same line. | 360 |
![]() | 'else' construct must use '{}'s. | 361 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 364 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.ArrayList. | 16 |
![]() | Unused import - java.util.List. | 17 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Parameter name should be final. | 58 |
![]() | 'name' hides a field. | 58 |
![]() | Parameter location should be final. | 58 |
![]() | 'location' hides a field. | 58 |
![]() | Parameter size should be final. | 58 |
![]() | 'size' hides a field. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Parameter creationDateTime should be final. | 59 |
![]() | 'creationDateTime' hides a field. | 59 |
![]() | Parameter checksum should be final. | 59 |
![]() | 'checksum' hides a field. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Method 'getCreationDateTime' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'getChecksum' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'setStorageServiceProductId' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter productId should be final. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Method 'getStorageServiceProductId' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Method 'setAccessUrl' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter accessUrl should be final. | 97 |
![]() | 'accessUrl' hides a field. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'getAccessUrl' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 26 |
![]() | Parameter filename should be final. | 40 |
![]() | Parameter filename should be final. | 54 |
![]() | '1024' is a magic number. | 58 |
![]() | Parameter bytes should be final. | 80 |
![]() | ')' is preceded with whitespace. | 85 |
![]() | '0xF0' is a magic number. | 86 |
![]() | '4' is a magic number. | 86 |
![]() | '0x0F' is a magic number. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | First sentence should end with a period. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Unused @throws tag for 'NullPointerException'. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Parameter wc should be final. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | First sentence should end with a period. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'getWildcards' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | First sentence should end with a period. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Unused @throws tag for 'NullPointerException'. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Parameter wc should be final. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Unused @throws tag for 'NullPointerException'. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter file should be final. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | 'if' construct must use '{}'s. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | 'if' is not followed by whitespace. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line has trailing spaces. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | 'for' is not followed by whitespace. | 97 |
![]() | ';' is followed by whitespace. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | 'if' is not followed by whitespace. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Unused @throws tag for 'NullPointerException'. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter dir should be final. | 116 |
![]() | Parameter name should be final. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | Line contains a tab character. | 119 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.handler.ToolsFileHandler. | 18 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.handler.ToolsStreamHandler. | 19 |
![]() | Class HandlerFactory should be declared as final. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '{' is not followed by whitespace. | 37 |
![]() | '}' is not preceded with whitespace. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | 'static' modifier out of order with the JLS suggestions. | 39 |
![]() | 'if' construct must use '{}'s. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | 'if' is not followed by whitespace. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Parameter mode should be final. | 60 |
![]() | Parameter reportFile should be final. | 60 |
![]() | Parameter severity should be final. | 60 |
![]() | Expected @throws tag for 'SecurityException'. | 60 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 60 |
![]() | Expected @throws tag for 'IOException'. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Expected @throws tag for 'UnknownHandlerConfigurationException'. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | 'if' construct must use '{}'s. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | 'if' construct must use '{}'s. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | 'if' is not followed by whitespace. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | 'if' construct must use '{}'s. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | 'if' construct must use '{}'s. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | 'if' is not followed by whitespace. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | 'else' construct must use '{}'s. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | 'if' construct must use '{}'s. | 77 |
![]() | '==' is not preceded with whitespace. | 77 |
![]() | '==' is not followed by whitespace. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | 'if' construct must use '{}'s. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | '}' should be on the same line. | 83 |
![]() | 'if' construct must use '{}'s. | 85 |
![]() | '==' is not preceded with whitespace. | 85 |
![]() | '==' is not followed by whitespace. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | 'if' construct must use '{}'s. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | 'if' construct must use '{}'s. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Parameter file should be final. | 41 |
![]() | Parameter formatter should be final. | 41 |
![]() | Expected @throws tag for 'SecurityException'. | 41 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 41 |
![]() | Expected @throws tag for 'IOException'. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Parameter file should be final. | 55 |
![]() | Parameter level should be final. | 55 |
![]() | Parameter formatter should be final. | 55 |
![]() | Expected @throws tag for 'SecurityException'. | 55 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 55 |
![]() | Expected @throws tag for 'IOException'. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Parameter file should be final. | 71 |
![]() | Parameter append should be final. | 71 |
![]() | Parameter level should be final. | 71 |
![]() | Parameter formatter should be final. | 71 |
![]() | Expected @throws tag for 'SecurityException'. | 71 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 71 |
![]() | Expected @throws tag for 'IOException'. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Parameter out should be final. | 36 |
![]() | Parameter formatter should be final. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Parameter out should be final. | 47 |
![]() | Parameter level should be final. | 47 |
![]() | Parameter formatter should be final. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 13 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line contains a tab character. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter message should be final. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | File length is 5,611 lines (max allowed is 2,000). | 1 |
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Unused import - gov.nasa.pds.tools.label.Value. | 18 |
![]() | Unused import - java.sql.DatabaseMetaData. | 33 |
![]() | Unused import - java.sql.ResultSetMetaData. | 34 |
![]() | Unused import - java.util.List. | 40 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'okCount' must be private and have accessor methods. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'failCount' must be private and have accessor methods. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'newStdValueCount' must be private and have accessor methods. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Name '_conn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 |
![]() | Variable '_conn' must be private and have accessor methods. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Name '_sql' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 |
![]() | Variable '_sql' must be private and have accessor methods. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Name '_dename' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() | Variable '_dename' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Name 'INGEST_MSG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 |
![]() | Variable 'INGEST_MSG' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Name 'SPACES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 |
![]() | Variable 'SPACES' must be private and have accessor methods. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'isFailed' must be private and have accessor methods. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'debugFlag' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'isConnected' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Name '_now' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() | Variable '_now' must be private and have accessor methods. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Name '_unk' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() | Variable '_unk' must be private and have accessor methods. | 62 |
![]() | 'cast' is not followed by whitespace. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Name '_na' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 |
![]() | Variable '_na' must be private and have accessor methods. | 63 |
![]() | 'cast' is not followed by whitespace. | 63 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Name '_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Name '_label' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | First sentence should end with a period. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Parameter user should be final. | 77 |
![]() | Parameter pass should be final. | 77 |
![]() | Parameter server should be final. | 77 |
![]() | Parameter dbname should be final. | 77 |
![]() | Parameter target should be final. | 77 |
![]() | Expected @param tag for 'target'. | 77 |
![]() | Parameter report should be final. | 77 |
![]() | Expected @param tag for 'report'. | 77 |
![]() | Expected @throws tag for 'SQLException'. | 77 |
![]() | Redundant throws: 'SQLException' is subclass of 'Exception'. | 77 |
![]() | Expected @throws tag for 'Exception'. | 77 |
![]() | '{' is not preceded with whitespace. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | '}' should be on the same line. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Line has trailing spaces. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 92 |
![]() | '!=' is not preceded with whitespace. | 92 |
![]() | '!=' is not followed by whitespace. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | '}' should be on the same line. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | '}' should be on the same line. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line has trailing spaces. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Method 'setReport' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter report should be final. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter label should be final. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | First sentence should end with a period. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Expected @throws tag for 'SQLException'. | 117 |
![]() | Line contains a tab character. | 119 |
![]() | '!=' is not preceded with whitespace. | 119 |
![]() | '!=' is not followed by whitespace. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | '}' should be on the same line. | 122 |
![]() | Line contains a tab character. | 124 |
![]() | Line has trailing spaces. | 127 |
![]() | Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line has trailing spaces. | 131 |
![]() | Method 'isFailed' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line has trailing spaces. | 135 |
![]() | Method 'setIsFailed' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Parameter failed should be final. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line has trailing spaces. | 139 |
![]() | First sentence should end with a period. | 140 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Method 'ingestMissionObject' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Parameter lblMap should be final. | 145 |
![]() | ',' is not followed by whitespace. | 145 |
![]() | First sentence should end with a period. | 151 |
![]() | Line has trailing spaces. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Method 'ingestMsnD' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Parameter lblMap should be final. | 156 |
![]() | ',' is not followed by whitespace. | 156 |
![]() | 'if' construct must use '{}'s. | 162 |
![]() | Line has trailing spaces. | 162 |
![]() | '!=' is not preceded with whitespace. | 162 |
![]() | '!=' is not followed by whitespace. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line contains a tab character. | 165 |
![]() | '{' is followed by whitespace. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 176 |
![]() | Line is longer than 80 characters. | 180 |
![]() | '!=' is not preceded with whitespace. | 182 |
![]() | '!=' is not followed by whitespace. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line has trailing spaces. | 187 |
![]() | '!=' is not preceded with whitespace. | 189 |
![]() | '!=' is not followed by whitespace. | 189 |
![]() | '!=' is not preceded with whitespace. | 190 |
![]() | '!=' is not followed by whitespace. | 190 |
![]() | '==' is not preceded with whitespace. | 190 |
![]() | '==' is not followed by whitespace. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line is longer than 80 characters. | 194 |
![]() | '=' is not preceded with whitespace. | 195 |
![]() | '=' is not followed by whitespace. | 195 |
![]() | '<' is not preceded with whitespace. | 195 |
![]() | '<' is not followed by whitespace. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | '3' is a magic number. | 199 |
![]() | '+' is not preceded with whitespace. | 199 |
![]() | '+' is not followed by whitespace. | 199 |
![]() | '4' is a magic number. | 200 |
![]() | '5' is a magic number. | 202 |
![]() | Line contains a tab character. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | '}' should be on the same line. | 213 |
![]() | Line contains a tab character. | 215 |
![]() | '{' is followed by whitespace. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | '}' should be on the same line. | 223 |
![]() | Line has trailing spaces. | 225 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line contains a tab character. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | First sentence should end with a period. | 233 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Method 'ingestMsnObjsmy' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Parameter lblMap should be final. | 237 |
![]() | ',' is not followed by whitespace. | 237 |
![]() | Expected @param tag for 'lblMap'. | 237 |
![]() | 'if' construct must use '{}'s. | 243 |
![]() | '!=' is not preceded with whitespace. | 243 |
![]() | '!=' is not followed by whitespace. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Line has trailing spaces. | 246 |
![]() | Line contains a tab character. | 246 |
![]() | '{' is followed by whitespace. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 257 |
![]() | Line is longer than 80 characters. | 258 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | '!=' is not preceded with whitespace. | 262 |
![]() | '!=' is not followed by whitespace. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line has trailing spaces. | 267 |
![]() | '!=' is not preceded with whitespace. | 269 |
![]() | '!=' is not followed by whitespace. | 269 |
![]() | '!=' is not preceded with whitespace. | 270 |
![]() | '!=' is not followed by whitespace. | 270 |
![]() | '==' is not preceded with whitespace. | 270 |
![]() | '==' is not followed by whitespace. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Line is longer than 80 characters. | 273 |
![]() | '=' is not preceded with whitespace. | 274 |
![]() | '=' is not followed by whitespace. | 274 |
![]() | '<' is not preceded with whitespace. | 274 |
![]() | '<' is not followed by whitespace. | 274 |
![]() | '3' is a magic number. | 277 |
![]() | '+' is not preceded with whitespace. | 277 |
![]() | '+' is not followed by whitespace. | 277 |
![]() | '4' is a magic number. | 278 |
![]() | '5' is a magic number. | 280 |
![]() | Line contains a tab character. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line is longer than 80 characters. | 288 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | '}' should be on the same line. | 291 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Line contains a tab character. | 293 |
![]() | '{' is followed by whitespace. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line has trailing spaces. | 301 |
![]() | '}' should be on the same line. | 301 |
![]() | Line has trailing spaces. | 303 |
![]() | Line is longer than 80 characters. | 303 |
![]() | Line contains a tab character. | 303 |
![]() | Line is longer than 80 characters. | 304 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | First sentence should end with a period. | 311 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Method 'ingestMsnHost' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() | Parameter lblMap should be final. | 314 |
![]() | ',' is not followed by whitespace. | 314 |
![]() | Expected @param tag for 'lblMap'. | 314 |
![]() | 'if' construct must use '{}'s. | 320 |
![]() | '!=' is not preceded with whitespace. | 320 |
![]() | '!=' is not followed by whitespace. | 320 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line contains a tab character. | 323 |
![]() | '{' is followed by whitespace. | 323 |
![]() | Line is longer than 80 characters. | 324 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 333 |
![]() | Line is longer than 80 characters. | 334 |
![]() | Line is longer than 80 characters. | 335 |
![]() | 'if' construct must use '{}'s. | 337 |
![]() | '!=' is not preceded with whitespace. | 337 |
![]() | '!=' is not followed by whitespace. | 337 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Line has trailing spaces. | 339 |
![]() | Line is longer than 80 characters. | 339 |
![]() | Line contains a tab character. | 339 |
![]() | '+' should be on a new line. | 339 |
![]() | '!=' is not preceded with whitespace. | 342 |
![]() | '!=' is not followed by whitespace. | 342 |
![]() | Line has trailing spaces. | 343 |
![]() | Line is longer than 80 characters. | 343 |
![]() | '+' should be on a new line. | 343 |
![]() | Line is longer than 80 characters. | 344 |
![]() | Line contains a tab character. | 344 |
![]() | Line has trailing spaces. | 348 |
![]() | 'if' construct must use '{}'s. | 350 |
![]() | '!=' is not preceded with whitespace. | 350 |
![]() | '!=' is not followed by whitespace. | 350 |
![]() | '==' is not preceded with whitespace. | 353 |
![]() | '==' is not followed by whitespace. | 353 |
![]() | '==' is not preceded with whitespace. | 353 |
![]() | '==' is not followed by whitespace. | 353 |
![]() | Line is longer than 80 characters. | 354 |
![]() | Line contains a tab character. | 354 |
![]() | '{' is followed by whitespace. | 354 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | '}' should be on the same line. | 361 |
![]() | '!=' is not preceded with whitespace. | 363 |
![]() | '!=' is not followed by whitespace. | 363 |
![]() | '==' is not preceded with whitespace. | 363 |
![]() | '==' is not followed by whitespace. | 363 |
![]() | Line is longer than 80 characters. | 364 |
![]() | '3' is a magic number. | 369 |
![]() | '4' is a magic number. | 370 |
![]() | '5' is a magic number. | 372 |
![]() | Line contains a tab character. | 376 |
![]() | Line is longer than 80 characters. | 377 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line is longer than 80 characters. | 379 |
![]() | Line contains a tab character. | 379 |
![]() | Line contains a tab character. | 380 |
![]() | '}' should be on the same line. | 383 |
![]() | Line has trailing spaces. | 385 |
![]() | Line is longer than 80 characters. | 385 |
![]() | Line contains a tab character. | 385 |
![]() | Line is longer than 80 characters. | 386 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 389 |
![]() | First sentence should end with a period. | 393 |
![]() | Line contains a tab character. | 393 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | Method 'ingestMsnInfo' is not designed for extension - needs to be abstract, final or empty. | 396 |
![]() | Parameter lblMap should be final. | 396 |
![]() | ',' is not followed by whitespace. | 396 |
![]() | Expected @param tag for 'lblMap'. | 396 |
![]() | 'if' construct must use '{}'s. | 402 |
![]() | '!=' is not preceded with whitespace. | 402 |
![]() | '!=' is not followed by whitespace. | 402 |
![]() | Line is longer than 80 characters. | 403 |
![]() | Line contains a tab character. | 405 |
![]() | '{' is followed by whitespace. | 405 |
![]() | Line is longer than 80 characters. | 406 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Line contains a tab character. | 415 |
![]() | Line is longer than 80 characters. | 416 |
![]() | Line is longer than 80 characters. | 418 |
![]() | '!=' is not preceded with whitespace. | 420 |
![]() | '!=' is not followed by whitespace. | 420 |
![]() | Line is longer than 80 characters. | 421 |
![]() | Line has trailing spaces. | 425 |
![]() | Line contains a tab character. | 425 |
![]() | 'if' construct must use '{}'s. | 430 |
![]() | '!=' is not preceded with whitespace. | 430 |
![]() | '!=' is not followed by whitespace. | 430 |
![]() | Line is longer than 80 characters. | 431 |
![]() | 'if' construct must use '{}'s. | 432 |
![]() | '!=' is not preceded with whitespace. | 432 |
![]() | '!=' is not followed by whitespace. | 432 |
![]() | Line is longer than 80 characters. | 433 |
![]() | 'if' construct must use '{}'s. | 434 |
![]() | '!=' is not preceded with whitespace. | 434 |
![]() | '!=' is not followed by whitespace. | 434 |
![]() | Line is longer than 80 characters. | 435 |
![]() | 'if' construct must use '{}'s. | 436 |
![]() | '!=' is not preceded with whitespace. | 436 |
![]() | '!=' is not followed by whitespace. | 436 |
![]() | Line is longer than 80 characters. | 437 |
![]() | Line is longer than 80 characters. | 439 |
![]() | '==' is not preceded with whitespace. | 439 |
![]() | '==' is not followed by whitespace. | 439 |
![]() | '==' is not preceded with whitespace. | 439 |
![]() | '==' is not followed by whitespace. | 439 |
![]() | '==' is not preceded with whitespace. | 439 |
![]() | '==' is not followed by whitespace. | 439 |
![]() | '==' is not preceded with whitespace. | 439 |
![]() | '==' is not followed by whitespace. | 439 |
![]() | Line is longer than 80 characters. | 440 |
![]() | Line contains a tab character. | 440 |
![]() | '{' is followed by whitespace. | 440 |
![]() | Line is longer than 80 characters. | 441 |
![]() | Line contains a tab character. | 441 |
![]() | Line contains a tab character. | 442 |
![]() | Line contains a tab character. | 443 |
![]() | Line contains a tab character. | 444 |
![]() | Line contains a tab character. | 445 |
![]() | '}' should be on the same line. | 447 |
![]() | '!=' is not preceded with whitespace. | 449 |
![]() | '!=' is not followed by whitespace. | 449 |
![]() | '==' is not preceded with whitespace. | 449 |
![]() | '==' is not followed by whitespace. | 449 |
![]() | Line has trailing spaces. | 450 |
![]() | Line is longer than 80 characters. | 450 |
![]() | '+' should be on a new line. | 450 |
![]() | Line is longer than 80 characters. | 454 |
![]() | Line is longer than 80 characters. | 455 |
![]() | Line is longer than 80 characters. | 456 |
![]() | Line is longer than 80 characters. | 457 |
![]() | Line is longer than 80 characters. | 458 |
![]() | '3' is a magic number. | 462 |
![]() | '4' is a magic number. | 463 |
![]() | '5' is a magic number. | 464 |
![]() | '6' is a magic number. | 465 |
![]() | '7' is a magic number. | 467 |
![]() | Line is longer than 80 characters. | 471 |
![]() | Line contains a tab character. | 472 |
![]() | Line is longer than 80 characters. | 473 |
![]() | Line contains a tab character. | 473 |
![]() | Line contains a tab character. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | Line is longer than 80 characters. | 476 |
![]() | Line contains a tab character. | 476 |
![]() | '}' should be on the same line. | 480 |
![]() | Line has trailing spaces. | 482 |
![]() | Line is longer than 80 characters. | 482 |
![]() | Line contains a tab character. | 482 |
![]() | Line is longer than 80 characters. | 483 |
![]() | Line contains a tab character. | 483 |
![]() | Line contains a tab character. | 485 |
![]() | Line contains a tab character. | 486 |
![]() | First sentence should end with a period. | 490 |
![]() | Line contains a tab character. | 490 |
![]() | Line contains a tab character. | 491 |
![]() | Line contains a tab character. | 492 |
![]() | Method 'ingestMsnDoc' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() | Parameter lblMap should be final. | 493 |
![]() | ',' is not followed by whitespace. | 493 |
![]() | Expected @param tag for 'lblMap'. | 493 |
![]() | 'if' construct must use '{}'s. | 499 |
![]() | '!=' is not preceded with whitespace. | 499 |
![]() | '!=' is not followed by whitespace. | 499 |
![]() | Line is longer than 80 characters. | 500 |
![]() | Line contains a tab character. | 502 |
![]() | '{' is followed by whitespace. | 502 |
![]() | Line is longer than 80 characters. | 503 |
![]() | Line contains a tab character. | 503 |
![]() | Line contains a tab character. | 508 |
![]() | Line contains a tab character. | 509 |
![]() | Line contains a tab character. | 512 |
![]() | Line is longer than 80 characters. | 514 |
![]() | Line is longer than 80 characters. | 515 |
![]() | Line is longer than 80 characters. | 517 |
![]() | '!=' is not preceded with whitespace. | 519 |
![]() | '!=' is not followed by whitespace. | 519 |
![]() | Line is longer than 80 characters. | 520 |
![]() | Line has trailing spaces. | 524 |
![]() | 'if' construct must use '{}'s. | 526 |
![]() | Line has trailing spaces. | 526 |
![]() | '!=' is not preceded with whitespace. | 526 |
![]() | '!=' is not followed by whitespace. | 526 |
![]() | '!=' is not followed by whitespace. | 528 |
![]() | '!=' is not preceded with whitespace. | 529 |
![]() | '!=' is not followed by whitespace. | 529 |
![]() | '==' is not preceded with whitespace. | 529 |
![]() | '==' is not followed by whitespace. | 529 |
![]() | Line is longer than 80 characters. | 530 |
![]() | Line is longer than 80 characters. | 532 |
![]() | '3' is a magic number. | 535 |
![]() | '4' is a magic number. | 537 |
![]() | Line is longer than 80 characters. | 541 |
![]() | Line contains a tab character. | 542 |
![]() | Line is longer than 80 characters. | 543 |
![]() | Line contains a tab character. | 543 |
![]() | Line contains a tab character. | 544 |
![]() | Line contains a tab character. | 545 |
![]() | '}' should be on the same line. | 547 |
![]() | Line contains a tab character. | 549 |
![]() | '{' is followed by whitespace. | 549 |
![]() | Line is longer than 80 characters. | 550 |
![]() | Line contains a tab character. | 550 |
![]() | Line contains a tab character. | 551 |
![]() | Line contains a tab character. | 552 |
![]() | Line contains a tab character. | 553 |
![]() | '}' should be on the same line. | 557 |
![]() | Line has trailing spaces. | 559 |
![]() | Line is longer than 80 characters. | 559 |
![]() | Line contains a tab character. | 559 |
![]() | Line is longer than 80 characters. | 560 |
![]() | Line contains a tab character. | 560 |
![]() | Line contains a tab character. | 562 |
![]() | Line contains a tab character. | 563 |
![]() | First sentence should end with a period. | 567 |
![]() | Line contains a tab character. | 567 |
![]() | Line contains a tab character. | 568 |
![]() | Line contains a tab character. | 569 |
![]() | Line is longer than 80 characters. | 570 |
![]() | Method 'ingestInstHostObject' is not designed for extension - needs to be abstract, final or empty. | 570 |
![]() | Parameter lblMap should be final. | 570 |
![]() | ',' is not followed by whitespace. | 570 |
![]() | Expected @param tag for 'lblMap'. | 570 |
![]() | First sentence should end with a period. | 575 |
![]() | Line contains a tab character. | 575 |
![]() | Line contains a tab character. | 576 |
![]() | Line contains a tab character. | 577 |
![]() | Method 'ingestHostD' is not designed for extension - needs to be abstract, final or empty. | 578 |
![]() | Parameter lblMap should be final. | 578 |
![]() | ',' is not followed by whitespace. | 578 |
![]() | Expected @param tag for 'lblMap'. | 578 |
![]() | 'if' construct must use '{}'s. | 584 |
![]() | '!=' is not preceded with whitespace. | 584 |
![]() | '!=' is not followed by whitespace. | 584 |
![]() | Line is longer than 80 characters. | 585 |
![]() | Line contains a tab character. | 585 |
![]() | Line contains a tab character. | 587 |
![]() | '{' is followed by whitespace. | 587 |
![]() | Line is longer than 80 characters. | 588 |
![]() | Line contains a tab character. | 588 |
![]() | Line contains a tab character. | 593 |
![]() | Line contains a tab character. | 594 |
![]() | Line contains a tab character. | 597 |
![]() | Line is longer than 80 characters. | 598 |
![]() | Line is longer than 80 characters. | 599 |
![]() | Line is longer than 80 characters. | 600 |
![]() | '!=' is not preceded with whitespace. | 602 |
![]() | '!=' is not followed by whitespace. | 602 |
![]() | Line is longer than 80 characters. | 603 |
![]() | '!=' is not preceded with whitespace. | 607 |
![]() | '!=' is not followed by whitespace. | 607 |
![]() | '!=' is not preceded with whitespace. | 608 |
![]() | '!=' is not followed by whitespace. | 608 |
![]() | '==' is not preceded with whitespace. | 608 |
![]() | '==' is not followed by whitespace. | 608 |
![]() | Line is longer than 80 characters. | 609 |
![]() | '+' should be on a new line. | 609 |
![]() | Line is longer than 80 characters. | 613 |
![]() | Line is longer than 80 characters. | 614 |
![]() | '=' is not preceded with whitespace. | 615 |
![]() | '=' is not followed by whitespace. | 615 |
![]() | '<' is not preceded with whitespace. | 615 |
![]() | '<' is not followed by whitespace. | 615 |
![]() | Line is longer than 80 characters. | 616 |
![]() | '3' is a magic number. | 619 |
![]() | '+' is not preceded with whitespace. | 619 |
![]() | '+' is not followed by whitespace. | 619 |
![]() | '4' is a magic number. | 620 |
![]() | '5' is a magic number. | 622 |
![]() | Line contains a tab character. | 627 |
![]() | Line is longer than 80 characters. | 628 |
![]() | Line contains a tab character. | 628 |
![]() | Line contains a tab character. | 629 |
![]() | Line is longer than 80 characters. | 630 |
![]() | Line contains a tab character. | 630 |
![]() | Line contains a tab character. | 631 |
![]() | '}' should be on the same line. | 633 |
![]() | Line contains a tab character. | 635 |
![]() | '{' is followed by whitespace. | 635 |
![]() | Line is longer than 80 characters. | 636 |
![]() | Line contains a tab character. | 636 |
![]() | Line contains a tab character. | 637 |
![]() | Line contains a tab character. | 638 |
![]() | Line contains a tab character. | 639 |
![]() | '}' should be on the same line. | 643 |
![]() | Line has trailing spaces. | 645 |
![]() | Line is longer than 80 characters. | 645 |
![]() | Line contains a tab character. | 645 |
![]() | Line is longer than 80 characters. | 646 |
![]() | Line contains a tab character. | 646 |
![]() | Line contains a tab character. | 648 |
![]() | Line contains a tab character. | 649 |
![]() | First sentence should end with a period. | 653 |
![]() | Line contains a tab character. | 653 |
![]() | Line contains a tab character. | 654 |
![]() | Line contains a tab character. | 655 |
![]() | Method 'ingestHostInfo' is not designed for extension - needs to be abstract, final or empty. | 656 |
![]() | Parameter lblMap should be final. | 656 |
![]() | ',' is not followed by whitespace. | 656 |
![]() | Expected @param tag for 'lblMap'. | 656 |
![]() | Line contains a tab character. | 662 |
![]() | Line contains a tab character. | 663 |
![]() | 'if' construct must use '{}'s. | 664 |
![]() | Line contains a tab character. | 664 |
![]() | '!=' is not preceded with whitespace. | 664 |
![]() | '!=' is not followed by whitespace. | 664 |
![]() | Line is longer than 80 characters. | 665 |
![]() | Line contains a tab character. | 665 |
![]() | Line contains a tab character. | 667 |
![]() | '{' is followed by whitespace. | 667 |
![]() | Line is longer than 80 characters. | 668 |
![]() | Line contains a tab character. | 668 |
![]() | Line contains a tab character. | 669 |
![]() | Line contains a tab character. | 670 |
![]() | Line contains a tab character. | 671 |
![]() | Line contains a tab character. | 673 |
![]() | Line contains a tab character. | 674 |
![]() | Line has trailing spaces. | 675 |
![]() | Line is longer than 80 characters. | 676 |
![]() | Line is longer than 80 characters. | 677 |
![]() | Line is longer than 80 characters. | 678 |
![]() | '!=' is not preceded with whitespace. | 680 |
![]() | '!=' is not followed by whitespace. | 680 |
![]() | Line is longer than 80 characters. | 681 |
![]() | 'if' construct must use '{}'s. | 689 |
![]() | '!=' is not preceded with whitespace. | 689 |
![]() | '!=' is not followed by whitespace. | 689 |
![]() | Line has trailing spaces. | 690 |
![]() | Line is longer than 80 characters. | 690 |
![]() | 'if' construct must use '{}'s. | 691 |
![]() | '!=' is not preceded with whitespace. | 691 |
![]() | '!=' is not followed by whitespace. | 691 |
![]() | Line is longer than 80 characters. | 692 |
![]() | 'if' construct must use '{}'s. | 693 |
![]() | '!=' is not preceded with whitespace. | 693 |
![]() | '!=' is not followed by whitespace. | 693 |
![]() | Line is longer than 80 characters. | 694 |
![]() | Line is longer than 80 characters. | 695 |
![]() | '==' is not preceded with whitespace. | 695 |
![]() | '==' is not followed by whitespace. | 695 |
![]() | '==' is not preceded with whitespace. | 695 |
![]() | '==' is not followed by whitespace. | 695 |
![]() | '==' is not preceded with whitespace. | 695 |
![]() | '==' is not followed by whitespace. | 695 |
![]() | Line contains a tab character. | 696 |
![]() | Line is longer than 80 characters. | 697 |
![]() | Line is longer than 80 characters. | 698 |
![]() | Line is longer than 80 characters. | 699 |
![]() | Line is longer than 80 characters. | 700 |
![]() | Line is longer than 80 characters. | 701 |
![]() | Line is longer than 80 characters. | 703 |
![]() | Line contains a tab character. | 703 |
![]() | '{' is followed by whitespace. | 703 |
![]() | Line is longer than 80 characters. | 704 |
![]() | Line contains a tab character. | 704 |
![]() | Line contains a tab character. | 705 |
![]() | Line contains a tab character. | 706 |
![]() | Line contains a tab character. | 707 |
![]() | Line contains a tab character. | 708 |
![]() | '}' should be on the same line. | 710 |
![]() | '!=' is not preceded with whitespace. | 712 |
![]() | '!=' is not followed by whitespace. | 712 |
![]() | '==' is not preceded with whitespace. | 712 |
![]() | '==' is not followed by whitespace. | 712 |
![]() | Line has trailing spaces. | 713 |
![]() | Line is longer than 80 characters. | 713 |
![]() | '+' should be on a new line. | 713 |
![]() | '3' is a magic number. | 718 |
![]() | '4' is a magic number. | 719 |
![]() | '5' is a magic number. | 720 |
![]() | '6' is a magic number. | 722 |
![]() | Line is longer than 80 characters. | 726 |
![]() | Line contains a tab character. | 727 |
![]() | Line is longer than 80 characters. | 728 |
![]() | Line contains a tab character. | 728 |
![]() | Line contains a tab character. | 729 |
![]() | Line contains a tab character. | 730 |
![]() | Line is longer than 80 characters. | 731 |
![]() | Line contains a tab character. | 731 |
![]() | '}' should be on the same line. | 736 |
![]() | Line has trailing spaces. | 738 |
![]() | Line is longer than 80 characters. | 738 |
![]() | Line contains a tab character. | 738 |
![]() | Line is longer than 80 characters. | 739 |
![]() | Line contains a tab character. | 739 |
![]() | Line contains a tab character. | 741 |
![]() | Line contains a tab character. | 742 |
![]() | First sentence should end with a period. | 746 |
![]() | Line contains a tab character. | 746 |
![]() | Line contains a tab character. | 747 |
![]() | Line contains a tab character. | 748 |
![]() | Line is longer than 80 characters. | 749 |
![]() | Method 'ingestInstHostRefInfoObject' is not designed for extension - needs to be abstract, final or empty. | 749 |
![]() | Parameter lblMap should be final. | 749 |
![]() | ',' is not followed by whitespace. | 749 |
![]() | Expected @param tag for 'lblMap'. | 749 |
![]() | Line contains a tab character. | 754 |
![]() | 'if' construct must use '{}'s. | 756 |
![]() | Line contains a tab character. | 756 |
![]() | '!=' is not preceded with whitespace. | 756 |
![]() | '!=' is not followed by whitespace. | 756 |
![]() | Line is longer than 80 characters. | 757 |
![]() | Line contains a tab character. | 757 |
![]() | 'if' construct must use '{}'s. | 759 |
![]() | '!=' is not preceded with whitespace. | 759 |
![]() | '!=' is not followed by whitespace. | 759 |
![]() | Line has trailing spaces. | 761 |
![]() | '==' is not preceded with whitespace. | 762 |
![]() | '==' is not followed by whitespace. | 762 |
![]() | Line contains a tab character. | 763 |
![]() | '{' is followed by whitespace. | 763 |
![]() | Line is longer than 80 characters. | 764 |
![]() | Line contains a tab character. | 764 |
![]() | Line contains a tab character. | 765 |
![]() | Line contains a tab character. | 766 |
![]() | Line contains a tab character. | 767 |
![]() | Line contains a tab character. | 768 |
![]() | '}' should be on the same line. | 770 |
![]() | '==' is not preceded with whitespace. | 771 |
![]() | '==' is not followed by whitespace. | 771 |
![]() | Line contains a tab character. | 772 |
![]() | '{' is followed by whitespace. | 772 |
![]() | Line is longer than 80 characters. | 773 |
![]() | Line contains a tab character. | 773 |
![]() | Line contains a tab character. | 774 |
![]() | Line contains a tab character. | 775 |
![]() | Line contains a tab character. | 776 |
![]() | Line contains a tab character. | 777 |
![]() | '}' should be on the same line. | 779 |
![]() | Line contains a tab character. | 781 |
![]() | Line is longer than 80 characters. | 782 |
![]() | Line is longer than 80 characters. | 783 |
![]() | Line has trailing spaces. | 784 |
![]() | Line is longer than 80 characters. | 784 |
![]() | '+' should be on a new line. | 784 |
![]() | '!=' is not preceded with whitespace. | 787 |
![]() | '!=' is not followed by whitespace. | 787 |
![]() | Line has trailing spaces. | 788 |
![]() | Line is longer than 80 characters. | 788 |
![]() | '+' should be on a new line. | 788 |
![]() | '!=' is not preceded with whitespace. | 793 |
![]() | '!=' is not followed by whitespace. | 793 |
![]() | '==' is not preceded with whitespace. | 793 |
![]() | '==' is not followed by whitespace. | 793 |
![]() | Line is longer than 80 characters. | 794 |
![]() | Line is longer than 80 characters. | 796 |
![]() | '3' is a magic number. | 799 |
![]() | '4' is a magic number. | 801 |
![]() | Line is longer than 80 characters. | 805 |
![]() | Line contains a tab character. | 806 |
![]() | Line is longer than 80 characters. | 807 |
![]() | Line contains a tab character. | 807 |
![]() | Line contains a tab character. | 808 |
![]() | Line contains a tab character. | 809 |
![]() | Line has trailing spaces. | 812 |
![]() | '}' should be on the same line. | 812 |
![]() | Line has trailing spaces. | 814 |
![]() | Line is longer than 80 characters. | 814 |
![]() | Line contains a tab character. | 814 |
![]() | Line is longer than 80 characters. | 815 |
![]() | Line contains a tab character. | 815 |
![]() | Line contains a tab character. | 817 |
![]() | Line contains a tab character. | 818 |
![]() | First sentence should end with a period. | 822 |
![]() | Line has trailing spaces. | 822 |
![]() | Line contains a tab character. | 822 |
![]() | Line contains a tab character. | 823 |
![]() | Line contains a tab character. | 824 |
![]() | Method 'ingestInstObject' is not designed for extension - needs to be abstract, final or empty. | 825 |
![]() | Parameter lblMap should be final. | 825 |
![]() | ',' is not followed by whitespace. | 825 |
![]() | Expected @param tag for 'lblMap'. | 825 |
![]() | Line has trailing spaces. | 827 |
![]() | First sentence should end with a period. | 830 |
![]() | Line contains a tab character. | 830 |
![]() | Line contains a tab character. | 831 |
![]() | Line contains a tab character. | 832 |
![]() | Method 'ingestInstD' is not designed for extension - needs to be abstract, final or empty. | 833 |
![]() | Parameter lblMap should be final. | 833 |
![]() | ',' is not followed by whitespace. | 833 |
![]() | Expected @param tag for 'lblMap'. | 833 |
![]() | Line contains a tab character. | 838 |
![]() | 'if' construct must use '{}'s. | 841 |
![]() | Line contains a tab character. | 841 |
![]() | '!=' is not preceded with whitespace. | 841 |
![]() | '!=' is not followed by whitespace. | 841 |
![]() | Line is longer than 80 characters. | 842 |
![]() | Line contains a tab character. | 842 |
![]() | Line contains a tab character. | 844 |
![]() | '{' is followed by whitespace. | 844 |
![]() | Line is longer than 80 characters. | 845 |
![]() | Line contains a tab character. | 845 |
![]() | Line contains a tab character. | 846 |
![]() | Line contains a tab character. | 847 |
![]() | Line contains a tab character. | 848 |
![]() | Line contains a tab character. | 850 |
![]() | Line contains a tab character. | 851 |
![]() | Line has trailing spaces. | 852 |
![]() | 'if' construct must use '{}'s. | 853 |
![]() | '!=' is not preceded with whitespace. | 853 |
![]() | '!=' is not followed by whitespace. | 853 |
![]() | Line contains a tab character. | 856 |
![]() | '{' is followed by whitespace. | 856 |
![]() | Line is longer than 80 characters. | 857 |
![]() | Line contains a tab character. | 857 |
![]() | Line contains a tab character. | 858 |
![]() | Line contains a tab character. | 859 |
![]() | Line contains a tab character. | 860 |
![]() | Line contains a tab character. | 862 |
![]() | Line contains a tab character. | 863 |
![]() | Line is longer than 80 characters. | 865 |
![]() | Line is longer than 80 characters. | 866 |
![]() | Line is longer than 80 characters. | 867 |
![]() | '+' should be on a new line. | 867 |
![]() | '!=' is not preceded with whitespace. | 870 |
![]() | '!=' is not followed by whitespace. | 870 |
![]() | Line is longer than 80 characters. | 871 |
![]() | '!=' is not preceded with whitespace. | 875 |
![]() | '!=' is not followed by whitespace. | 875 |
![]() | '!=' is not preceded with whitespace. | 876 |
![]() | '!=' is not followed by whitespace. | 876 |
![]() | '==' is not preceded with whitespace. | 876 |
![]() | '==' is not followed by whitespace. | 876 |
![]() | Line has trailing spaces. | 877 |
![]() | Line is longer than 80 characters. | 877 |
![]() | '+' should be on a new line. | 877 |
![]() | Line is longer than 80 characters. | 881 |
![]() | Line is longer than 80 characters. | 882 |
![]() | Line is longer than 80 characters. | 883 |
![]() | '=' is not preceded with whitespace. | 884 |
![]() | '=' is not followed by whitespace. | 884 |
![]() | '<' is not preceded with whitespace. | 884 |
![]() | '<' is not followed by whitespace. | 884 |
![]() | Line is longer than 80 characters. | 885 |
![]() | '3' is a magic number. | 888 |
![]() | '4' is a magic number. | 889 |
![]() | '+' is not preceded with whitespace. | 889 |
![]() | '+' is not followed by whitespace. | 889 |
![]() | '5' is a magic number. | 890 |
![]() | '6' is a magic number. | 892 |
![]() | Line is longer than 80 characters. | 897 |
![]() | Line has trailing spaces. | 898 |
![]() | Line is longer than 80 characters. | 898 |
![]() | Line contains a tab character. | 898 |
![]() | Line is longer than 80 characters. | 899 |
![]() | Line contains a tab character. | 899 |
![]() | Line contains a tab character. | 900 |
![]() | Line contains a tab character. | 901 |
![]() | '}' should be on the same line. | 903 |
![]() | Line contains a tab character. | 905 |
![]() | '{' is followed by whitespace. | 905 |
![]() | Line is longer than 80 characters. | 906 |
![]() | Line contains a tab character. | 906 |
![]() | Line contains a tab character. | 907 |
![]() | Line contains a tab character. | 908 |
![]() | Line contains a tab character. | 909 |
![]() | '}' should be on the same line. | 913 |
![]() | Line has trailing spaces. | 915 |
![]() | Line is longer than 80 characters. | 915 |
![]() | Line contains a tab character. | 915 |
![]() | Line is longer than 80 characters. | 916 |
![]() | Line contains a tab character. | 916 |
![]() | Line contains a tab character. | 918 |
![]() | Line contains a tab character. | 919 |
![]() | First sentence should end with a period. | 923 |
![]() | Line contains a tab character. | 923 |
![]() | Line contains a tab character. | 924 |
![]() | Line contains a tab character. | 925 |
![]() | Method 'ingestInstInfo' is not designed for extension - needs to be abstract, final or empty. | 926 |
![]() | Parameter lblMap should be final. | 926 |
![]() | ',' is not followed by whitespace. | 926 |
![]() | Expected @param tag for 'lblMap'. | 926 |
![]() | Line has trailing spaces. | 929 |
![]() | Line contains a tab character. | 931 |
![]() | Line contains a tab character. | 932 |
![]() | 'if' construct must use '{}'s. | 934 |
![]() | Line contains a tab character. | 934 |
![]() | '!=' is not preceded with whitespace. | 934 |
![]() | '!=' is not followed by whitespace. | 934 |
![]() | Line is longer than 80 characters. | 935 |
![]() | Line contains a tab character. | 935 |
![]() | Line contains a tab character. | 937 |
![]() | '{' is followed by whitespace. | 937 |
![]() | Line is longer than 80 characters. | 938 |
![]() | Line contains a tab character. | 938 |
![]() | Line contains a tab character. | 939 |
![]() | Line contains a tab character. | 940 |
![]() | Line contains a tab character. | 941 |
![]() | Line contains a tab character. | 943 |
![]() | Line contains a tab character. | 944 |
![]() | Line has trailing spaces. | 945 |
![]() | 'if' construct must use '{}'s. | 946 |
![]() | '!=' is not preceded with whitespace. | 946 |
![]() | '!=' is not followed by whitespace. | 946 |
![]() | Line contains a tab character. | 949 |
![]() | '{' is followed by whitespace. | 949 |
![]() | Line is longer than 80 characters. | 950 |
![]() | Line contains a tab character. | 950 |
![]() | Line contains a tab character. | 951 |
![]() | Line contains a tab character. | 952 |
![]() | Line contains a tab character. | 953 |
![]() | Line contains a tab character. | 955 |
![]() | Line contains a tab character. | 956 |
![]() | Line is longer than 80 characters. | 958 |
![]() | Line is longer than 80 characters. | 959 |
![]() | Line has trailing spaces. | 960 |
![]() | Line is longer than 80 characters. | 960 |
![]() | '+' should be on a new line. | 960 |
![]() | '!=' is not preceded with whitespace. | 963 |
![]() | '!=' is not followed by whitespace. | 963 |
![]() | Line is longer than 80 characters. | 964 |
![]() | 'if' construct must use '{}'s. | 973 |
![]() | '!=' is not preceded with whitespace. | 973 |
![]() | '!=' is not followed by whitespace. | 973 |
![]() | Line is longer than 80 characters. | 974 |
![]() | 'if' construct must use '{}'s. | 975 |
![]() | '!=' is not preceded with whitespace. | 975 |
![]() | '!=' is not followed by whitespace. | 975 |
![]() | 'if' construct must use '{}'s. | 977 |
![]() | '!=' is not preceded with whitespace. | 977 |
![]() | '!=' is not followed by whitespace. | 977 |
![]() | Line is longer than 80 characters. | 978 |
![]() | '==' is not preceded with whitespace. | 980 |
![]() | '==' is not followed by whitespace. | 980 |
![]() | '==' is not preceded with whitespace. | 980 |
![]() | '==' is not followed by whitespace. | 980 |
![]() | '==' is not preceded with whitespace. | 980 |
![]() | '==' is not followed by whitespace. | 980 |
![]() | Line contains a tab character. | 981 |
![]() | Line is longer than 80 characters. | 982 |
![]() | Line is longer than 80 characters. | 983 |
![]() | Line is longer than 80 characters. | 984 |
![]() | Line is longer than 80 characters. | 985 |
![]() | Line is longer than 80 characters. | 986 |
![]() | Line is longer than 80 characters. | 988 |
![]() | Line contains a tab character. | 988 |
![]() | '{' is followed by whitespace. | 988 |
![]() | Line is longer than 80 characters. | 989 |
![]() | Line contains a tab character. | 989 |
![]() | Line contains a tab character. | 990 |
![]() | Line contains a tab character. | 991 |
![]() | Line contains a tab character. | 992 |
![]() | Line contains a tab character. | 993 |
![]() | '}' should be on the same line. | 995 |
![]() | '!=' is not preceded with whitespace. | 997 |
![]() | '!=' is not followed by whitespace. | 997 |
![]() | '==' is not preceded with whitespace. | 997 |
![]() | '==' is not followed by whitespace. | 997 |
![]() | Line is longer than 80 characters. | 998 |
![]() | '+' should be on a new line. | 998 |
![]() | '3' is a magic number. | 1003 |
![]() | '4' is a magic number. | 1004 |
![]() | '5' is a magic number. | 1005 |
![]() | '6' is a magic number. | 1006 |
![]() | '7' is a magic number. | 1008 |
![]() | Line is longer than 80 characters. | 1012 |
![]() | Line contains a tab character. | 1013 |
![]() | Line is longer than 80 characters. | 1014 |
![]() | Line contains a tab character. | 1014 |
![]() | Line contains a tab character. | 1015 |
![]() | Line contains a tab character. | 1016 |
![]() | Line is longer than 80 characters. | 1017 |
![]() | Line contains a tab character. | 1017 |
![]() | '}' should be on the same line. | 1022 |
![]() | Line has trailing spaces. | 1024 |
![]() | Line is longer than 80 characters. | 1024 |
![]() | Line contains a tab character. | 1024 |
![]() | Line is longer than 80 characters. | 1025 |
![]() | Line contains a tab character. | 1025 |
![]() | Line contains a tab character. | 1027 |
![]() | Line contains a tab character. | 1028 |
![]() | First sentence should end with a period. | 1032 |
![]() | Line contains a tab character. | 1032 |
![]() | Line contains a tab character. | 1033 |
![]() | Line contains a tab character. | 1034 |
![]() | Line is longer than 80 characters. | 1035 |
![]() | Method 'ingestInstRefInfoObject' is not designed for extension - needs to be abstract, final or empty. | 1035 |
![]() | Parameter lblMap should be final. | 1035 |
![]() | ',' is not followed by whitespace. | 1035 |
![]() | Expected @param tag for 'lblMap'. | 1035 |
![]() | Line contains a tab character. | 1040 |
![]() | Line contains a tab character. | 1041 |
![]() | 'if' construct must use '{}'s. | 1043 |
![]() | Line contains a tab character. | 1043 |
![]() | '!=' is not preceded with whitespace. | 1043 |
![]() | '!=' is not followed by whitespace. | 1043 |
![]() | Line has trailing spaces. | 1044 |
![]() | Line is longer than 80 characters. | 1044 |
![]() | Line contains a tab character. | 1044 |
![]() | 'if' construct must use '{}'s. | 1045 |
![]() | '!=' is not preceded with whitespace. | 1045 |
![]() | '!=' is not followed by whitespace. | 1045 |
![]() | Line has trailing spaces. | 1046 |
![]() | 'if' construct must use '{}'s. | 1048 |
![]() | '!=' is not preceded with whitespace. | 1048 |
![]() | '!=' is not followed by whitespace. | 1048 |
![]() | Line contains a tab character. | 1049 |
![]() | Line has trailing spaces. | 1050 |
![]() | '==' is not preceded with whitespace. | 1051 |
![]() | '==' is not followed by whitespace. | 1051 |
![]() | '==' is not preceded with whitespace. | 1051 |
![]() | '==' is not followed by whitespace. | 1051 |
![]() | '==' is not preceded with whitespace. | 1051 |
![]() | '==' is not followed by whitespace. | 1051 |
![]() | Line is longer than 80 characters. | 1052 |
![]() | Line contains a tab character. | 1052 |
![]() | '{' is followed by whitespace. | 1052 |
![]() | Line is longer than 80 characters. | 1053 |
![]() | Line contains a tab character. | 1053 |
![]() | Line contains a tab character. | 1054 |
![]() | Line contains a tab character. | 1055 |
![]() | Line contains a tab character. | 1056 |
![]() | Line contains a tab character. | 1057 |
![]() | '}' should be on the same line. | 1059 |
![]() | Line contains a tab character. | 1061 |
![]() | Line has trailing spaces. | 1062 |
![]() | Line is longer than 80 characters. | 1062 |
![]() | Line is longer than 80 characters. | 1063 |
![]() | Line is longer than 80 characters. | 1064 |
![]() | Line is longer than 80 characters. | 1065 |
![]() | Line contains a tab character. | 1065 |
![]() | '+' should be on a new line. | 1065 |
![]() | Line is longer than 80 characters. | 1066 |
![]() | Line contains a tab character. | 1066 |
![]() | Line contains a tab character. | 1067 |
![]() | Line contains a tab character. | 1068 |
![]() | '!=' is not preceded with whitespace. | 1068 |
![]() | '!=' is not followed by whitespace. | 1068 |
![]() | Line has trailing spaces. | 1069 |
![]() | Line is longer than 80 characters. | 1069 |
![]() | Line contains a tab character. | 1069 |
![]() | '+' should be on a new line. | 1069 |
![]() | Line contains a tab character. | 1070 |
![]() | Line contains a tab character. | 1071 |
![]() | Line contains a tab character. | 1072 |
![]() | Line contains a tab character. | 1073 |
![]() | '!=' is not preceded with whitespace. | 1074 |
![]() | '!=' is not followed by whitespace. | 1074 |
![]() | '==' is not preceded with whitespace. | 1074 |
![]() | '==' is not followed by whitespace. | 1074 |
![]() | Line is longer than 80 characters. | 1075 |
![]() | Line is longer than 80 characters. | 1078 |
![]() | Line is longer than 80 characters. | 1079 |
![]() | Line is longer than 80 characters. | 1080 |
![]() | '3' is a magic number. | 1084 |
![]() | '4' is a magic number. | 1085 |
![]() | '5' is a magic number. | 1087 |
![]() | Line is longer than 80 characters. | 1091 |
![]() | Line contains a tab character. | 1092 |
![]() | Line is longer than 80 characters. | 1093 |
![]() | Line contains a tab character. | 1093 |
![]() | Line contains a tab character. | 1094 |
![]() | Line contains a tab character. | 1095 |
![]() | Line has trailing spaces. | 1098 |
![]() | '}' should be on the same line. | 1098 |
![]() | Line has trailing spaces. | 1100 |
![]() | Line is longer than 80 characters. | 1100 |
![]() | Line contains a tab character. | 1100 |
![]() | Line is longer than 80 characters. | 1101 |
![]() | Line contains a tab character. | 1101 |
![]() | Line contains a tab character. | 1103 |
![]() | Line contains a tab character. | 1104 |
![]() | First sentence should end with a period. | 1108 |
![]() | Line contains a tab character. | 1108 |
![]() | Line contains a tab character. | 1109 |
![]() | Line contains a tab character. | 1110 |
![]() | Line has trailing spaces. | 1111 |
![]() | Line is longer than 80 characters. | 1111 |
![]() | Method 'ingestDataSetObject' is not designed for extension - needs to be abstract, final or empty. | 1111 |
![]() | Parameter attrSmts should be final. | 1111 |
![]() | ',' is not followed by whitespace. | 1111 |
![]() | Expected @param tag for 'attrSmts'. | 1111 |
![]() | Line contains a tab character. | 1112 |
![]() | First sentence should end with a period. | 1119 |
![]() | Line contains a tab character. | 1119 |
![]() | Line contains a tab character. | 1120 |
![]() | Line contains a tab character. | 1121 |
![]() | Method 'ingestDSMsn' is not designed for extension - needs to be abstract, final or empty. | 1122 |
![]() | Parameter attrSmts should be final. | 1122 |
![]() | ',' is not followed by whitespace. | 1122 |
![]() | Expected @param tag for 'attrSmts'. | 1122 |
![]() | Line contains a tab character. | 1127 |
![]() | 'if' construct must use '{}'s. | 1129 |
![]() | '!=' is not preceded with whitespace. | 1129 |
![]() | '!=' is not followed by whitespace. | 1129 |
![]() | Line is longer than 80 characters. | 1130 |
![]() | 'if' construct must use '{}'s. | 1132 |
![]() | Line has trailing spaces. | 1132 |
![]() | '!=' is not preceded with whitespace. | 1132 |
![]() | '!=' is not followed by whitespace. | 1132 |
![]() | Line is longer than 80 characters. | 1133 |
![]() | Line has trailing spaces. | 1134 |
![]() | '==' is not preceded with whitespace. | 1135 |
![]() | '==' is not followed by whitespace. | 1135 |
![]() | '==' is not preceded with whitespace. | 1135 |
![]() | '==' is not followed by whitespace. | 1135 |
![]() | Line contains a tab character. | 1136 |
![]() | '{' is followed by whitespace. | 1136 |
![]() | Line is longer than 80 characters. | 1137 |
![]() | Line contains a tab character. | 1137 |
![]() | Line contains a tab character. | 1138 |
![]() | Line contains a tab character. | 1139 |
![]() | Line contains a tab character. | 1140 |
![]() | Line contains a tab character. | 1141 |
![]() | '}' should be on the same line. | 1143 |
![]() | Line is longer than 80 characters. | 1145 |
![]() | Line contains a tab character. | 1145 |
![]() | Line is longer than 80 characters. | 1146 |
![]() | Line is longer than 80 characters. | 1147 |
![]() | '!=' is not preceded with whitespace. | 1150 |
![]() | '!=' is not followed by whitespace. | 1150 |
![]() | Line is longer than 80 characters. | 1151 |
![]() | Line has trailing spaces. | 1153 |
![]() | Line has trailing spaces. | 1155 |
![]() | '!=' is not preceded with whitespace. | 1155 |
![]() | '!=' is not followed by whitespace. | 1155 |
![]() | '==' is not preceded with whitespace. | 1155 |
![]() | '==' is not followed by whitespace. | 1155 |
![]() | Line is longer than 80 characters. | 1156 |
![]() | '3' is a magic number. | 1160 |
![]() | '4' is a magic number. | 1162 |
![]() | Line is longer than 80 characters. | 1166 |
![]() | Line contains a tab character. | 1167 |
![]() | Line is longer than 80 characters. | 1168 |
![]() | Line contains a tab character. | 1168 |
![]() | Line contains a tab character. | 1169 |
![]() | Line contains a tab character. | 1170 |
![]() | '}' should be on the same line. | 1173 |
![]() | Line has trailing spaces. | 1175 |
![]() | Line is longer than 80 characters. | 1175 |
![]() | Line contains a tab character. | 1175 |
![]() | Line is longer than 80 characters. | 1176 |
![]() | Line contains a tab character. | 1176 |
![]() | Line contains a tab character. | 1178 |
![]() | Line contains a tab character. | 1179 |
![]() | Line contains a tab character. | 1180 |
![]() | First sentence should end with a period. | 1184 |
![]() | Line contains a tab character. | 1184 |
![]() | Line contains a tab character. | 1185 |
![]() | Line contains a tab character. | 1186 |
![]() | Method 'ingestDSD' is not designed for extension - needs to be abstract, final or empty. | 1187 |
![]() | Parameter attrSmts should be final. | 1187 |
![]() | ',' is not followed by whitespace. | 1187 |
![]() | Expected @param tag for 'attrSmts'. | 1187 |
![]() | Line contains a tab character. | 1192 |
![]() | '!=' is not preceded with whitespace. | 1194 |
![]() | '!=' is not followed by whitespace. | 1194 |
![]() | Line is longer than 80 characters. | 1195 |
![]() | Line contains a tab character. | 1195 |
![]() | '}' should be on the same line. | 1196 |
![]() | Line contains a tab character. | 1198 |
![]() | '{' is followed by whitespace. | 1198 |
![]() | Line is longer than 80 characters. | 1199 |
![]() | Line contains a tab character. | 1199 |
![]() | Line contains a tab character. | 1200 |
![]() | Line contains a tab character. | 1201 |
![]() | Line contains a tab character. | 1202 |
![]() | Line contains a tab character. | 1204 |
![]() | Line contains a tab character. | 1205 |
![]() | Line has trailing spaces. | 1206 |
![]() | '!=' is not preceded with whitespace. | 1212 |
![]() | '!=' is not followed by whitespace. | 1212 |
![]() | Line has trailing spaces. | 1217 |
![]() | '!=' is not preceded with whitespace. | 1219 |
![]() | '!=' is not followed by whitespace. | 1219 |
![]() | '!=' is not preceded with whitespace. | 1220 |
![]() | '!=' is not followed by whitespace. | 1220 |
![]() | '==' is not preceded with whitespace. | 1220 |
![]() | '==' is not followed by whitespace. | 1220 |
![]() | Line is longer than 80 characters. | 1221 |
![]() | Line is longer than 80 characters. | 1223 |
![]() | '=' is not preceded with whitespace. | 1224 |
![]() | '=' is not followed by whitespace. | 1224 |
![]() | '<' is not preceded with whitespace. | 1224 |
![]() | '<' is not followed by whitespace. | 1224 |
![]() | Line is longer than 80 characters. | 1225 |
![]() | Line has trailing spaces. | 1227 |
![]() | '>' is not preceded with whitespace. | 1227 |
![]() | '80' is a magic number. | 1227 |
![]() | '>' is not followed by whitespace. | 1227 |
![]() | Line contains a tab character. | 1227 |
![]() | Line is longer than 80 characters. | 1228 |
![]() | Line contains a tab character. | 1228 |
![]() | '{' is followed by whitespace. | 1228 |
![]() | '+' is not preceded with whitespace. | 1228 |
![]() | '+' is not followed by whitespace. | 1228 |
![]() | '80' is a magic number. | 1228 |
![]() | Line has trailing spaces. | 1229 |
![]() | Line is longer than 80 characters. | 1229 |
![]() | Line contains a tab character. | 1229 |
![]() | Line is longer than 80 characters. | 1230 |
![]() | Line contains a tab character. | 1230 |
![]() | Line contains a tab character. | 1231 |
![]() | '3' is a magic number. | 1234 |
![]() | '+' is not preceded with whitespace. | 1234 |
![]() | '+' is not followed by whitespace. | 1234 |
![]() | '4' is a magic number. | 1235 |
![]() | '5' is a magic number. | 1237 |
![]() | Line is longer than 80 characters. | 1242 |
![]() | Line contains a tab character. | 1243 |
![]() | Line is longer than 80 characters. | 1244 |
![]() | Line contains a tab character. | 1244 |
![]() | Line contains a tab character. | 1245 |
![]() | Line contains a tab character. | 1246 |
![]() | '}' should be on the same line. | 1248 |
![]() | Line contains a tab character. | 1250 |
![]() | '{' is followed by whitespace. | 1250 |
![]() | Line is longer than 80 characters. | 1251 |
![]() | Line contains a tab character. | 1251 |
![]() | Line contains a tab character. | 1252 |
![]() | Line contains a tab character. | 1253 |
![]() | Line contains a tab character. | 1254 |
![]() | '}' should be on the same line. | 1258 |
![]() | Line has trailing spaces. | 1260 |
![]() | Line is longer than 80 characters. | 1260 |
![]() | Line contains a tab character. | 1260 |
![]() | Line is longer than 80 characters. | 1261 |
![]() | Line contains a tab character. | 1261 |
![]() | Line contains a tab character. | 1263 |
![]() | Line contains a tab character. | 1264 |
![]() | First sentence should end with a period. | 1268 |
![]() | Line contains a tab character. | 1268 |
![]() | Line contains a tab character. | 1269 |
![]() | Line contains a tab character. | 1270 |
![]() | Method 'ingestDSConf' is not designed for extension - needs to be abstract, final or empty. | 1271 |
![]() | Parameter attrSmts should be final. | 1271 |
![]() | ',' is not followed by whitespace. | 1271 |
![]() | Expected @param tag for 'attrSmts'. | 1271 |
![]() | Line contains a tab character. | 1276 |
![]() | 'if' construct must use '{}'s. | 1278 |
![]() | '!=' is not preceded with whitespace. | 1278 |
![]() | '!=' is not followed by whitespace. | 1278 |
![]() | Line is longer than 80 characters. | 1279 |
![]() | Line contains a tab character. | 1281 |
![]() | '{' is followed by whitespace. | 1281 |
![]() | Line is longer than 80 characters. | 1282 |
![]() | Line contains a tab character. | 1282 |
![]() | Line contains a tab character. | 1283 |
![]() | Line contains a tab character. | 1284 |
![]() | Line contains a tab character. | 1285 |
![]() | Line contains a tab character. | 1287 |
![]() | Line contains a tab character. | 1288 |
![]() | Line has trailing spaces. | 1289 |
![]() | Line is longer than 80 characters. | 1291 |
![]() | Line is longer than 80 characters. | 1293 |
![]() | '!=' is not preceded with whitespace. | 1295 |
![]() | '!=' is not followed by whitespace. | 1295 |
![]() | '!=' is not preceded with whitespace. | 1301 |
![]() | '!=' is not followed by whitespace. | 1301 |
![]() | Line contains a tab character. | 1302 |
![]() | '!=' is not preceded with whitespace. | 1303 |
![]() | '!=' is not followed by whitespace. | 1303 |
![]() | '==' is not preceded with whitespace. | 1303 |
![]() | '==' is not followed by whitespace. | 1303 |
![]() | Line is longer than 80 characters. | 1304 |
![]() | Line is longer than 80 characters. | 1306 |
![]() | '=' is not preceded with whitespace. | 1307 |
![]() | '=' is not followed by whitespace. | 1307 |
![]() | '<' is not preceded with whitespace. | 1307 |
![]() | '<' is not followed by whitespace. | 1307 |
![]() | Line is longer than 80 characters. | 1308 |
![]() | '>' is not preceded with whitespace. | 1310 |
![]() | '80' is a magic number. | 1310 |
![]() | '>' is not followed by whitespace. | 1310 |
![]() | Line is longer than 80 characters. | 1311 |
![]() | Line contains a tab character. | 1311 |
![]() | '{' is followed by whitespace. | 1311 |
![]() | '+' is not preceded with whitespace. | 1311 |
![]() | '+' is not followed by whitespace. | 1311 |
![]() | '80' is a magic number. | 1311 |
![]() | Line has trailing spaces. | 1312 |
![]() | Line is longer than 80 characters. | 1312 |
![]() | Line contains a tab character. | 1312 |
![]() | Line is longer than 80 characters. | 1313 |
![]() | Line contains a tab character. | 1313 |
![]() | Line contains a tab character. | 1314 |
![]() | '3' is a magic number. | 1317 |
![]() | '+' is not preceded with whitespace. | 1317 |
![]() | '+' is not followed by whitespace. | 1317 |
![]() | '4' is a magic number. | 1318 |
![]() | '5' is a magic number. | 1320 |
![]() | Line is longer than 80 characters. | 1325 |
![]() | Line contains a tab character. | 1326 |
![]() | Line is longer than 80 characters. | 1327 |
![]() | Line contains a tab character. | 1327 |
![]() | Line contains a tab character. | 1328 |
![]() | Line contains a tab character. | 1329 |
![]() | '}' should be on the same line. | 1331 |
![]() | Line contains a tab character. | 1333 |
![]() | '{' is followed by whitespace. | 1333 |
![]() | Line is longer than 80 characters. | 1334 |
![]() | Line contains a tab character. | 1334 |
![]() | Line contains a tab character. | 1335 |
![]() | Line contains a tab character. | 1336 |
![]() | Line contains a tab character. | 1337 |
![]() | '}' should be on the same line. | 1341 |
![]() | Line has trailing spaces. | 1343 |
![]() | Line is longer than 80 characters. | 1343 |
![]() | Line contains a tab character. | 1343 |
![]() | Line is longer than 80 characters. | 1344 |
![]() | Line contains a tab character. | 1344 |
![]() | Line contains a tab character. | 1346 |
![]() | Line contains a tab character. | 1347 |
![]() | First sentence should end with a period. | 1351 |
![]() | Line contains a tab character. | 1351 |
![]() | Line contains a tab character. | 1352 |
![]() | Line contains a tab character. | 1353 |
![]() | Method 'ingestDSTarg' is not designed for extension - needs to be abstract, final or empty. | 1354 |
![]() | Parameter attrSmts should be final. | 1354 |
![]() | ',' is not followed by whitespace. | 1354 |
![]() | Expected @param tag for 'attrSmts'. | 1354 |
![]() | Line contains a tab character. | 1359 |
![]() | '!=' is not preceded with whitespace. | 1361 |
![]() | '!=' is not followed by whitespace. | 1361 |
![]() | Line is longer than 80 characters. | 1362 |
![]() | Line contains a tab character. | 1362 |
![]() | '}' should be on the same line. | 1363 |
![]() | Line contains a tab character. | 1365 |
![]() | '{' is followed by whitespace. | 1365 |
![]() | Line is longer than 80 characters. | 1366 |
![]() | Line contains a tab character. | 1366 |
![]() | Line contains a tab character. | 1367 |
![]() | Line contains a tab character. | 1368 |
![]() | Line contains a tab character. | 1369 |
![]() | Line contains a tab character. | 1371 |
![]() | Line contains a tab character. | 1372 |
![]() | Line has trailing spaces. | 1373 |
![]() | Line is longer than 80 characters. | 1375 |
![]() | Line is longer than 80 characters. | 1377 |
![]() | '!=' is not preceded with whitespace. | 1379 |
![]() | '!=' is not followed by whitespace. | 1379 |
![]() | '!=' is not preceded with whitespace. | 1385 |
![]() | '!=' is not followed by whitespace. | 1385 |
![]() | Line has trailing spaces. | 1387 |
![]() | '!=' is not preceded with whitespace. | 1388 |
![]() | '!=' is not followed by whitespace. | 1388 |
![]() | '==' is not preceded with whitespace. | 1388 |
![]() | '==' is not followed by whitespace. | 1388 |
![]() | Line is longer than 80 characters. | 1389 |
![]() | Line has trailing spaces. | 1393 |
![]() | '3' is a magic number. | 1393 |
![]() | '4' is a magic number. | 1395 |
![]() | Line is longer than 80 characters. | 1399 |
![]() | Line contains a tab character. | 1400 |
![]() | Line is longer than 80 characters. | 1401 |
![]() | Line contains a tab character. | 1401 |
![]() | Line contains a tab character. | 1402 |
![]() | Line contains a tab character. | 1403 |
![]() | '}' should be on the same line. | 1405 |
![]() | Line contains a tab character. | 1407 |
![]() | '{' is followed by whitespace. | 1407 |
![]() | Line is longer than 80 characters. | 1408 |
![]() | Line contains a tab character. | 1408 |
![]() | Line contains a tab character. | 1409 |
![]() | Line contains a tab character. | 1410 |
![]() | Line contains a tab character. | 1411 |
![]() | '}' should be on the same line. | 1415 |
![]() | Line has trailing spaces. | 1417 |
![]() | Line is longer than 80 characters. | 1417 |
![]() | Line contains a tab character. | 1417 |
![]() | Line is longer than 80 characters. | 1418 |
![]() | Line contains a tab character. | 1418 |
![]() | Line contains a tab character. | 1420 |
![]() | Line contains a tab character. | 1421 |
![]() | First sentence should end with a period. | 1425 |
![]() | Line contains a tab character. | 1425 |
![]() | Line contains a tab character. | 1426 |
![]() | Line contains a tab character. | 1427 |
![]() | Method 'ingestDSHost' is not designed for extension - needs to be abstract, final or empty. | 1428 |
![]() | Parameter lblMap should be final. | 1428 |
![]() | ',' is not followed by whitespace. | 1428 |
![]() | Expected @param tag for 'lblMap'. | 1428 |
![]() | Line contains a tab character. | 1433 |
![]() | 'if' construct must use '{}'s. | 1435 |
![]() | Line has trailing spaces. | 1435 |
![]() | '!=' is not preceded with whitespace. | 1435 |
![]() | '!=' is not followed by whitespace. | 1435 |
![]() | Line is longer than 80 characters. | 1436 |
![]() | Line contains a tab character. | 1436 |
![]() | 'if' construct must use '{}'s. | 1439 |
![]() | '!=' is not preceded with whitespace. | 1439 |
![]() | '!=' is not followed by whitespace. | 1439 |
![]() | Line is longer than 80 characters. | 1440 |
![]() | 'if' construct must use '{}'s. | 1441 |
![]() | '!=' is not preceded with whitespace. | 1441 |
![]() | '!=' is not followed by whitespace. | 1441 |
![]() | '==' is not preceded with whitespace. | 1444 |
![]() | '==' is not followed by whitespace. | 1444 |
![]() | '==' is not preceded with whitespace. | 1444 |
![]() | '==' is not followed by whitespace. | 1444 |
![]() | '==' is not preceded with whitespace. | 1444 |
![]() | '==' is not followed by whitespace. | 1444 |
![]() | Line is longer than 80 characters. | 1445 |
![]() | Line contains a tab character. | 1445 |
![]() | '{' is followed by whitespace. | 1445 |
![]() | Line is longer than 80 characters. | 1446 |
![]() | Line contains a tab character. | 1446 |
![]() | Line contains a tab character. | 1447 |
![]() | Line contains a tab character. | 1448 |
![]() | Line contains a tab character. | 1449 |
![]() | Line contains a tab character. | 1450 |
![]() | '}' should be on the same line. | 1452 |
![]() | Line is longer than 80 characters. | 1454 |
![]() | Line contains a tab character. | 1454 |
![]() | Line is longer than 80 characters. | 1456 |
![]() | '!=' is not preceded with whitespace. | 1458 |
![]() | '!=' is not followed by whitespace. | 1458 |
![]() | Line is longer than 80 characters. | 1459 |
![]() | '!=' is not preceded with whitespace. | 1463 |
![]() | '!=' is not followed by whitespace. | 1463 |
![]() | '==' is not preceded with whitespace. | 1463 |
![]() | '==' is not followed by whitespace. | 1463 |
![]() | Line is longer than 80 characters. | 1464 |
![]() | '3' is a magic number. | 1468 |
![]() | '4' is a magic number. | 1469 |
![]() | '5' is a magic number. | 1471 |
![]() | Line is longer than 80 characters. | 1475 |
![]() | Line contains a tab character. | 1476 |
![]() | Line is longer than 80 characters. | 1477 |
![]() | Line contains a tab character. | 1477 |
![]() | Line contains a tab character. | 1478 |
![]() | Line contains a tab character. | 1479 |
![]() | '}' should be on the same line. | 1482 |
![]() | Line has trailing spaces. | 1484 |
![]() | Line is longer than 80 characters. | 1484 |
![]() | Line contains a tab character. | 1484 |
![]() | Line is longer than 80 characters. | 1485 |
![]() | Line contains a tab character. | 1485 |
![]() | Line contains a tab character. | 1487 |
![]() | Line contains a tab character. | 1488 |
![]() | First sentence should end with a period. | 1492 |
![]() | Line has trailing spaces. | 1492 |
![]() | Line contains a tab character. | 1492 |
![]() | Line contains a tab character. | 1493 |
![]() | Line contains a tab character. | 1494 |
![]() | Method 'ingestDSInfo' is not designed for extension - needs to be abstract, final or empty. | 1495 |
![]() | Parameter lblMap should be final. | 1495 |
![]() | ',' is not followed by whitespace. | 1495 |
![]() | Expected @param tag for 'lblMap'. | 1495 |
![]() | Line contains a tab character. | 1500 |
![]() | '!=' is not preceded with whitespace. | 1502 |
![]() | '!=' is not followed by whitespace. | 1502 |
![]() | Line is longer than 80 characters. | 1503 |
![]() | Line contains a tab character. | 1503 |
![]() | '}' should be on the same line. | 1504 |
![]() | Line contains a tab character. | 1506 |
![]() | '{' is followed by whitespace. | 1506 |
![]() | Line is longer than 80 characters. | 1507 |
![]() | Line contains a tab character. | 1507 |
![]() | Line contains a tab character. | 1508 |
![]() | Line contains a tab character. | 1509 |
![]() | Line contains a tab character. | 1510 |
![]() | Line contains a tab character. | 1512 |
![]() | Line contains a tab character. | 1513 |
![]() | Line is longer than 80 characters. | 1516 |
![]() | Line is longer than 80 characters. | 1518 |
![]() | '!=' is not preceded with whitespace. | 1520 |
![]() | '!=' is not followed by whitespace. | 1520 |
![]() | 'if' construct must use '{}'s. | 1540 |
![]() | Line has trailing spaces. | 1540 |
![]() | '!=' is not preceded with whitespace. | 1540 |
![]() | '!=' is not followed by whitespace. | 1540 |
![]() | Line is longer than 80 characters. | 1541 |
![]() | 'if' construct must use '{}'s. | 1542 |
![]() | '!=' is not preceded with whitespace. | 1542 |
![]() | '!=' is not followed by whitespace. | 1542 |
![]() | 'if' construct must use '{}'s. | 1544 |
![]() | '!=' is not preceded with whitespace. | 1544 |
![]() | '!=' is not followed by whitespace. | 1544 |
![]() | 'if' construct must use '{}'s. | 1546 |
![]() | '!=' is not preceded with whitespace. | 1546 |
![]() | '!=' is not followed by whitespace. | 1546 |
![]() | Line is longer than 80 characters. | 1547 |
![]() | 'if' construct must use '{}'s. | 1548 |
![]() | '!=' is not preceded with whitespace. | 1548 |
![]() | '!=' is not followed by whitespace. | 1548 |
![]() | Line is longer than 80 characters. | 1549 |
![]() | 'if' construct must use '{}'s. | 1550 |
![]() | '!=' is not preceded with whitespace. | 1550 |
![]() | '!=' is not followed by whitespace. | 1550 |
![]() | Line is longer than 80 characters. | 1551 |
![]() | 'if' construct must use '{}'s. | 1552 |
![]() | '!=' is not preceded with whitespace. | 1552 |
![]() | '!=' is not followed by whitespace. | 1552 |
![]() | Line is longer than 80 characters. | 1553 |
![]() | 'if' construct must use '{}'s. | 1554 |
![]() | '!=' is not preceded with whitespace. | 1554 |
![]() | '!=' is not followed by whitespace. | 1554 |
![]() | Line is longer than 80 characters. | 1555 |
![]() | 'if' construct must use '{}'s. | 1556 |
![]() | '!=' is not preceded with whitespace. | 1556 |
![]() | '!=' is not followed by whitespace. | 1556 |
![]() | Line is longer than 80 characters. | 1557 |
![]() | 'if' construct must use '{}'s. | 1558 |
![]() | '!=' is not preceded with whitespace. | 1558 |
![]() | '!=' is not followed by whitespace. | 1558 |
![]() | Line is longer than 80 characters. | 1559 |
![]() | Line has trailing spaces. | 1560 |
![]() | '!=' is not preceded with whitespace. | 1560 |
![]() | '!=' is not followed by whitespace. | 1560 |
![]() | Line contains a tab character. | 1560 |
![]() | Line is longer than 80 characters. | 1561 |
![]() | '>' is not preceded with whitespace. | 1562 |
![]() | '256' is a magic number. | 1562 |
![]() | '>' is not followed by whitespace. | 1562 |
![]() | Line contains a tab character. | 1563 |
![]() | Line is longer than 80 characters. | 1565 |
![]() | '{' is followed by whitespace. | 1565 |
![]() | '255' is a magic number. | 1565 |
![]() | Line has trailing spaces. | 1566 |
![]() | Line is longer than 80 characters. | 1566 |
![]() | Line contains a tab character. | 1566 |
![]() | Line is longer than 80 characters. | 1567 |
![]() | Line contains a tab character. | 1567 |
![]() | Line contains a tab character. | 1568 |
![]() | 'if' construct must use '{}'s. | 1571 |
![]() | Line has trailing spaces. | 1571 |
![]() | '!=' is not preceded with whitespace. | 1571 |
![]() | '!=' is not followed by whitespace. | 1571 |
![]() | Line is longer than 80 characters. | 1572 |
![]() | 'if' construct must use '{}'s. | 1573 |
![]() | '!=' is not preceded with whitespace. | 1573 |
![]() | '!=' is not followed by whitespace. | 1573 |
![]() | Line is longer than 80 characters. | 1574 |
![]() | 'if' construct must use '{}'s. | 1575 |
![]() | '!=' is not preceded with whitespace. | 1575 |
![]() | '!=' is not followed by whitespace. | 1575 |
![]() | Line has trailing spaces. | 1576 |
![]() | Line is longer than 80 characters. | 1576 |
![]() | 'if' construct must use '{}'s. | 1577 |
![]() | '!=' is not preceded with whitespace. | 1577 |
![]() | '!=' is not followed by whitespace. | 1577 |
![]() | Line is longer than 80 characters. | 1578 |
![]() | Must have at least one statement. | 1580 |
![]() | Line is longer than 80 characters. | 1581 |
![]() | Line contains a tab character. | 1581 |
![]() | Line has trailing spaces. | 1584 |
![]() | Line is longer than 80 characters. | 1584 |
![]() | '==' is not preceded with whitespace. | 1584 |
![]() | '==' is not followed by whitespace. | 1584 |
![]() | '==' is not preceded with whitespace. | 1584 |
![]() | '==' is not followed by whitespace. | 1584 |
![]() | '==' is not preceded with whitespace. | 1584 |
![]() | '==' is not followed by whitespace. | 1584 |
![]() | '==' is not preceded with whitespace. | 1584 |
![]() | '==' is not followed by whitespace. | 1584 |
![]() | '==' is not preceded with whitespace. | 1584 |
![]() | '==' is not followed by whitespace. | 1584 |
![]() | '||' should be on a new line. | 1584 |
![]() | Line is longer than 80 characters. | 1585 |
![]() | '==' is not preceded with whitespace. | 1585 |
![]() | '==' is not followed by whitespace. | 1585 |
![]() | '==' is not preceded with whitespace. | 1585 |
![]() | '==' is not followed by whitespace. | 1585 |
![]() | '==' is not preceded with whitespace. | 1585 |
![]() | '==' is not followed by whitespace. | 1585 |
![]() | '==' is not preceded with whitespace. | 1585 |
![]() | '==' is not followed by whitespace. | 1585 |
![]() | '||' should be on a new line. | 1585 |
![]() | Line is longer than 80 characters. | 1586 |
![]() | '==' is not preceded with whitespace. | 1586 |
![]() | '==' is not followed by whitespace. | 1586 |
![]() | '==' is not preceded with whitespace. | 1586 |
![]() | '==' is not followed by whitespace. | 1586 |
![]() | '==' is not preceded with whitespace. | 1586 |
![]() | '==' is not followed by whitespace. | 1586 |
![]() | '||' should be on a new line. | 1586 |
![]() | '==' is not preceded with whitespace. | 1587 |
![]() | '==' is not followed by whitespace. | 1587 |
![]() | '==' is not preceded with whitespace. | 1587 |
![]() | '==' is not followed by whitespace. | 1587 |
![]() | Line is longer than 80 characters. | 1588 |
![]() | Line contains a tab character. | 1588 |
![]() | '{' is followed by whitespace. | 1588 |
![]() | '+' should be on a new line. | 1588 |
![]() | Line is longer than 80 characters. | 1589 |
![]() | Line contains a tab character. | 1589 |
![]() | '+' should be on a new line. | 1589 |
![]() | Line is longer than 80 characters. | 1590 |
![]() | Line contains a tab character. | 1590 |
![]() | Line is longer than 80 characters. | 1591 |
![]() | Line contains a tab character. | 1591 |
![]() | Line contains a tab character. | 1592 |
![]() | Line contains a tab character. | 1593 |
![]() | Line contains a tab character. | 1594 |
![]() | Line contains a tab character. | 1595 |
![]() | '}' should be on the same line. | 1597 |
![]() | '!=' is not preceded with whitespace. | 1599 |
![]() | '!=' is not followed by whitespace. | 1599 |
![]() | '==' is not preceded with whitespace. | 1599 |
![]() | '==' is not followed by whitespace. | 1599 |
![]() | Line has trailing spaces. | 1600 |
![]() | Line is longer than 80 characters. | 1600 |
![]() | '+' should be on a new line. | 1600 |
![]() | Line is longer than 80 characters. | 1601 |
![]() | '+' should be on a new line. | 1601 |
![]() | '3' is a magic number. | 1606 |
![]() | '4' is a magic number. | 1607 |
![]() | '5' is a magic number. | 1608 |
![]() | '6' is a magic number. | 1609 |
![]() | '7' is a magic number. | 1610 |
![]() | '8' is a magic number. | 1611 |
![]() | '9' is a magic number. | 1612 |
![]() | '10' is a magic number. | 1613 |
![]() | '11' is a magic number. | 1614 |
![]() | '12' is a magic number. | 1616 |
![]() | '13' is a magic number. | 1617 |
![]() | '14' is a magic number. | 1618 |
![]() | '15' is a magic number. | 1620 |
![]() | Line is longer than 80 characters. | 1621 |
![]() | '16' is a magic number. | 1621 |
![]() | Line contains a tab character. | 1621 |
![]() | Line is longer than 80 characters. | 1623 |
![]() | '17' is a magic number. | 1623 |
![]() | Line contains a tab character. | 1623 |
![]() | Line is longer than 80 characters. | 1627 |
![]() | Line contains a tab character. | 1628 |
![]() | Line is longer than 80 characters. | 1629 |
![]() | Line contains a tab character. | 1629 |
![]() | Line contains a tab character. | 1630 |
![]() | Line contains a tab character. | 1631 |
![]() | Line is longer than 80 characters. | 1632 |
![]() | Line contains a tab character. | 1632 |
![]() | '}' should be on the same line. | 1635 |
![]() | Line has trailing spaces. | 1637 |
![]() | Line is longer than 80 characters. | 1637 |
![]() | Line contains a tab character. | 1637 |
![]() | Line is longer than 80 characters. | 1638 |
![]() | Line contains a tab character. | 1638 |
![]() | Line contains a tab character. | 1640 |
![]() | Line contains a tab character. | 1641 |
![]() | Line has trailing spaces. | 1644 |
![]() | First sentence should end with a period. | 1645 |
![]() | Line has trailing spaces. | 1645 |
![]() | Line contains a tab character. | 1645 |
![]() | Line contains a tab character. | 1646 |
![]() | Line contains a tab character. | 1647 |
![]() | Line is longer than 80 characters. | 1648 |
![]() | Method 'ingestDSRefInfoObject' is not designed for extension - needs to be abstract, final or empty. | 1648 |
![]() | Parameter lblMap should be final. | 1648 |
![]() | ',' is not followed by whitespace. | 1648 |
![]() | Expected @param tag for 'lblMap'. | 1648 |
![]() | Line contains a tab character. | 1653 |
![]() | 'if' construct must use '{}'s. | 1655 |
![]() | '!=' is not preceded with whitespace. | 1655 |
![]() | '!=' is not followed by whitespace. | 1655 |
![]() | Line is longer than 80 characters. | 1656 |
![]() | 'if' construct must use '{}'s. | 1658 |
![]() | '!=' is not preceded with whitespace. | 1658 |
![]() | '!=' is not followed by whitespace. | 1658 |
![]() | Line has trailing spaces. | 1660 |
![]() | '==' is not preceded with whitespace. | 1661 |
![]() | '==' is not followed by whitespace. | 1661 |
![]() | '==' is not preceded with whitespace. | 1661 |
![]() | '==' is not followed by whitespace. | 1661 |
![]() | Line is longer than 80 characters. | 1662 |
![]() | Line contains a tab character. | 1662 |
![]() | '{' is followed by whitespace. | 1662 |
![]() | Line is longer than 80 characters. | 1663 |
![]() | Line contains a tab character. | 1663 |
![]() | Line contains a tab character. | 1664 |
![]() | Line contains a tab character. | 1665 |
![]() | Line contains a tab character. | 1666 |
![]() | Line contains a tab character. | 1667 |
![]() | '}' should be on the same line. | 1669 |
![]() | Line contains a tab character. | 1671 |
![]() | Line is longer than 80 characters. | 1672 |
![]() | Line is longer than 80 characters. | 1675 |
![]() | '!=' is not preceded with whitespace. | 1677 |
![]() | '!=' is not followed by whitespace. | 1677 |
![]() | Line is longer than 80 characters. | 1678 |
![]() | Line has trailing spaces. | 1682 |
![]() | Line has trailing spaces. | 1683 |
![]() | '!=' is not preceded with whitespace. | 1683 |
![]() | '!=' is not followed by whitespace. | 1683 |
![]() | '==' is not preceded with whitespace. | 1683 |
![]() | '==' is not followed by whitespace. | 1683 |
![]() | Line is longer than 80 characters. | 1684 |
![]() | '3' is a magic number. | 1688 |
![]() | '4' is a magic number. | 1690 |
![]() | Line has trailing spaces. | 1691 |
![]() | Line is longer than 80 characters. | 1694 |
![]() | Line contains a tab character. | 1695 |
![]() | Line is longer than 80 characters. | 1696 |
![]() | Line contains a tab character. | 1696 |
![]() | Line contains a tab character. | 1697 |
![]() | Line contains a tab character. | 1698 |
![]() | '}' should be on the same line. | 1701 |
![]() | Line has trailing spaces. | 1703 |
![]() | Line is longer than 80 characters. | 1703 |
![]() | Line contains a tab character. | 1703 |
![]() | Line is longer than 80 characters. | 1704 |
![]() | Line contains a tab character. | 1704 |
![]() | Line contains a tab character. | 1706 |
![]() | Line contains a tab character. | 1707 |
![]() | First sentence should end with a period. | 1711 |
![]() | Line contains a tab character. | 1711 |
![]() | Line contains a tab character. | 1712 |
![]() | Line contains a tab character. | 1713 |
![]() | Method 'ingestReferenceObject' is not designed for extension - needs to be abstract, final or empty. | 1714 |
![]() | Parameter lblMap should be final. | 1714 |
![]() | ',' is not followed by whitespace. | 1714 |
![]() | Expected @param tag for 'lblMap'. | 1714 |
![]() | Line contains a tab character. | 1719 |
![]() | 'if' construct must use '{}'s. | 1721 |
![]() | '!=' is not preceded with whitespace. | 1721 |
![]() | '!=' is not followed by whitespace. | 1721 |
![]() | Line has trailing spaces. | 1722 |
![]() | Line is longer than 80 characters. | 1722 |
![]() | Line contains a tab character. | 1722 |
![]() | Line contains a tab character. | 1724 |
![]() | '{' is followed by whitespace. | 1724 |
![]() | Line is longer than 80 characters. | 1725 |
![]() | Line contains a tab character. | 1725 |
![]() | Line contains a tab character. | 1726 |
![]() | Line contains a tab character. | 1727 |
![]() | Line contains a tab character. | 1728 |
![]() | Line contains a tab character. | 1730 |
![]() | Line contains a tab character. | 1731 |
![]() | Line has trailing spaces. | 1732 |
![]() | Line is longer than 80 characters. | 1733 |
![]() | Line is longer than 80 characters. | 1735 |
![]() | '!=' is not preceded with whitespace. | 1737 |
![]() | '!=' is not followed by whitespace. | 1737 |
![]() | Line is longer than 80 characters. | 1738 |
![]() | '!=' is not preceded with whitespace. | 1742 |
![]() | '!=' is not followed by whitespace. | 1742 |
![]() | '!=' is not preceded with whitespace. | 1743 |
![]() | '!=' is not followed by whitespace. | 1743 |
![]() | '==' is not preceded with whitespace. | 1743 |
![]() | '==' is not followed by whitespace. | 1743 |
![]() | Line is longer than 80 characters. | 1744 |
![]() | Line is longer than 80 characters. | 1747 |
![]() | '=' is not preceded with whitespace. | 1748 |
![]() | '=' is not followed by whitespace. | 1748 |
![]() | '<' is not preceded with whitespace. | 1748 |
![]() | '<' is not followed by whitespace. | 1748 |
![]() | '3' is a magic number. | 1751 |
![]() | '+' is not preceded with whitespace. | 1751 |
![]() | '+' is not followed by whitespace. | 1751 |
![]() | '4' is a magic number. | 1752 |
![]() | '5' is a magic number. | 1754 |
![]() | Line is longer than 80 characters. | 1759 |
![]() | Line contains a tab character. | 1760 |
![]() | Line is longer than 80 characters. | 1761 |
![]() | Line contains a tab character. | 1761 |
![]() | Line contains a tab character. | 1762 |
![]() | Line contains a tab character. | 1763 |
![]() | '}' should be on the same line. | 1765 |
![]() | Line contains a tab character. | 1767 |
![]() | '{' is followed by whitespace. | 1767 |
![]() | Line is longer than 80 characters. | 1768 |
![]() | Line contains a tab character. | 1768 |
![]() | Line contains a tab character. | 1769 |
![]() | Line contains a tab character. | 1770 |
![]() | Line contains a tab character. | 1771 |
![]() | '}' should be on the same line. | 1775 |
![]() | Line has trailing spaces. | 1777 |
![]() | Line is longer than 80 characters. | 1777 |
![]() | Line contains a tab character. | 1777 |
![]() | Line is longer than 80 characters. | 1778 |
![]() | Line contains a tab character. | 1778 |
![]() | Line contains a tab character. | 1780 |
![]() | Line contains a tab character. | 1781 |
![]() | First sentence should end with a period. | 1785 |
![]() | Line contains a tab character. | 1785 |
![]() | Line contains a tab character. | 1786 |
![]() | Line contains a tab character. | 1787 |
![]() | Line is longer than 80 characters. | 1788 |
![]() | Method 'ingestPersonnelObject' is not designed for extension - needs to be abstract, final or empty. | 1788 |
![]() | Parameter lblMap should be final. | 1788 |
![]() | ',' is not followed by whitespace. | 1788 |
![]() | Expected @param tag for 'lblMap'. | 1788 |
![]() | First sentence should end with a period. | 1793 |
![]() | Line contains a tab character. | 1793 |
![]() | Line contains a tab character. | 1794 |
![]() | Line contains a tab character. | 1795 |
![]() | Method 'ingestPersMailAddr' is not designed for extension - needs to be abstract, final or empty. | 1796 |
![]() | Parameter lblMap should be final. | 1796 |
![]() | ',' is not followed by whitespace. | 1796 |
![]() | Expected @param tag for 'lblMap'. | 1796 |
![]() | Line contains a tab character. | 1801 |
![]() | '!=' is not preceded with whitespace. | 1803 |
![]() | '!=' is not followed by whitespace. | 1803 |
![]() | Line contains a tab character. | 1804 |
![]() | '}' should be on the same line. | 1805 |
![]() | Line contains a tab character. | 1807 |
![]() | '{' is followed by whitespace. | 1807 |
![]() | Line is longer than 80 characters. | 1808 |
![]() | Line contains a tab character. | 1808 |
![]() | Line contains a tab character. | 1809 |
![]() | Line contains a tab character. | 1810 |
![]() | Line contains a tab character. | 1811 |
![]() | Line contains a tab character. | 1813 |
![]() | Line contains a tab character. | 1814 |
![]() | Line has trailing spaces. | 1815 |
![]() | Line is longer than 80 characters. | 1817 |
![]() | Line is longer than 80 characters. | 1818 |
![]() | Line is longer than 80 characters. | 1819 |
![]() | '!=' is not preceded with whitespace. | 1821 |
![]() | '!=' is not followed by whitespace. | 1821 |
![]() | Line is longer than 80 characters. | 1822 |
![]() | '!=' is not preceded with whitespace. | 1826 |
![]() | '!=' is not followed by whitespace. | 1826 |
![]() | '!=' is not preceded with whitespace. | 1827 |
![]() | '!=' is not followed by whitespace. | 1827 |
![]() | '==' is not preceded with whitespace. | 1827 |
![]() | '==' is not followed by whitespace. | 1827 |
![]() | Line has trailing spaces. | 1828 |
![]() | Line is longer than 80 characters. | 1828 |
![]() | '+' should be on a new line. | 1828 |
![]() | Line is longer than 80 characters. | 1832 |
![]() | '=' is not preceded with whitespace. | 1833 |
![]() | '=' is not followed by whitespace. | 1833 |
![]() | '<' is not preceded with whitespace. | 1833 |
![]() | '<' is not followed by whitespace. | 1833 |
![]() | '3' is a magic number. | 1836 |
![]() | '+' is not preceded with whitespace. | 1836 |
![]() | '+' is not followed by whitespace. | 1836 |
![]() | '4' is a magic number. | 1837 |
![]() | '5' is a magic number. | 1839 |
![]() | Line is longer than 80 characters. | 1844 |
![]() | Line contains a tab character. | 1845 |
![]() | Line is longer than 80 characters. | 1846 |
![]() | Line contains a tab character. | 1846 |
![]() | Line contains a tab character. | 1847 |
![]() | Line contains a tab character. | 1848 |
![]() | '}' should be on the same line. | 1850 |
![]() | Line contains a tab character. | 1852 |
![]() | '{' is followed by whitespace. | 1852 |
![]() | Line is longer than 80 characters. | 1853 |
![]() | Line contains a tab character. | 1853 |
![]() | Line contains a tab character. | 1854 |
![]() | Line contains a tab character. | 1855 |
![]() | Line contains a tab character. | 1856 |
![]() | '}' should be on the same line. | 1860 |
![]() | Line has trailing spaces. | 1862 |
![]() | Line is longer than 80 characters. | 1862 |
![]() | Line contains a tab character. | 1862 |
![]() | Line is longer than 80 characters. | 1863 |
![]() | Line contains a tab character. | 1863 |
![]() | Line contains a tab character. | 1865 |
![]() | Line contains a tab character. | 1866 |
![]() | First sentence should end with a period. | 1870 |
![]() | Line has trailing spaces. | 1870 |
![]() | Line contains a tab character. | 1870 |
![]() | Line contains a tab character. | 1871 |
![]() | Line contains a tab character. | 1872 |
![]() | Method 'ingestPersInfo' is not designed for extension - needs to be abstract, final or empty. | 1873 |
![]() | Parameter lblMap should be final. | 1873 |
![]() | ',' is not followed by whitespace. | 1873 |
![]() | Expected @param tag for 'lblMap'. | 1873 |
![]() | Line contains a tab character. | 1878 |
![]() | Line contains a tab character. | 1879 |
![]() | 'if' construct must use '{}'s. | 1880 |
![]() | Line contains a tab character. | 1880 |
![]() | '!=' is not preceded with whitespace. | 1880 |
![]() | '!=' is not followed by whitespace. | 1880 |
![]() | Line has trailing spaces. | 1881 |
![]() | Line is longer than 80 characters. | 1881 |
![]() | Line contains a tab character. | 1881 |
![]() | Line contains a tab character. | 1882 |
![]() | Line contains a tab character. | 1883 |
![]() | '{' is followed by whitespace. | 1883 |
![]() | Line is longer than 80 characters. | 1884 |
![]() | Line contains a tab character. | 1884 |
![]() | Line contains a tab character. | 1885 |
![]() | Line contains a tab character. | 1886 |
![]() | Line contains a tab character. | 1887 |
![]() | Line contains a tab character. | 1889 |
![]() | Line contains a tab character. | 1890 |
![]() | Line contains a tab character. | 1891 |
![]() | Line is longer than 80 characters. | 1892 |
![]() | Line is longer than 80 characters. | 1893 |
![]() | Line is longer than 80 characters. | 1894 |
![]() | '!=' is not preceded with whitespace. | 1896 |
![]() | '!=' is not followed by whitespace. | 1896 |
![]() | Line is longer than 80 characters. | 1897 |
![]() | Line is longer than 80 characters. | 1909 |
![]() | 'if' construct must use '{}'s. | 1913 |
![]() | '!=' is not preceded with whitespace. | 1913 |
![]() | '!=' is not followed by whitespace. | 1913 |
![]() | 'if' construct must use '{}'s. | 1915 |
![]() | '!=' is not preceded with whitespace. | 1915 |
![]() | '!=' is not followed by whitespace. | 1915 |
![]() | 'if' construct must use '{}'s. | 1917 |
![]() | Line has trailing spaces. | 1917 |
![]() | '!=' is not preceded with whitespace. | 1917 |
![]() | '!=' is not followed by whitespace. | 1917 |
![]() | 'if' construct must use '{}'s. | 1919 |
![]() | '!=' is not preceded with whitespace. | 1919 |
![]() | '!=' is not followed by whitespace. | 1919 |
![]() | Line is longer than 80 characters. | 1920 |
![]() | 'if' construct must use '{}'s. | 1921 |
![]() | '!=' is not preceded with whitespace. | 1921 |
![]() | '!=' is not followed by whitespace. | 1921 |
![]() | 'if' construct must use '{}'s. | 1923 |
![]() | Line has trailing spaces. | 1923 |
![]() | '!=' is not preceded with whitespace. | 1923 |
![]() | '!=' is not followed by whitespace. | 1923 |
![]() | Line is longer than 80 characters. | 1924 |
![]() | 'if' construct must use '{}'s. | 1925 |
![]() | '!=' is not preceded with whitespace. | 1925 |
![]() | '!=' is not followed by whitespace. | 1925 |
![]() | 'if' construct must use '{}'s. | 1927 |
![]() | '!=' is not preceded with whitespace. | 1927 |
![]() | '!=' is not followed by whitespace. | 1927 |
![]() | Line is longer than 80 characters. | 1928 |
![]() | 'if' construct must use '{}'s. | 1929 |
![]() | '!=' is not preceded with whitespace. | 1929 |
![]() | '!=' is not followed by whitespace. | 1929 |
![]() | Line is longer than 80 characters. | 1930 |
![]() | 'if' construct must use '{}'s. | 1931 |
![]() | '!=' is not preceded with whitespace. | 1931 |
![]() | '!=' is not followed by whitespace. | 1931 |
![]() | Line is longer than 80 characters. | 1932 |
![]() | 'if' construct must use '{}'s. | 1933 |
![]() | '!=' is not preceded with whitespace. | 1933 |
![]() | '!=' is not followed by whitespace. | 1933 |
![]() | Line is longer than 80 characters. | 1934 |
![]() | Line is longer than 80 characters. | 1936 |
![]() | '==' is not preceded with whitespace. | 1938 |
![]() | '==' is not followed by whitespace. | 1938 |
![]() | Must have at least one statement. | 1938 |
![]() | Line has trailing spaces. | 1939 |
![]() | Line is longer than 80 characters. | 1939 |
![]() | Line contains a tab character. | 1939 |
![]() | Line is longer than 80 characters. | 1940 |
![]() | Line contains a tab character. | 1940 |
![]() | Line has trailing spaces. | 1942 |
![]() | Line contains a tab character. | 1942 |
![]() | Line has trailing spaces. | 1943 |
![]() | Line is longer than 80 characters. | 1943 |
![]() | '==' is not preceded with whitespace. | 1943 |
![]() | '==' is not followed by whitespace. | 1943 |
![]() | '==' is not preceded with whitespace. | 1943 |
![]() | '==' is not followed by whitespace. | 1943 |
![]() | '==' is not preceded with whitespace. | 1943 |
![]() | '==' is not followed by whitespace. | 1943 |
![]() | '==' is not preceded with whitespace. | 1943 |
![]() | '==' is not followed by whitespace. | 1943 |
![]() | '==' is not preceded with whitespace. | 1943 |
![]() | '==' is not followed by whitespace. | 1943 |
![]() | '||' should be on a new line. | 1943 |
![]() | Line has trailing spaces. | 1944 |
![]() | Line is longer than 80 characters. | 1944 |
![]() | Line contains a tab character. | 1944 |
![]() | '==' is not preceded with whitespace. | 1944 |
![]() | '==' is not followed by whitespace. | 1944 |
![]() | '==' is not preceded with whitespace. | 1944 |
![]() | '==' is not followed by whitespace. | 1944 |
![]() | '==' is not preceded with whitespace. | 1944 |
![]() | '==' is not followed by whitespace. | 1944 |
![]() | '==' is not preceded with whitespace. | 1944 |
![]() | '==' is not followed by whitespace. | 1944 |
![]() | '||' should be on a new line. | 1944 |
![]() | Line contains a tab character. | 1945 |
![]() | '==' is not preceded with whitespace. | 1945 |
![]() | '==' is not followed by whitespace. | 1945 |
![]() | '==' is not preceded with whitespace. | 1945 |
![]() | '==' is not followed by whitespace. | 1945 |
![]() | Line is longer than 80 characters. | 1946 |
![]() | Line contains a tab character. | 1946 |
![]() | '{' is followed by whitespace. | 1946 |
![]() | '+' should be on a new line. | 1946 |
![]() | Line is longer than 80 characters. | 1947 |
![]() | Line contains a tab character. | 1947 |
![]() | Line is longer than 80 characters. | 1948 |
![]() | Line contains a tab character. | 1948 |
![]() | Line contains a tab character. | 1949 |
![]() | Line contains a tab character. | 1950 |
![]() | Line contains a tab character. | 1951 |
![]() | Line contains a tab character. | 1952 |
![]() | '}' should be on the same line. | 1954 |
![]() | '!=' is not preceded with whitespace. | 1956 |
![]() | '!=' is not followed by whitespace. | 1956 |
![]() | '==' is not preceded with whitespace. | 1956 |
![]() | '==' is not followed by whitespace. | 1956 |
![]() | Line has trailing spaces. | 1957 |
![]() | Line is longer than 80 characters. | 1957 |
![]() | '+' should be on a new line. | 1957 |
![]() | Line has trailing spaces. | 1958 |
![]() | Line is longer than 80 characters. | 1958 |
![]() | '+' should be on a new line. | 1958 |
![]() | Line is longer than 80 characters. | 1962 |
![]() | Line is longer than 80 characters. | 1963 |
![]() | Line is longer than 80 characters. | 1964 |
![]() | Line is longer than 80 characters. | 1965 |
![]() | Line is longer than 80 characters. | 1966 |
![]() | Line is longer than 80 characters. | 1967 |
![]() | Line is longer than 80 characters. | 1968 |
![]() | Line is longer than 80 characters. | 1969 |
![]() | Line is longer than 80 characters. | 1970 |
![]() | Line is longer than 80 characters. | 1971 |
![]() | Line is longer than 80 characters. | 1972 |
![]() | '3' is a magic number. | 1976 |
![]() | '4' is a magic number. | 1977 |
![]() | '5' is a magic number. | 1978 |
![]() | '6' is a magic number. | 1979 |
![]() | '7' is a magic number. | 1980 |
![]() | '8' is a magic number. | 1981 |
![]() | '9' is a magic number. | 1982 |
![]() | '10' is a magic number. | 1983 |
![]() | '11' is a magic number. | 1984 |
![]() | '12' is a magic number. | 1985 |
![]() | '13' is a magic number. | 1986 |
![]() | '14' is a magic number. | 1988 |
![]() | Line is longer than 80 characters. | 1992 |
![]() | Line contains a tab character. | 1993 |
![]() | Line is longer than 80 characters. | 1994 |
![]() | Line contains a tab character. | 1994 |
![]() | Line contains a tab character. | 1995 |
![]() | Line contains a tab character. | 1996 |
![]() | '}' should be on the same line. | 1999 |
![]() | Line has trailing spaces. | 2001 |
![]() | Line is longer than 80 characters. | 2001 |
![]() | Line contains a tab character. | 2001 |
![]() | Line is longer than 80 characters. | 2002 |
![]() | Line contains a tab character. | 2002 |
![]() | Line contains a tab character. | 2004 |
![]() | Line contains a tab character. | 2005 |
![]() | First sentence should end with a period. | 2009 |
![]() | Line contains a tab character. | 2009 |
![]() | Line contains a tab character. | 2010 |
![]() | Line contains a tab character. | 2011 |
![]() | Method 'ingestPersElecmail' is not designed for extension - needs to be abstract, final or empty. | 2012 |
![]() | Parameter lblMap should be final. | 2012 |
![]() | ',' is not followed by whitespace. | 2012 |
![]() | Expected @param tag for 'lblMap'. | 2012 |
![]() | Line contains a tab character. | 2017 |
![]() | 'if' construct must use '{}'s. | 2019 |
![]() | Line contains a tab character. | 2019 |
![]() | '!=' is not preceded with whitespace. | 2019 |
![]() | '!=' is not followed by whitespace. | 2019 |
![]() | Line has trailing spaces. | 2020 |
![]() | Line is longer than 80 characters. | 2020 |
![]() | Line contains a tab character. | 2020 |
![]() | Line contains a tab character. | 2021 |
![]() | Line contains a tab character. | 2022 |
![]() | '{' is followed by whitespace. | 2022 |
![]() | Line is longer than 80 characters. | 2023 |
![]() | Line contains a tab character. | 2023 |
![]() | Line contains a tab character. | 2024 |
![]() | Line contains a tab character. | 2025 |
![]() | Line contains a tab character. | 2026 |
![]() | Line contains a tab character. | 2028 |
![]() | Line contains a tab character. | 2029 |
![]() | Line contains a tab character. | 2030 |
![]() | Line contains a tab character. | 2031 |
![]() | 'if' construct must use '{}'s. | 2032 |
![]() | Line contains a tab character. | 2032 |
![]() | '!=' is not preceded with whitespace. | 2032 |
![]() | '!=' is not followed by whitespace. | 2032 |
![]() | Line is longer than 80 characters. | 2033 |
![]() | Line contains a tab character. | 2033 |
![]() | Line contains a tab character. | 2034 |
![]() | Line is longer than 80 characters. | 2035 |
![]() | Line contains a tab character. | 2035 |
![]() | '{' is followed by whitespace. | 2035 |
![]() | Line is longer than 80 characters. | 2036 |
![]() | Line contains a tab character. | 2036 |
![]() | Line contains a tab character. | 2037 |
![]() | Line contains a tab character. | 2038 |
![]() | Line contains a tab character. | 2039 |
![]() | Line contains a tab character. | 2041 |
![]() | Line contains a tab character. | 2042 |
![]() | Line contains a tab character. | 2043 |
![]() | Line is longer than 80 characters. | 2044 |
![]() | Line is longer than 80 characters. | 2045 |
![]() | Line is longer than 80 characters. | 2046 |
![]() | '+' should be on a new line. | 2046 |
![]() | '!=' is not preceded with whitespace. | 2049 |
![]() | '!=' is not followed by whitespace. | 2049 |
![]() | Line has trailing spaces. | 2050 |
![]() | Line is longer than 80 characters. | 2050 |
![]() | '+' should be on a new line. | 2050 |
![]() | 'if' construct must use '{}'s. | 2056 |
![]() | '!=' is not preceded with whitespace. | 2056 |
![]() | '!=' is not followed by whitespace. | 2056 |
![]() | Line is longer than 80 characters. | 2057 |
![]() | 'if' construct must use '{}'s. | 2059 |
![]() | '!=' is not preceded with whitespace. | 2059 |
![]() | '!=' is not followed by whitespace. | 2059 |
![]() | Line is longer than 80 characters. | 2060 |
![]() | '==' is not preceded with whitespace. | 2061 |
![]() | '==' is not followed by whitespace. | 2061 |
![]() | '==' is not preceded with whitespace. | 2061 |
![]() | '==' is not followed by whitespace. | 2061 |
![]() | Line is longer than 80 characters. | 2062 |
![]() | Line contains a tab character. | 2062 |
![]() | '{' is followed by whitespace. | 2062 |
![]() | Line is longer than 80 characters. | 2063 |
![]() | Line contains a tab character. | 2063 |
![]() | Line contains a tab character. | 2064 |
![]() | Line contains a tab character. | 2065 |
![]() | Line contains a tab character. | 2066 |
![]() | Line contains a tab character. | 2067 |
![]() | '}' should be on the same line. | 2069 |
![]() | '!=' is not preceded with whitespace. | 2071 |
![]() | '!=' is not followed by whitespace. | 2071 |
![]() | '==' is not preceded with whitespace. | 2071 |
![]() | '==' is not followed by whitespace. | 2071 |
![]() | Line has trailing spaces. | 2072 |
![]() | Line is longer than 80 characters. | 2072 |
![]() | '+' should be on a new line. | 2072 |
![]() | Line is longer than 80 characters. | 2076 |
![]() | Line is longer than 80 characters. | 2077 |
![]() | Line is longer than 80 characters. | 2078 |
![]() | '3' is a magic number. | 2082 |
![]() | '4' is a magic number. | 2083 |
![]() | 'cast' is not followed by whitespace. | 2083 |
![]() | '5' is a magic number. | 2084 |
![]() | '6' is a magic number. | 2086 |
![]() | Line is longer than 80 characters. | 2090 |
![]() | Line contains a tab character. | 2091 |
![]() | Line is longer than 80 characters. | 2092 |
![]() | Line contains a tab character. | 2092 |
![]() | Line contains a tab character. | 2093 |
![]() | Line contains a tab character. | 2094 |
![]() | Line is longer than 80 characters. | 2095 |
![]() | Line contains a tab character. | 2095 |
![]() | '}' should be on the same line. | 2098 |
![]() | Line has trailing spaces. | 2100 |
![]() | Line is longer than 80 characters. | 2100 |
![]() | Line contains a tab character. | 2100 |
![]() | Line is longer than 80 characters. | 2101 |
![]() | Line contains a tab character. | 2101 |
![]() | Line contains a tab character. | 2103 |
![]() | Line contains a tab character. | 2104 |
![]() | First sentence should end with a period. | 2108 |
![]() | Line contains a tab character. | 2108 |
![]() | Line contains a tab character. | 2109 |
![]() | Line contains a tab character. | 2110 |
![]() | Line is longer than 80 characters. | 2111 |
![]() | Method 'ingestDSCollAssocDSObject' is not designed for extension - needs to be abstract, final or empty. | 2111 |
![]() | Parameter lblMap should be final. | 2111 |
![]() | ',' is not followed by whitespace. | 2111 |
![]() | Expected @param tag for 'lblMap'. | 2111 |
![]() | Line contains a tab character. | 2116 |
![]() | 'if' construct must use '{}'s. | 2118 |
![]() | '!=' is not preceded with whitespace. | 2118 |
![]() | '!=' is not followed by whitespace. | 2118 |
![]() | Line is longer than 80 characters. | 2119 |
![]() | 'if' construct must use '{}'s. | 2121 |
![]() | '!=' is not preceded with whitespace. | 2121 |
![]() | '!=' is not followed by whitespace. | 2121 |
![]() | Line has trailing spaces. | 2123 |
![]() | '==' is not preceded with whitespace. | 2124 |
![]() | '==' is not followed by whitespace. | 2124 |
![]() | '==' is not preceded with whitespace. | 2124 |
![]() | '==' is not followed by whitespace. | 2124 |
![]() | Line is longer than 80 characters. | 2125 |
![]() | Line contains a tab character. | 2125 |
![]() | '{' is followed by whitespace. | 2125 |
![]() | Line is longer than 80 characters. | 2126 |
![]() | Line contains a tab character. | 2126 |
![]() | Line contains a tab character. | 2127 |
![]() | Line contains a tab character. | 2128 |
![]() | Line contains a tab character. | 2129 |
![]() | Line contains a tab character. | 2130 |
![]() | '}' should be on the same line. | 2132 |
![]() | Line is longer than 80 characters. | 2134 |
![]() | Line contains a tab character. | 2134 |
![]() | Line is longer than 80 characters. | 2135 |
![]() | Line has trailing spaces. | 2136 |
![]() | Line is longer than 80 characters. | 2136 |
![]() | '+' should be on a new line. | 2136 |
![]() | '!=' is not preceded with whitespace. | 2139 |
![]() | '!=' is not followed by whitespace. | 2139 |
![]() | Line is longer than 80 characters. | 2140 |
![]() | Line has trailing spaces. | 2144 |
![]() | '!=' is not preceded with whitespace. | 2144 |
![]() | '!=' is not followed by whitespace. | 2144 |
![]() | '==' is not preceded with whitespace. | 2144 |
![]() | '==' is not followed by whitespace. | 2144 |
![]() | Line is longer than 80 characters. | 2145 |
![]() | Line is longer than 80 characters. | 2147 |
![]() | Line is longer than 80 characters. | 2148 |
![]() | '3' is a magic number. | 2151 |
![]() | '4' is a magic number. | 2153 |
![]() | Line is longer than 80 characters. | 2157 |
![]() | Line contains a tab character. | 2158 |
![]() | Line is longer than 80 characters. | 2159 |
![]() | Line contains a tab character. | 2159 |
![]() | Line contains a tab character. | 2160 |
![]() | Line contains a tab character. | 2161 |
![]() | '}' should be on the same line. | 2164 |
![]() | Line has trailing spaces. | 2166 |
![]() | Line is longer than 80 characters. | 2166 |
![]() | Line contains a tab character. | 2166 |
![]() | Line is longer than 80 characters. | 2167 |
![]() | Line contains a tab character. | 2167 |
![]() | Line contains a tab character. | 2169 |
![]() | Line contains a tab character. | 2170 |
![]() | First sentence should end with a period. | 2174 |
![]() | Line contains a tab character. | 2174 |
![]() | Line contains a tab character. | 2175 |
![]() | Line contains a tab character. | 2176 |
![]() | Line is longer than 80 characters. | 2177 |
![]() | Method 'ingestDataSetColObject' is not designed for extension - needs to be abstract, final or empty. | 2177 |
![]() | Parameter lblMap should be final. | 2177 |
![]() | ',' is not followed by whitespace. | 2177 |
![]() | Expected @param tag for 'lblMap'. | 2177 |
![]() | Line has trailing spaces. | 2178 |
![]() | First sentence should end with a period. | 2183 |
![]() | Line contains a tab character. | 2183 |
![]() | Line contains a tab character. | 2184 |
![]() | Line contains a tab character. | 2185 |
![]() | Method 'ingestDSCollUsgd' is not designed for extension - needs to be abstract, final or empty. | 2186 |
![]() | Parameter lblMap should be final. | 2186 |
![]() | ',' is not followed by whitespace. | 2186 |
![]() | Expected @param tag for 'lblMap'. | 2186 |
![]() | Line contains a tab character. | 2191 |
![]() | '!=' is not preceded with whitespace. | 2193 |
![]() | '!=' is not followed by whitespace. | 2193 |
![]() | Line is longer than 80 characters. | 2194 |
![]() | Line contains a tab character. | 2194 |
![]() | '}' should be on the same line. | 2195 |
![]() | Line contains a tab character. | 2197 |
![]() | '{' is followed by whitespace. | 2197 |
![]() | Line is longer than 80 characters. | 2198 |
![]() | Line contains a tab character. | 2198 |
![]() | Line contains a tab character. | 2199 |
![]() | Line contains a tab character. | 2200 |
![]() | Line contains a tab character. | 2201 |
![]() | Line contains a tab character. | 2203 |
![]() | Line contains a tab character. | 2204 |
![]() | Line has trailing spaces. | 2205 |
![]() | Line is longer than 80 characters. | 2206 |
![]() | Line is longer than 80 characters. | 2207 |
![]() | Line is longer than 80 characters. | 2208 |
![]() | '!=' is not preceded with whitespace. | 2210 |
![]() | '!=' is not followed by whitespace. | 2210 |
![]() | Line is longer than 80 characters. | 2211 |
![]() | '!=' is not preceded with whitespace. | 2215 |
![]() | '!=' is not followed by whitespace. | 2215 |
![]() | '!=' is not preceded with whitespace. | 2216 |
![]() | '!=' is not followed by whitespace. | 2216 |
![]() | '==' is not preceded with whitespace. | 2216 |
![]() | '==' is not followed by whitespace. | 2216 |
![]() | Line is longer than 80 characters. | 2217 |
![]() | Line is longer than 80 characters. | 2219 |
![]() | '=' is not preceded with whitespace. | 2220 |
![]() | '=' is not followed by whitespace. | 2220 |
![]() | '<' is not preceded with whitespace. | 2220 |
![]() | '<' is not followed by whitespace. | 2220 |
![]() | '3' is a magic number. | 2223 |
![]() | '+' is not preceded with whitespace. | 2223 |
![]() | '+' is not followed by whitespace. | 2223 |
![]() | '4' is a magic number. | 2224 |
![]() | '5' is a magic number. | 2226 |
![]() | Line is longer than 80 characters. | 2231 |
![]() | Line contains a tab character. | 2232 |
![]() | Line is longer than 80 characters. | 2233 |
![]() | Line contains a tab character. | 2233 |
![]() | Line contains a tab character. | 2234 |
![]() | Line contains a tab character. | 2235 |
![]() | '}' should be on the same line. | 2237 |
![]() | Line is longer than 80 characters. | 2239 |
![]() | Line contains a tab character. | 2239 |
![]() | '{' is followed by whitespace. | 2239 |
![]() | Line is longer than 80 characters. | 2240 |
![]() | Line contains a tab character. | 2240 |
![]() | Line contains a tab character. | 2241 |
![]() | Line contains a tab character. | 2242 |
![]() | Line contains a tab character. | 2243 |
![]() | '}' should be on the same line. | 2247 |
![]() | Line has trailing spaces. | 2249 |
![]() | Line is longer than 80 characters. | 2249 |
![]() | Line contains a tab character. | 2249 |
![]() | Line is longer than 80 characters. | 2250 |
![]() | Line contains a tab character. | 2250 |
![]() | Line contains a tab character. | 2253 |
![]() | Line contains a tab character. | 2254 |
![]() | First sentence should end with a period. | 2258 |
![]() | Line has trailing spaces. | 2258 |
![]() | Line contains a tab character. | 2258 |
![]() | Line contains a tab character. | 2259 |
![]() | Line contains a tab character. | 2260 |
![]() | Method 'ingestDSCollInfo' is not designed for extension - needs to be abstract, final or empty. | 2261 |
![]() | Parameter lblMap should be final. | 2261 |
![]() | ',' is not followed by whitespace. | 2261 |
![]() | Expected @param tag for 'lblMap'. | 2261 |
![]() | Line contains a tab character. | 2266 |
![]() | Line contains a tab character. | 2267 |
![]() | '!=' is not preceded with whitespace. | 2268 |
![]() | '!=' is not followed by whitespace. | 2268 |
![]() | Line is longer than 80 characters. | 2269 |
![]() | Line contains a tab character. | 2269 |
![]() | '}' should be on the same line. | 2270 |
![]() | Line contains a tab character. | 2272 |
![]() | '{' is followed by whitespace. | 2272 |
![]() | Line is longer than 80 characters. | 2273 |
![]() | Line contains a tab character. | 2273 |
![]() | Line contains a tab character. | 2274 |
![]() | Line contains a tab character. | 2275 |
![]() | Line contains a tab character. | 2276 |
![]() | Line contains a tab character. | 2278 |
![]() | Line contains a tab character. | 2279 |
![]() | Line has trailing spaces. | 2280 |
![]() | Line is longer than 80 characters. | 2282 |
![]() | Line is longer than 80 characters. | 2283 |
![]() | Line is longer than 80 characters. | 2284 |
![]() | '!=' is not preceded with whitespace. | 2286 |
![]() | '!=' is not followed by whitespace. | 2286 |
![]() | Line is longer than 80 characters. | 2287 |
![]() | 'if' construct must use '{}'s. | 2300 |
![]() | '!=' is not preceded with whitespace. | 2300 |
![]() | '!=' is not followed by whitespace. | 2300 |
![]() | Line is longer than 80 characters. | 2301 |
![]() | 'if' construct must use '{}'s. | 2302 |
![]() | '!=' is not preceded with whitespace. | 2302 |
![]() | '!=' is not followed by whitespace. | 2302 |
![]() | Line is longer than 80 characters. | 2303 |
![]() | 'if' construct must use '{}'s. | 2304 |
![]() | '!=' is not preceded with whitespace. | 2304 |
![]() | '!=' is not followed by whitespace. | 2304 |
![]() | 'if' construct must use '{}'s. | 2306 |
![]() | '!=' is not preceded with whitespace. | 2306 |
![]() | '!=' is not followed by whitespace. | 2306 |
![]() | 'if' construct must use '{}'s. | 2308 |
![]() | '!=' is not preceded with whitespace. | 2308 |
![]() | '!=' is not followed by whitespace. | 2308 |
![]() | Line is longer than 80 characters. | 2309 |
![]() | 'if' construct must use '{}'s. | 2310 |
![]() | '!=' is not preceded with whitespace. | 2310 |
![]() | '!=' is not followed by whitespace. | 2310 |
![]() | Line is longer than 80 characters. | 2311 |
![]() | 'if' construct must use '{}'s. | 2312 |
![]() | '!=' is not preceded with whitespace. | 2312 |
![]() | '!=' is not followed by whitespace. | 2312 |
![]() | Line is longer than 80 characters. | 2313 |
![]() | Line is longer than 80 characters. | 2315 |
![]() | '==' is not preceded with whitespace. | 2315 |
![]() | '==' is not followed by whitespace. | 2315 |
![]() | '==' is not preceded with whitespace. | 2315 |
![]() | '==' is not followed by whitespace. | 2315 |
![]() | '==' is not preceded with whitespace. | 2315 |
![]() | '==' is not followed by whitespace. | 2315 |
![]() | '==' is not preceded with whitespace. | 2315 |
![]() | '==' is not followed by whitespace. | 2315 |
![]() | '||' should be on a new line. | 2315 |
![]() | Line is longer than 80 characters. | 2316 |
![]() | '==' is not preceded with whitespace. | 2316 |
![]() | '==' is not followed by whitespace. | 2316 |
![]() | '==' is not preceded with whitespace. | 2316 |
![]() | '==' is not followed by whitespace. | 2316 |
![]() | '==' is not preceded with whitespace. | 2316 |
![]() | '==' is not followed by whitespace. | 2316 |
![]() | Line is longer than 80 characters. | 2317 |
![]() | Line contains a tab character. | 2317 |
![]() | '{' is followed by whitespace. | 2317 |
![]() | '+' should be on a new line. | 2317 |
![]() | Line is longer than 80 characters. | 2318 |
![]() | Line contains a tab character. | 2318 |
![]() | Line is longer than 80 characters. | 2319 |
![]() | Line contains a tab character. | 2319 |
![]() | Line contains a tab character. | 2320 |
![]() | Line contains a tab character. | 2321 |
![]() | Line contains a tab character. | 2322 |
![]() | Line contains a tab character. | 2323 |
![]() | '}' should be on the same line. | 2325 |
![]() | '!=' is not preceded with whitespace. | 2327 |
![]() | '!=' is not followed by whitespace. | 2327 |
![]() | '==' is not preceded with whitespace. | 2327 |
![]() | '==' is not followed by whitespace. | 2327 |
![]() | Line has trailing spaces. | 2328 |
![]() | Line is longer than 80 characters. | 2328 |
![]() | '+' should be on a new line. | 2328 |
![]() | Line is longer than 80 characters. | 2329 |
![]() | Line is longer than 80 characters. | 2332 |
![]() | Line is longer than 80 characters. | 2333 |
![]() | Line is longer than 80 characters. | 2334 |
![]() | Line is longer than 80 characters. | 2335 |
![]() | Line is longer than 80 characters. | 2336 |
![]() | Line is longer than 80 characters. | 2337 |
![]() | Line is longer than 80 characters. | 2338 |
![]() | '3' is a magic number. | 2342 |
![]() | '4' is a magic number. | 2343 |
![]() | '5' is a magic number. | 2344 |
![]() | '6' is a magic number. | 2345 |
![]() | '7' is a magic number. | 2346 |
![]() | '8' is a magic number. | 2347 |
![]() | '9' is a magic number. | 2348 |
![]() | '10' is a magic number. | 2350 |
![]() | Line has trailing spaces. | 2351 |
![]() | Line is longer than 80 characters. | 2354 |
![]() | Line contains a tab character. | 2355 |
![]() | Line is longer than 80 characters. | 2356 |
![]() | Line contains a tab character. | 2356 |
![]() | Line contains a tab character. | 2357 |
![]() | Line contains a tab character. | 2358 |
![]() | '}' should be on the same line. | 2361 |
![]() | Line has trailing spaces. | 2363 |
![]() | Line is longer than 80 characters. | 2363 |
![]() | Line contains a tab character. | 2363 |
![]() | Line is longer than 80 characters. | 2364 |
![]() | Line contains a tab character. | 2364 |
![]() | Line contains a tab character. | 2366 |
![]() | Line contains a tab character. | 2367 |
![]() | First sentence should end with a period. | 2371 |
![]() | Line has trailing spaces. | 2371 |
![]() | Line contains a tab character. | 2371 |
![]() | Line contains a tab character. | 2372 |
![]() | Line contains a tab character. | 2373 |
![]() | Method 'ingestDSCollD' is not designed for extension - needs to be abstract, final or empty. | 2374 |
![]() | Parameter lblMap should be final. | 2374 |
![]() | ',' is not followed by whitespace. | 2374 |
![]() | Expected @param tag for 'lblMap'. | 2374 |
![]() | Line contains a tab character. | 2379 |
![]() | Line contains a tab character. | 2380 |
![]() | '!=' is not preceded with whitespace. | 2381 |
![]() | '!=' is not followed by whitespace. | 2381 |
![]() | Line is longer than 80 characters. | 2382 |
![]() | Line contains a tab character. | 2382 |
![]() | '}' should be on the same line. | 2383 |
![]() | Line contains a tab character. | 2385 |
![]() | '{' is followed by whitespace. | 2385 |
![]() | Line is longer than 80 characters. | 2386 |
![]() | Line contains a tab character. | 2386 |
![]() | Line contains a tab character. | 2387 |
![]() | Line contains a tab character. | 2388 |
![]() | Line contains a tab character. | 2389 |
![]() | Line contains a tab character. | 2391 |
![]() | Line contains a tab character. | 2392 |
![]() | Line has trailing spaces. | 2393 |
![]() | Line is longer than 80 characters. | 2395 |
![]() | Line is longer than 80 characters. | 2396 |
![]() | Line is longer than 80 characters. | 2397 |
![]() | '!=' is not preceded with whitespace. | 2399 |
![]() | '!=' is not followed by whitespace. | 2399 |
![]() | Line is longer than 80 characters. | 2400 |
![]() | '!=' is not preceded with whitespace. | 2404 |
![]() | '!=' is not followed by whitespace. | 2404 |
![]() | '!=' is not preceded with whitespace. | 2405 |
![]() | '!=' is not followed by whitespace. | 2405 |
![]() | '==' is not preceded with whitespace. | 2405 |
![]() | '==' is not followed by whitespace. | 2405 |
![]() | Line is longer than 80 characters. | 2406 |
![]() | Line has trailing spaces. | 2408 |
![]() | Line is longer than 80 characters. | 2408 |
![]() | '=' is not preceded with whitespace. | 2409 |
![]() | '=' is not followed by whitespace. | 2409 |
![]() | '<' is not preceded with whitespace. | 2409 |
![]() | '<' is not followed by whitespace. | 2409 |
![]() | Line is longer than 80 characters. | 2410 |
![]() | '3' is a magic number. | 2413 |
![]() | '+' is not preceded with whitespace. | 2413 |
![]() | '+' is not followed by whitespace. | 2413 |
![]() | '4' is a magic number. | 2414 |
![]() | '5' is a magic number. | 2416 |
![]() | Line is longer than 80 characters. | 2421 |
![]() | Line contains a tab character. | 2422 |
![]() | Line is longer than 80 characters. | 2423 |
![]() | Line contains a tab character. | 2423 |
![]() | Line contains a tab character. | 2424 |
![]() | Line contains a tab character. | 2425 |
![]() | '}' should be on the same line. | 2427 |
![]() | Line contains a tab character. | 2429 |
![]() | '{' is followed by whitespace. | 2429 |
![]() | Line is longer than 80 characters. | 2430 |
![]() | Line contains a tab character. | 2430 |
![]() | Line contains a tab character. | 2431 |
![]() | Line contains a tab character. | 2432 |
![]() | Line contains a tab character. | 2433 |
![]() | '}' should be on the same line. | 2437 |
![]() | Line has trailing spaces. | 2439 |
![]() | Line is longer than 80 characters. | 2439 |
![]() | Line contains a tab character. | 2439 |
![]() | Line is longer than 80 characters. | 2440 |
![]() | Line contains a tab character. | 2440 |
![]() | Line contains a tab character. | 2442 |
![]() | Line contains a tab character. | 2443 |
![]() | Line has trailing spaces. | 2446 |
![]() | First sentence should end with a period. | 2447 |
![]() | Line contains a tab character. | 2447 |
![]() | Line contains a tab character. | 2448 |
![]() | Line contains a tab character. | 2449 |
![]() | Method 'ingestDSCollDoc' is not designed for extension - needs to be abstract, final or empty. | 2450 |
![]() | Parameter lblMap should be final. | 2450 |
![]() | ',' is not followed by whitespace. | 2450 |
![]() | Expected @param tag for 'lblMap'. | 2450 |
![]() | Line contains a tab character. | 2455 |
![]() | 'if' construct must use '{}'s. | 2457 |
![]() | '!=' is not preceded with whitespace. | 2457 |
![]() | '!=' is not followed by whitespace. | 2457 |
![]() | Line is longer than 80 characters. | 2458 |
![]() | Line contains a tab character. | 2458 |
![]() | Line contains a tab character. | 2460 |
![]() | '{' is followed by whitespace. | 2460 |
![]() | Line is longer than 80 characters. | 2461 |
![]() | Line contains a tab character. | 2461 |
![]() | Line contains a tab character. | 2462 |
![]() | Line contains a tab character. | 2463 |
![]() | Line contains a tab character. | 2464 |
![]() | Line contains a tab character. | 2466 |
![]() | Line contains a tab character. | 2467 |
![]() | Line is longer than 80 characters. | 2471 |
![]() | Line is longer than 80 characters. | 2472 |
![]() | Line is longer than 80 characters. | 2473 |
![]() | Line has trailing spaces. | 2474 |
![]() | '!=' is not preceded with whitespace. | 2475 |
![]() | '!=' is not followed by whitespace. | 2475 |
![]() | Line is longer than 80 characters. | 2476 |
![]() | Line has trailing spaces. | 2480 |
![]() | '!=' is not preceded with whitespace. | 2482 |
![]() | '!=' is not followed by whitespace. | 2482 |
![]() | Line has trailing spaces. | 2484 |
![]() | '!=' is not preceded with whitespace. | 2485 |
![]() | '!=' is not followed by whitespace. | 2485 |
![]() | '==' is not preceded with whitespace. | 2485 |
![]() | '==' is not followed by whitespace. | 2485 |
![]() | Line is longer than 80 characters. | 2486 |
![]() | '3' is a magic number. | 2490 |
![]() | '4' is a magic number. | 2492 |
![]() | Line has trailing spaces. | 2493 |
![]() | Line is longer than 80 characters. | 2496 |
![]() | Line contains a tab character. | 2497 |
![]() | Line is longer than 80 characters. | 2498 |
![]() | Line contains a tab character. | 2498 |
![]() | Line contains a tab character. | 2499 |
![]() | Line contains a tab character. | 2500 |
![]() | '}' should be on the same line. | 2502 |
![]() | Line contains a tab character. | 2504 |
![]() | '{' is followed by whitespace. | 2504 |
![]() | Line is longer than 80 characters. | 2505 |
![]() | Line contains a tab character. | 2505 |
![]() | Line contains a tab character. | 2506 |
![]() | Line contains a tab character. | 2507 |
![]() | Line contains a tab character. | 2508 |
![]() | '}' should be on the same line. | 2512 |
![]() | Line has trailing spaces. | 2514 |
![]() | Line is longer than 80 characters. | 2514 |
![]() | Line contains a tab character. | 2514 |
![]() | Line is longer than 80 characters. | 2515 |
![]() | Line contains a tab character. | 2515 |
![]() | Line contains a tab character. | 2517 |
![]() | Line contains a tab character. | 2518 |
![]() | First sentence should end with a period. | 2522 |
![]() | Line contains a tab character. | 2522 |
![]() | Line contains a tab character. | 2523 |
![]() | Line contains a tab character. | 2524 |
![]() | Method 'ingestInventoryObject' is not designed for extension - needs to be abstract, final or empty. | 2525 |
![]() | Parameter lblMap should be final. | 2525 |
![]() | ',' is not followed by whitespace. | 2525 |
![]() | Expected @param tag for 'lblMap'. | 2525 |
![]() | First sentence should end with a period. | 2530 |
![]() | Line contains a tab character. | 2530 |
![]() | Line contains a tab character. | 2531 |
![]() | Line contains a tab character. | 2532 |
![]() | Method 'ingestInvSpcOrdNt' is not designed for extension - needs to be abstract, final or empty. | 2533 |
![]() | Parameter lblMap should be final. | 2533 |
![]() | ',' is not followed by whitespace. | 2533 |
![]() | Expected @param tag for 'lblMap'. | 2533 |
![]() | Line contains a tab character. | 2538 |
![]() | 'if' construct must use '{}'s. | 2540 |
![]() | '!=' is not preceded with whitespace. | 2540 |
![]() | '!=' is not followed by whitespace. | 2540 |
![]() | Line is longer than 80 characters. | 2541 |
![]() | 'if' construct must use '{}'s. | 2543 |
![]() | '!=' is not preceded with whitespace. | 2543 |
![]() | '!=' is not followed by whitespace. | 2543 |
![]() | 'if' construct must use '{}'s. | 2546 |
![]() | '!=' is not preceded with whitespace. | 2546 |
![]() | '!=' is not followed by whitespace. | 2546 |
![]() | Line is longer than 80 characters. | 2549 |
![]() | Line is longer than 80 characters. | 2550 |
![]() | Line is longer than 80 characters. | 2551 |
![]() | '==' is not preceded with whitespace. | 2553 |
![]() | '==' is not followed by whitespace. | 2553 |
![]() | '==' is not preceded with whitespace. | 2553 |
![]() | '==' is not followed by whitespace. | 2553 |
![]() | '==' is not preceded with whitespace. | 2553 |
![]() | '==' is not followed by whitespace. | 2553 |
![]() | Line is longer than 80 characters. | 2554 |
![]() | Line contains a tab character. | 2554 |
![]() | '{' is followed by whitespace. | 2554 |
![]() | Line is longer than 80 characters. | 2555 |
![]() | Line contains a tab character. | 2555 |
![]() | Line contains a tab character. | 2556 |
![]() | Line contains a tab character. | 2557 |
![]() | Line contains a tab character. | 2558 |
![]() | Line has trailing spaces. | 2563 |
![]() | Line contains a tab character. | 2563 |
![]() | Line has trailing spaces. | 2564 |
![]() | Line is longer than 80 characters. | 2564 |
![]() | Line is longer than 80 characters. | 2565 |
![]() | Line has trailing spaces. | 2566 |
![]() | Line is longer than 80 characters. | 2566 |
![]() | Line is longer than 80 characters. | 2567 |
![]() | Line contains a tab character. | 2567 |
![]() | Line has trailing spaces. | 2568 |
![]() | Line is longer than 80 characters. | 2568 |
![]() | '+' should be on a new line. | 2568 |
![]() | Line is longer than 80 characters. | 2569 |
![]() | '!=' is not preceded with whitespace. | 2571 |
![]() | '!=' is not followed by whitespace. | 2571 |
![]() | Line has trailing spaces. | 2572 |
![]() | Line is longer than 80 characters. | 2572 |
![]() | '+' should be on a new line. | 2572 |
![]() | Line is longer than 80 characters. | 2573 |
![]() | '!=' is not preceded with whitespace. | 2578 |
![]() | '!=' is not followed by whitespace. | 2578 |
![]() | Line has trailing spaces. | 2579 |
![]() | '!=' is not preceded with whitespace. | 2579 |
![]() | '!=' is not followed by whitespace. | 2579 |
![]() | '==' is not preceded with whitespace. | 2579 |
![]() | '==' is not followed by whitespace. | 2579 |
![]() | Line has trailing spaces. | 2580 |
![]() | Line is longer than 80 characters. | 2580 |
![]() | '+' should be on a new line. | 2580 |
![]() | Line is longer than 80 characters. | 2584 |
![]() | '=' is not preceded with whitespace. | 2585 |
![]() | '=' is not followed by whitespace. | 2585 |
![]() | '<' is not preceded with whitespace. | 2585 |
![]() | '<' is not followed by whitespace. | 2585 |
![]() | '3' is a magic number. | 2588 |
![]() | '4' is a magic number. | 2589 |
![]() | '5' is a magic number. | 2590 |
![]() | '+' is not preceded with whitespace. | 2590 |
![]() | '+' is not followed by whitespace. | 2590 |
![]() | '6' is a magic number. | 2591 |
![]() | '7' is a magic number. | 2593 |
![]() | Line is longer than 80 characters. | 2598 |
![]() | Line contains a tab character. | 2599 |
![]() | Line is longer than 80 characters. | 2600 |
![]() | Line contains a tab character. | 2600 |
![]() | Line contains a tab character. | 2601 |
![]() | Line contains a tab character. | 2602 |
![]() | '}' should be on the same line. | 2604 |
![]() | Line is longer than 80 characters. | 2606 |
![]() | Line contains a tab character. | 2606 |
![]() | '{' is followed by whitespace. | 2606 |
![]() | Line is longer than 80 characters. | 2607 |
![]() | Line contains a tab character. | 2607 |
![]() | Line contains a tab character. | 2608 |
![]() | Line contains a tab character. | 2609 |
![]() | Line contains a tab character. | 2610 |
![]() | Line contains a tab character. | 2611 |
![]() | '}' should be on the same line. | 2614 |
![]() | Line has trailing spaces. | 2616 |
![]() | Line is longer than 80 characters. | 2616 |
![]() | Line contains a tab character. | 2616 |
![]() | Line is longer than 80 characters. | 2617 |
![]() | Line contains a tab character. | 2617 |
![]() | Line contains a tab character. | 2619 |
![]() | Line contains a tab character. | 2620 |
![]() | First sentence should end with a period. | 2624 |
![]() | Line contains a tab character. | 2624 |
![]() | Line contains a tab character. | 2625 |
![]() | Line contains a tab character. | 2626 |
![]() | Method 'ingestInvNodeMedia' is not designed for extension - needs to be abstract, final or empty. | 2627 |
![]() | Parameter lblMap should be final. | 2627 |
![]() | ',' is not followed by whitespace. | 2627 |
![]() | Expected @param tag for 'lblMap'. | 2627 |
![]() | Line has trailing spaces. | 2631 |
![]() | Line contains a tab character. | 2632 |
![]() | 'if' construct must use '{}'s. | 2634 |
![]() | '!=' is not preceded with whitespace. | 2634 |
![]() | '!=' is not followed by whitespace. | 2634 |
![]() | Line is longer than 80 characters. | 2635 |
![]() | 'if' construct must use '{}'s. | 2637 |
![]() | '!=' is not preceded with whitespace. | 2637 |
![]() | '!=' is not followed by whitespace. | 2637 |
![]() | 'if' construct must use '{}'s. | 2640 |
![]() | '!=' is not preceded with whitespace. | 2640 |
![]() | '!=' is not followed by whitespace. | 2640 |
![]() | '==' is not preceded with whitespace. | 2642 |
![]() | '==' is not followed by whitespace. | 2642 |
![]() | '==' is not preceded with whitespace. | 2642 |
![]() | '==' is not followed by whitespace. | 2642 |
![]() | '==' is not preceded with whitespace. | 2642 |
![]() | '==' is not followed by whitespace. | 2642 |
![]() | Line is longer than 80 characters. | 2643 |
![]() | Line contains a tab character. | 2643 |
![]() | '{' is followed by whitespace. | 2643 |
![]() | Line is longer than 80 characters. | 2644 |
![]() | Line contains a tab character. | 2644 |
![]() | Line contains a tab character. | 2645 |
![]() | Line contains a tab character. | 2646 |
![]() | Line contains a tab character. | 2647 |
![]() | Line has trailing spaces. | 2652 |
![]() | Line is longer than 80 characters. | 2652 |
![]() | Line is longer than 80 characters. | 2653 |
![]() | Line has trailing spaces. | 2654 |
![]() | Line is longer than 80 characters. | 2654 |
![]() | Line has trailing spaces. | 2656 |
![]() | Line is longer than 80 characters. | 2656 |
![]() | '+' should be on a new line. | 2656 |
![]() | Line is longer than 80 characters. | 2657 |
![]() | '!=' is not preceded with whitespace. | 2659 |
![]() | '!=' is not followed by whitespace. | 2659 |
![]() | Line is longer than 80 characters. | 2660 |
![]() | '+' should be on a new line. | 2660 |
![]() | Line is longer than 80 characters. | 2661 |
![]() | 'if' construct must use '{}'s. | 2667 |
![]() | '!=' is not preceded with whitespace. | 2667 |
![]() | '!=' is not followed by whitespace. | 2667 |
![]() | 'if' construct must use '{}'s. | 2669 |
![]() | '!=' is not preceded with whitespace. | 2669 |
![]() | '!=' is not followed by whitespace. | 2669 |
![]() | '==' is not preceded with whitespace. | 2671 |
![]() | '==' is not followed by whitespace. | 2671 |
![]() | '==' is not preceded with whitespace. | 2671 |
![]() | '==' is not followed by whitespace. | 2671 |
![]() | Line contains a tab character. | 2672 |
![]() | '{' is followed by whitespace. | 2672 |
![]() | Line is longer than 80 characters. | 2673 |
![]() | Line contains a tab character. | 2673 |
![]() | Line contains a tab character. | 2674 |
![]() | Line contains a tab character. | 2675 |
![]() | Line contains a tab character. | 2676 |
![]() | Line contains a tab character. | 2677 |
![]() | '}' should be on the same line. | 2679 |
![]() | '!=' is not preceded with whitespace. | 2681 |
![]() | '!=' is not followed by whitespace. | 2681 |
![]() | '==' is not preceded with whitespace. | 2681 |
![]() | '==' is not followed by whitespace. | 2681 |
![]() | Line has trailing spaces. | 2682 |
![]() | Line is longer than 80 characters. | 2682 |
![]() | '+' should be on a new line. | 2682 |
![]() | '3' is a magic number. | 2687 |
![]() | '4' is a magic number. | 2688 |
![]() | '5' is a magic number. | 2689 |
![]() | '6' is a magic number. | 2690 |
![]() | '7' is a magic number. | 2692 |
![]() | Line is longer than 80 characters. | 2696 |
![]() | Line contains a tab character. | 2697 |
![]() | Line is longer than 80 characters. | 2698 |
![]() | Line contains a tab character. | 2698 |
![]() | Line contains a tab character. | 2699 |
![]() | Line contains a tab character. | 2700 |
![]() | '}' should be on the same line. | 2703 |
![]() | Line has trailing spaces. | 2705 |
![]() | Line is longer than 80 characters. | 2705 |
![]() | Line contains a tab character. | 2705 |
![]() | Line is longer than 80 characters. | 2706 |
![]() | Line contains a tab character. | 2706 |
![]() | Line contains a tab character. | 2708 |
![]() | Line contains a tab character. | 2709 |
![]() | First sentence should end with a period. | 2713 |
![]() | Line contains a tab character. | 2713 |
![]() | Line contains a tab character. | 2714 |
![]() | Line contains a tab character. | 2715 |
![]() | Method 'ingestSoftwareObject' is not designed for extension - needs to be abstract, final or empty. | 2716 |
![]() | Parameter lblMap should be final. | 2716 |
![]() | ',' is not followed by whitespace. | 2716 |
![]() | Expected @param tag for 'lblMap'. | 2716 |
![]() | First sentence should end with a period. | 2722 |
![]() | Line contains a tab character. | 2722 |
![]() | Line contains a tab character. | 2723 |
![]() | Line contains a tab character. | 2724 |
![]() | Method 'ingestSWD' is not designed for extension - needs to be abstract, final or empty. | 2725 |
![]() | Parameter lblMap should be final. | 2725 |
![]() | ',' is not followed by whitespace. | 2725 |
![]() | Expected @param tag for 'lblMap'. | 2725 |
![]() | Line contains a tab character. | 2730 |
![]() | 'if' construct must use '{}'s. | 2732 |
![]() | '!=' is not preceded with whitespace. | 2732 |
![]() | '!=' is not followed by whitespace. | 2732 |
![]() | Line contains a tab character. | 2733 |
![]() | 'if' construct must use '{}'s. | 2735 |
![]() | '!=' is not preceded with whitespace. | 2735 |
![]() | '!=' is not followed by whitespace. | 2735 |
![]() | Line is longer than 80 characters. | 2736 |
![]() | Line contains a tab character. | 2736 |
![]() | '==' is not preceded with whitespace. | 2737 |
![]() | '==' is not followed by whitespace. | 2737 |
![]() | '==' is not preceded with whitespace. | 2737 |
![]() | '==' is not followed by whitespace. | 2737 |
![]() | Line is longer than 80 characters. | 2738 |
![]() | Line contains a tab character. | 2738 |
![]() | '{' is followed by whitespace. | 2738 |
![]() | Line is longer than 80 characters. | 2739 |
![]() | Line contains a tab character. | 2739 |
![]() | Line contains a tab character. | 2740 |
![]() | Line contains a tab character. | 2741 |
![]() | Line contains a tab character. | 2742 |
![]() | Line contains a tab character. | 2745 |
![]() | Line is longer than 80 characters. | 2747 |
![]() | '!=' is not preceded with whitespace. | 2749 |
![]() | '!=' is not followed by whitespace. | 2749 |
![]() | Line is longer than 80 characters. | 2750 |
![]() | '!=' is not preceded with whitespace. | 2754 |
![]() | '!=' is not followed by whitespace. | 2754 |
![]() | '!=' is not preceded with whitespace. | 2755 |
![]() | '!=' is not followed by whitespace. | 2755 |
![]() | '==' is not preceded with whitespace. | 2755 |
![]() | '==' is not followed by whitespace. | 2755 |
![]() | Line is longer than 80 characters. | 2756 |
![]() | Line is longer than 80 characters. | 2763 |
![]() | '=' is not preceded with whitespace. | 2764 |
![]() | '=' is not followed by whitespace. | 2764 |
![]() | '<' is not preceded with whitespace. | 2764 |
![]() | '<' is not followed by whitespace. | 2764 |
![]() | 'if' construct must use '{}'s. | 2765 |
![]() | Line has trailing spaces. | 2765 |
![]() | Line is longer than 80 characters. | 2766 |
![]() | '3' is a magic number. | 2769 |
![]() | '4' is a magic number. | 2770 |
![]() | '+' is not preceded with whitespace. | 2770 |
![]() | '+' is not followed by whitespace. | 2770 |
![]() | '5' is a magic number. | 2771 |
![]() | '6' is a magic number. | 2773 |
![]() | Line is longer than 80 characters. | 2778 |
![]() | Line contains a tab character. | 2779 |
![]() | Line is longer than 80 characters. | 2780 |
![]() | Line contains a tab character. | 2780 |
![]() | Line contains a tab character. | 2781 |
![]() | Line contains a tab character. | 2782 |
![]() | '}' should be on the same line. | 2784 |
![]() | Line contains a tab character. | 2786 |
![]() | '{' is followed by whitespace. | 2786 |
![]() | Line is longer than 80 characters. | 2787 |
![]() | Line contains a tab character. | 2787 |
![]() | Line contains a tab character. | 2788 |
![]() | Line contains a tab character. | 2789 |
![]() | Line contains a tab character. | 2790 |
![]() | '}' should be on the same line. | 2794 |
![]() | Line has trailing spaces. | 2796 |
![]() | Line is longer than 80 characters. | 2796 |
![]() | Line contains a tab character. | 2796 |
![]() | Line is longer than 80 characters. | 2797 |
![]() | Line contains a tab character. | 2797 |
![]() | Line contains a tab character. | 2799 |
![]() | Line contains a tab character. | 2800 |
![]() | First sentence should end with a period. | 2804 |
![]() | Line contains a tab character. | 2804 |
![]() | Line contains a tab character. | 2805 |
![]() | Line contains a tab character. | 2806 |
![]() | Method 'ingestSWInfo' is not designed for extension - needs to be abstract, final or empty. | 2807 |
![]() | Parameter lblMap should be final. | 2807 |
![]() | ',' is not followed by whitespace. | 2807 |
![]() | Expected @param tag for 'lblMap'. | 2807 |
![]() | Line contains a tab character. | 2812 |
![]() | Line contains a tab character. | 2813 |
![]() | 'if' construct must use '{}'s. | 2814 |
![]() | '!=' is not preceded with whitespace. | 2814 |
![]() | '!=' is not followed by whitespace. | 2814 |
![]() | Line contains a tab character. | 2815 |
![]() | 'if' construct must use '{}'s. | 2817 |
![]() | '!=' is not preceded with whitespace. | 2817 |
![]() | '!=' is not followed by whitespace. | 2817 |
![]() | Line is longer than 80 characters. | 2818 |
![]() | Line contains a tab character. | 2818 |
![]() | Line has trailing spaces. | 2819 |
![]() | 'if' construct must use '{}'s. | 2828 |
![]() | '!=' is not preceded with whitespace. | 2828 |
![]() | '!=' is not followed by whitespace. | 2828 |
![]() | Line is longer than 80 characters. | 2829 |
![]() | 'if' construct must use '{}'s. | 2830 |
![]() | '!=' is not preceded with whitespace. | 2830 |
![]() | '!=' is not followed by whitespace. | 2830 |
![]() | Line is longer than 80 characters. | 2831 |
![]() | 'if' construct must use '{}'s. | 2832 |
![]() | '!=' is not preceded with whitespace. | 2832 |
![]() | '!=' is not followed by whitespace. | 2832 |
![]() | Line is longer than 80 characters. | 2833 |
![]() | 'if' construct must use '{}'s. | 2834 |
![]() | '!=' is not preceded with whitespace. | 2834 |
![]() | '!=' is not followed by whitespace. | 2834 |
![]() | Line is longer than 80 characters. | 2835 |
![]() | 'if' construct must use '{}'s. | 2836 |
![]() | '!=' is not preceded with whitespace. | 2836 |
![]() | '!=' is not followed by whitespace. | 2836 |
![]() | Line is longer than 80 characters. | 2837 |
![]() | 'if' construct must use '{}'s. | 2838 |
![]() | Line has trailing spaces. | 2838 |
![]() | '!=' is not preceded with whitespace. | 2838 |
![]() | '!=' is not followed by whitespace. | 2838 |
![]() | Line is longer than 80 characters. | 2839 |
![]() | 'if' construct must use '{}'s. | 2840 |
![]() | '!=' is not preceded with whitespace. | 2840 |
![]() | '!=' is not followed by whitespace. | 2840 |
![]() | 'if' construct must use '{}'s. | 2842 |
![]() | '!=' is not preceded with whitespace. | 2842 |
![]() | '!=' is not followed by whitespace. | 2842 |
![]() | Line is longer than 80 characters. | 2843 |
![]() | Line has trailing spaces. | 2844 |
![]() | Line is longer than 80 characters. | 2845 |
![]() | '==' is not preceded with whitespace. | 2845 |
![]() | '==' is not followed by whitespace. | 2845 |
![]() | '==' is not preceded with whitespace. | 2845 |
![]() | '==' is not followed by whitespace. | 2845 |
![]() | '==' is not preceded with whitespace. | 2845 |
![]() | '==' is not followed by whitespace. | 2845 |
![]() | '==' is not preceded with whitespace. | 2845 |
![]() | '==' is not followed by whitespace. | 2845 |
![]() | '==' is not preceded with whitespace. | 2845 |
![]() | '==' is not followed by whitespace. | 2845 |
![]() | '==' is not preceded with whitespace. | 2845 |
![]() | '==' is not followed by whitespace. | 2845 |
![]() | '||' should be on a new line. | 2845 |
![]() | Line is longer than 80 characters. | 2846 |
![]() | '==' is not preceded with whitespace. | 2846 |
![]() | '==' is not followed by whitespace. | 2846 |
![]() | '==' is not preceded with whitespace. | 2846 |
![]() | '==' is not followed by whitespace. | 2846 |
![]() | '==' is not preceded with whitespace. | 2846 |
![]() | '==' is not followed by whitespace. | 2846 |
![]() | '==' is not preceded with whitespace. | 2846 |
![]() | '==' is not followed by whitespace. | 2846 |
![]() | Line is longer than 80 characters. | 2847 |
![]() | Line contains a tab character. | 2847 |
![]() | '{' is followed by whitespace. | 2847 |
![]() | '+' should be on a new line. | 2847 |
![]() | Line is longer than 80 characters. | 2848 |
![]() | Line contains a tab character. | 2848 |
![]() | Line is longer than 80 characters. | 2849 |
![]() | Line contains a tab character. | 2849 |
![]() | Line contains a tab character. | 2850 |
![]() | Line contains a tab character. | 2851 |
![]() | Line contains a tab character. | 2852 |
![]() | Line contains a tab character. | 2853 |
![]() | '}' should be on the same line. | 2855 |
![]() | Line is longer than 80 characters. | 2857 |
![]() | Line contains a tab character. | 2857 |
![]() | Line is longer than 80 characters. | 2858 |
![]() | Line is longer than 80 characters. | 2859 |
![]() | '!=' is not preceded with whitespace. | 2861 |
![]() | '!=' is not followed by whitespace. | 2861 |
![]() | Line is longer than 80 characters. | 2862 |
![]() | '!=' is not preceded with whitespace. | 2866 |
![]() | '!=' is not followed by whitespace. | 2866 |
![]() | '==' is not preceded with whitespace. | 2866 |
![]() | '==' is not followed by whitespace. | 2866 |
![]() | Line is longer than 80 characters. | 2867 |
![]() | '+' should be on a new line. | 2867 |
![]() | Line is longer than 80 characters. | 2868 |
![]() | Line is longer than 80 characters. | 2873 |
![]() | Line is longer than 80 characters. | 2875 |
![]() | Line is longer than 80 characters. | 2878 |
![]() | '3' is a magic number. | 2882 |
![]() | '4' is a magic number. | 2883 |
![]() | '5' is a magic number. | 2884 |
![]() | '6' is a magic number. | 2885 |
![]() | '7' is a magic number. | 2886 |
![]() | '8' is a magic number. | 2887 |
![]() | '9' is a magic number. | 2888 |
![]() | '10' is a magic number. | 2889 |
![]() | '11' is a magic number. | 2890 |
![]() | '12' is a magic number. | 2892 |
![]() | Line is longer than 80 characters. | 2895 |
![]() | Line contains a tab character. | 2896 |
![]() | Line is longer than 80 characters. | 2897 |
![]() | Line contains a tab character. | 2897 |
![]() | Line contains a tab character. | 2898 |
![]() | Line contains a tab character. | 2899 |
![]() | '}' should be on the same line. | 2902 |
![]() | Line has trailing spaces. | 2904 |
![]() | Line is longer than 80 characters. | 2904 |
![]() | Line contains a tab character. | 2904 |
![]() | Line is longer than 80 characters. | 2905 |
![]() | Line contains a tab character. | 2905 |
![]() | Line contains a tab character. | 2907 |
![]() | Line contains a tab character. | 2908 |
![]() | First sentence should end with a period. | 2912 |
![]() | Line contains a tab character. | 2912 |
![]() | Line contains a tab character. | 2913 |
![]() | Line contains a tab character. | 2914 |
![]() | Method 'ingestSWPur' is not designed for extension - needs to be abstract, final or empty. | 2915 |
![]() | Parameter lblMap should be final. | 2915 |
![]() | ',' is not followed by whitespace. | 2915 |
![]() | Expected @param tag for 'lblMap'. | 2915 |
![]() | Line contains a tab character. | 2920 |
![]() | Line contains a tab character. | 2921 |
![]() | 'if' construct must use '{}'s. | 2922 |
![]() | '!=' is not preceded with whitespace. | 2922 |
![]() | '!=' is not followed by whitespace. | 2922 |
![]() | Line contains a tab character. | 2923 |
![]() | 'if' construct must use '{}'s. | 2925 |
![]() | '!=' is not preceded with whitespace. | 2925 |
![]() | '!=' is not followed by whitespace. | 2925 |
![]() | Line is longer than 80 characters. | 2926 |
![]() | Line contains a tab character. | 2926 |
![]() | '==' is not preceded with whitespace. | 2927 |
![]() | '==' is not followed by whitespace. | 2927 |
![]() | '==' is not preceded with whitespace. | 2927 |
![]() | '==' is not followed by whitespace. | 2927 |
![]() | Line is longer than 80 characters. | 2928 |
![]() | Line contains a tab character. | 2928 |
![]() | '{' is followed by whitespace. | 2928 |
![]() | Line is longer than 80 characters. | 2929 |
![]() | Line contains a tab character. | 2929 |
![]() | Line contains a tab character. | 2930 |
![]() | Line contains a tab character. | 2931 |
![]() | Line contains a tab character. | 2932 |
![]() | Line contains a tab character. | 2933 |
![]() | Line contains a tab character. | 2935 |
![]() | Line is longer than 80 characters. | 2937 |
![]() | Line is longer than 80 characters. | 2938 |
![]() | Line is longer than 80 characters. | 2939 |
![]() | '+' should be on a new line. | 2939 |
![]() | '!=' is not preceded with whitespace. | 2942 |
![]() | '!=' is not followed by whitespace. | 2942 |
![]() | Line is longer than 80 characters. | 2943 |
![]() | '!=' is not preceded with whitespace. | 2947 |
![]() | '!=' is not followed by whitespace. | 2947 |
![]() | '!=' is not preceded with whitespace. | 2948 |
![]() | '!=' is not followed by whitespace. | 2948 |
![]() | '==' is not preceded with whitespace. | 2948 |
![]() | '==' is not followed by whitespace. | 2948 |
![]() | Line is longer than 80 characters. | 2949 |
![]() | Line is longer than 80 characters. | 2952 |
![]() | Line is longer than 80 characters. | 2955 |
![]() | '3' is a magic number. | 2955 |
![]() | '4' is a magic number. | 2956 |
![]() | '5' is a magic number. | 2958 |
![]() | Line is longer than 80 characters. | 2962 |
![]() | Line contains a tab character. | 2963 |
![]() | Line is longer than 80 characters. | 2964 |
![]() | Line contains a tab character. | 2964 |
![]() | Line contains a tab character. | 2965 |
![]() | Line contains a tab character. | 2966 |
![]() | '}' should be on the same line. | 2968 |
![]() | Line contains a tab character. | 2970 |
![]() | '{' is followed by whitespace. | 2970 |
![]() | Line is longer than 80 characters. | 2971 |
![]() | Line contains a tab character. | 2971 |
![]() | Line contains a tab character. | 2972 |
![]() | Line contains a tab character. | 2973 |
![]() | Line contains a tab character. | 2974 |
![]() | '}' should be on the same line. | 2978 |
![]() | Line has trailing spaces. | 2980 |
![]() | Line is longer than 80 characters. | 2980 |
![]() | Line contains a tab character. | 2980 |
![]() | Line is longer than 80 characters. | 2981 |
![]() | Line contains a tab character. | 2981 |
![]() | Line contains a tab character. | 2983 |
![]() | Line contains a tab character. | 2984 |
![]() | First sentence should end with a period. | 2988 |
![]() | Line has trailing spaces. | 2988 |
![]() | Line contains a tab character. | 2988 |
![]() | Line contains a tab character. | 2989 |
![]() | Line contains a tab character. | 2990 |
![]() | Line has trailing spaces. | 2991 |
![]() | Line is longer than 80 characters. | 2991 |
![]() | Method 'ingestSoftwareOnlineObject' is not designed for extension - needs to be abstract, final or empty. | 2991 |
![]() | Parameter lblMap should be final. | 2991 |
![]() | ',' is not followed by whitespace. | 2991 |
![]() | Expected @param tag for 'lblMap'. | 2991 |
![]() | Line contains a tab character. | 2996 |
![]() | Line contains a tab character. | 2997 |
![]() | 'if' construct must use '{}'s. | 2998 |
![]() | '!=' is not preceded with whitespace. | 2998 |
![]() | '!=' is not followed by whitespace. | 2998 |
![]() | Line contains a tab character. | 2999 |
![]() | 'if' construct must use '{}'s. | 3001 |
![]() | '!=' is not preceded with whitespace. | 3001 |
![]() | '!=' is not followed by whitespace. | 3001 |
![]() | Line is longer than 80 characters. | 3002 |
![]() | Line contains a tab character. | 3002 |
![]() | 'if' construct must use '{}'s. | 3004 |
![]() | '!=' is not preceded with whitespace. | 3004 |
![]() | '!=' is not followed by whitespace. | 3004 |
![]() | Line contains a tab character. | 3005 |
![]() | Line has trailing spaces. | 3006 |
![]() | 'if' construct must use '{}'s. | 3011 |
![]() | '!=' is not preceded with whitespace. | 3011 |
![]() | '!=' is not followed by whitespace. | 3011 |
![]() | 'if' construct must use '{}'s. | 3013 |
![]() | '!=' is not preceded with whitespace. | 3013 |
![]() | '!=' is not followed by whitespace. | 3013 |
![]() | Line is longer than 80 characters. | 3014 |
![]() | 'if' construct must use '{}'s. | 3015 |
![]() | '!=' is not preceded with whitespace. | 3015 |
![]() | '!=' is not followed by whitespace. | 3015 |
![]() | Line is longer than 80 characters. | 3016 |
![]() | 'if' construct must use '{}'s. | 3017 |
![]() | '!=' is not preceded with whitespace. | 3017 |
![]() | '!=' is not followed by whitespace. | 3017 |
![]() | Line is longer than 80 characters. | 3018 |
![]() | Line has trailing spaces. | 3020 |
![]() | Line is longer than 80 characters. | 3020 |
![]() | '==' is not preceded with whitespace. | 3020 |
![]() | '==' is not followed by whitespace. | 3020 |
![]() | '==' is not preceded with whitespace. | 3020 |
![]() | '==' is not followed by whitespace. | 3020 |
![]() | '==' is not preceded with whitespace. | 3020 |
![]() | '==' is not followed by whitespace. | 3020 |
![]() | '==' is not preceded with whitespace. | 3020 |
![]() | '==' is not followed by whitespace. | 3020 |
![]() | '||' should be on a new line. | 3020 |
![]() | Line contains a tab character. | 3021 |
![]() | '==' is not preceded with whitespace. | 3021 |
![]() | '==' is not followed by whitespace. | 3021 |
![]() | '==' is not preceded with whitespace. | 3021 |
![]() | '==' is not followed by whitespace. | 3021 |
![]() | '==' is not preceded with whitespace. | 3021 |
![]() | '==' is not followed by whitespace. | 3021 |
![]() | Line is longer than 80 characters. | 3022 |
![]() | Line contains a tab character. | 3022 |
![]() | '{' is followed by whitespace. | 3022 |
![]() | '+' should be on a new line. | 3022 |
![]() | Line is longer than 80 characters. | 3023 |
![]() | Line contains a tab character. | 3023 |
![]() | Line is longer than 80 characters. | 3024 |
![]() | Line contains a tab character. | 3024 |
![]() | Line contains a tab character. | 3025 |
![]() | Line contains a tab character. | 3026 |
![]() | Line contains a tab character. | 3027 |
![]() | '}' should be on the same line. | 3030 |
![]() | Line is longer than 80 characters. | 3032 |
![]() | Line contains a tab character. | 3032 |
![]() | Line is longer than 80 characters. | 3033 |
![]() | Line is longer than 80 characters. | 3034 |
![]() | '+' should be on a new line. | 3034 |
![]() | Line is longer than 80 characters. | 3035 |
![]() | '!=' is not preceded with whitespace. | 3037 |
![]() | '!=' is not followed by whitespace. | 3037 |
![]() | Line has trailing spaces. | 3038 |
![]() | Line is longer than 80 characters. | 3038 |
![]() | '+' should be on a new line. | 3038 |
![]() | '!=' is not preceded with whitespace. | 3044 |
![]() | '!=' is not followed by whitespace. | 3044 |
![]() | '==' is not preceded with whitespace. | 3044 |
![]() | '==' is not followed by whitespace. | 3044 |
![]() | Line is longer than 80 characters. | 3045 |
![]() | '+' should be on a new line. | 3045 |
![]() | Line has trailing spaces. | 3048 |
![]() | Line is longer than 80 characters. | 3050 |
![]() | Line is longer than 80 characters. | 3051 |
![]() | Line is longer than 80 characters. | 3052 |
![]() | Line is longer than 80 characters. | 3053 |
![]() | Line is longer than 80 characters. | 3054 |
![]() | Line is longer than 80 characters. | 3055 |
![]() | Line is longer than 80 characters. | 3056 |
![]() | '3' is a magic number. | 3060 |
![]() | '4' is a magic number. | 3061 |
![]() | '5' is a magic number. | 3062 |
![]() | '6' is a magic number. | 3063 |
![]() | '7' is a magic number. | 3064 |
![]() | '8' is a magic number. | 3065 |
![]() | '9' is a magic number. | 3067 |
![]() | Line is longer than 80 characters. | 3071 |
![]() | Line contains a tab character. | 3072 |
![]() | Line is longer than 80 characters. | 3073 |
![]() | Line contains a tab character. | 3073 |
![]() | Line contains a tab character. | 3074 |
![]() | Line contains a tab character. | 3075 |
![]() | '}' should be on the same line. | 3078 |
![]() | Line has trailing spaces. | 3080 |
![]() | Line is longer than 80 characters. | 3080 |
![]() | Line contains a tab character. | 3080 |
![]() | Line is longer than 80 characters. | 3081 |
![]() | Line contains a tab character. | 3081 |
![]() | Line contains a tab character. | 3083 |
![]() | Line contains a tab character. | 3084 |
![]() | First sentence should end with a period. | 3088 |
![]() | Line contains a tab character. | 3088 |
![]() | Line contains a tab character. | 3089 |
![]() | Line contains a tab character. | 3090 |
![]() | Method 'ingestTargetObject' is not designed for extension - needs to be abstract, final or empty. | 3091 |
![]() | Parameter lblMap should be final. | 3091 |
![]() | ',' is not followed by whitespace. | 3091 |
![]() | Expected @param tag for 'lblMap'. | 3091 |
![]() | First sentence should end with a period. | 3097 |
![]() | Line contains a tab character. | 3097 |
![]() | Line contains a tab character. | 3098 |
![]() | Line contains a tab character. | 3099 |
![]() | Method 'ingestTargetD' is not designed for extension - needs to be abstract, final or empty. | 3100 |
![]() | Parameter lblMap should be final. | 3100 |
![]() | ',' is not followed by whitespace. | 3100 |
![]() | Expected @param tag for 'lblMap'. | 3100 |
![]() | Line contains a tab character. | 3105 |
![]() | Line contains a tab character. | 3106 |
![]() | 'if' construct must use '{}'s. | 3107 |
![]() | Line has trailing spaces. | 3107 |
![]() | Line contains a tab character. | 3107 |
![]() | '!=' is not preceded with whitespace. | 3107 |
![]() | '!=' is not followed by whitespace. | 3107 |
![]() | Line is longer than 80 characters. | 3108 |
![]() | Line contains a tab character. | 3108 |
![]() | Line contains a tab character. | 3109 |
![]() | Line contains a tab character. | 3110 |
![]() | '{' is followed by whitespace. | 3110 |
![]() | Line is longer than 80 characters. | 3111 |
![]() | Line contains a tab character. | 3111 |
![]() | Line contains a tab character. | 3112 |
![]() | Line contains a tab character. | 3113 |
![]() | Line contains a tab character. | 3114 |
![]() | Line contains a tab character. | 3115 |
![]() | Line contains a tab character. | 3116 |
![]() | Line contains a tab character. | 3117 |
![]() | Line contains a tab character. | 3118 |
![]() | Line has trailing spaces. | 3119 |
![]() | Line contains a tab character. | 3119 |
![]() | Line is longer than 80 characters. | 3120 |
![]() | Line is longer than 80 characters. | 3122 |
![]() | Line has trailing spaces. | 3123 |
![]() | '!=' is not preceded with whitespace. | 3124 |
![]() | '!=' is not followed by whitespace. | 3124 |
![]() | Line is longer than 80 characters. | 3125 |
![]() | '!=' is not preceded with whitespace. | 3129 |
![]() | '!=' is not followed by whitespace. | 3129 |
![]() | '!=' is not preceded with whitespace. | 3130 |
![]() | '!=' is not followed by whitespace. | 3130 |
![]() | '||' is not followed by whitespace. | 3130 |
![]() | '==' is not preceded with whitespace. | 3130 |
![]() | '==' is not followed by whitespace. | 3130 |
![]() | Line is longer than 80 characters. | 3131 |
![]() | Line is longer than 80 characters. | 3132 |
![]() | Line is longer than 80 characters. | 3133 |
![]() | Line is longer than 80 characters. | 3136 |
![]() | '=' is not preceded with whitespace. | 3137 |
![]() | '=' is not followed by whitespace. | 3137 |
![]() | '<' is not preceded with whitespace. | 3137 |
![]() | '<' is not followed by whitespace. | 3137 |
![]() | Line is longer than 80 characters. | 3138 |
![]() | '3' is a magic number. | 3141 |
![]() | '+' is not preceded with whitespace. | 3141 |
![]() | '+' is not followed by whitespace. | 3141 |
![]() | '4' is a magic number. | 3142 |
![]() | '5' is a magic number. | 3144 |
![]() | Line has trailing spaces. | 3145 |
![]() | Line has trailing spaces. | 3146 |
![]() | Line is longer than 80 characters. | 3149 |
![]() | Line contains a tab character. | 3150 |
![]() | Line is longer than 80 characters. | 3151 |
![]() | Line contains a tab character. | 3151 |
![]() | Line contains a tab character. | 3152 |
![]() | Line contains a tab character. | 3153 |
![]() | '}' should be on the same line. | 3155 |
![]() | Line contains a tab character. | 3157 |
![]() | '{' is followed by whitespace. | 3157 |
![]() | Line is longer than 80 characters. | 3158 |
![]() | Line contains a tab character. | 3158 |
![]() | Line contains a tab character. | 3159 |
![]() | Line contains a tab character. | 3160 |
![]() | Line contains a tab character. | 3161 |
![]() | '}' should be on the same line. | 3165 |
![]() | Line has trailing spaces. | 3167 |
![]() | Line is longer than 80 characters. | 3167 |
![]() | Line contains a tab character. | 3167 |
![]() | Line is longer than 80 characters. | 3168 |
![]() | Line contains a tab character. | 3168 |
![]() | Line contains a tab character. | 3170 |
![]() | Line contains a tab character. | 3171 |
![]() | First sentence should end with a period. | 3175 |
![]() | Line contains a tab character. | 3175 |
![]() | Line contains a tab character. | 3176 |
![]() | Line contains a tab character. | 3177 |
![]() | Method 'ingestTargetInfo' is not designed for extension - needs to be abstract, final or empty. | 3178 |
![]() | Parameter lblMap should be final. | 3178 |
![]() | ',' is not followed by whitespace. | 3178 |
![]() | Expected @param tag for 'lblMap'. | 3178 |
![]() | Line contains a tab character. | 3183 |
![]() | Line contains a tab character. | 3184 |
![]() | 'if' construct must use '{}'s. | 3185 |
![]() | Line has trailing spaces. | 3185 |
![]() | Line contains a tab character. | 3185 |
![]() | '!=' is not preceded with whitespace. | 3185 |
![]() | '!=' is not followed by whitespace. | 3185 |
![]() | Line is longer than 80 characters. | 3186 |
![]() | Line contains a tab character. | 3186 |
![]() | Line contains a tab character. | 3187 |
![]() | Line contains a tab character. | 3188 |
![]() | '{' is followed by whitespace. | 3188 |
![]() | Line is longer than 80 characters. | 3189 |
![]() | Line contains a tab character. | 3189 |
![]() | Line contains a tab character. | 3190 |
![]() | Line contains a tab character. | 3191 |
![]() | Line contains a tab character. | 3192 |
![]() | Line contains a tab character. | 3193 |
![]() | Line contains a tab character. | 3194 |
![]() | Line contains a tab character. | 3195 |
![]() | Line contains a tab character. | 3196 |
![]() | Line has trailing spaces. | 3197 |
![]() | Line contains a tab character. | 3197 |
![]() | Line is longer than 80 characters. | 3198 |
![]() | Line is longer than 80 characters. | 3199 |
![]() | Line is longer than 80 characters. | 3200 |
![]() | '!=' is not preceded with whitespace. | 3202 |
![]() | '!=' is not followed by whitespace. | 3202 |
![]() | Line is longer than 80 characters. | 3203 |
![]() | 'if' construct must use '{}'s. | 3212 |
![]() | '!=' is not preceded with whitespace. | 3212 |
![]() | '!=' is not followed by whitespace. | 3212 |
![]() | Line is longer than 80 characters. | 3213 |
![]() | 'if' construct must use '{}'s. | 3214 |
![]() | '!=' is not preceded with whitespace. | 3214 |
![]() | '!=' is not followed by whitespace. | 3214 |
![]() | Line is longer than 80 characters. | 3215 |
![]() | 'if' construct must use '{}'s. | 3216 |
![]() | '!=' is not preceded with whitespace. | 3216 |
![]() | '!=' is not followed by whitespace. | 3216 |
![]() | Line is longer than 80 characters. | 3217 |
![]() | 'if' construct must use '{}'s. | 3218 |
![]() | '!=' is not preceded with whitespace. | 3218 |
![]() | '!=' is not followed by whitespace. | 3218 |
![]() | 'if' construct must use '{}'s. | 3220 |
![]() | '!=' is not preceded with whitespace. | 3220 |
![]() | '!=' is not followed by whitespace. | 3220 |
![]() | Line is longer than 80 characters. | 3221 |
![]() | Line has trailing spaces. | 3222 |
![]() | Line has trailing spaces. | 3223 |
![]() | Line is longer than 80 characters. | 3223 |
![]() | '==' is not preceded with whitespace. | 3223 |
![]() | '==' is not followed by whitespace. | 3223 |
![]() | '==' is not preceded with whitespace. | 3223 |
![]() | '==' is not followed by whitespace. | 3223 |
![]() | '==' is not preceded with whitespace. | 3223 |
![]() | '==' is not followed by whitespace. | 3223 |
![]() | '||' should be on a new line. | 3223 |
![]() | '==' is not preceded with whitespace. | 3224 |
![]() | '==' is not followed by whitespace. | 3224 |
![]() | '==' is not preceded with whitespace. | 3224 |
![]() | '==' is not followed by whitespace. | 3224 |
![]() | Line is longer than 80 characters. | 3225 |
![]() | Line contains a tab character. | 3225 |
![]() | '{' is followed by whitespace. | 3225 |
![]() | '+' should be on a new line. | 3225 |
![]() | Line contains a tab character. | 3226 |
![]() | Line is longer than 80 characters. | 3227 |
![]() | Line contains a tab character. | 3227 |
![]() | Line contains a tab character. | 3228 |
![]() | Line contains a tab character. | 3229 |
![]() | Line contains a tab character. | 3230 |
![]() | Line contains a tab character. | 3231 |
![]() | '}' should be on the same line. | 3233 |
![]() | '!=' is not preceded with whitespace. | 3235 |
![]() | '!=' is not followed by whitespace. | 3235 |
![]() | '==' is not preceded with whitespace. | 3235 |
![]() | '==' is not followed by whitespace. | 3235 |
![]() | Line is longer than 80 characters. | 3236 |
![]() | Line has trailing spaces. | 3237 |
![]() | Line is longer than 80 characters. | 3237 |
![]() | '+' should be on a new line. | 3237 |
![]() | Line is longer than 80 characters. | 3238 |
![]() | Line is longer than 80 characters. | 3241 |
![]() | Line is longer than 80 characters. | 3242 |
![]() | Line is longer than 80 characters. | 3243 |
![]() | Line is longer than 80 characters. | 3244 |
![]() | Line is longer than 80 characters. | 3245 |
![]() | Line is longer than 80 characters. | 3246 |
![]() | Line contains a tab character. | 3247 |
![]() | '3' is a magic number. | 3250 |
![]() | '4' is a magic number. | 3251 |
![]() | '5' is a magic number. | 3252 |
![]() | '6' is a magic number. | 3253 |
![]() | '7' is a magic number. | 3254 |
![]() | '8' is a magic number. | 3255 |
![]() | '9' is a magic number. | 3256 |
![]() | '10' is a magic number. | 3258 |
![]() | Line is longer than 80 characters. | 3262 |
![]() | Line contains a tab character. | 3263 |
![]() | Line is longer than 80 characters. | 3264 |
![]() | Line contains a tab character. | 3264 |
![]() | Line contains a tab character. | 3265 |
![]() | Line contains a tab character. | 3266 |
![]() | Line is longer than 80 characters. | 3267 |
![]() | Line contains a tab character. | 3267 |
![]() | Line is longer than 80 characters. | 3269 |
![]() | '}' should be on the same line. | 3274 |
![]() | Line has trailing spaces. | 3276 |
![]() | Line is longer than 80 characters. | 3276 |
![]() | Line contains a tab character. | 3276 |
![]() | Line is longer than 80 characters. | 3277 |
![]() | Line contains a tab character. | 3277 |
![]() | Line contains a tab character. | 3279 |
![]() | Line contains a tab character. | 3280 |
![]() | First sentence should end with a period. | 3284 |
![]() | Line contains a tab character. | 3284 |
![]() | Line contains a tab character. | 3285 |
![]() | Line contains a tab character. | 3286 |
![]() | Method 'ingestTargetDoc' is not designed for extension - needs to be abstract, final or empty. | 3287 |
![]() | Parameter lblMap should be final. | 3287 |
![]() | ',' is not followed by whitespace. | 3287 |
![]() | Expected @param tag for 'lblMap'. | 3287 |
![]() | Line contains a tab character. | 3292 |
![]() | Line contains a tab character. | 3293 |
![]() | 'if' construct must use '{}'s. | 3294 |
![]() | Line has trailing spaces. | 3294 |
![]() | Line contains a tab character. | 3294 |
![]() | '!=' is not preceded with whitespace. | 3294 |
![]() | '!=' is not followed by whitespace. | 3294 |
![]() | Line is longer than 80 characters. | 3295 |
![]() | Line contains a tab character. | 3295 |
![]() | Line contains a tab character. | 3296 |
![]() | Line contains a tab character. | 3297 |
![]() | '{' is followed by whitespace. | 3297 |
![]() | Line is longer than 80 characters. | 3298 |
![]() | Line contains a tab character. | 3298 |
![]() | Line contains a tab character. | 3299 |
![]() | Line contains a tab character. | 3300 |
![]() | Line contains a tab character. | 3301 |
![]() | Line contains a tab character. | 3302 |
![]() | Line contains a tab character. | 3303 |
![]() | Line contains a tab character. | 3304 |
![]() | Line contains a tab character. | 3305 |
![]() | Line has trailing spaces. | 3306 |
![]() | Line contains a tab character. | 3306 |
![]() | Line is longer than 80 characters. | 3308 |
![]() | Line is longer than 80 characters. | 3309 |
![]() | Line is longer than 80 characters. | 3310 |
![]() | '!=' is not preceded with whitespace. | 3312 |
![]() | '!=' is not followed by whitespace. | 3312 |
![]() | Line is longer than 80 characters. | 3313 |
![]() | '!=' is not preceded with whitespace. | 3318 |
![]() | '!=' is not followed by whitespace. | 3318 |
![]() | Line has trailing spaces. | 3320 |
![]() | '!=' is not preceded with whitespace. | 3321 |
![]() | '!=' is not followed by whitespace. | 3321 |
![]() | '==' is not preceded with whitespace. | 3321 |
![]() | '==' is not followed by whitespace. | 3321 |
![]() | Line is longer than 80 characters. | 3323 |
![]() | Line is longer than 80 characters. | 3325 |
![]() | '3' is a magic number. | 3328 |
![]() | '4' is a magic number. | 3330 |
![]() | Line is longer than 80 characters. | 3334 |
![]() | Line contains a tab character. | 3335 |
![]() | Line is longer than 80 characters. | 3336 |
![]() | Line contains a tab character. | 3336 |
![]() | Line contains a tab character. | 3337 |
![]() | Line contains a tab character. | 3338 |
![]() | '}' should be on the same line. | 3341 |
![]() | Line has trailing spaces. | 3343 |
![]() | Line is longer than 80 characters. | 3343 |
![]() | Line contains a tab character. | 3343 |
![]() | Line is longer than 80 characters. | 3344 |
![]() | Line contains a tab character. | 3344 |
![]() | Line contains a tab character. | 3346 |
![]() | Line contains a tab character. | 3347 |
![]() | First sentence should end with a period. | 3351 |
![]() | Line contains a tab character. | 3351 |
![]() | Line contains a tab character. | 3352 |
![]() | Line contains a tab character. | 3353 |
![]() | Method 'ingestVolumeObject' is not designed for extension - needs to be abstract, final or empty. | 3354 |
![]() | Parameter lblMap should be final. | 3354 |
![]() | ',' is not followed by whitespace. | 3354 |
![]() | Expected @param tag for 'lblMap'. | 3354 |
![]() | First sentence should end with a period. | 3363 |
![]() | Line contains a tab character. | 3363 |
![]() | Line contains a tab character. | 3364 |
![]() | Line contains a tab character. | 3365 |
![]() | Method 'ingestVolDS' is not designed for extension - needs to be abstract, final or empty. | 3366 |
![]() | Parameter lblMap should be final. | 3366 |
![]() | ',' is not followed by whitespace. | 3366 |
![]() | Expected @param tag for 'lblMap'. | 3366 |
![]() | Line contains a tab character. | 3371 |
![]() | 'if' construct must use '{}'s. | 3373 |
![]() | '!=' is not preceded with whitespace. | 3373 |
![]() | '!=' is not followed by whitespace. | 3373 |
![]() | Line contains a tab character. | 3374 |
![]() | 'if' construct must use '{}'s. | 3376 |
![]() | '!=' is not preceded with whitespace. | 3376 |
![]() | '!=' is not followed by whitespace. | 3376 |
![]() | Line contains a tab character. | 3377 |
![]() | '==' is not preceded with whitespace. | 3378 |
![]() | '==' is not followed by whitespace. | 3378 |
![]() | '==' is not preceded with whitespace. | 3378 |
![]() | '==' is not followed by whitespace. | 3378 |
![]() | Line contains a tab character. | 3379 |
![]() | '{' is followed by whitespace. | 3379 |
![]() | Line is longer than 80 characters. | 3380 |
![]() | Line contains a tab character. | 3380 |
![]() | Line contains a tab character. | 3381 |
![]() | Line contains a tab character. | 3382 |
![]() | Line contains a tab character. | 3383 |
![]() | Line contains a tab character. | 3384 |
![]() | Line contains a tab character. | 3385 |
![]() | Line contains a tab character. | 3386 |
![]() | Line is longer than 80 characters. | 3388 |
![]() | Line is longer than 80 characters. | 3389 |
![]() | Line is longer than 80 characters. | 3390 |
![]() | '!=' is not preceded with whitespace. | 3392 |
![]() | '!=' is not followed by whitespace. | 3392 |
![]() | Line is longer than 80 characters. | 3393 |
![]() | 'if' construct must use '{}'s. | 3398 |
![]() | '!=' is not preceded with whitespace. | 3398 |
![]() | '!=' is not followed by whitespace. | 3398 |
![]() | Line is longer than 80 characters. | 3399 |
![]() | 'if' construct must use '{}'s. | 3400 |
![]() | '!=' is not preceded with whitespace. | 3400 |
![]() | '!=' is not followed by whitespace. | 3400 |
![]() | '!=' is not preceded with whitespace. | 3403 |
![]() | '!=' is not followed by whitespace. | 3403 |
![]() | '!=' is not preceded with whitespace. | 3404 |
![]() | '!=' is not followed by whitespace. | 3404 |
![]() | '==' is not preceded with whitespace. | 3404 |
![]() | '==' is not followed by whitespace. | 3404 |
![]() | Line is longer than 80 characters. | 3405 |
![]() | Line is longer than 80 characters. | 3407 |
![]() | Line is longer than 80 characters. | 3408 |
![]() | Line is longer than 80 characters. | 3409 |
![]() | '3' is a magic number. | 3412 |
![]() | '4' is a magic number. | 3413 |
![]() | '5' is a magic number. | 3414 |
![]() | '6' is a magic number. | 3416 |
![]() | Line is longer than 80 characters. | 3420 |
![]() | Line contains a tab character. | 3421 |
![]() | Line is longer than 80 characters. | 3422 |
![]() | Line contains a tab character. | 3422 |
![]() | Line contains a tab character. | 3423 |
![]() | Line contains a tab character. | 3424 |
![]() | '}' should be on the same line. | 3426 |
![]() | Line is longer than 80 characters. | 3428 |
![]() | Line contains a tab character. | 3428 |
![]() | '{' is followed by whitespace. | 3428 |
![]() | Line is longer than 80 characters. | 3429 |
![]() | Line contains a tab character. | 3429 |
![]() | Line contains a tab character. | 3430 |
![]() | Line contains a tab character. | 3431 |
![]() | Line contains a tab character. | 3432 |
![]() | Line contains a tab character. | 3433 |
![]() | '}' should be on the same line. | 3436 |
![]() | Line has trailing spaces. | 3438 |
![]() | Line is longer than 80 characters. | 3438 |
![]() | Line contains a tab character. | 3438 |
![]() | Line is longer than 80 characters. | 3439 |
![]() | Line contains a tab character. | 3439 |
![]() | Line contains a tab character. | 3441 |
![]() | Line contains a tab character. | 3442 |
![]() | First sentence should end with a period. | 3446 |
![]() | Line contains a tab character. | 3446 |
![]() | Line contains a tab character. | 3447 |
![]() | Line contains a tab character. | 3448 |
![]() | Method 'ingestVolDesc' is not designed for extension - needs to be abstract, final or empty. | 3449 |
![]() | Parameter lblMap should be final. | 3449 |
![]() | ',' is not followed by whitespace. | 3449 |
![]() | Expected @param tag for 'lblMap'. | 3449 |
![]() | Line contains a tab character. | 3454 |
![]() | Line contains a tab character. | 3455 |
![]() | 'if' construct must use '{}'s. | 3456 |
![]() | '!=' is not preceded with whitespace. | 3456 |
![]() | '!=' is not followed by whitespace. | 3456 |
![]() | Line contains a tab character. | 3457 |
![]() | 'if' construct must use '{}'s. | 3459 |
![]() | '!=' is not preceded with whitespace. | 3459 |
![]() | '!=' is not followed by whitespace. | 3459 |
![]() | Line contains a tab character. | 3460 |
![]() | '==' is not preceded with whitespace. | 3461 |
![]() | '==' is not followed by whitespace. | 3461 |
![]() | '==' is not preceded with whitespace. | 3461 |
![]() | '==' is not followed by whitespace. | 3461 |
![]() | Line contains a tab character. | 3462 |
![]() | '{' is followed by whitespace. | 3462 |
![]() | Line is longer than 80 characters. | 3463 |
![]() | Line contains a tab character. | 3463 |
![]() | Line contains a tab character. | 3464 |
![]() | Line contains a tab character. | 3465 |
![]() | Line contains a tab character. | 3466 |
![]() | Line contains a tab character. | 3467 |
![]() | Line contains a tab character. | 3468 |
![]() | Line contains a tab character. | 3469 |
![]() | Line has trailing spaces. | 3471 |
![]() | Line is longer than 80 characters. | 3471 |
![]() | Line contains a tab character. | 3472 |
![]() | Line is longer than 80 characters. | 3473 |
![]() | Line is longer than 80 characters. | 3474 |
![]() | '+' should be on a new line. | 3474 |
![]() | Line contains a tab character. | 3475 |
![]() | Line has trailing spaces. | 3476 |
![]() | '!=' is not preceded with whitespace. | 3477 |
![]() | '!=' is not followed by whitespace. | 3477 |
![]() | Line has trailing spaces. | 3478 |
![]() | Line is longer than 80 characters. | 3478 |
![]() | '+' should be on a new line. | 3478 |
![]() | Line contains a tab character. | 3479 |
![]() | '!=' is not preceded with whitespace. | 3483 |
![]() | '!=' is not followed by whitespace. | 3483 |
![]() | '!=' is not preceded with whitespace. | 3484 |
![]() | '!=' is not followed by whitespace. | 3484 |
![]() | '==' is not preceded with whitespace. | 3484 |
![]() | '==' is not followed by whitespace. | 3484 |
![]() | Line is longer than 80 characters. | 3485 |
![]() | Line is longer than 80 characters. | 3487 |
![]() | '=' is not preceded with whitespace. | 3488 |
![]() | '=' is not followed by whitespace. | 3488 |
![]() | '<' is not preceded with whitespace. | 3488 |
![]() | '<' is not followed by whitespace. | 3488 |
![]() | Line is longer than 80 characters. | 3489 |
![]() | '3' is a magic number. | 3492 |
![]() | '4' is a magic number. | 3493 |
![]() | '+' is not preceded with whitespace. | 3493 |
![]() | '+' is not followed by whitespace. | 3493 |
![]() | '5' is a magic number. | 3494 |
![]() | '6' is a magic number. | 3496 |
![]() | Line is longer than 80 characters. | 3501 |
![]() | Line contains a tab character. | 3502 |
![]() | Line is longer than 80 characters. | 3503 |
![]() | Line contains a tab character. | 3503 |
![]() | Line contains a tab character. | 3504 |
![]() | Line contains a tab character. | 3505 |
![]() | '}' should be on the same line. | 3507 |
![]() | Line contains a tab character. | 3509 |
![]() | '{' is followed by whitespace. | 3509 |
![]() | Line is longer than 80 characters. | 3510 |
![]() | Line contains a tab character. | 3510 |
![]() | Line contains a tab character. | 3511 |
![]() | Line contains a tab character. | 3512 |
![]() | Line contains a tab character. | 3513 |
![]() | Line contains a tab character. | 3514 |
![]() | '}' should be on the same line. | 3517 |
![]() | Line has trailing spaces. | 3519 |
![]() | Line is longer than 80 characters. | 3519 |
![]() | Line contains a tab character. | 3519 |
![]() | Line is longer than 80 characters. | 3520 |
![]() | Line contains a tab character. | 3520 |
![]() | Line contains a tab character. | 3522 |
![]() | Line contains a tab character. | 3523 |
![]() | First sentence should end with a period. | 3527 |
![]() | Line contains a tab character. | 3527 |
![]() | Line contains a tab character. | 3528 |
![]() | Line contains a tab character. | 3529 |
![]() | Method 'ingestVolInfo' is not designed for extension - needs to be abstract, final or empty. | 3530 |
![]() | Parameter lblMap should be final. | 3530 |
![]() | ',' is not followed by whitespace. | 3530 |
![]() | Expected @param tag for 'lblMap'. | 3530 |
![]() | Line contains a tab character. | 3535 |
![]() | Line contains a tab character. | 3536 |
![]() | 'if' construct must use '{}'s. | 3537 |
![]() | '!=' is not preceded with whitespace. | 3537 |
![]() | '!=' is not followed by whitespace. | 3537 |
![]() | Line contains a tab character. | 3538 |
![]() | 'if' construct must use '{}'s. | 3540 |
![]() | '!=' is not preceded with whitespace. | 3540 |
![]() | '!=' is not followed by whitespace. | 3540 |
![]() | Line contains a tab character. | 3541 |
![]() | '==' is not preceded with whitespace. | 3542 |
![]() | '==' is not followed by whitespace. | 3542 |
![]() | '==' is not preceded with whitespace. | 3542 |
![]() | '==' is not followed by whitespace. | 3542 |
![]() | Line contains a tab character. | 3543 |
![]() | '{' is followed by whitespace. | 3543 |
![]() | Line is longer than 80 characters. | 3544 |
![]() | Line contains a tab character. | 3544 |
![]() | Line contains a tab character. | 3545 |
![]() | Line contains a tab character. | 3546 |
![]() | Line contains a tab character. | 3547 |
![]() | Line contains a tab character. | 3548 |
![]() | Line contains a tab character. | 3549 |
![]() | Line contains a tab character. | 3550 |
![]() | Line is longer than 80 characters. | 3552 |
![]() | Line is longer than 80 characters. | 3553 |
![]() | Line has trailing spaces. | 3554 |
![]() | Line is longer than 80 characters. | 3554 |
![]() | '+' should be on a new line. | 3554 |
![]() | '!=' is not preceded with whitespace. | 3557 |
![]() | '!=' is not followed by whitespace. | 3557 |
![]() | Line has trailing spaces. | 3558 |
![]() | Line is longer than 80 characters. | 3558 |
![]() | '+' should be on a new line. | 3558 |
![]() | Line contains a tab character. | 3559 |
![]() | 'if' construct must use '{}'s. | 3569 |
![]() | '!=' is not preceded with whitespace. | 3569 |
![]() | '!=' is not followed by whitespace. | 3569 |
![]() | Line is longer than 80 characters. | 3570 |
![]() | 'if' construct must use '{}'s. | 3571 |
![]() | '!=' is not preceded with whitespace. | 3571 |
![]() | '!=' is not followed by whitespace. | 3571 |
![]() | Line is longer than 80 characters. | 3572 |
![]() | 'if' construct must use '{}'s. | 3573 |
![]() | '!=' is not preceded with whitespace. | 3573 |
![]() | '!=' is not followed by whitespace. | 3573 |
![]() | 'if' construct must use '{}'s. | 3575 |
![]() | Line has trailing spaces. | 3575 |
![]() | '!=' is not preceded with whitespace. | 3575 |
![]() | '!=' is not followed by whitespace. | 3575 |
![]() | 'if' construct must use '{}'s. | 3577 |
![]() | '!=' is not preceded with whitespace. | 3577 |
![]() | '!=' is not followed by whitespace. | 3577 |
![]() | 'if' construct must use '{}'s. | 3579 |
![]() | '!=' is not preceded with whitespace. | 3579 |
![]() | '!=' is not followed by whitespace. | 3579 |
![]() | Line is longer than 80 characters. | 3580 |
![]() | 'else' construct must use '{}'s. | 3581 |
![]() | Line contains a tab character. | 3582 |
![]() | Line has trailing spaces. | 3584 |
![]() | '==' is not preceded with whitespace. | 3584 |
![]() | '==' is not followed by whitespace. | 3584 |
![]() | '==' is not preceded with whitespace. | 3584 |
![]() | '==' is not followed by whitespace. | 3584 |
![]() | '==' is not preceded with whitespace. | 3584 |
![]() | '==' is not followed by whitespace. | 3584 |
![]() | '||' should be on a new line. | 3584 |
![]() | '==' is not preceded with whitespace. | 3585 |
![]() | '==' is not followed by whitespace. | 3585 |
![]() | '==' is not preceded with whitespace. | 3585 |
![]() | '==' is not followed by whitespace. | 3585 |
![]() | Line is longer than 80 characters. | 3586 |
![]() | Line contains a tab character. | 3586 |
![]() | Line is longer than 80 characters. | 3587 |
![]() | Line contains a tab character. | 3587 |
![]() | '{' is followed by whitespace. | 3587 |
![]() | '+' should be on a new line. | 3587 |
![]() | Line contains a tab character. | 3588 |
![]() | Line is longer than 80 characters. | 3589 |
![]() | Line contains a tab character. | 3589 |
![]() | Line contains a tab character. | 3590 |
![]() | Line contains a tab character. | 3591 |
![]() | Line contains a tab character. | 3592 |
![]() | Line contains a tab character. | 3593 |
![]() | '}' should be on the same line. | 3595 |
![]() | '!=' is not preceded with whitespace. | 3597 |
![]() | '!=' is not followed by whitespace. | 3597 |
![]() | '==' is not preceded with whitespace. | 3597 |
![]() | '==' is not followed by whitespace. | 3597 |
![]() | Line has trailing spaces. | 3598 |
![]() | Line is longer than 80 characters. | 3598 |
![]() | '+' should be on a new line. | 3598 |
![]() | Line is longer than 80 characters. | 3599 |
![]() | Line is longer than 80 characters. | 3602 |
![]() | Line is longer than 80 characters. | 3603 |
![]() | Line is longer than 80 characters. | 3604 |
![]() | Line is longer than 80 characters. | 3605 |
![]() | Line is longer than 80 characters. | 3606 |
![]() | Line is longer than 80 characters. | 3607 |
![]() | '3' is a magic number. | 3611 |
![]() | '4' is a magic number. | 3612 |
![]() | '5' is a magic number. | 3613 |
![]() | '6' is a magic number. | 3614 |
![]() | '7' is a magic number. | 3615 |
![]() | '8' is a magic number. | 3616 |
![]() | '9' is a magic number. | 3617 |
![]() | '10' is a magic number. | 3619 |
![]() | Line is longer than 80 characters. | 3623 |
![]() | Line contains a tab character. | 3624 |
![]() | Line is longer than 80 characters. | 3625 |
![]() | Line contains a tab character. | 3625 |
![]() | Line contains a tab character. | 3626 |
![]() | Line contains a tab character. | 3627 |
![]() | Line is longer than 80 characters. | 3628 |
![]() | Line contains a tab character. | 3628 |
![]() | '}' should be on the same line. | 3632 |
![]() | Line has trailing spaces. | 3634 |
![]() | Line is longer than 80 characters. | 3634 |
![]() | Line contains a tab character. | 3634 |
![]() | Line is longer than 80 characters. | 3635 |
![]() | Line contains a tab character. | 3635 |
![]() | Line contains a tab character. | 3637 |
![]() | Line contains a tab character. | 3638 |
![]() | First sentence should end with a period. | 3642 |
![]() | Line contains a tab character. | 3642 |
![]() | Line contains a tab character. | 3643 |
![]() | Line contains a tab character. | 3644 |
![]() | Method 'ingestVolSetInfo' is not designed for extension - needs to be abstract, final or empty. | 3645 |
![]() | Parameter lblMap should be final. | 3645 |
![]() | ',' is not followed by whitespace. | 3645 |
![]() | Expected @param tag for 'lblMap'. | 3645 |
![]() | Line has trailing spaces. | 3650 |
![]() | Line contains a tab character. | 3650 |
![]() | 'if' construct must use '{}'s. | 3652 |
![]() | '!=' is not preceded with whitespace. | 3652 |
![]() | '!=' is not followed by whitespace. | 3652 |
![]() | Line contains a tab character. | 3653 |
![]() | 'if' construct must use '{}'s. | 3655 |
![]() | '!=' is not preceded with whitespace. | 3655 |
![]() | '!=' is not followed by whitespace. | 3655 |
![]() | Line is longer than 80 characters. | 3656 |
![]() | '==' is not preceded with whitespace. | 3657 |
![]() | '==' is not followed by whitespace. | 3657 |
![]() | '==' is not preceded with whitespace. | 3657 |
![]() | '==' is not followed by whitespace. | 3657 |
![]() | Line is longer than 80 characters. | 3658 |
![]() | Line contains a tab character. | 3658 |
![]() | '{' is followed by whitespace. | 3658 |
![]() | Line is longer than 80 characters. | 3659 |
![]() | Line contains a tab character. | 3659 |
![]() | Line contains a tab character. | 3660 |
![]() | Line contains a tab character. | 3661 |
![]() | Line contains a tab character. | 3662 |
![]() | Line contains a tab character. | 3663 |
![]() | Line contains a tab character. | 3664 |
![]() | Line contains a tab character. | 3665 |
![]() | Line has trailing spaces. | 3667 |
![]() | Line is longer than 80 characters. | 3668 |
![]() | Line is longer than 80 characters. | 3669 |
![]() | Line has trailing spaces. | 3670 |
![]() | Line is longer than 80 characters. | 3670 |
![]() | '+' should be on a new line. | 3670 |
![]() | '!=' is not preceded with whitespace. | 3673 |
![]() | '!=' is not followed by whitespace. | 3673 |
![]() | Line is longer than 80 characters. | 3674 |
![]() | '+' should be on a new line. | 3674 |
![]() | Line has trailing spaces. | 3676 |
![]() | '!=' is not preceded with whitespace. | 3680 |
![]() | '!=' is not followed by whitespace. | 3680 |
![]() | Line has trailing spaces. | 3681 |
![]() | Line is longer than 80 characters. | 3681 |
![]() | Line contains a tab character. | 3683 |
![]() | '{' is followed by whitespace. | 3683 |
![]() | Line has trailing spaces. | 3684 |
![]() | Line is longer than 80 characters. | 3684 |
![]() | Line contains a tab character. | 3684 |
![]() | Line is longer than 80 characters. | 3685 |
![]() | Line contains a tab character. | 3685 |
![]() | Line contains a tab character. | 3687 |
![]() | Line contains a tab character. | 3688 |
![]() | Line contains a tab character. | 3689 |
![]() | Line has trailing spaces. | 3691 |
![]() | Line contains a tab character. | 3691 |
![]() | '!=' is not preceded with whitespace. | 3692 |
![]() | '!=' is not followed by whitespace. | 3692 |
![]() | '==' is not preceded with whitespace. | 3692 |
![]() | '==' is not followed by whitespace. | 3692 |
![]() | Line is longer than 80 characters. | 3693 |
![]() | Line is longer than 80 characters. | 3695 |
![]() | Line is longer than 80 characters. | 3696 |
![]() | '3' is a magic number. | 3699 |
![]() | 'cast' is not followed by whitespace. | 3699 |
![]() | '4' is a magic number. | 3700 |
![]() | '5' is a magic number. | 3702 |
![]() | Line is longer than 80 characters. | 3706 |
![]() | Line contains a tab character. | 3707 |
![]() | Line is longer than 80 characters. | 3708 |
![]() | Line contains a tab character. | 3708 |
![]() | Line contains a tab character. | 3709 |
![]() | Line contains a tab character. | 3710 |
![]() | Line is longer than 80 characters. | 3711 |
![]() | Line contains a tab character. | 3711 |
![]() | '}' should be on the same line. | 3713 |
![]() | Line contains a tab character. | 3715 |
![]() | '{' is followed by whitespace. | 3715 |
![]() | Line is longer than 80 characters. | 3716 |
![]() | Line contains a tab character. | 3716 |
![]() | Line contains a tab character. | 3717 |
![]() | Line contains a tab character. | 3718 |
![]() | Line contains a tab character. | 3719 |
![]() | '}' should be on the same line. | 3723 |
![]() | Line has trailing spaces. | 3725 |
![]() | Line is longer than 80 characters. | 3725 |
![]() | Line contains a tab character. | 3725 |
![]() | Line is longer than 80 characters. | 3726 |
![]() | Line contains a tab character. | 3726 |
![]() | Line contains a tab character. | 3728 |
![]() | Line contains a tab character. | 3729 |
![]() | First sentence should end with a period. | 3733 |
![]() | Line contains a tab character. | 3733 |
![]() | Line contains a tab character. | 3734 |
![]() | Line contains a tab character. | 3735 |
![]() | Method 'ingestVolSerSet' is not designed for extension - needs to be abstract, final or empty. | 3736 |
![]() | Parameter lblMap should be final. | 3736 |
![]() | ',' is not followed by whitespace. | 3736 |
![]() | Expected @param tag for 'lblMap'. | 3736 |
![]() | Line contains a tab character. | 3741 |
![]() | 'if' construct must use '{}'s. | 3743 |
![]() | '!=' is not preceded with whitespace. | 3743 |
![]() | '!=' is not followed by whitespace. | 3743 |
![]() | Line contains a tab character. | 3744 |
![]() | Line contains a tab character. | 3746 |
![]() | '{' is followed by whitespace. | 3746 |
![]() | Line is longer than 80 characters. | 3747 |
![]() | Line contains a tab character. | 3747 |
![]() | Line contains a tab character. | 3748 |
![]() | Line contains a tab character. | 3749 |
![]() | Line contains a tab character. | 3750 |
![]() | Line contains a tab character. | 3751 |
![]() | Line contains a tab character. | 3752 |
![]() | Line contains a tab character. | 3753 |
![]() | Line is longer than 80 characters. | 3755 |
![]() | Line is longer than 80 characters. | 3756 |
![]() | Line is longer than 80 characters. | 3757 |
![]() | Line has trailing spaces. | 3758 |
![]() | Line is longer than 80 characters. | 3758 |
![]() | '+' should be on a new line. | 3758 |
![]() | '!=' is not preceded with whitespace. | 3761 |
![]() | '!=' is not followed by whitespace. | 3761 |
![]() | Line has trailing spaces. | 3762 |
![]() | Line is longer than 80 characters. | 3762 |
![]() | '+' should be on a new line. | 3762 |
![]() | '!=' is not preceded with whitespace. | 3767 |
![]() | '!=' is not followed by whitespace. | 3767 |
![]() | '!=' is not preceded with whitespace. | 3768 |
![]() | '!=' is not followed by whitespace. | 3768 |
![]() | '==' is not preceded with whitespace. | 3768 |
![]() | '==' is not followed by whitespace. | 3768 |
![]() | Line is longer than 80 characters. | 3769 |
![]() | Line is longer than 80 characters. | 3771 |
![]() | '3' is a magic number. | 3774 |
![]() | '4' is a magic number. | 3776 |
![]() | Line is longer than 80 characters. | 3780 |
![]() | Line contains a tab character. | 3781 |
![]() | Line is longer than 80 characters. | 3782 |
![]() | Line contains a tab character. | 3782 |
![]() | Line contains a tab character. | 3783 |
![]() | Line contains a tab character. | 3784 |
![]() | '}' should be on the same line. | 3786 |
![]() | Line contains a tab character. | 3788 |
![]() | '{' is followed by whitespace. | 3788 |
![]() | Line is longer than 80 characters. | 3789 |
![]() | Line contains a tab character. | 3789 |
![]() | Line contains a tab character. | 3790 |
![]() | Line contains a tab character. | 3791 |
![]() | Line contains a tab character. | 3792 |
![]() | '}' should be on the same line. | 3796 |
![]() | Line has trailing spaces. | 3798 |
![]() | Line is longer than 80 characters. | 3798 |
![]() | Line contains a tab character. | 3798 |
![]() | Line is longer than 80 characters. | 3799 |
![]() | Line contains a tab character. | 3799 |
![]() | Line contains a tab character. | 3801 |
![]() | Line contains a tab character. | 3802 |
![]() | First sentence should end with a period. | 3806 |
![]() | Method 'ingestVolSerInfo' is not designed for extension - needs to be abstract, final or empty. | 3809 |
![]() | Parameter lblMap should be final. | 3809 |
![]() | ',' is not followed by whitespace. | 3809 |
![]() | Expected @param tag for 'lblMap'. | 3809 |
![]() | Line contains a tab character. | 3814 |
![]() | '!=' is not preceded with whitespace. | 3816 |
![]() | '!=' is not followed by whitespace. | 3816 |
![]() | Line is longer than 80 characters. | 3817 |
![]() | Line contains a tab character. | 3817 |
![]() | Line has trailing spaces. | 3818 |
![]() | Line is longer than 80 characters. | 3819 |
![]() | Line contains a tab character. | 3819 |
![]() | Line is longer than 80 characters. | 3820 |
![]() | Line is longer than 80 characters. | 3821 |
![]() | '!=' is not preceded with whitespace. | 3823 |
![]() | '!=' is not followed by whitespace. | 3823 |
![]() | Line is longer than 80 characters. | 3824 |
![]() | '!=' is not preceded with whitespace. | 3828 |
![]() | '!=' is not followed by whitespace. | 3828 |
![]() | '==' is not preceded with whitespace. | 3828 |
![]() | '==' is not followed by whitespace. | 3828 |
![]() | Line is longer than 80 characters. | 3829 |
![]() | '+' is not preceded with whitespace. | 3833 |
![]() | '+' is not followed by whitespace. | 3833 |
![]() | '3' is a magic number. | 3834 |
![]() | '4' is a magic number. | 3836 |
![]() | Line is longer than 80 characters. | 3840 |
![]() | Line contains a tab character. | 3841 |
![]() | Line is longer than 80 characters. | 3842 |
![]() | Line contains a tab character. | 3842 |
![]() | Line contains a tab character. | 3843 |
![]() | Line contains a tab character. | 3844 |
![]() | Line is longer than 80 characters. | 3845 |
![]() | Line contains a tab character. | 3845 |
![]() | '}' should be on the same line. | 3847 |
![]() | Line contains a tab character. | 3849 |
![]() | '{' is followed by whitespace. | 3849 |
![]() | Line is longer than 80 characters. | 3850 |
![]() | Line contains a tab character. | 3850 |
![]() | Line contains a tab character. | 3851 |
![]() | Line contains a tab character. | 3852 |
![]() | Line contains a tab character. | 3853 |
![]() | '}' should be on the same line. | 3857 |
![]() | Line has trailing spaces. | 3859 |
![]() | Line is longer than 80 characters. | 3859 |
![]() | Line contains a tab character. | 3859 |
![]() | Line is longer than 80 characters. | 3860 |
![]() | Line contains a tab character. | 3860 |
![]() | Line contains a tab character. | 3862 |
![]() | Line contains a tab character. | 3863 |
![]() | Line has trailing spaces. | 3866 |
![]() | First sentence should end with a period. | 3867 |
![]() | Method 'ingestVolOnline' is not designed for extension - needs to be abstract, final or empty. | 3870 |
![]() | Parameter lblMap should be final. | 3870 |
![]() | ',' is not followed by whitespace. | 3870 |
![]() | Expected @param tag for 'lblMap'. | 3870 |
![]() | Line contains a tab character. | 3875 |
![]() | 'if' construct must use '{}'s. | 3877 |
![]() | '!=' is not preceded with whitespace. | 3877 |
![]() | '!=' is not followed by whitespace. | 3877 |
![]() | Line contains a tab character. | 3878 |
![]() | 'if' construct must use '{}'s. | 3880 |
![]() | '!=' is not preceded with whitespace. | 3880 |
![]() | '!=' is not followed by whitespace. | 3880 |
![]() | Line contains a tab character. | 3881 |
![]() | Line has trailing spaces. | 3882 |
![]() | 'if' construct must use '{}'s. | 3887 |
![]() | '!=' is not preceded with whitespace. | 3887 |
![]() | '!=' is not followed by whitespace. | 3887 |
![]() | 'if' construct must use '{}'s. | 3889 |
![]() | '!=' is not preceded with whitespace. | 3889 |
![]() | '!=' is not followed by whitespace. | 3889 |
![]() | Line is longer than 80 characters. | 3890 |
![]() | 'if' construct must use '{}'s. | 3891 |
![]() | '!=' is not preceded with whitespace. | 3891 |
![]() | '!=' is not followed by whitespace. | 3891 |
![]() | Line is longer than 80 characters. | 3892 |
![]() | 'if' construct must use '{}'s. | 3893 |
![]() | '!=' is not preceded with whitespace. | 3893 |
![]() | '!=' is not followed by whitespace. | 3893 |
![]() | Line is longer than 80 characters. | 3894 |
![]() | Line has trailing spaces. | 3896 |
![]() | '==' is not preceded with whitespace. | 3896 |
![]() | '==' is not followed by whitespace. | 3896 |
![]() | '==' is not preceded with whitespace. | 3896 |
![]() | '==' is not followed by whitespace. | 3896 |
![]() | '==' is not preceded with whitespace. | 3896 |
![]() | '==' is not followed by whitespace. | 3896 |
![]() | '||' should be on a new line. | 3896 |
![]() | Line contains a tab character. | 3897 |
![]() | '==' is not preceded with whitespace. | 3897 |
![]() | '==' is not followed by whitespace. | 3897 |
![]() | '==' is not preceded with whitespace. | 3897 |
![]() | '==' is not followed by whitespace. | 3897 |
![]() | '==' is not preceded with whitespace. | 3897 |
![]() | '==' is not followed by whitespace. | 3897 |
![]() | Line is longer than 80 characters. | 3898 |
![]() | Line contains a tab character. | 3898 |
![]() | '{' is followed by whitespace. | 3898 |
![]() | Line is longer than 80 characters. | 3899 |
![]() | Line contains a tab character. | 3899 |
![]() | Line contains a tab character. | 3900 |
![]() | Line contains a tab character. | 3901 |
![]() | Line contains a tab character. | 3902 |
![]() | Comment matches to-do format 'TODO:'. | 3903 |
![]() | Line contains a tab character. | 3903 |
![]() | Line contains a tab character. | 3904 |
![]() | '}' should be on the same line. | 3906 |
![]() | Line contains a tab character. | 3908 |
![]() | Line is longer than 80 characters. | 3909 |
![]() | Line is longer than 80 characters. | 3910 |
![]() | Line is longer than 80 characters. | 3911 |
![]() | '+' should be on a new line. | 3911 |
![]() | '!=' is not preceded with whitespace. | 3914 |
![]() | '!=' is not followed by whitespace. | 3914 |
![]() | Line has trailing spaces. | 3915 |
![]() | Line is longer than 80 characters. | 3915 |
![]() | '+' should be on a new line. | 3915 |
![]() | '!=' is not preceded with whitespace. | 3920 |
![]() | '!=' is not followed by whitespace. | 3920 |
![]() | '==' is not preceded with whitespace. | 3920 |
![]() | '==' is not followed by whitespace. | 3920 |
![]() | Line is longer than 80 characters. | 3921 |
![]() | '+' should be on a new line. | 3921 |
![]() | Line has trailing spaces. | 3922 |
![]() | Line has trailing spaces. | 3923 |
![]() | Line is longer than 80 characters. | 3925 |
![]() | Line is longer than 80 characters. | 3926 |
![]() | Line is longer than 80 characters. | 3927 |
![]() | Line is longer than 80 characters. | 3928 |
![]() | Line is longer than 80 characters. | 3929 |
![]() | Line is longer than 80 characters. | 3930 |
![]() | '3' is a magic number. | 3934 |
![]() | '4' is a magic number. | 3935 |
![]() | '5' is a magic number. | 3936 |
![]() | '6' is a magic number. | 3937 |
![]() | '7' is a magic number. | 3938 |
![]() | '8' is a magic number. | 3940 |
![]() | Line is longer than 80 characters. | 3944 |
![]() | Line contains a tab character. | 3945 |
![]() | Line is longer than 80 characters. | 3946 |
![]() | Line contains a tab character. | 3946 |
![]() | Line contains a tab character. | 3947 |
![]() | Line contains a tab character. | 3948 |
![]() | '}' should be on the same line. | 3951 |
![]() | Line has trailing spaces. | 3953 |
![]() | Line is longer than 80 characters. | 3953 |
![]() | Line contains a tab character. | 3953 |
![]() | Line is longer than 80 characters. | 3954 |
![]() | Line contains a tab character. | 3954 |
![]() | Line contains a tab character. | 3956 |
![]() | Line contains a tab character. | 3957 |
![]() | First sentence should end with a period. | 3961 |
![]() | Line is longer than 80 characters. | 3964 |
![]() | Method 'ingestNssdcdsidObject' is not designed for extension - needs to be abstract, final or empty. | 3964 |
![]() | Parameter lblMap should be final. | 3964 |
![]() | ',' is not followed by whitespace. | 3964 |
![]() | Expected @param tag for 'lblMap'. | 3964 |
![]() | Line contains a tab character. | 3969 |
![]() | 'if' construct must use '{}'s. | 3971 |
![]() | '!=' is not preceded with whitespace. | 3971 |
![]() | '!=' is not followed by whitespace. | 3971 |
![]() | Line is longer than 80 characters. | 3972 |
![]() | Line contains a tab character. | 3972 |
![]() | 'if' construct must use '{}'s. | 3974 |
![]() | '!=' is not preceded with whitespace. | 3974 |
![]() | '!=' is not followed by whitespace. | 3974 |
![]() | Line is longer than 80 characters. | 3975 |
![]() | Line contains a tab character. | 3975 |
![]() | 'if' construct must use '{}'s. | 3977 |
![]() | '!=' is not preceded with whitespace. | 3977 |
![]() | '!=' is not followed by whitespace. | 3977 |
![]() | Line contains a tab character. | 3978 |
![]() | Line has trailing spaces. | 3979 |
![]() | '==' is not preceded with whitespace. | 3980 |
![]() | '==' is not followed by whitespace. | 3980 |
![]() | '==' is not preceded with whitespace. | 3980 |
![]() | '==' is not followed by whitespace. | 3980 |
![]() | '==' is not preceded with whitespace. | 3980 |
![]() | '==' is not followed by whitespace. | 3980 |
![]() | Line is longer than 80 characters. | 3981 |
![]() | Line contains a tab character. | 3981 |
![]() | '{' is followed by whitespace. | 3981 |
![]() | Line is longer than 80 characters. | 3982 |
![]() | Line contains a tab character. | 3982 |
![]() | Line contains a tab character. | 3983 |
![]() | Line contains a tab character. | 3984 |
![]() | Line contains a tab character. | 3985 |
![]() | Line contains a tab character. | 3986 |
![]() | '}' should be on the same line. | 3988 |
![]() | Line has trailing spaces. | 3990 |
![]() | Line is longer than 80 characters. | 3990 |
![]() | Line contains a tab character. | 3990 |
![]() | Line has trailing spaces. | 3992 |
![]() | Line is longer than 80 characters. | 3992 |
![]() | Line is longer than 80 characters. | 3994 |
![]() | '+' should be on a new line. | 3994 |
![]() | '!=' is not preceded with whitespace. | 3997 |
![]() | '!=' is not followed by whitespace. | 3997 |
![]() | Line has trailing spaces. | 3998 |
![]() | Line is longer than 80 characters. | 3998 |
![]() | '+' should be on a new line. | 3998 |
![]() | Line is longer than 80 characters. | 3999 |
![]() | '!=' is not preceded with whitespace. | 4003 |
![]() | '!=' is not followed by whitespace. | 4003 |
![]() | '==' is not preceded with whitespace. | 4003 |
![]() | '==' is not followed by whitespace. | 4003 |
![]() | Line is longer than 80 characters. | 4004 |
![]() | Line has trailing spaces. | 4006 |
![]() | Line is longer than 80 characters. | 4008 |
![]() | Line is longer than 80 characters. | 4009 |
![]() | Line is longer than 80 characters. | 4010 |
![]() | '3' is a magic number. | 4014 |
![]() | '4' is a magic number. | 4015 |
![]() | '5' is a magic number. | 4017 |
![]() | Line is longer than 80 characters. | 4021 |
![]() | Line contains a tab character. | 4022 |
![]() | Line is longer than 80 characters. | 4023 |
![]() | Line contains a tab character. | 4023 |
![]() | Line contains a tab character. | 4024 |
![]() | Line contains a tab character. | 4025 |
![]() | '}' should be on the same line. | 4028 |
![]() | Line has trailing spaces. | 4030 |
![]() | Line is longer than 80 characters. | 4030 |
![]() | Line contains a tab character. | 4030 |
![]() | Line is longer than 80 characters. | 4031 |
![]() | Line contains a tab character. | 4031 |
![]() | Line contains a tab character. | 4033 |
![]() | Line contains a tab character. | 4034 |
![]() | First sentence should end with a period. | 4038 |
![]() | Line is longer than 80 characters. | 4041 |
![]() | Method 'ingestDSReleaseObject' is not designed for extension - needs to be abstract, final or empty. | 4041 |
![]() | Parameter lblMap should be final. | 4041 |
![]() | ',' is not followed by whitespace. | 4041 |
![]() | Expected @param tag for 'lblMap'. | 4041 |
![]() | Line contains a tab character. | 4046 |
![]() | 'if' construct must use '{}'s. | 4048 |
![]() | '!=' is not preceded with whitespace. | 4048 |
![]() | '!=' is not followed by whitespace. | 4048 |
![]() | Line is longer than 80 characters. | 4049 |
![]() | Line contains a tab character. | 4049 |
![]() | 'if' construct must use '{}'s. | 4051 |
![]() | '!=' is not preceded with whitespace. | 4051 |
![]() | '!=' is not followed by whitespace. | 4051 |
![]() | Line is longer than 80 characters. | 4052 |
![]() | Line contains a tab character. | 4052 |
![]() | 'if' construct must use '{}'s. | 4062 |
![]() | '!=' is not preceded with whitespace. | 4062 |
![]() | '!=' is not followed by whitespace. | 4062 |
![]() | 'if' construct must use '{}'s. | 4064 |
![]() | '!=' is not preceded with whitespace. | 4064 |
![]() | '!=' is not followed by whitespace. | 4064 |
![]() | Line is longer than 80 characters. | 4065 |
![]() | 'if' construct must use '{}'s. | 4066 |
![]() | '!=' is not preceded with whitespace. | 4066 |
![]() | '!=' is not followed by whitespace. | 4066 |
![]() | 'if' construct must use '{}'s. | 4068 |
![]() | '!=' is not preceded with whitespace. | 4068 |
![]() | '!=' is not followed by whitespace. | 4068 |
![]() | Line is longer than 80 characters. | 4069 |
![]() | 'if' construct must use '{}'s. | 4070 |
![]() | '!=' is not preceded with whitespace. | 4070 |
![]() | '!=' is not followed by whitespace. | 4070 |
![]() | Line is longer than 80 characters. | 4071 |
![]() | 'if' construct must use '{}'s. | 4072 |
![]() | Line has trailing spaces. | 4072 |
![]() | '!=' is not preceded with whitespace. | 4072 |
![]() | '!=' is not followed by whitespace. | 4072 |
![]() | Line is longer than 80 characters. | 4073 |
![]() | 'if' construct must use '{}'s. | 4074 |
![]() | '!=' is not preceded with whitespace. | 4074 |
![]() | '!=' is not followed by whitespace. | 4074 |
![]() | Line is longer than 80 characters. | 4075 |
![]() | 'if' construct must use '{}'s. | 4076 |
![]() | '!=' is not preceded with whitespace. | 4076 |
![]() | '!=' is not followed by whitespace. | 4076 |
![]() | Line is longer than 80 characters. | 4079 |
![]() | '==' is not preceded with whitespace. | 4079 |
![]() | '==' is not followed by whitespace. | 4079 |
![]() | '==' is not preceded with whitespace. | 4079 |
![]() | '==' is not followed by whitespace. | 4079 |
![]() | '==' is not preceded with whitespace. | 4079 |
![]() | '==' is not followed by whitespace. | 4079 |
![]() | '==' is not preceded with whitespace. | 4079 |
![]() | '==' is not followed by whitespace. | 4079 |
![]() | '==' is not preceded with whitespace. | 4079 |
![]() | '==' is not followed by whitespace. | 4079 |
![]() | '==' is not preceded with whitespace. | 4079 |
![]() | '==' is not followed by whitespace. | 4079 |
![]() | '||' should be on a new line. | 4079 |
![]() | Line is longer than 80 characters. | 4080 |
![]() | '==' is not preceded with whitespace. | 4080 |
![]() | '==' is not followed by whitespace. | 4080 |
![]() | '==' is not preceded with whitespace. | 4080 |
![]() | '==' is not followed by whitespace. | 4080 |
![]() | '==' is not preceded with whitespace. | 4080 |
![]() | '==' is not followed by whitespace. | 4080 |
![]() | '==' is not preceded with whitespace. | 4080 |
![]() | '==' is not followed by whitespace. | 4080 |
![]() | Line is longer than 80 characters. | 4081 |
![]() | Line contains a tab character. | 4081 |
![]() | '{' is followed by whitespace. | 4081 |
![]() | '+' should be on a new line. | 4081 |
![]() | Line is longer than 80 characters. | 4082 |
![]() | Line contains a tab character. | 4082 |
![]() | Line is longer than 80 characters. | 4083 |
![]() | Line contains a tab character. | 4083 |
![]() | Line contains a tab character. | 4084 |
![]() | Line contains a tab character. | 4085 |
![]() | Line contains a tab character. | 4086 |
![]() | Line contains a tab character. | 4087 |
![]() | '}' should be on the same line. | 4089 |
![]() | Line is longer than 80 characters. | 4091 |
![]() | Line contains a tab character. | 4091 |
![]() | Line is longer than 80 characters. | 4092 |
![]() | Line has trailing spaces. | 4093 |
![]() | Line is longer than 80 characters. | 4093 |
![]() | '+' should be on a new line. | 4093 |
![]() | '!=' is not preceded with whitespace. | 4096 |
![]() | '!=' is not followed by whitespace. | 4096 |
![]() | Line has trailing spaces. | 4097 |
![]() | Line is longer than 80 characters. | 4097 |
![]() | '+' should be on a new line. | 4097 |
![]() | '!=' is not preceded with whitespace. | 4102 |
![]() | '!=' is not followed by whitespace. | 4102 |
![]() | '==' is not preceded with whitespace. | 4102 |
![]() | '==' is not followed by whitespace. | 4102 |
![]() | Line is longer than 80 characters. | 4103 |
![]() | '+' should be on a new line. | 4103 |
![]() | Line has trailing spaces. | 4104 |
![]() | Line is longer than 80 characters. | 4104 |
![]() | '+' should be on a new line. | 4104 |
![]() | '3' is a magic number. | 4110 |
![]() | '4' is a magic number. | 4111 |
![]() | '5' is a magic number. | 4112 |
![]() | '6' is a magic number. | 4113 |
![]() | '7' is a magic number. | 4114 |
![]() | Line is longer than 80 characters. | 4115 |
![]() | '8' is a magic number. | 4115 |
![]() | '9' is a magic number. | 4116 |
![]() | '10' is a magic number. | 4117 |
![]() | '11' is a magic number. | 4118 |
![]() | Line is longer than 80 characters. | 4119 |
![]() | '12' is a magic number. | 4119 |
![]() | Line is longer than 80 characters. | 4121 |
![]() | '13' is a magic number. | 4121 |
![]() | Line is longer than 80 characters. | 4125 |
![]() | Line contains a tab character. | 4126 |
![]() | Line is longer than 80 characters. | 4127 |
![]() | Line contains a tab character. | 4127 |
![]() | Line contains a tab character. | 4128 |
![]() | Line contains a tab character. | 4129 |
![]() | '}' should be on the same line. | 4132 |
![]() | Line has trailing spaces. | 4134 |
![]() | Line is longer than 80 characters. | 4134 |
![]() | Line contains a tab character. | 4134 |
![]() | Line is longer than 80 characters. | 4135 |
![]() | Line contains a tab character. | 4135 |
![]() | Line contains a tab character. | 4137 |
![]() | Line contains a tab character. | 4138 |
![]() | First sentence should end with a period. | 4142 |
![]() | Line has trailing spaces. | 4142 |
![]() | Line is longer than 80 characters. | 4142 |
![]() | Method 'ingestResourceObject' is not designed for extension - needs to be abstract, final or empty. | 4145 |
![]() | Parameter lblMap should be final. | 4145 |
![]() | ',' is not followed by whitespace. | 4145 |
![]() | Expected @param tag for 'lblMap'. | 4145 |
![]() | First sentence should end with a period. | 4150 |
![]() | Method 'ingestResDS' is not designed for extension - needs to be abstract, final or empty. | 4153 |
![]() | Parameter lblMap should be final. | 4153 |
![]() | ',' is not followed by whitespace. | 4153 |
![]() | Expected @param tag for 'lblMap'. | 4153 |
![]() | Line contains a tab character. | 4159 |
![]() | 'if' construct must use '{}'s. | 4161 |
![]() | '!=' is not preceded with whitespace. | 4161 |
![]() | '!=' is not followed by whitespace. | 4161 |
![]() | Line is longer than 80 characters. | 4162 |
![]() | Line contains a tab character. | 4162 |
![]() | 'if' construct must use '{}'s. | 4164 |
![]() | '!=' is not preceded with whitespace. | 4164 |
![]() | '!=' is not followed by whitespace. | 4164 |
![]() | Line is longer than 80 characters. | 4165 |
![]() | Line contains a tab character. | 4165 |
![]() | Line has trailing spaces. | 4166 |
![]() | '==' is not preceded with whitespace. | 4167 |
![]() | '==' is not followed by whitespace. | 4167 |
![]() | '==' is not preceded with whitespace. | 4167 |
![]() | '==' is not followed by whitespace. | 4167 |
![]() | Line contains a tab character. | 4168 |
![]() | '{' is followed by whitespace. | 4168 |
![]() | Line is longer than 80 characters. | 4169 |
![]() | Line contains a tab character. | 4169 |
![]() | Line contains a tab character. | 4170 |
![]() | Line contains a tab character. | 4171 |
![]() | Line contains a tab character. | 4172 |
![]() | Line contains a tab character. | 4173 |
![]() | '}' should be on the same line. | 4175 |
![]() | Line is longer than 80 characters. | 4177 |
![]() | Line contains a tab character. | 4177 |
![]() | Line is longer than 80 characters. | 4178 |
![]() | Line is longer than 80 characters. | 4179 |
![]() | '!=' is not preceded with whitespace. | 4181 |
![]() | '!=' is not followed by whitespace. | 4181 |
![]() | Line is longer than 80 characters. | 4182 |
![]() | '!=' is not preceded with whitespace. | 4186 |
![]() | '!=' is not followed by whitespace. | 4186 |
![]() | '==' is not preceded with whitespace. | 4186 |
![]() | '==' is not followed by whitespace. | 4186 |
![]() | Line is longer than 80 characters. | 4187 |
![]() | Line has trailing spaces. | 4189 |
![]() | Line is longer than 80 characters. | 4190 |
![]() | Line is longer than 80 characters. | 4191 |
![]() | '3' is a magic number. | 4194 |
![]() | '4' is a magic number. | 4196 |
![]() | Line is longer than 80 characters. | 4200 |
![]() | Line contains a tab character. | 4201 |
![]() | Line is longer than 80 characters. | 4202 |
![]() | Line contains a tab character. | 4202 |
![]() | Line contains a tab character. | 4203 |
![]() | Line contains a tab character. | 4204 |
![]() | '}' should be on the same line. | 4207 |
![]() | Line has trailing spaces. | 4209 |
![]() | Line is longer than 80 characters. | 4209 |
![]() | Line contains a tab character. | 4209 |
![]() | Line is longer than 80 characters. | 4210 |
![]() | Line contains a tab character. | 4210 |
![]() | Line contains a tab character. | 4212 |
![]() | Line contains a tab character. | 4213 |
![]() | First sentence should end with a period. | 4217 |
![]() | Method 'ingestResInfo' is not designed for extension - needs to be abstract, final or empty. | 4220 |
![]() | Parameter lblMap should be final. | 4220 |
![]() | ',' is not followed by whitespace. | 4220 |
![]() | Expected @param tag for 'lblMap'. | 4220 |
![]() | Line contains a tab character. | 4226 |
![]() | 'if' construct must use '{}'s. | 4228 |
![]() | '!=' is not preceded with whitespace. | 4228 |
![]() | '!=' is not followed by whitespace. | 4228 |
![]() | Line is longer than 80 characters. | 4229 |
![]() | Line contains a tab character. | 4229 |
![]() | 'if' construct must use '{}'s. | 4231 |
![]() | '!=' is not preceded with whitespace. | 4231 |
![]() | '!=' is not followed by whitespace. | 4231 |
![]() | Line is longer than 80 characters. | 4232 |
![]() | Line contains a tab character. | 4232 |
![]() | 'if' construct must use '{}'s. | 4240 |
![]() | '!=' is not preceded with whitespace. | 4240 |
![]() | '!=' is not followed by whitespace. | 4240 |
![]() | 'if' construct must use '{}'s. | 4242 |
![]() | '!=' is not preceded with whitespace. | 4242 |
![]() | '!=' is not followed by whitespace. | 4242 |
![]() | Line is longer than 80 characters. | 4243 |
![]() | Line contains a tab character. | 4243 |
![]() | 'if' construct must use '{}'s. | 4244 |
![]() | '!=' is not preceded with whitespace. | 4244 |
![]() | '!=' is not followed by whitespace. | 4244 |
![]() | 'if' construct must use '{}'s. | 4246 |
![]() | '!=' is not preceded with whitespace. | 4246 |
![]() | '!=' is not followed by whitespace. | 4246 |
![]() | 'if' construct must use '{}'s. | 4248 |
![]() | '!=' is not preceded with whitespace. | 4248 |
![]() | '!=' is not followed by whitespace. | 4248 |
![]() | Line is longer than 80 characters. | 4249 |
![]() | 'if' construct must use '{}'s. | 4250 |
![]() | '!=' is not preceded with whitespace. | 4250 |
![]() | '!=' is not followed by whitespace. | 4250 |
![]() | Line is longer than 80 characters. | 4251 |
![]() | 'if' construct must use '{}'s. | 4252 |
![]() | '!=' is not preceded with whitespace. | 4252 |
![]() | '!=' is not followed by whitespace. | 4252 |
![]() | Line is longer than 80 characters. | 4253 |
![]() | Line contains a tab character. | 4253 |
![]() | Line is longer than 80 characters. | 4255 |
![]() | '==' is not preceded with whitespace. | 4255 |
![]() | '==' is not followed by whitespace. | 4255 |
![]() | '==' is not preceded with whitespace. | 4255 |
![]() | '==' is not followed by whitespace. | 4255 |
![]() | '==' is not preceded with whitespace. | 4255 |
![]() | '==' is not followed by whitespace. | 4255 |
![]() | '==' is not preceded with whitespace. | 4255 |
![]() | '==' is not followed by whitespace. | 4255 |
![]() | '==' is not preceded with whitespace. | 4255 |
![]() | '==' is not followed by whitespace. | 4255 |
![]() | '==' is not preceded with whitespace. | 4255 |
![]() | '==' is not followed by whitespace. | 4255 |
![]() | '==' is not preceded with whitespace. | 4255 |
![]() | '==' is not followed by whitespace. | 4255 |
![]() | Line is longer than 80 characters. | 4256 |
![]() | Line contains a tab character. | 4256 |
![]() | '{' is followed by whitespace. | 4256 |
![]() | '+' should be on a new line. | 4256 |
![]() | Line contains a tab character. | 4257 |
![]() | Line is longer than 80 characters. | 4258 |
![]() | Line contains a tab character. | 4258 |
![]() | Line contains a tab character. | 4259 |
![]() | Line contains a tab character. | 4260 |
![]() | Line contains a tab character. | 4261 |
![]() | '}' should be on the same line. | 4264 |
![]() | Line is longer than 80 characters. | 4266 |
![]() | Line contains a tab character. | 4266 |
![]() | Line is longer than 80 characters. | 4268 |
![]() | '!=' is not preceded with whitespace. | 4270 |
![]() | '!=' is not followed by whitespace. | 4270 |
![]() | Line is longer than 80 characters. | 4271 |
![]() | '!=' is not preceded with whitespace. | 4275 |
![]() | '!=' is not followed by whitespace. | 4275 |
![]() | '==' is not preceded with whitespace. | 4275 |
![]() | '==' is not followed by whitespace. | 4275 |
![]() | Line is longer than 80 characters. | 4276 |
![]() | '+' should be on a new line. | 4276 |
![]() | Line is longer than 80 characters. | 4280 |
![]() | Line is longer than 80 characters. | 4281 |
![]() | Line is longer than 80 characters. | 4282 |
![]() | Line is longer than 80 characters. | 4283 |
![]() | Line is longer than 80 characters. | 4284 |
![]() | Line is longer than 80 characters. | 4285 |
![]() | '3' is a magic number. | 4289 |
![]() | '4' is a magic number. | 4290 |
![]() | '5' is a magic number. | 4291 |
![]() | '6' is a magic number. | 4292 |
![]() | '7' is a magic number. | 4293 |
![]() | '8' is a magic number. | 4294 |
![]() | '9' is a magic number. | 4296 |
![]() | Line is longer than 80 characters. | 4300 |
![]() | Line contains a tab character. | 4301 |
![]() | Line is longer than 80 characters. | 4302 |
![]() | Line contains a tab character. | 4302 |
![]() | Line contains a tab character. | 4303 |
![]() | Line contains a tab character. | 4304 |
![]() | Line has trailing spaces. | 4305 |
![]() | Line has trailing spaces. | 4306 |
![]() | Line contains a tab character. | 4306 |
![]() | Line is longer than 80 characters. | 4307 |
![]() | Line contains a tab character. | 4307 |
![]() | Line contains a tab character. | 4308 |
![]() | Line contains a tab character. | 4309 |
![]() | Line contains a tab character. | 4310 |
![]() | Line contains a tab character. | 4311 |
![]() | Line contains a tab character. | 4312 |
![]() | Line contains a tab character. | 4313 |
![]() | Line contains a tab character. | 4314 |
![]() | Line contains a tab character. | 4315 |
![]() | '}' should be on the same line. | 4317 |
![]() | Line has trailing spaces. | 4319 |
![]() | Line is longer than 80 characters. | 4319 |
![]() | Line contains a tab character. | 4319 |
![]() | Line is longer than 80 characters. | 4320 |
![]() | Line contains a tab character. | 4320 |
![]() | Line contains a tab character. | 4322 |
![]() | Line contains a tab character. | 4323 |
![]() | First sentence should end with a period. | 4327 |
![]() | Line has trailing spaces. | 4330 |
![]() | Line is longer than 80 characters. | 4330 |
![]() | Method 'ingestElemDefObject' is not designed for extension - needs to be abstract, final or empty. | 4330 |
![]() | Parameter lblMap should be final. | 4330 |
![]() | ',' is not followed by whitespace. | 4330 |
![]() | Expected @param tag for 'lblMap'. | 4330 |
![]() | First sentence should end with a period. | 4338 |
![]() | Method 'ingestDDCol' is not designed for extension - needs to be abstract, final or empty. | 4341 |
![]() | Method length is 191 lines (max allowed is 150). | 4341 |
![]() | Parameter lblMap should be final. | 4341 |
![]() | ',' is not followed by whitespace. | 4341 |
![]() | Expected @param tag for 'lblMap'. | 4341 |
![]() | Line contains a tab character. | 4346 |
![]() | 'if' construct must use '{}'s. | 4348 |
![]() | '!=' is not preceded with whitespace. | 4348 |
![]() | '!=' is not followed by whitespace. | 4348 |
![]() | Line is longer than 80 characters. | 4349 |
![]() | Line contains a tab character. | 4349 |
![]() | 'if' construct must use '{}'s. | 4351 |
![]() | '!=' is not preceded with whitespace. | 4351 |
![]() | '!=' is not followed by whitespace. | 4351 |
![]() | Line contains a tab character. | 4352 |
![]() | Line has trailing spaces. | 4353 |
![]() | 'if' construct must use '{}'s. | 4373 |
![]() | '!=' is not preceded with whitespace. | 4373 |
![]() | '!=' is not followed by whitespace. | 4373 |
![]() | Line is longer than 80 characters. | 4374 |
![]() | 'if' construct must use '{}'s. | 4375 |
![]() | '!=' is not preceded with whitespace. | 4375 |
![]() | '!=' is not followed by whitespace. | 4375 |
![]() | Line is longer than 80 characters. | 4376 |
![]() | 'if' construct must use '{}'s. | 4377 |
![]() | '!=' is not preceded with whitespace. | 4377 |
![]() | '!=' is not followed by whitespace. | 4377 |
![]() | 'if' construct must use '{}'s. | 4379 |
![]() | '!=' is not preceded with whitespace. | 4379 |
![]() | '!=' is not followed by whitespace. | 4379 |
![]() | Line is longer than 80 characters. | 4380 |
![]() | 'if' construct must use '{}'s. | 4381 |
![]() | '!=' is not preceded with whitespace. | 4381 |
![]() | '!=' is not followed by whitespace. | 4381 |
![]() | 'if' construct must use '{}'s. | 4383 |
![]() | '!=' is not preceded with whitespace. | 4383 |
![]() | '!=' is not followed by whitespace. | 4383 |
![]() | 'if' construct must use '{}'s. | 4385 |
![]() | '!=' is not preceded with whitespace. | 4385 |
![]() | '!=' is not followed by whitespace. | 4385 |
![]() | Line is longer than 80 characters. | 4386 |
![]() | 'if' construct must use '{}'s. | 4387 |
![]() | '!=' is not preceded with whitespace. | 4387 |
![]() | '!=' is not followed by whitespace. | 4387 |
![]() | Line is longer than 80 characters. | 4388 |
![]() | 'if' construct must use '{}'s. | 4389 |
![]() | '!=' is not preceded with whitespace. | 4389 |
![]() | '!=' is not followed by whitespace. | 4389 |
![]() | 'if' construct must use '{}'s. | 4391 |
![]() | '!=' is not preceded with whitespace. | 4391 |
![]() | '!=' is not followed by whitespace. | 4391 |
![]() | 'if' construct must use '{}'s. | 4393 |
![]() | '!=' is not preceded with whitespace. | 4393 |
![]() | '!=' is not followed by whitespace. | 4393 |
![]() | Line is longer than 80 characters. | 4394 |
![]() | 'if' construct must use '{}'s. | 4395 |
![]() | '!=' is not preceded with whitespace. | 4395 |
![]() | '!=' is not followed by whitespace. | 4395 |
![]() | 'if' construct must use '{}'s. | 4397 |
![]() | '!=' is not preceded with whitespace. | 4397 |
![]() | '!=' is not followed by whitespace. | 4397 |
![]() | 'if' construct must use '{}'s. | 4399 |
![]() | '!=' is not preceded with whitespace. | 4399 |
![]() | '!=' is not followed by whitespace. | 4399 |
![]() | 'if' construct must use '{}'s. | 4401 |
![]() | '!=' is not preceded with whitespace. | 4401 |
![]() | '!=' is not followed by whitespace. | 4401 |
![]() | Line is longer than 80 characters. | 4402 |
![]() | 'if' construct must use '{}'s. | 4403 |
![]() | '!=' is not preceded with whitespace. | 4403 |
![]() | '!=' is not followed by whitespace. | 4403 |
![]() | 'if' construct must use '{}'s. | 4405 |
![]() | '!=' is not preceded with whitespace. | 4405 |
![]() | '!=' is not followed by whitespace. | 4405 |
![]() | Line is longer than 80 characters. | 4406 |
![]() | 'if' construct must use '{}'s. | 4407 |
![]() | '!=' is not preceded with whitespace. | 4407 |
![]() | '!=' is not followed by whitespace. | 4407 |
![]() | Line is longer than 80 characters. | 4408 |
![]() | 'if' construct must use '{}'s. | 4409 |
![]() | '!=' is not preceded with whitespace. | 4409 |
![]() | '!=' is not followed by whitespace. | 4409 |
![]() | Line is longer than 80 characters. | 4410 |
![]() | Line has trailing spaces. | 4412 |
![]() | Line is longer than 80 characters. | 4412 |
![]() | '==' is not preceded with whitespace. | 4412 |
![]() | '==' is not followed by whitespace. | 4412 |
![]() | '==' is not preceded with whitespace. | 4412 |
![]() | '==' is not followed by whitespace. | 4412 |
![]() | '==' is not preceded with whitespace. | 4412 |
![]() | '==' is not followed by whitespace. | 4412 |
![]() | '==' is not preceded with whitespace. | 4412 |
![]() | '==' is not followed by whitespace. | 4412 |
![]() | '==' is not preceded with whitespace. | 4412 |
![]() | '==' is not followed by whitespace. | 4412 |
![]() | '||' should be on a new line. | 4412 |
![]() | Line is longer than 80 characters. | 4413 |
![]() | '==' is not preceded with whitespace. | 4413 |
![]() | '==' is not followed by whitespace. | 4413 |
![]() | '==' is not preceded with whitespace. | 4413 |
![]() | '==' is not followed by whitespace. | 4413 |
![]() | '==' is not preceded with whitespace. | 4413 |
![]() | '==' is not followed by whitespace. | 4413 |
![]() | '==' is not preceded with whitespace. | 4413 |
![]() | '==' is not followed by whitespace. | 4413 |
![]() | '==' is not preceded with whitespace. | 4413 |
![]() | '==' is not followed by whitespace. | 4413 |
![]() | '||' should be on a new line. | 4413 |
![]() | Line is longer than 80 characters. | 4414 |
![]() | '==' is not preceded with whitespace. | 4414 |
![]() | '==' is not followed by whitespace. | 4414 |
![]() | '==' is not preceded with whitespace. | 4414 |
![]() | '==' is not followed by whitespace. | 4414 |
![]() | '==' is not preceded with whitespace. | 4414 |
![]() | '==' is not followed by whitespace. | 4414 |
![]() | '==' is not preceded with whitespace. | 4414 |
![]() | '==' is not followed by whitespace. | 4414 |
![]() | '==' is not preceded with whitespace. | 4414 |
![]() | '==' is not followed by whitespace. | 4414 |
![]() | '||' should be on a new line. | 4414 |
![]() | Line is longer than 80 characters. | 4415 |
![]() | '==' is not preceded with whitespace. | 4415 |
![]() | '==' is not followed by whitespace. | 4415 |
![]() | '==' is not preceded with whitespace. | 4415 |
![]() | '==' is not followed by whitespace. | 4415 |
![]() | '==' is not preceded with whitespace. | 4415 |
![]() | '==' is not followed by whitespace. | 4415 |
![]() | '==' is not preceded with whitespace. | 4415 |
![]() | '==' is not followed by whitespace. | 4415 |
![]() | '==' is not preceded with whitespace. | 4415 |
![]() | '==' is not followed by whitespace. | 4415 |
![]() | Line is longer than 80 characters. | 4416 |
![]() | Line contains a tab character. | 4416 |
![]() | '{' is followed by whitespace. | 4416 |
![]() | '+' should be on a new line. | 4416 |
![]() | Line contains a tab character. | 4417 |
![]() | Line is longer than 80 characters. | 4418 |
![]() | Line contains a tab character. | 4418 |
![]() | Line contains a tab character. | 4419 |
![]() | Line contains a tab character. | 4420 |
![]() | Line contains a tab character. | 4421 |
![]() | '}' should be on the same line. | 4424 |
![]() | Line is longer than 80 characters. | 4426 |
![]() | Line contains a tab character. | 4426 |
![]() | Line is longer than 80 characters. | 4427 |
![]() | Line is longer than 80 characters. | 4428 |
![]() | '!=' is not preceded with whitespace. | 4430 |
![]() | '!=' is not followed by whitespace. | 4430 |
![]() | Line is longer than 80 characters. | 4431 |
![]() | '!=' is not preceded with whitespace. | 4435 |
![]() | '!=' is not followed by whitespace. | 4435 |
![]() | '==' is not preceded with whitespace. | 4435 |
![]() | '==' is not followed by whitespace. | 4435 |
![]() | Line has trailing spaces. | 4436 |
![]() | Line is longer than 80 characters. | 4436 |
![]() | '+' should be on a new line. | 4436 |
![]() | Line has trailing spaces. | 4437 |
![]() | Line is longer than 80 characters. | 4437 |
![]() | '+' should be on a new line. | 4437 |
![]() | Line has trailing spaces. | 4438 |
![]() | Line is longer than 80 characters. | 4438 |
![]() | Line is longer than 80 characters. | 4441 |
![]() | Line is longer than 80 characters. | 4442 |
![]() | Line is longer than 80 characters. | 4443 |
![]() | Line is longer than 80 characters. | 4444 |
![]() | Line is longer than 80 characters. | 4445 |
![]() | Line is longer than 80 characters. | 4446 |
![]() | Line is longer than 80 characters. | 4447 |
![]() | Line is longer than 80 characters. | 4448 |
![]() | Line is longer than 80 characters. | 4449 |
![]() | Line is longer than 80 characters. | 4450 |
![]() | Line is longer than 80 characters. | 4451 |
![]() | Line is longer than 80 characters. | 4452 |
![]() | Line is longer than 80 characters. | 4453 |
![]() | Line is longer than 80 characters. | 4454 |
![]() | Line is longer than 80 characters. | 4455 |
![]() | Line is longer than 80 characters. | 4456 |
![]() | Line is longer than 80 characters. | 4457 |
![]() | Line is longer than 80 characters. | 4458 |
![]() | Line is longer than 80 characters. | 4459 |
![]() | Line is longer than 80 characters. | 4460 |
![]() | Line is longer than 80 characters. | 4461 |
![]() | '3' is a magic number. | 4465 |
![]() | '4' is a magic number. | 4466 |
![]() | '5' is a magic number. | 4467 |
![]() | '6' is a magic number. | 4468 |
![]() | 'if' construct must use '{}'s. | 4470 |
![]() | '7' is a magic number. | 4471 |
![]() | 'if' construct must use '{}'s. | 4472 |
![]() | '7' is a magic number. | 4473 |
![]() | 'else' construct must use '{}'s. | 4474 |
![]() | Line is longer than 80 characters. | 4475 |
![]() | '7' is a magic number. | 4475 |
![]() | 'if' construct must use '{}'s. | 4477 |
![]() | '8' is a magic number. | 4478 |
![]() | 'if' construct must use '{}'s. | 4479 |
![]() | '8' is a magic number. | 4480 |
![]() | 'else' construct must use '{}'s. | 4481 |
![]() | Line is longer than 80 characters. | 4482 |
![]() | '8' is a magic number. | 4482 |
![]() | 'if' construct must use '{}'s. | 4484 |
![]() | '9' is a magic number. | 4485 |
![]() | 'cast' is not followed by whitespace. | 4485 |
![]() | 'if' construct must use '{}'s. | 4486 |
![]() | '9' is a magic number. | 4487 |
![]() | 'cast' is not followed by whitespace. | 4487 |
![]() | 'else' construct must use '{}'s. | 4488 |
![]() | Line is longer than 80 characters. | 4489 |
![]() | '9' is a magic number. | 4489 |
![]() | 'if' construct must use '{}'s. | 4491 |
![]() | '10' is a magic number. | 4492 |
![]() | 'cast' is not followed by whitespace. | 4492 |
![]() | 'if' construct must use '{}'s. | 4493 |
![]() | '10' is a magic number. | 4494 |
![]() | 'cast' is not followed by whitespace. | 4494 |
![]() | 'else' construct must use '{}'s. | 4495 |
![]() | Line is longer than 80 characters. | 4496 |
![]() | '10' is a magic number. | 4496 |
![]() | Line is longer than 80 characters. | 4498 |
![]() | '11' is a magic number. | 4498 |
![]() | Line is longer than 80 characters. | 4499 |
![]() | '12' is a magic number. | 4499 |
![]() | Line is longer than 80 characters. | 4500 |
![]() | '13' is a magic number. | 4500 |
![]() | '14' is a magic number. | 4501 |
![]() | '15' is a magic number. | 4502 |
![]() | '16' is a magic number. | 4503 |
![]() | Line is longer than 80 characters. | 4504 |
![]() | '17' is a magic number. | 4504 |
![]() | '18' is a magic number. | 4505 |
![]() | Line is longer than 80 characters. | 4506 |
![]() | '19' is a magic number. | 4506 |
![]() | Line is longer than 80 characters. | 4507 |
![]() | '20' is a magic number. | 4507 |
![]() | Line is longer than 80 characters. | 4508 |
![]() | '21' is a magic number. | 4508 |
![]() | Line is longer than 80 characters. | 4509 |
![]() | '22' is a magic number. | 4509 |
![]() | Line is longer than 80 characters. | 4511 |
![]() | '23' is a magic number. | 4511 |
![]() | Line is longer than 80 characters. | 4515 |
![]() | Line contains a tab character. | 4516 |
![]() | Line is longer than 80 characters. | 4517 |
![]() | Line contains a tab character. | 4517 |
![]() | Line contains a tab character. | 4518 |
![]() | Line contains a tab character. | 4519 |
![]() | '}' should be on the same line. | 4522 |
![]() | Line has trailing spaces. | 4524 |
![]() | Line is longer than 80 characters. | 4524 |
![]() | Line contains a tab character. | 4524 |
![]() | Line is longer than 80 characters. | 4525 |
![]() | Line contains a tab character. | 4525 |
![]() | Line contains a tab character. | 4528 |
![]() | Line contains a tab character. | 4529 |
![]() | First sentence should end with a period. | 4533 |
![]() | Method 'ingestDDColD' is not designed for extension - needs to be abstract, final or empty. | 4536 |
![]() | Parameter lblMap should be final. | 4536 |
![]() | ',' is not followed by whitespace. | 4536 |
![]() | Expected @param tag for 'lblMap'. | 4536 |
![]() | Line contains a tab character. | 4541 |
![]() | 'if' construct must use '{}'s. | 4543 |
![]() | '!=' is not preceded with whitespace. | 4543 |
![]() | '!=' is not followed by whitespace. | 4543 |
![]() | Line has trailing spaces. | 4544 |
![]() | Line is longer than 80 characters. | 4544 |
![]() | Line contains a tab character. | 4544 |
![]() | Line contains a tab character. | 4546 |
![]() | '{' is followed by whitespace. | 4546 |
![]() | Line is longer than 80 characters. | 4547 |
![]() | Line contains a tab character. | 4547 |
![]() | Line contains a tab character. | 4548 |
![]() | Line contains a tab character. | 4549 |
![]() | Line contains a tab character. | 4550 |
![]() | Line contains a tab character. | 4551 |
![]() | Line contains a tab character. | 4552 |
![]() | Line contains a tab character. | 4553 |
![]() | Line has trailing spaces. | 4555 |
![]() | Line is longer than 80 characters. | 4558 |
![]() | '!=' is not preceded with whitespace. | 4560 |
![]() | '!=' is not followed by whitespace. | 4560 |
![]() | Line is longer than 80 characters. | 4561 |
![]() | '!=' is not preceded with whitespace. | 4565 |
![]() | '!=' is not followed by whitespace. | 4565 |
![]() | '!=' is not preceded with whitespace. | 4566 |
![]() | '!=' is not followed by whitespace. | 4566 |
![]() | '==' is not preceded with whitespace. | 4566 |
![]() | '==' is not followed by whitespace. | 4566 |
![]() | Line is longer than 80 characters. | 4567 |
![]() | Line is longer than 80 characters. | 4569 |
![]() | '=' is not preceded with whitespace. | 4571 |
![]() | '=' is not followed by whitespace. | 4571 |
![]() | '<' is not preceded with whitespace. | 4571 |
![]() | '<' is not followed by whitespace. | 4571 |
![]() | ',' is not followed by whitespace. | 4572 |
![]() | '+' is not preceded with whitespace. | 4573 |
![]() | '+' is not followed by whitespace. | 4573 |
![]() | '3' is a magic number. | 4574 |
![]() | '4' is a magic number. | 4575 |
![]() | '5' is a magic number. | 4576 |
![]() | Line contains a tab character. | 4581 |
![]() | Line is longer than 80 characters. | 4582 |
![]() | Line contains a tab character. | 4582 |
![]() | Line contains a tab character. | 4583 |
![]() | Line is longer than 80 characters. | 4584 |
![]() | Line contains a tab character. | 4584 |
![]() | Line contains a tab character. | 4585 |
![]() | '}' should be on the same line. | 4587 |
![]() | Line contains a tab character. | 4589 |
![]() | '{' is followed by whitespace. | 4589 |
![]() | Line is longer than 80 characters. | 4590 |
![]() | Line contains a tab character. | 4590 |
![]() | Line contains a tab character. | 4591 |
![]() | Line contains a tab character. | 4592 |
![]() | Line contains a tab character. | 4593 |
![]() | '}' should be on the same line. | 4597 |
![]() | Line has trailing spaces. | 4599 |
![]() | Line is longer than 80 characters. | 4599 |
![]() | Line contains a tab character. | 4599 |
![]() | Line is longer than 80 characters. | 4600 |
![]() | Line contains a tab character. | 4600 |
![]() | Line contains a tab character. | 4603 |
![]() | Line contains a tab character. | 4604 |
![]() | First sentence should end with a period. | 4608 |
![]() | Method 'ingestDDStdValD' is not designed for extension - needs to be abstract, final or empty. | 4611 |
![]() | Parameter lblMap should be final. | 4611 |
![]() | ',' is not followed by whitespace. | 4611 |
![]() | Expected @param tag for 'lblMap'. | 4611 |
![]() | Line contains a tab character. | 4616 |
![]() | 'if' construct must use '{}'s. | 4618 |
![]() | '!=' is not preceded with whitespace. | 4618 |
![]() | '!=' is not followed by whitespace. | 4618 |
![]() | Line is longer than 80 characters. | 4619 |
![]() | Line contains a tab character. | 4619 |
![]() | Line contains a tab character. | 4621 |
![]() | '{' is followed by whitespace. | 4621 |
![]() | Line is longer than 80 characters. | 4622 |
![]() | Line contains a tab character. | 4622 |
![]() | Line contains a tab character. | 4623 |
![]() | Line contains a tab character. | 4624 |
![]() | Line contains a tab character. | 4625 |
![]() | Line contains a tab character. | 4626 |
![]() | Line contains a tab character. | 4627 |
![]() | Line contains a tab character. | 4628 |
![]() | Line is longer than 80 characters. | 4630 |
![]() | Line is longer than 80 characters. | 4632 |
![]() | '!=' is not preceded with whitespace. | 4634 |
![]() | '!=' is not followed by whitespace. | 4634 |
![]() | Line is longer than 80 characters. | 4635 |
![]() | '!=' is not preceded with whitespace. | 4639 |
![]() | '!=' is not followed by whitespace. | 4639 |
![]() | '!=' is not preceded with whitespace. | 4640 |
![]() | '!=' is not followed by whitespace. | 4640 |
![]() | '==' is not preceded with whitespace. | 4640 |
![]() | '==' is not followed by whitespace. | 4640 |
![]() | Line is longer than 80 characters. | 4641 |
![]() | Line is longer than 80 characters. | 4643 |
![]() | '=' is not preceded with whitespace. | 4644 |
![]() | '=' is not followed by whitespace. | 4644 |
![]() | '<' is not preceded with whitespace. | 4644 |
![]() | '<' is not followed by whitespace. | 4644 |
![]() | Line is longer than 80 characters. | 4645 |
![]() | Line contains a tab character. | 4645 |
![]() | '+' is not preceded with whitespace. | 4647 |
![]() | '+' is not followed by whitespace. | 4647 |
![]() | '3' is a magic number. | 4648 |
![]() | '4' is a magic number. | 4649 |
![]() | '5' is a magic number. | 4651 |
![]() | Line contains a tab character. | 4656 |
![]() | Line is longer than 80 characters. | 4657 |
![]() | Line contains a tab character. | 4657 |
![]() | Line contains a tab character. | 4658 |
![]() | Line is longer than 80 characters. | 4659 |
![]() | Line contains a tab character. | 4659 |
![]() | Line contains a tab character. | 4660 |
![]() | '}' should be on the same line. | 4662 |
![]() | Line contains a tab character. | 4664 |
![]() | '{' is followed by whitespace. | 4664 |
![]() | Line is longer than 80 characters. | 4665 |
![]() | Line contains a tab character. | 4665 |
![]() | Line contains a tab character. | 4666 |
![]() | Line contains a tab character. | 4667 |
![]() | Line contains a tab character. | 4668 |
![]() | '}' should be on the same line. | 4672 |
![]() | Line has trailing spaces. | 4674 |
![]() | Line is longer than 80 characters. | 4674 |
![]() | Line contains a tab character. | 4674 |
![]() | Line is longer than 80 characters. | 4675 |
![]() | Line contains a tab character. | 4675 |
![]() | Line contains a tab character. | 4677 |
![]() | Line contains a tab character. | 4678 |
![]() | Line has trailing spaces. | 4681 |
![]() | First sentence should end with a period. | 4682 |
![]() | Method 'ingestDDFormRule' is not designed for extension - needs to be abstract, final or empty. | 4685 |
![]() | Parameter lblMap should be final. | 4685 |
![]() | ',' is not followed by whitespace. | 4685 |
![]() | Expected @param tag for 'lblMap'. | 4685 |
![]() | Line contains a tab character. | 4690 |
![]() | 'if' construct must use '{}'s. | 4692 |
![]() | '!=' is not preceded with whitespace. | 4692 |
![]() | '!=' is not followed by whitespace. | 4692 |
![]() | Line is longer than 80 characters. | 4693 |
![]() | Line contains a tab character. | 4693 |
![]() | Line contains a tab character. | 4695 |
![]() | '{' is followed by whitespace. | 4695 |
![]() | Line is longer than 80 characters. | 4696 |
![]() | Line contains a tab character. | 4696 |
![]() | Line contains a tab character. | 4697 |
![]() | Line contains a tab character. | 4698 |
![]() | Line contains a tab character. | 4699 |
![]() | Line contains a tab character. | 4700 |
![]() | Line contains a tab character. | 4701 |
![]() | Line contains a tab character. | 4702 |
![]() | Line is longer than 80 characters. | 4705 |
![]() | Line is longer than 80 characters. | 4707 |
![]() | '!=' is not preceded with whitespace. | 4709 |
![]() | '!=' is not followed by whitespace. | 4709 |
![]() | Line is longer than 80 characters. | 4710 |
![]() | '!=' is not preceded with whitespace. | 4714 |
![]() | '!=' is not followed by whitespace. | 4714 |
![]() | '!=' is not preceded with whitespace. | 4715 |
![]() | '!=' is not followed by whitespace. | 4715 |
![]() | '==' is not preceded with whitespace. | 4715 |
![]() | '==' is not followed by whitespace. | 4715 |
![]() | Line is longer than 80 characters. | 4716 |
![]() | Line is longer than 80 characters. | 4718 |
![]() | '=' is not preceded with whitespace. | 4719 |
![]() | '=' is not followed by whitespace. | 4719 |
![]() | '<' is not preceded with whitespace. | 4719 |
![]() | '<' is not followed by whitespace. | 4719 |
![]() | Line is longer than 80 characters. | 4720 |
![]() | Line contains a tab character. | 4720 |
![]() | '+' is not preceded with whitespace. | 4722 |
![]() | '+' is not followed by whitespace. | 4722 |
![]() | '3' is a magic number. | 4723 |
![]() | '4' is a magic number. | 4724 |
![]() | '5' is a magic number. | 4726 |
![]() | Line contains a tab character. | 4731 |
![]() | Line is longer than 80 characters. | 4732 |
![]() | Line contains a tab character. | 4732 |
![]() | Line contains a tab character. | 4733 |
![]() | Line is longer than 80 characters. | 4734 |
![]() | Line contains a tab character. | 4734 |
![]() | Line contains a tab character. | 4735 |
![]() | '}' should be on the same line. | 4737 |
![]() | Line contains a tab character. | 4739 |
![]() | '{' is followed by whitespace. | 4739 |
![]() | Line is longer than 80 characters. | 4740 |
![]() | Line contains a tab character. | 4740 |
![]() | Line contains a tab character. | 4741 |
![]() | Line contains a tab character. | 4742 |
![]() | Line contains a tab character. | 4743 |
![]() | '}' should be on the same line. | 4747 |
![]() | Line has trailing spaces. | 4749 |
![]() | Line is longer than 80 characters. | 4749 |
![]() | Line contains a tab character. | 4749 |
![]() | Line is longer than 80 characters. | 4750 |
![]() | Line contains a tab character. | 4750 |
![]() | Line contains a tab character. | 4752 |
![]() | Line contains a tab character. | 4753 |
![]() | First sentence should end with a period. | 4757 |
![]() | Method 'ingestDDSysClass' is not designed for extension - needs to be abstract, final or empty. | 4760 |
![]() | Parameter lblMap should be final. | 4760 |
![]() | ',' is not followed by whitespace. | 4760 |
![]() | Expected @param tag for 'lblMap'. | 4760 |
![]() | Line contains a tab character. | 4765 |
![]() | 'if' construct must use '{}'s. | 4767 |
![]() | '!=' is not preceded with whitespace. | 4767 |
![]() | '!=' is not followed by whitespace. | 4767 |
![]() | Line contains a tab character. | 4768 |
![]() | Line contains a tab character. | 4770 |
![]() | '{' is followed by whitespace. | 4770 |
![]() | Line is longer than 80 characters. | 4771 |
![]() | Line contains a tab character. | 4771 |
![]() | Line contains a tab character. | 4772 |
![]() | Line contains a tab character. | 4773 |
![]() | Line contains a tab character. | 4774 |
![]() | Line contains a tab character. | 4775 |
![]() | Line contains a tab character. | 4776 |
![]() | Line contains a tab character. | 4777 |
![]() | Line is longer than 80 characters. | 4779 |
![]() | Line is longer than 80 characters. | 4781 |
![]() | '!=' is not preceded with whitespace. | 4783 |
![]() | '!=' is not followed by whitespace. | 4783 |
![]() | Line is longer than 80 characters. | 4784 |
![]() | '!=' is not preceded with whitespace. | 4788 |
![]() | '!=' is not followed by whitespace. | 4788 |
![]() | '!=' is not preceded with whitespace. | 4789 |
![]() | '!=' is not followed by whitespace. | 4789 |
![]() | '==' is not preceded with whitespace. | 4789 |
![]() | '==' is not followed by whitespace. | 4789 |
![]() | Line is longer than 80 characters. | 4790 |
![]() | Line is longer than 80 characters. | 4792 |
![]() | Line is longer than 80 characters. | 4794 |
![]() | '3' is a magic number. | 4795 |
![]() | '4' is a magic number. | 4797 |
![]() | Line has trailing spaces. | 4798 |
![]() | Line has trailing spaces. | 4801 |
![]() | Line contains a tab character. | 4801 |
![]() | Line is longer than 80 characters. | 4802 |
![]() | Line contains a tab character. | 4802 |
![]() | Line contains a tab character. | 4803 |
![]() | Line is longer than 80 characters. | 4804 |
![]() | Line contains a tab character. | 4804 |
![]() | Line contains a tab character. | 4805 |
![]() | '}' should be on the same line. | 4807 |
![]() | Line is longer than 80 characters. | 4809 |
![]() | Line contains a tab character. | 4809 |
![]() | '{' is followed by whitespace. | 4809 |
![]() | Line is longer than 80 characters. | 4810 |
![]() | Line contains a tab character. | 4810 |
![]() | Line contains a tab character. | 4811 |
![]() | Line contains a tab character. | 4812 |
![]() | Line contains a tab character. | 4813 |
![]() | '}' should be on the same line. | 4817 |
![]() | Line has trailing spaces. | 4819 |
![]() | Line is longer than 80 characters. | 4819 |
![]() | Line contains a tab character. | 4819 |
![]() | Line is longer than 80 characters. | 4820 |
![]() | Line contains a tab character. | 4820 |
![]() | Line contains a tab character. | 4823 |
![]() | Line contains a tab character. | 4824 |
![]() | First sentence should end with a period. | 4828 |
![]() | Method 'ingestDDGenClass' is not designed for extension - needs to be abstract, final or empty. | 4831 |
![]() | Parameter lblMap should be final. | 4831 |
![]() | ',' is not followed by whitespace. | 4831 |
![]() | Expected @param tag for 'lblMap'. | 4831 |
![]() | Line contains a tab character. | 4836 |
![]() | 'if' construct must use '{}'s. | 4838 |
![]() | '!=' is not preceded with whitespace. | 4838 |
![]() | '!=' is not followed by whitespace. | 4838 |
![]() | Line contains a tab character. | 4839 |
![]() | Line contains a tab character. | 4841 |
![]() | '{' is followed by whitespace. | 4841 |
![]() | Line is longer than 80 characters. | 4842 |
![]() | Line contains a tab character. | 4842 |
![]() | Line contains a tab character. | 4843 |
![]() | Line contains a tab character. | 4844 |
![]() | Line contains a tab character. | 4845 |
![]() | Line contains a tab character. | 4846 |
![]() | Line contains a tab character. | 4847 |
![]() | Line contains a tab character. | 4848 |
![]() | Line is longer than 80 characters. | 4850 |
![]() | Line is longer than 80 characters. | 4852 |
![]() | '!=' is not preceded with whitespace. | 4854 |
![]() | '!=' is not followed by whitespace. | 4854 |
![]() | Line is longer than 80 characters. | 4855 |
![]() | '!=' is not preceded with whitespace. | 4859 |
![]() | '!=' is not followed by whitespace. | 4859 |
![]() | '!=' is not preceded with whitespace. | 4860 |
![]() | '!=' is not followed by whitespace. | 4860 |
![]() | '==' is not preceded with whitespace. | 4860 |
![]() | '==' is not followed by whitespace. | 4860 |
![]() | Line is longer than 80 characters. | 4861 |
![]() | Line is longer than 80 characters. | 4863 |
![]() | Line is longer than 80 characters. | 4865 |
![]() | '3' is a magic number. | 4866 |
![]() | '4' is a magic number. | 4868 |
![]() | Line has trailing spaces. | 4872 |
![]() | Line is longer than 80 characters. | 4872 |
![]() | Line contains a tab character. | 4872 |
![]() | Line is longer than 80 characters. | 4873 |
![]() | Line contains a tab character. | 4873 |
![]() | Line contains a tab character. | 4874 |
![]() | Line is longer than 80 characters. | 4875 |
![]() | Line contains a tab character. | 4875 |
![]() | Line contains a tab character. | 4876 |
![]() | '}' should be on the same line. | 4878 |
![]() | Line is longer than 80 characters. | 4880 |
![]() | Line contains a tab character. | 4880 |
![]() | '{' is followed by whitespace. | 4880 |
![]() | Line is longer than 80 characters. | 4881 |
![]() | Line contains a tab character. | 4881 |
![]() | Line contains a tab character. | 4882 |
![]() | Line contains a tab character. | 4883 |
![]() | Line contains a tab character. | 4884 |
![]() | '}' should be on the same line. | 4888 |
![]() | Line has trailing spaces. | 4890 |
![]() | Line is longer than 80 characters. | 4890 |
![]() | Line contains a tab character. | 4890 |
![]() | Line is longer than 80 characters. | 4891 |
![]() | Line contains a tab character. | 4891 |
![]() | Line contains a tab character. | 4894 |
![]() | Line contains a tab character. | 4895 |
![]() | First sentence should end with a period. | 4899 |
![]() | Method 'ingestStdValObject' is not designed for extension - needs to be abstract, final or empty. | 4902 |
![]() | Parameter lblMap should be final. | 4902 |
![]() | ',' is not followed by whitespace. | 4902 |
![]() | Expected @param tag for 'lblMap'. | 4902 |
![]() | Line contains a tab character. | 4907 |
![]() | 'if' construct must use '{}'s. | 4909 |
![]() | '!=' is not preceded with whitespace. | 4909 |
![]() | '!=' is not followed by whitespace. | 4909 |
![]() | Line contains a tab character. | 4910 |
![]() | 'if' construct must use '{}'s. | 4912 |
![]() | '!=' is not preceded with whitespace. | 4912 |
![]() | '!=' is not followed by whitespace. | 4912 |
![]() | Line is longer than 80 characters. | 4913 |
![]() | Line contains a tab character. | 4913 |
![]() | Line has trailing spaces. | 4914 |
![]() | 'if' construct must use '{}'s. | 4918 |
![]() | '!=' is not preceded with whitespace. | 4918 |
![]() | '!=' is not followed by whitespace. | 4918 |
![]() | Line is longer than 80 characters. | 4919 |
![]() | 'if' construct must use '{}'s. | 4920 |
![]() | '!=' is not preceded with whitespace. | 4920 |
![]() | '!=' is not followed by whitespace. | 4920 |
![]() | Line is longer than 80 characters. | 4921 |
![]() | 'if' construct must use '{}'s. | 4922 |
![]() | '!=' is not preceded with whitespace. | 4922 |
![]() | '!=' is not followed by whitespace. | 4922 |
![]() | Line is longer than 80 characters. | 4924 |
![]() | '==' is not preceded with whitespace. | 4924 |
![]() | '==' is not followed by whitespace. | 4924 |
![]() | '==' is not preceded with whitespace. | 4924 |
![]() | '==' is not followed by whitespace. | 4924 |
![]() | '==' is not preceded with whitespace. | 4924 |
![]() | '==' is not followed by whitespace. | 4924 |
![]() | '==' is not preceded with whitespace. | 4924 |
![]() | '==' is not followed by whitespace. | 4924 |
![]() | '==' is not preceded with whitespace. | 4924 |
![]() | '==' is not followed by whitespace. | 4924 |
![]() | Line is longer than 80 characters. | 4925 |
![]() | Line contains a tab character. | 4925 |
![]() | '{' is followed by whitespace. | 4925 |
![]() | Line is longer than 80 characters. | 4926 |
![]() | Line contains a tab character. | 4926 |
![]() | Line contains a tab character. | 4927 |
![]() | Line contains a tab character. | 4928 |
![]() | Line contains a tab character. | 4929 |
![]() | Line contains a tab character. | 4930 |
![]() | '}' should be on the same line. | 4932 |
![]() | Line contains a tab character. | 4934 |
![]() | Line is longer than 80 characters. | 4935 |
![]() | Line is longer than 80 characters. | 4936 |
![]() | Line has trailing spaces. | 4937 |
![]() | Line is longer than 80 characters. | 4937 |
![]() | '+' should be on a new line. | 4937 |
![]() | '!=' is not preceded with whitespace. | 4940 |
![]() | '!=' is not followed by whitespace. | 4940 |
![]() | Line is longer than 80 characters. | 4941 |
![]() | Line has trailing spaces. | 4944 |
![]() | Line has trailing spaces. | 4945 |
![]() | '!=' is not preceded with whitespace. | 4946 |
![]() | '!=' is not followed by whitespace. | 4946 |
![]() | '==' is not preceded with whitespace. | 4946 |
![]() | '==' is not followed by whitespace. | 4946 |
![]() | Line is longer than 80 characters. | 4947 |
![]() | '+' should be on a new line. | 4947 |
![]() | Line is longer than 80 characters. | 4951 |
![]() | Line is longer than 80 characters. | 4952 |
![]() | Line is longer than 80 characters. | 4953 |
![]() | Line is longer than 80 characters. | 4954 |
![]() | Line is longer than 80 characters. | 4955 |
![]() | '3' is a magic number. | 4959 |
![]() | '4' is a magic number. | 4960 |
![]() | '5' is a magic number. | 4961 |
![]() | '6' is a magic number. | 4962 |
![]() | '7' is a magic number. | 4964 |
![]() | Line is longer than 80 characters. | 4968 |
![]() | Line contains a tab character. | 4969 |
![]() | Line is longer than 80 characters. | 4970 |
![]() | Line contains a tab character. | 4970 |
![]() | Line contains a tab character. | 4971 |
![]() | Line contains a tab character. | 4972 |
![]() | '}' should be on the same line. | 4975 |
![]() | Line has trailing spaces. | 4977 |
![]() | Line is longer than 80 characters. | 4977 |
![]() | Line contains a tab character. | 4977 |
![]() | Line is longer than 80 characters. | 4978 |
![]() | Line contains a tab character. | 4978 |
![]() | Line contains a tab character. | 4980 |
![]() | Line contains a tab character. | 4981 |
![]() | Line has trailing spaces. | 4988 |
![]() | Method 'getIngestedStdValues' is not designed for extension - needs to be abstract, final or empty. | 4992 |
![]() | Line has trailing spaces. | 5000 |
![]() | Method 'ingestNewStdValues' is not designed for extension - needs to be abstract, final or empty. | 5004 |
![]() | Parameter stdValues should be final. | 5004 |
![]() | 'for' is not followed by whitespace. | 5009 |
![]() | Line is longer than 80 characters. | 5015 |
![]() | '+' should be on a new line. | 5015 |
![]() | Line has trailing spaces. | 5018 |
![]() | 'if' is not followed by whitespace. | 5019 |
![]() | Line is longer than 80 characters. | 5020 |
![]() | '+' should be on a new line. | 5020 |
![]() | Line is longer than 80 characters. | 5024 |
![]() | Line is longer than 80 characters. | 5025 |
![]() | Line is longer than 80 characters. | 5026 |
![]() | Line is longer than 80 characters. | 5027 |
![]() | Line is longer than 80 characters. | 5028 |
![]() | '3' is a magic number. | 5032 |
![]() | '4' is a magic number. | 5033 |
![]() | '5' is a magic number. | 5034 |
![]() | '6' is a magic number. | 5035 |
![]() | '7' is a magic number. | 5037 |
![]() | Line is longer than 80 characters. | 5041 |
![]() | Line contains a tab character. | 5042 |
![]() | Line is longer than 80 characters. | 5043 |
![]() | Line contains a tab character. | 5043 |
![]() | Line contains a tab character. | 5044 |
![]() | Line has trailing spaces. | 5049 |
![]() | Line is longer than 80 characters. | 5049 |
![]() | Line contains a tab character. | 5049 |
![]() | Line is longer than 80 characters. | 5050 |
![]() | Line contains a tab character. | 5050 |
![]() | Line has trailing spaces. | 5056 |
![]() | First sentence should end with a period. | 5057 |
![]() | Line has trailing spaces. | 5060 |
![]() | Method 'ingestObjDefObject' is not designed for extension - needs to be abstract, final or empty. | 5060 |
![]() | Parameter lblMap should be final. | 5060 |
![]() | Expected @param tag for 'lblMap'. | 5060 |
![]() | Line contains a tab character. | 5060 |
![]() | Line contains a tab character. | 5061 |
![]() | Line has trailing spaces. | 5062 |
![]() | Line contains a tab character. | 5062 |
![]() | Line contains a tab character. | 5063 |
![]() | Line contains a tab character. | 5064 |
![]() | Line contains a tab character. | 5065 |
![]() | Line has trailing spaces. | 5067 |
![]() | First sentence should end with a period. | 5068 |
![]() | Method 'ingestDDObjAlias' is not designed for extension - needs to be abstract, final or empty. | 5071 |
![]() | Parameter lblMap should be final. | 5071 |
![]() | ',' is not followed by whitespace. | 5071 |
![]() | Expected @param tag for 'lblMap'. | 5071 |
![]() | Line contains a tab character. | 5076 |
![]() | 'if' construct must use '{}'s. | 5078 |
![]() | '!=' is not preceded with whitespace. | 5078 |
![]() | '!=' is not followed by whitespace. | 5078 |
![]() | Line has trailing spaces. | 5079 |
![]() | Line is longer than 80 characters. | 5079 |
![]() | Line contains a tab character. | 5079 |
![]() | 'if' construct must use '{}'s. | 5082 |
![]() | '!=' is not preceded with whitespace. | 5082 |
![]() | '!=' is not followed by whitespace. | 5082 |
![]() | 'if' construct must use '{}'s. | 5084 |
![]() | '!=' is not preceded with whitespace. | 5084 |
![]() | '!=' is not followed by whitespace. | 5084 |
![]() | Line is longer than 80 characters. | 5085 |
![]() | Line contains a tab character. | 5085 |
![]() | Line has trailing spaces. | 5086 |
![]() | '==' is not preceded with whitespace. | 5087 |
![]() | '==' is not followed by whitespace. | 5087 |
![]() | '==' is not preceded with whitespace. | 5087 |
![]() | '==' is not followed by whitespace. | 5087 |
![]() | '==' is not preceded with whitespace. | 5087 |
![]() | '==' is not followed by whitespace. | 5087 |
![]() | Line is longer than 80 characters. | 5088 |
![]() | Line contains a tab character. | 5088 |
![]() | '{' is followed by whitespace. | 5088 |
![]() | Line is longer than 80 characters. | 5089 |
![]() | Line contains a tab character. | 5089 |
![]() | Line contains a tab character. | 5090 |
![]() | Line contains a tab character. | 5091 |
![]() | Line contains a tab character. | 5092 |
![]() | '}' should be on the same line. | 5095 |
![]() | Line is longer than 80 characters. | 5097 |
![]() | Line contains a tab character. | 5097 |
![]() | Line is longer than 80 characters. | 5099 |
![]() | '!=' is not preceded with whitespace. | 5101 |
![]() | '!=' is not followed by whitespace. | 5101 |
![]() | Line is longer than 80 characters. | 5102 |
![]() | '!=' is not preceded with whitespace. | 5106 |
![]() | '!=' is not followed by whitespace. | 5106 |
![]() | '==' is not preceded with whitespace. | 5106 |
![]() | '==' is not followed by whitespace. | 5106 |
![]() | Line is longer than 80 characters. | 5107 |
![]() | Line has trailing spaces. | 5109 |
![]() | '3' is a magic number. | 5112 |
![]() | '4' is a magic number. | 5113 |
![]() | '5' is a magic number. | 5114 |
![]() | Line is longer than 80 characters. | 5118 |
![]() | Line contains a tab character. | 5119 |
![]() | Line is longer than 80 characters. | 5120 |
![]() | Line contains a tab character. | 5120 |
![]() | Line contains a tab character. | 5121 |
![]() | Line contains a tab character. | 5122 |
![]() | '}' should be on the same line. | 5125 |
![]() | Line has trailing spaces. | 5127 |
![]() | Line is longer than 80 characters. | 5127 |
![]() | Line contains a tab character. | 5127 |
![]() | Line is longer than 80 characters. | 5128 |
![]() | Line contains a tab character. | 5128 |
![]() | Line contains a tab character. | 5130 |
![]() | Line contains a tab character. | 5131 |
![]() | Line has trailing spaces. | 5134 |
![]() | First sentence should end with a period. | 5135 |
![]() | Method 'ingestDDObjD' is not designed for extension - needs to be abstract, final or empty. | 5138 |
![]() | Parameter lblMap should be final. | 5138 |
![]() | ',' is not followed by whitespace. | 5138 |
![]() | Expected @param tag for 'lblMap'. | 5138 |
![]() | Line contains a tab character. | 5143 |
![]() | 'if' construct must use '{}'s. | 5145 |
![]() | '!=' is not preceded with whitespace. | 5145 |
![]() | '!=' is not followed by whitespace. | 5145 |
![]() | Line contains a tab character. | 5146 |
![]() | Line contains a tab character. | 5148 |
![]() | '{' is followed by whitespace. | 5148 |
![]() | Line is longer than 80 characters. | 5149 |
![]() | Line contains a tab character. | 5149 |
![]() | Line contains a tab character. | 5150 |
![]() | Line contains a tab character. | 5151 |
![]() | Line contains a tab character. | 5152 |
![]() | Line contains a tab character. | 5153 |
![]() | Line contains a tab character. | 5154 |
![]() | Line contains a tab character. | 5155 |
![]() | Line is longer than 80 characters. | 5159 |
![]() | '!=' is not preceded with whitespace. | 5161 |
![]() | '!=' is not followed by whitespace. | 5161 |
![]() | Line is longer than 80 characters. | 5162 |
![]() | '!=' is not preceded with whitespace. | 5166 |
![]() | '!=' is not followed by whitespace. | 5166 |
![]() | '!=' is not preceded with whitespace. | 5167 |
![]() | '!=' is not followed by whitespace. | 5167 |
![]() | '==' is not preceded with whitespace. | 5167 |
![]() | '==' is not followed by whitespace. | 5167 |
![]() | Line is longer than 80 characters. | 5168 |
![]() | Line is longer than 80 characters. | 5170 |
![]() | '=' is not preceded with whitespace. | 5172 |
![]() | '=' is not followed by whitespace. | 5172 |
![]() | '<' is not preceded with whitespace. | 5172 |
![]() | '<' is not followed by whitespace. | 5172 |
![]() | '+' is not preceded with whitespace. | 5174 |
![]() | '+' is not followed by whitespace. | 5174 |
![]() | '3' is a magic number. | 5175 |
![]() | '4' is a magic number. | 5176 |
![]() | '5' is a magic number. | 5177 |
![]() | Line is longer than 80 characters. | 5182 |
![]() | Line contains a tab character. | 5183 |
![]() | Line is longer than 80 characters. | 5184 |
![]() | Line contains a tab character. | 5184 |
![]() | Line contains a tab character. | 5185 |
![]() | Line contains a tab character. | 5186 |
![]() | '}' should be on the same line. | 5188 |
![]() | Line contains a tab character. | 5190 |
![]() | '{' is followed by whitespace. | 5190 |
![]() | Line is longer than 80 characters. | 5191 |
![]() | Line contains a tab character. | 5191 |
![]() | Line contains a tab character. | 5192 |
![]() | Line contains a tab character. | 5193 |
![]() | Line contains a tab character. | 5194 |
![]() | '}' should be on the same line. | 5198 |
![]() | Line has trailing spaces. | 5200 |
![]() | Line is longer than 80 characters. | 5200 |
![]() | Line contains a tab character. | 5200 |
![]() | Line is longer than 80 characters. | 5201 |
![]() | Line contains a tab character. | 5201 |
![]() | Line contains a tab character. | 5203 |
![]() | Line contains a tab character. | 5204 |
![]() | First sentence should end with a period. | 5208 |
![]() | Method 'ingestDDObjects' is not designed for extension - needs to be abstract, final or empty. | 5211 |
![]() | Parameter lblMap should be final. | 5211 |
![]() | ',' is not followed by whitespace. | 5211 |
![]() | Expected @param tag for 'lblMap'. | 5211 |
![]() | Line contains a tab character. | 5216 |
![]() | 'if' construct must use '{}'s. | 5218 |
![]() | '!=' is not preceded with whitespace. | 5218 |
![]() | '!=' is not followed by whitespace. | 5218 |
![]() | Line contains a tab character. | 5219 |
![]() | Line has trailing spaces. | 5224 |
![]() | 'if' construct must use '{}'s. | 5225 |
![]() | '!=' is not preceded with whitespace. | 5225 |
![]() | '!=' is not followed by whitespace. | 5225 |
![]() | 'if' construct must use '{}'s. | 5227 |
![]() | Line has trailing spaces. | 5227 |
![]() | '!=' is not preceded with whitespace. | 5227 |
![]() | '!=' is not followed by whitespace. | 5227 |
![]() | Line contains a tab character. | 5228 |
![]() | 'if' construct must use '{}'s. | 5229 |
![]() | '!=' is not preceded with whitespace. | 5229 |
![]() | '!=' is not followed by whitespace. | 5229 |
![]() | Line contains a tab character. | 5230 |
![]() | 'if' construct must use '{}'s. | 5231 |
![]() | '!=' is not preceded with whitespace. | 5231 |
![]() | '!=' is not followed by whitespace. | 5231 |
![]() | Line contains a tab character. | 5232 |
![]() | 'if' construct must use '{}'s. | 5233 |
![]() | '!=' is not preceded with whitespace. | 5233 |
![]() | '!=' is not followed by whitespace. | 5233 |
![]() | Line has trailing spaces. | 5234 |
![]() | Line is longer than 80 characters. | 5234 |
![]() | Line contains a tab character. | 5234 |
![]() | Line has trailing spaces. | 5235 |
![]() | Line is longer than 80 characters. | 5236 |
![]() | '==' is not preceded with whitespace. | 5236 |
![]() | '==' is not followed by whitespace. | 5236 |
![]() | '==' is not preceded with whitespace. | 5236 |
![]() | '==' is not followed by whitespace. | 5236 |
![]() | '==' is not preceded with whitespace. | 5236 |
![]() | '==' is not followed by whitespace. | 5236 |
![]() | '==' is not preceded with whitespace. | 5236 |
![]() | '==' is not followed by whitespace. | 5236 |
![]() | '==' is not preceded with whitespace. | 5236 |
![]() | '==' is not followed by whitespace. | 5236 |
![]() | '==' is not preceded with whitespace. | 5236 |
![]() | '==' is not followed by whitespace. | 5236 |
![]() | Line is longer than 80 characters. | 5237 |
![]() | Line contains a tab character. | 5237 |
![]() | '{' is followed by whitespace. | 5237 |
![]() | Line is longer than 80 characters. | 5238 |
![]() | Line contains a tab character. | 5238 |
![]() | Line contains a tab character. | 5239 |
![]() | Line contains a tab character. | 5240 |
![]() | Line contains a tab character. | 5241 |
![]() | Line contains a tab character. | 5242 |
![]() | '}' should be on the same line. | 5244 |
![]() | Line is longer than 80 characters. | 5246 |
![]() | Line contains a tab character. | 5246 |
![]() | Line is longer than 80 characters. | 5248 |
![]() | '!=' is not preceded with whitespace. | 5250 |
![]() | '!=' is not followed by whitespace. | 5250 |
![]() | Line is longer than 80 characters. | 5251 |
![]() | '!=' is not preceded with whitespace. | 5255 |
![]() | '!=' is not followed by whitespace. | 5255 |
![]() | '==' is not preceded with whitespace. | 5255 |
![]() | '==' is not followed by whitespace. | 5255 |
![]() | Line has trailing spaces. | 5256 |
![]() | Line is longer than 80 characters. | 5256 |
![]() | '+' should be on a new line. | 5256 |
![]() | Line contains a tab character. | 5257 |
![]() | Line has trailing spaces. | 5259 |
![]() | '3' is a magic number. | 5262 |
![]() | '4' is a magic number. | 5263 |
![]() | '5' is a magic number. | 5264 |
![]() | '6' is a magic number. | 5265 |
![]() | '7' is a magic number. | 5266 |
![]() | '8' is a magic number. | 5267 |
![]() | '9' is a magic number. | 5268 |
![]() | Line is longer than 80 characters. | 5272 |
![]() | Line contains a tab character. | 5273 |
![]() | Line is longer than 80 characters. | 5274 |
![]() | Line contains a tab character. | 5274 |
![]() | Line contains a tab character. | 5275 |
![]() | Line contains a tab character. | 5276 |
![]() | '}' should be on the same line. | 5279 |
![]() | Line has trailing spaces. | 5281 |
![]() | Line is longer than 80 characters. | 5281 |
![]() | Line contains a tab character. | 5281 |
![]() | Line is longer than 80 characters. | 5282 |
![]() | Line contains a tab character. | 5282 |
![]() | Line contains a tab character. | 5284 |
![]() | Line contains a tab character. | 5285 |
![]() | First sentence should end with a period. | 5289 |
![]() | Method 'ingestDDObjElm' is not designed for extension - needs to be abstract, final or empty. | 5292 |
![]() | Parameter lblMap should be final. | 5292 |
![]() | ',' is not followed by whitespace. | 5292 |
![]() | Expected @param tag for 'lblMap'. | 5292 |
![]() | Line contains a tab character. | 5297 |
![]() | 'if' construct must use '{}'s. | 5299 |
![]() | '!=' is not preceded with whitespace. | 5299 |
![]() | '!=' is not followed by whitespace. | 5299 |
![]() | Line has trailing spaces. | 5300 |
![]() | Line contains a tab character. | 5300 |
![]() | Line has trailing spaces. | 5301 |
![]() | 'if' construct must use '{}'s. | 5304 |
![]() | '!=' is not preceded with whitespace. | 5304 |
![]() | '!=' is not followed by whitespace. | 5304 |
![]() | Line has trailing spaces. | 5305 |
![]() | Line contains a tab character. | 5305 |
![]() | 'if' construct must use '{}'s. | 5306 |
![]() | '!=' is not preceded with whitespace. | 5306 |
![]() | '!=' is not followed by whitespace. | 5306 |
![]() | Line contains a tab character. | 5307 |
![]() | Line has trailing spaces. | 5308 |
![]() | '==' is not preceded with whitespace. | 5309 |
![]() | '==' is not followed by whitespace. | 5309 |
![]() | '==' is not preceded with whitespace. | 5309 |
![]() | '==' is not followed by whitespace. | 5309 |
![]() | '==' is not preceded with whitespace. | 5309 |
![]() | '==' is not followed by whitespace. | 5309 |
![]() | Line is longer than 80 characters. | 5310 |
![]() | Line contains a tab character. | 5310 |
![]() | '{' is followed by whitespace. | 5310 |
![]() | Line is longer than 80 characters. | 5311 |
![]() | Line contains a tab character. | 5311 |
![]() | Line contains a tab character. | 5312 |
![]() | Line contains a tab character. | 5313 |
![]() | Line contains a tab character. | 5314 |
![]() | '}' should be on the same line. | 5317 |
![]() | Line is longer than 80 characters. | 5319 |
![]() | Line contains a tab character. | 5319 |
![]() | Line is longer than 80 characters. | 5321 |
![]() | '!=' is not preceded with whitespace. | 5323 |
![]() | '!=' is not followed by whitespace. | 5323 |
![]() | Line is longer than 80 characters. | 5324 |
![]() | '!=' is not preceded with whitespace. | 5328 |
![]() | '!=' is not followed by whitespace. | 5328 |
![]() | '==' is not preceded with whitespace. | 5328 |
![]() | '==' is not followed by whitespace. | 5328 |
![]() | Line is longer than 80 characters. | 5329 |
![]() | Line has trailing spaces. | 5331 |
![]() | '3' is a magic number. | 5334 |
![]() | '4' is a magic number. | 5335 |
![]() | '5' is a magic number. | 5336 |
![]() | Line is longer than 80 characters. | 5340 |
![]() | Line contains a tab character. | 5341 |
![]() | Line is longer than 80 characters. | 5342 |
![]() | Line contains a tab character. | 5342 |
![]() | Line contains a tab character. | 5343 |
![]() | Line contains a tab character. | 5344 |
![]() | '}' should be on the same line. | 5347 |
![]() | Line has trailing spaces. | 5349 |
![]() | Line is longer than 80 characters. | 5349 |
![]() | Line contains a tab character. | 5349 |
![]() | Line is longer than 80 characters. | 5350 |
![]() | Line contains a tab character. | 5350 |
![]() | Line contains a tab character. | 5352 |
![]() | Line contains a tab character. | 5353 |
![]() | First sentence should end with a period. | 5357 |
![]() | Method 'ingestDDObjHier' is not designed for extension - needs to be abstract, final or empty. | 5360 |
![]() | Parameter lblMap should be final. | 5360 |
![]() | ',' is not followed by whitespace. | 5360 |
![]() | Expected @param tag for 'lblMap'. | 5360 |
![]() | Line contains a tab character. | 5365 |
![]() | 'if' construct must use '{}'s. | 5367 |
![]() | '!=' is not preceded with whitespace. | 5367 |
![]() | '!=' is not followed by whitespace. | 5367 |
![]() | Line has trailing spaces. | 5368 |
![]() | Line contains a tab character. | 5368 |
![]() | 'if' construct must use '{}'s. | 5371 |
![]() | '!=' is not preceded with whitespace. | 5371 |
![]() | '!=' is not followed by whitespace. | 5371 |
![]() | Line has trailing spaces. | 5372 |
![]() | Line contains a tab character. | 5372 |
![]() | 'if' construct must use '{}'s. | 5373 |
![]() | '!=' is not preceded with whitespace. | 5373 |
![]() | '!=' is not followed by whitespace. | 5373 |
![]() | Line has trailing spaces. | 5374 |
![]() | Line is longer than 80 characters. | 5374 |
![]() | Line has trailing spaces. | 5375 |
![]() | '==' is not preceded with whitespace. | 5376 |
![]() | '==' is not followed by whitespace. | 5376 |
![]() | '==' is not preceded with whitespace. | 5376 |
![]() | '==' is not followed by whitespace. | 5376 |
![]() | '==' is not preceded with whitespace. | 5376 |
![]() | '==' is not followed by whitespace. | 5376 |
![]() | Line is longer than 80 characters. | 5377 |
![]() | Line contains a tab character. | 5377 |
![]() | '{' is followed by whitespace. | 5377 |
![]() | Line is longer than 80 characters. | 5378 |
![]() | Line contains a tab character. | 5378 |
![]() | Line contains a tab character. | 5379 |
![]() | Line contains a tab character. | 5380 |
![]() | Line contains a tab character. | 5381 |
![]() | Line contains a tab character. | 5382 |
![]() | '}' should be on the same line. | 5384 |
![]() | Line is longer than 80 characters. | 5386 |
![]() | Line contains a tab character. | 5386 |
![]() | Line has trailing spaces. | 5387 |
![]() | Line is longer than 80 characters. | 5388 |
![]() | '!=' is not preceded with whitespace. | 5390 |
![]() | '!=' is not followed by whitespace. | 5390 |
![]() | Line is longer than 80 characters. | 5391 |
![]() | '!=' is not preceded with whitespace. | 5395 |
![]() | '!=' is not followed by whitespace. | 5395 |
![]() | '==' is not preceded with whitespace. | 5395 |
![]() | '==' is not followed by whitespace. | 5395 |
![]() | Line is longer than 80 characters. | 5396 |
![]() | Line has trailing spaces. | 5398 |
![]() | '3' is a magic number. | 5401 |
![]() | '4' is a magic number. | 5402 |
![]() | '5' is a magic number. | 5403 |
![]() | Line is longer than 80 characters. | 5407 |
![]() | Line contains a tab character. | 5408 |
![]() | Line is longer than 80 characters. | 5409 |
![]() | Line contains a tab character. | 5409 |
![]() | Line contains a tab character. | 5410 |
![]() | Line contains a tab character. | 5411 |
![]() | '}' should be on the same line. | 5414 |
![]() | Line has trailing spaces. | 5416 |
![]() | Line is longer than 80 characters. | 5416 |
![]() | Line contains a tab character. | 5416 |
![]() | Line is longer than 80 characters. | 5417 |
![]() | Line contains a tab character. | 5417 |
![]() | Line contains a tab character. | 5419 |
![]() | Line contains a tab character. | 5420 |
![]() | Line has trailing spaces. | 5423 |
![]() | First sentence should end with a period. | 5424 |
![]() | Method 'ingestDDObjStsNote' is not designed for extension - needs to be abstract, final or empty. | 5427 |
![]() | Parameter lblMap should be final. | 5427 |
![]() | ',' is not followed by whitespace. | 5427 |
![]() | Expected @param tag for 'lblMap'. | 5427 |
![]() | Line contains a tab character. | 5432 |
![]() | 'if' construct must use '{}'s. | 5434 |
![]() | '!=' is not preceded with whitespace. | 5434 |
![]() | '!=' is not followed by whitespace. | 5434 |
![]() | Line has trailing spaces. | 5435 |
![]() | Line contains a tab character. | 5435 |
![]() | Line contains a tab character. | 5437 |
![]() | '{' is followed by whitespace. | 5437 |
![]() | Line is longer than 80 characters. | 5438 |
![]() | Line contains a tab character. | 5438 |
![]() | Line contains a tab character. | 5439 |
![]() | Line contains a tab character. | 5440 |
![]() | Line contains a tab character. | 5441 |
![]() | Line contains a tab character. | 5442 |
![]() | Line contains a tab character. | 5443 |
![]() | Line contains a tab character. | 5444 |
![]() | Line is longer than 80 characters. | 5446 |
![]() | Line is longer than 80 characters. | 5448 |
![]() | '!=' is not preceded with whitespace. | 5450 |
![]() | '!=' is not followed by whitespace. | 5450 |
![]() | Line is longer than 80 characters. | 5451 |
![]() | Line has trailing spaces. | 5455 |
![]() | '!=' is not preceded with whitespace. | 5456 |
![]() | '!=' is not followed by whitespace. | 5456 |
![]() | '!=' is not preceded with whitespace. | 5457 |
![]() | '!=' is not followed by whitespace. | 5457 |
![]() | '==' is not preceded with whitespace. | 5457 |
![]() | '==' is not followed by whitespace. | 5457 |
![]() | Line is longer than 80 characters. | 5458 |
![]() | Line is longer than 80 characters. | 5460 |
![]() | '=' is not preceded with whitespace. | 5462 |
![]() | '=' is not followed by whitespace. | 5462 |
![]() | '<' is not preceded with whitespace. | 5462 |
![]() | '<' is not followed by whitespace. | 5462 |
![]() | '+' is not preceded with whitespace. | 5464 |
![]() | '+' is not followed by whitespace. | 5464 |
![]() | '3' is a magic number. | 5465 |
![]() | '4' is a magic number. | 5466 |
![]() | '5' is a magic number. | 5467 |
![]() | Line is longer than 80 characters. | 5472 |
![]() | Line contains a tab character. | 5473 |
![]() | Line is longer than 80 characters. | 5474 |
![]() | Line contains a tab character. | 5474 |
![]() | Line contains a tab character. | 5475 |
![]() | Line contains a tab character. | 5476 |
![]() | '}' should be on the same line. | 5478 |
![]() | Line contains a tab character. | 5480 |
![]() | '{' is followed by whitespace. | 5480 |
![]() | Line is longer than 80 characters. | 5481 |
![]() | Line contains a tab character. | 5481 |
![]() | Line contains a tab character. | 5482 |
![]() | Line contains a tab character. | 5483 |
![]() | Line contains a tab character. | 5484 |
![]() | '}' should be on the same line. | 5488 |
![]() | Line has trailing spaces. | 5490 |
![]() | Line is longer than 80 characters. | 5490 |
![]() | Line contains a tab character. | 5490 |
![]() | Line is longer than 80 characters. | 5491 |
![]() | Line contains a tab character. | 5491 |
![]() | Line contains a tab character. | 5493 |
![]() | Line contains a tab character. | 5494 |
![]() | Line has trailing spaces. | 5497 |
![]() | Line has trailing spaces. | 5499 |
![]() | Line is longer than 80 characters. | 5499 |
![]() | Line is longer than 80 characters. | 5500 |
![]() | Line has trailing spaces. | 5502 |
![]() | Line contains a tab character. | 5504 |
![]() | Expected an @return tag. | 5506 |
![]() | Method 'collapse' is not designed for extension - needs to be abstract, final or empty. | 5506 |
![]() | Parameter source should be final. | 5506 |
![]() | Expected @param tag for 'source'. | 5506 |
![]() | Line has trailing spaces. | 5507 |
![]() | Line is longer than 80 characters. | 5507 |
![]() | Line contains a tab character. | 5507 |
![]() | Line contains a tab character. | 5508 |
![]() | Line contains a tab character. | 5509 |
![]() | Line contains a tab character. | 5510 |
![]() | Line contains a tab character. | 5511 |
![]() | Line has trailing spaces. | 5513 |
![]() | First sentence should end with a period. | 5514 |
![]() | Expected an @return tag. | 5517 |
![]() | Method 'itrim' is not designed for extension - needs to be abstract, final or empty. | 5517 |
![]() | Parameter source should be final. | 5517 |
![]() | Expected @param tag for 'source'. | 5517 |
![]() | Line has trailing spaces. | 5518 |
![]() | Line contains a tab character. | 5518 |
![]() | Line has trailing spaces. | 5520 |
![]() | First sentence should end with a period. | 5521 |
![]() | Line is longer than 80 characters. | 5522 |
![]() | Line is longer than 80 characters. | 5523 |
![]() | Expected an @return tag. | 5525 |
![]() | Method 'ltrim' is not designed for extension - needs to be abstract, final or empty. | 5525 |
![]() | Parameter source should be final. | 5525 |
![]() | Expected @param tag for 'source'. | 5525 |
![]() | Line contains a tab character. | 5526 |
![]() | Line has trailing spaces. | 5527 |
![]() | Line contains a tab character. | 5527 |
![]() | Line contains a tab character. | 5528 |
![]() | Line contains a tab character. | 5529 |
![]() | Line contains a tab character. | 5530 |
![]() | Line contains a tab character. | 5531 |
![]() | Line contains a tab character. | 5532 |
![]() | '=' is not preceded with whitespace. | 5532 |
![]() | '=' is not followed by whitespace. | 5532 |
![]() | '<' is not preceded with whitespace. | 5532 |
![]() | '<' is not followed by whitespace. | 5532 |
![]() | 'if' construct must use '{}'s. | 5533 |
![]() | Line contains a tab character. | 5533 |
![]() | '==' is not preceded with whitespace. | 5533 |
![]() | '==' is not followed by whitespace. | 5533 |
![]() | Line has trailing spaces. | 5534 |
![]() | Line contains a tab character. | 5534 |
![]() | 'else' construct must use '{}'s. | 5535 |
![]() | Line contains a tab character. | 5535 |
![]() | Line contains a tab character. | 5536 |
![]() | Line has trailing spaces. | 5537 |
![]() | Line contains a tab character. | 5537 |
![]() | 'if' construct must use '{}'s. | 5538 |
![]() | Line contains a tab character. | 5538 |
![]() | '!=' is not preceded with whitespace. | 5538 |
![]() | '!=' is not followed by whitespace. | 5538 |
![]() | '-' is not preceded with whitespace. | 5538 |
![]() | '-' is not followed by whitespace. | 5538 |
![]() | Line contains a tab character. | 5539 |
![]() | Line contains a tab character. | 5540 |
![]() | Line has trailing spaces. | 5541 |
![]() | Line contains a tab character. | 5541 |
![]() | '}' should be on the same line. | 5541 |
![]() | 'else' construct must use '{}'s. | 5542 |
![]() | Line has trailing spaces. | 5542 |
![]() | Line contains a tab character. | 5542 |
![]() | Line contains a tab character. | 5543 |
![]() | Line contains a tab character. | 5544 |
![]() | Line has trailing spaces. | 5546 |
![]() | Line contains a tab character. | 5546 |
![]() | First sentence should end with a period. | 5547 |
![]() | Line is longer than 80 characters. | 5548 |
![]() | Expected an @return tag. | 5550 |
![]() | Method 'rtrim' is not designed for extension - needs to be abstract, final or empty. | 5550 |
![]() | Parameter source should be final. | 5550 |
![]() | Expected @param tag for 'source'. | 5550 |
![]() | Line contains a tab character. | 5551 |
![]() | First sentence should end with a period. | 5554 |
![]() | Line has trailing spaces. | 5556 |
![]() | Line has trailing spaces. | 5558 |
![]() | Method 'getRowCount' is not designed for extension - needs to be abstract, final or empty. | 5561 |
![]() | Parameter query should be final. | 5561 |
![]() | Line is longer than 80 characters. | 5564 |
![]() | '}' should be on the same line. | 5569 |
![]() | First sentence should end with a period. | 5576 |
![]() | Line has trailing spaces. | 5578 |
![]() | Line has trailing spaces. | 5580 |
![]() | Method 'deleteRecords' is not designed for extension - needs to be abstract, final or empty. | 5583 |
![]() | Parameter query should be final. | 5583 |
![]() | '}' should be on the same line. | 5589 |
![]() | First sentence should end with a period. | 5596 |
![]() | Parameter args should be final. | 5599 |
![]() | Expected @param tag for 'args'. | 5599 |
![]() | Line contains a tab character. | 5600 |
![]() | Line is longer than 80 characters. | 5605 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Missing a Javadoc comment. | 21 |
![]() | '{' should be on the previous line. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'extension' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter extension should be final. | 24 |
![]() | 'extension' hides a field. | 24 |
![]() | '{' should be on the previous line. | 25 |
![]() | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter dir should be final. | 29 |
![]() | Parameter name should be final. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.net.URL. | 17 |
![]() | Unused import - java.util.Arrays. | 21 |
![]() | Unused import - java.util.Vector. | 26 |
![]() | Unused import - java.util.logging.Logger. | 28 |
![]() | Unused import - gov.nasa.pds.tools.label.parser.LabelParser. | 32 |
![]() | Unused import - gov.nasa.pds.tools.LabelParserException. | 33 |
![]() | Unused import - gov.nasa.pds.tools.constants.Constants.ProblemType. | 34 |
![]() | Unused import - gov.nasa.pds.tools.label.Numeric. | 35 |
![]() | Unused import - gov.nasa.pds.tools.label.Statement. | 39 |
![]() | Unused import - gov.nasa.pds.tools.util.Utility. | 44 |
![]() | First sentence should end with a period. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() | '{' is followed by whitespace. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Name '_catObjType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Name '_isLocal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Name '_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Name '_label' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Name '_pdsLabelMap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name '_references' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Name '_fileObj' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Name '_pointerFiles' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Name '_filename' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Name '_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Name '_product' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Name '_metadata' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Name '_resrcObjs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Name '_targetInfos' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter report should be final. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 103 |
![]() | Method 'getTargetInfos' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Method 'getCatObjType' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line has trailing spaces. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Method 'setIsLocal' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter local should be final. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Method 'getIsLocal' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 119 |
![]() | Method 'setReferences' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Parameter refs should be final. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Method 'getReferences' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter version should be final. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line has trailing spaces. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line has trailing spaces. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | First sentence should end with a period. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line has trailing spaces. | 140 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Method 'setFileObject' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line has trailing spaces. | 145 |
![]() | Line has trailing spaces. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Line has trailing spaces. | 149 |
![]() | Line contains a tab character. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Method 'getFileObject' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line has trailing spaces. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Method 'getPointerFiles' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line has trailing spaces. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Method 'getExtrinsicObject' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Method 'setExtrinsicObject' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Parameter product should be final. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line has trailing spaces. | 175 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Method 'getResrcObjs' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line has trailing spaces. | 179 |
![]() | Line contains a tab character. | 179 |
![]() | First sentence should end with a period. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Line has trailing spaces. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Expected an @return tag. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Method 'getCatalogObj' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Parameter objList should be final. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Parameter pdsLabelMap should be final. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Line contains a tab character. | 198 |
![]() | Line has trailing spaces. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Line contains a tab character. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line contains a tab character. | 203 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Line contains a tab character. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line contains a tab character. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line contains a tab character. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line contains a tab character. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line contains a tab character. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line contains a tab character. | 223 |
![]() | Line has trailing spaces. | 224 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | '=' is not preceded with whitespace. | 228 |
![]() | '=' is not followed by whitespace. | 228 |
![]() | '<' is not preceded with whitespace. | 228 |
![]() | '<' is not followed by whitespace. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | '}' should be on the same line. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Line contains a tab character. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | 'if' construct must use '{}'s. | 235 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line has trailing spaces. | 237 |
![]() | Line contains a tab character. | 237 |
![]() | 'if' construct must use '{}'s. | 238 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | 'if' construct must use '{}'s. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line contains a tab character. | 246 |
![]() | 'if' construct must use '{}'s. | 247 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line contains a tab character. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line has trailing spaces. | 249 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Line contains a tab character. | 254 |
![]() | Line has trailing spaces. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line contains a tab character. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line contains a tab character. | 257 |
![]() | '&&' should be on a new line. | 257 |
![]() | Line is longer than 80 characters. | 258 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Comment matches to-do format 'TODO:'. | 261 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line has trailing spaces. | 265 |
![]() | Line contains a tab character. | 265 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Line contains a tab character. | 266 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line contains a tab character. | 267 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Line contains a tab character. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Line contains a tab character. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line has trailing spaces. | 272 |
![]() | Line contains a tab character. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line contains a tab character. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line contains a tab character. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Line contains a tab character. | 275 |
![]() | '=' is not preceded with whitespace. | 275 |
![]() | '=' is not followed by whitespace. | 275 |
![]() | '<' is not preceded with whitespace. | 275 |
![]() | '<' is not followed by whitespace. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | '}' should be on the same line. | 278 |
![]() | 'else' construct must use '{}'s. | 279 |
![]() | Line has trailing spaces. | 279 |
![]() | Line contains a tab character. | 279 |
![]() | Line has trailing spaces. | 280 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line contains a tab character. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line is longer than 80 characters. | 288 |
![]() | Line contains a tab character. | 288 |
![]() | Line is longer than 80 characters. | 289 |
![]() | Line contains a tab character. | 289 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Line contains a tab character. | 290 |
![]() | Line has trailing spaces. | 291 |
![]() | Line contains a tab character. | 291 |
![]() | Line is longer than 80 characters. | 292 |
![]() | Line contains a tab character. | 292 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Line contains a tab character. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line contains a tab character. | 294 |
![]() | '=' is not preceded with whitespace. | 294 |
![]() | '=' is not followed by whitespace. | 294 |
![]() | '<' is not preceded with whitespace. | 294 |
![]() | '<' is not followed by whitespace. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | '}' should be on the same line. | 297 |
![]() | 'else' construct must use '{}'s. | 298 |
![]() | Line has trailing spaces. | 298 |
![]() | Line contains a tab character. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line is longer than 80 characters. | 303 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | 'if' construct must use '{}'s. | 305 |
![]() | Line contains a tab character. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line has trailing spaces. | 312 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | First sentence should end with a period. | 316 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Expected an @return tag. | 322 |
![]() | Line contains a tab character. | 322 |
![]() | Method 'object2List' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() | Parameter label should be final. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 333 |
![]() | Missing a Javadoc comment. | 333 |
![]() | Parameter objType should be final. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | '=' is not preceded with whitespace. | 334 |
![]() | '=' is not followed by whitespace. | 334 |
![]() | '<' is not preceded with whitespace. | 334 |
![]() | '<' is not followed by whitespace. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | Line has trailing spaces. | 342 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Method 'getPdsLabelMap' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() | Missing a Javadoc comment. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Line has trailing spaces. | 350 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Expected an @return tag. | 353 |
![]() | Line contains a tab character. | 353 |
![]() | Method 'processLabel' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() | Parameter label should be final. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line has trailing spaces. | 359 |
![]() | Line contains a tab character. | 359 |
![]() | Line is longer than 80 characters. | 360 |
![]() | Line contains a tab character. | 360 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line is longer than 80 characters. | 364 |
![]() | Line contains a tab character. | 364 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Line contains a tab character. | 365 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | '=' is not preceded with whitespace. | 370 |
![]() | '=' is not followed by whitespace. | 370 |
![]() | Line is longer than 80 characters. | 371 |
![]() | Line contains a tab character. | 371 |
![]() | Line is longer than 80 characters. | 372 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 373 |
![]() | Line has trailing spaces. | 375 |
![]() | Line contains a tab character. | 375 |
![]() | Line has trailing spaces. | 376 |
![]() | Line is longer than 80 characters. | 376 |
![]() | Line contains a tab character. | 376 |
![]() | Line is longer than 80 characters. | 377 |
![]() | Line contains a tab character. | 377 |
![]() | Line has trailing spaces. | 378 |
![]() | Line contains a tab character. | 378 |
![]() | '!=' is not preceded with whitespace. | 378 |
![]() | '!=' is not followed by whitespace. | 378 |
![]() | Line is longer than 80 characters. | 379 |
![]() | Line contains a tab character. | 379 |
![]() | Line contains a tab character. | 380 |
![]() | Line has trailing spaces. | 381 |
![]() | Line contains a tab character. | 381 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 388 |
![]() | Line has trailing spaces. | 389 |
![]() | Line contains a tab character. | 389 |
![]() | First sentence should end with a period. | 390 |
![]() | Line contains a tab character. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | Line has trailing spaces. | 392 |
![]() | Line contains a tab character. | 392 |
![]() | Line is longer than 80 characters. | 393 |
![]() | Line contains a tab character. | 393 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | Line contains a tab character. | 396 |
![]() | Parameter value should be final. | 396 |
![]() | Expected @param tag for 'value'. | 396 |
![]() | Line contains a tab character. | 398 |
![]() | Line has trailing spaces. | 399 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Line has trailing spaces. | 402 |
![]() | Line is longer than 80 characters. | 402 |
![]() | Line contains a tab character. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | '}' should be on the same line. | 405 |
![]() | Line has trailing spaces. | 406 |
![]() | Line contains a tab character. | 406 |
![]() | Must have at least one statement. | 406 |
![]() | Comment matches to-do format 'TODO:'. | 407 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | '}' should be on the same line. | 408 |
![]() | 'else' construct must use '{}'s. | 409 |
![]() | Line has trailing spaces. | 409 |
![]() | Line contains a tab character. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Line contains a tab character. | 412 |
Violation | Message | Line |
---|---|---|
![]() | Redundant import from the same package - gov.nasa.pds.citool.ingestor.Constants. | 16 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.ingestor.Reference. | 17 |
![]() | Unused import - gov.nasa.pds.registry.model.ObjectStatus. | 29 |
![]() | Unused import - gov.nasa.pds.tools.dict.Dictionary. | 44 |
![]() | Unused import - java.io.File. | 46 |
![]() | Unused import - java.net.URI. | 57 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Variable 'fileObjCount' must be private and have accessor methods. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Variable 'storageCount' must be private and have accessor methods. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Variable 'registryCount' must be private and have accessor methods. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Variable 'failCount' must be private and have accessor methods. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Variable 'registryPackageName' must be private and have accessor methods. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | First sentence should end with a period. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Parameter registryURL should be final. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | First sentence should end with a period. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Parameter registryURL should be final. | 103 |
![]() | Parameter securityContext should be final. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Parameter username should be final. | 104 |
![]() | Parameter password should be final. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line has trailing spaces. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | First sentence should end with a period. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Expected an @return tag. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | Method 'getStorageIngester' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | First sentence should end with a period. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | Method 'setStorageService' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter storageURL should be final. | 133 |
![]() | Parameter productName should be final. | 133 |
![]() | Expected @throws tag for 'ConnectionException'. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | 'catch' is not followed by whitespace. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | First sentence should end with a period. | 148 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Method 'setTransportURL' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Parameter transportURL should be final. | 152 |
![]() | 'transportURL' hides a field. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Method 'setArchiveStatus' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Parameter status should be final. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Method 'setVolumeLid' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Parameter lid should be final. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line has trailing spaces. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line has trailing spaces. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Parameter catObj should be final. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | '}' should be on the same line. | 180 |
![]() | Line has trailing spaces. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line has trailing spaces. | 183 |
![]() | Line contains a tab character. | 183 |
![]() | 'if' construct must use '{}'s. | 184 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | 'if' construct must use '{}'s. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Line has trailing spaces. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line has trailing spaces. | 193 |
![]() | Line contains a tab character. | 193 |
![]() | Line has trailing spaces. | 194 |
![]() | Line contains a tab character. | 194 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Parameter catObj should be final. | 194 |
![]() | Line has trailing spaces. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line has trailing spaces. | 198 |
![]() | Line contains a tab character. | 198 |
![]() | Line has trailing spaces. | 199 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Line contains a tab character. | 204 |
![]() | '+' is not preceded with whitespace. | 204 |
![]() | '+' is not followed by whitespace. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line has trailing spaces. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 210 |
![]() | '==' is not preceded with whitespace. | 210 |
![]() | '==' is not followed by whitespace. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | '}' should be on the same line. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line contains a tab character. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line contains a tab character. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line contains a tab character. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line contains a tab character. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line contains a tab character. | 228 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line contains a tab character. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line contains a tab character. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 235 |
![]() | Line has trailing spaces. | 236 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line contains a tab character. | 236 |
![]() | Line is longer than 80 characters. | 237 |
![]() | Line contains a tab character. | 237 |
![]() | '{' is followed by whitespace. | 237 |
![]() | Line has trailing spaces. | 238 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line contains a tab character. | 239 |
![]() | '{' is followed by whitespace. | 239 |
![]() | Line has trailing spaces. | 240 |
![]() | Line contains a tab character. | 240 |
![]() | '}' should be on the same line. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Line contains a tab character. | 244 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line contains a tab character. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | '}' should be on the same line. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line contains a tab character. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 258 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line has trailing spaces. | 262 |
![]() | Line contains a tab character. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line contains a tab character. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line contains a tab character. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line has trailing spaces. | 278 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Line contains a tab character. | 280 |
![]() | Line has trailing spaces. | 281 |
![]() | Line contains a tab character. | 281 |
![]() | Line has trailing spaces. | 282 |
![]() | Line contains a tab character. | 282 |
![]() | Line has trailing spaces. | 283 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line has trailing spaces. | 288 |
![]() | Line is longer than 80 characters. | 288 |
![]() | Line contains a tab character. | 288 |
![]() | Line is longer than 80 characters. | 289 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line has trailing spaces. | 292 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line has trailing spaces. | 294 |
![]() | Line contains a tab character. | 294 |
![]() | First sentence should end with a period. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line has trailing spaces. | 297 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line has trailing spaces. | 299 |
![]() | Line contains a tab character. | 299 |
![]() | Line has trailing spaces. | 300 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Method 'ingestExtrinsicObject' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() | Parameter catObj should be final. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line has trailing spaces. | 305 |
![]() | Line contains a tab character. | 305 |
![]() | Line has trailing spaces. | 306 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Line contains a tab character. | 308 |
![]() | Line has trailing spaces. | 309 |
![]() | Line contains a tab character. | 309 |
![]() | Line has trailing spaces. | 310 |
![]() | Line contains a tab character. | 310 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line is longer than 80 characters. | 313 |
![]() | Line contains a tab character. | 313 |
![]() | Line is longer than 80 characters. | 314 |
![]() | Line contains a tab character. | 314 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Line contains a tab character. | 315 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line contains a tab character. | 316 |
![]() | Line is longer than 80 characters. | 317 |
![]() | Line contains a tab character. | 317 |
![]() | Comment matches to-do format 'TODO:'. | 318 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Line contains a tab character. | 318 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Line contains a tab character. | 319 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line has trailing spaces. | 324 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line has trailing spaces. | 327 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line is longer than 80 characters. | 329 |
![]() | Line contains a tab character. | 329 |
![]() | Line has trailing spaces. | 330 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line is longer than 80 characters. | 332 |
![]() | Line contains a tab character. | 332 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Line contains a tab character. | 333 |
![]() | Line is longer than 80 characters. | 334 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | '}' should be on the same line. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line has trailing spaces. | 340 |
![]() | Line is longer than 80 characters. | 340 |
![]() | Line contains a tab character. | 340 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line contains a tab character. | 341 |
![]() | '+' is not preceded with whitespace. | 341 |
![]() | '+' is not followed by whitespace. | 341 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line has trailing spaces. | 345 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | '}' should be on the same line. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line has trailing spaces. | 355 |
![]() | Line contains a tab character. | 355 |
![]() | Line is longer than 80 characters. | 356 |
![]() | Line contains a tab character. | 356 |
![]() | Line is longer than 80 characters. | 357 |
![]() | Line contains a tab character. | 357 |
![]() | Line is longer than 80 characters. | 358 |
![]() | Line contains a tab character. | 358 |
![]() | '+' is not preceded with whitespace. | 358 |
![]() | '+' is not followed by whitespace. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line has trailing spaces. | 360 |
![]() | Line contains a tab character. | 360 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Line contains a tab character. | 361 |
![]() | Line is longer than 80 characters. | 362 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line has trailing spaces. | 365 |
![]() | Line contains a tab character. | 365 |
![]() | Line has trailing spaces. | 367 |
![]() | Line is longer than 80 characters. | 367 |
![]() | Line contains a tab character. | 367 |
![]() | Line is longer than 80 characters. | 368 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line contains a tab character. | 372 |
![]() | Line has trailing spaces. | 373 |
![]() | Line is longer than 80 characters. | 373 |
![]() | Line contains a tab character. | 373 |
![]() | Line is longer than 80 characters. | 374 |
![]() | Line contains a tab character. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 376 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line has trailing spaces. | 379 |
![]() | Line is longer than 80 characters. | 379 |
![]() | Line contains a tab character. | 379 |
![]() | Line is longer than 80 characters. | 380 |
![]() | Line contains a tab character. | 380 |
![]() | Line contains a tab character. | 381 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line has trailing spaces. | 386 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 388 |
![]() | Line has trailing spaces. | 389 |
![]() | Line contains a tab character. | 389 |
![]() | Line contains a tab character. | 390 |
![]() | Missing a Javadoc comment. | 390 |
![]() | Parameter prod should be final. | 390 |
![]() | Parameter key should be final. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | Line contains a tab character. | 393 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | 'cast' is not followed by whitespace. | 395 |
![]() | Line has trailing spaces. | 396 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line contains a tab character. | 398 |
![]() | '!=' is not preceded with whitespace. | 398 |
![]() | '!=' is not followed by whitespace. | 398 |
![]() | '>' is not preceded with whitespace. | 398 |
![]() | '>' is not followed by whitespace. | 398 |
![]() | 'if' construct must use '{}'s. | 399 |
![]() | Line contains a tab character. | 399 |
![]() | '==' is not preceded with whitespace. | 399 |
![]() | '==' is not followed by whitespace. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Comment matches to-do format 'TODO:'. | 402 |
![]() | Line is longer than 80 characters. | 402 |
![]() | Line contains a tab character. | 402 |
![]() | Line is longer than 80 characters. | 403 |
![]() | Line contains a tab character. | 403 |
![]() | Line is longer than 80 characters. | 404 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | Line contains a tab character. | 406 |
![]() | '}' should be on the same line. | 406 |
![]() | 'else' construct must use '{}'s. | 407 |
![]() | Line has trailing spaces. | 407 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | Line has trailing spaces. | 410 |
![]() | Line contains a tab character. | 410 |
![]() | Line has trailing spaces. | 411 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Line has trailing spaces. | 413 |
![]() | Line contains a tab character. | 413 |
![]() | Line is longer than 80 characters. | 414 |
![]() | Line contains a tab character. | 414 |
![]() | Missing a Javadoc comment. | 414 |
![]() | Parameter oldProd should be final. | 414 |
![]() | Parameter newProd should be final. | 414 |
![]() | Line has trailing spaces. | 415 |
![]() | Line is longer than 80 characters. | 415 |
![]() | Line contains a tab character. | 415 |
![]() | Line is longer than 80 characters. | 416 |
![]() | Line contains a tab character. | 416 |
![]() | Line has trailing spaces. | 417 |
![]() | Line contains a tab character. | 417 |
![]() | 'if' construct must use '{}'s. | 418 |
![]() | Line contains a tab character. | 418 |
![]() | Conditional logic can be removed. | 418 |
![]() | Line contains a tab character. | 419 |
![]() | 'else' construct must use '{}'s. | 420 |
![]() | Line has trailing spaces. | 420 |
![]() | Line contains a tab character. | 420 |
![]() | Line contains a tab character. | 421 |
![]() | Line contains a tab character. | 422 |
![]() | Line has trailing spaces. | 423 |
![]() | Line contains a tab character. | 423 |
![]() | Line has trailing spaces. | 424 |
![]() | Line contains a tab character. | 424 |
![]() | First sentence should end with a period. | 425 |
![]() | Line contains a tab character. | 425 |
![]() | Line contains a tab character. | 426 |
![]() | Line has trailing spaces. | 427 |
![]() | Line contains a tab character. | 427 |
![]() | Line contains a tab character. | 428 |
![]() | Line has trailing spaces. | 429 |
![]() | Line contains a tab character. | 429 |
![]() | Line has trailing spaces. | 430 |
![]() | Line contains a tab character. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | Line has trailing spaces. | 432 |
![]() | Line contains a tab character. | 432 |
![]() | Line contains a tab character. | 433 |
![]() | Method 'ingestHKExtrinsicObject' is not designed for extension - needs to be abstract, final or empty. | 433 |
![]() | Parameter catObj should be final. | 433 |
![]() | Line contains a tab character. | 434 |
![]() | Line contains a tab character. | 435 |
![]() | Line contains a tab character. | 436 |
![]() | '=' is not preceded with whitespace. | 436 |
![]() | '=' is not followed by whitespace. | 436 |
![]() | Line has trailing spaces. | 437 |
![]() | Line contains a tab character. | 437 |
![]() | Line has trailing spaces. | 438 |
![]() | Line contains a tab character. | 438 |
![]() | Line contains a tab character. | 439 |
![]() | Line is longer than 80 characters. | 440 |
![]() | Line contains a tab character. | 440 |
![]() | Line has trailing spaces. | 441 |
![]() | Line contains a tab character. | 441 |
![]() | Line has trailing spaces. | 442 |
![]() | Line contains a tab character. | 442 |
![]() | Line contains a tab character. | 443 |
![]() | Line is longer than 80 characters. | 444 |
![]() | Line contains a tab character. | 444 |
![]() | Line is longer than 80 characters. | 445 |
![]() | Line contains a tab character. | 445 |
![]() | Line has trailing spaces. | 446 |
![]() | Line contains a tab character. | 446 |
![]() | Line contains a tab character. | 447 |
![]() | Line has trailing spaces. | 448 |
![]() | Line is longer than 80 characters. | 448 |
![]() | Line contains a tab character. | 448 |
![]() | Line contains a tab character. | 449 |
![]() | Line is longer than 80 characters. | 450 |
![]() | Line contains a tab character. | 450 |
![]() | Line is longer than 80 characters. | 451 |
![]() | Line contains a tab character. | 451 |
![]() | Line is longer than 80 characters. | 452 |
![]() | Line contains a tab character. | 452 |
![]() | Line is longer than 80 characters. | 453 |
![]() | Line contains a tab character. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | Line contains a tab character. | 456 |
![]() | '}' should be on the same line. | 456 |
![]() | Line contains a tab character. | 457 |
![]() | Line has trailing spaces. | 458 |
![]() | Line is longer than 80 characters. | 458 |
![]() | Line contains a tab character. | 458 |
![]() | Line contains a tab character. | 459 |
![]() | Line contains a tab character. | 460 |
![]() | Line contains a tab character. | 461 |
![]() | '}' should be on the same line. | 461 |
![]() | Line contains a tab character. | 462 |
![]() | Line is longer than 80 characters. | 463 |
![]() | Line contains a tab character. | 463 |
![]() | Line contains a tab character. | 464 |
![]() | Line contains a tab character. | 465 |
![]() | Line contains a tab character. | 466 |
![]() | Line contains a tab character. | 467 |
![]() | Line has trailing spaces. | 468 |
![]() | Line contains a tab character. | 468 |
![]() | Line is longer than 80 characters. | 469 |
![]() | Line contains a tab character. | 469 |
![]() | Line is longer than 80 characters. | 470 |
![]() | Line contains a tab character. | 470 |
![]() | Line is longer than 80 characters. | 471 |
![]() | Line contains a tab character. | 471 |
![]() | Line contains a tab character. | 472 |
![]() | Line has trailing spaces. | 473 |
![]() | Line contains a tab character. | 473 |
![]() | Line is longer than 80 characters. | 474 |
![]() | Line contains a tab character. | 474 |
![]() | Line is longer than 80 characters. | 475 |
![]() | Line contains a tab character. | 475 |
![]() | Line contains a tab character. | 476 |
![]() | Line contains a tab character. | 477 |
![]() | Line has trailing spaces. | 478 |
![]() | Line contains a tab character. | 478 |
![]() | Line contains a tab character. | 479 |
![]() | Line contains a tab character. | 480 |
![]() | Line has trailing spaces. | 481 |
![]() | Line contains a tab character. | 481 |
![]() | Line has trailing spaces. | 483 |
![]() | Line is longer than 80 characters. | 483 |
![]() | Line contains a tab character. | 483 |
![]() | Line is longer than 80 characters. | 484 |
![]() | Line contains a tab character. | 484 |
![]() | Line contains a tab character. | 485 |
![]() | Line contains a tab character. | 486 |
![]() | Line contains a tab character. | 487 |
![]() | Line has trailing spaces. | 488 |
![]() | Line is longer than 80 characters. | 488 |
![]() | Line contains a tab character. | 488 |
![]() | Line is longer than 80 characters. | 489 |
![]() | Line contains a tab character. | 489 |
![]() | Line contains a tab character. | 490 |
![]() | Line contains a tab character. | 491 |
![]() | Line contains a tab character. | 492 |
![]() | Line has trailing spaces. | 493 |
![]() | Line is longer than 80 characters. | 493 |
![]() | Line contains a tab character. | 493 |
![]() | Line is longer than 80 characters. | 494 |
![]() | Line contains a tab character. | 494 |
![]() | Line contains a tab character. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | Line contains a tab character. | 497 |
![]() | Line contains a tab character. | 498 |
![]() | Line contains a tab character. | 499 |
![]() | Line has trailing spaces. | 500 |
![]() | Line contains a tab character. | 500 |
![]() | First sentence should end with a period. | 501 |
![]() | Line contains a tab character. | 501 |
![]() | Line has trailing spaces. | 502 |
![]() | Line contains a tab character. | 502 |
![]() | Line contains a tab character. | 503 |
![]() | Line has trailing spaces. | 504 |
![]() | Line contains a tab character. | 504 |
![]() | Line contains a tab character. | 505 |
![]() | Line contains a tab character. | 506 |
![]() | Line contains a tab character. | 507 |
![]() | Line is longer than 80 characters. | 508 |
![]() | Line contains a tab character. | 508 |
![]() | Method 'updateProduct' is not designed for extension - needs to be abstract, final or empty. | 508 |
![]() | Parameter catObj should be final. | 508 |
![]() | Parameter refs should be final. | 508 |
![]() | Line contains a tab character. | 509 |
![]() | Line contains a tab character. | 510 |
![]() | Line contains a tab character. | 511 |
![]() | Line contains a tab character. | 512 |
![]() | '==' is not preceded with whitespace. | 512 |
![]() | '==' is not followed by whitespace. | 512 |
![]() | Line contains a tab character. | 513 |
![]() | Line contains a tab character. | 514 |
![]() | Line has trailing spaces. | 515 |
![]() | Line contains a tab character. | 515 |
![]() | Line contains a tab character. | 516 |
![]() | 'product' hides a field. | 516 |
![]() | Line has trailing spaces. | 517 |
![]() | Line contains a tab character. | 517 |
![]() | 'if' construct must use '{}'s. | 518 |
![]() | Line contains a tab character. | 518 |
![]() | '==' is not preceded with whitespace. | 518 |
![]() | '==' is not followed by whitespace. | 518 |
![]() | Line contains a tab character. | 519 |
![]() | 'else' construct must use '{}'s. | 520 |
![]() | Line has trailing spaces. | 520 |
![]() | Line contains a tab character. | 520 |
![]() | Line contains a tab character. | 521 |
![]() | Line has trailing spaces. | 523 |
![]() | Line contains a tab character. | 523 |
![]() | Line contains a tab character. | 524 |
![]() | Line has trailing spaces. | 525 |
![]() | Line contains a tab character. | 525 |
![]() | Line has trailing spaces. | 526 |
![]() | Line contains a tab character. | 526 |
![]() | Line is longer than 80 characters. | 527 |
![]() | Line contains a tab character. | 527 |
![]() | Comment matches to-do format 'TODO:'. | 528 |
![]() | Line is longer than 80 characters. | 528 |
![]() | Line contains a tab character. | 528 |
![]() | Line has trailing spaces. | 529 |
![]() | Line contains a tab character. | 529 |
![]() | 'if' construct must use '{}'s. | 530 |
![]() | Line contains a tab character. | 530 |
![]() | '!=' is not preceded with whitespace. | 530 |
![]() | '!=' is not followed by whitespace. | 530 |
![]() | Line is longer than 80 characters. | 531 |
![]() | Line contains a tab character. | 531 |
![]() | 'if' construct must use '{}'s. | 532 |
![]() | Line contains a tab character. | 532 |
![]() | '!=' is not preceded with whitespace. | 532 |
![]() | '!=' is not followed by whitespace. | 532 |
![]() | Line is longer than 80 characters. | 533 |
![]() | Line contains a tab character. | 533 |
![]() | Line contains a tab character. | 534 |
![]() | Line contains a tab character. | 535 |
![]() | '!=' is not preceded with whitespace. | 535 |
![]() | '!=' is not followed by whitespace. | 535 |
![]() | Line is longer than 80 characters. | 536 |
![]() | Line contains a tab character. | 536 |
![]() | Line contains a tab character. | 537 |
![]() | Line contains a tab character. | 538 |
![]() | Line contains a tab character. | 539 |
![]() | '}' should be on the same line. | 539 |
![]() | Line contains a tab character. | 540 |
![]() | 'if' construct must use '{}'s. | 541 |
![]() | Line contains a tab character. | 541 |
![]() | '!=' is not preceded with whitespace. | 541 |
![]() | '!=' is not followed by whitespace. | 541 |
![]() | Line is longer than 80 characters. | 542 |
![]() | Line contains a tab character. | 542 |
![]() | 'if' construct must use '{}'s. | 543 |
![]() | Line contains a tab character. | 543 |
![]() | '!=' is not preceded with whitespace. | 543 |
![]() | '!=' is not followed by whitespace. | 543 |
![]() | Line is longer than 80 characters. | 544 |
![]() | Line contains a tab character. | 544 |
![]() | Line contains a tab character. | 545 |
![]() | 'if' construct must use '{}'s. | 546 |
![]() | Line contains a tab character. | 546 |
![]() | '!=' is not preceded with whitespace. | 546 |
![]() | '!=' is not followed by whitespace. | 546 |
![]() | Line is longer than 80 characters. | 547 |
![]() | Line contains a tab character. | 547 |
![]() | Line contains a tab character. | 548 |
![]() | Line contains a tab character. | 549 |
![]() | '}' should be on the same line. | 549 |
![]() | Line contains a tab character. | 550 |
![]() | 'if' construct must use '{}'s. | 551 |
![]() | Line contains a tab character. | 551 |
![]() | '!=' is not preceded with whitespace. | 551 |
![]() | '!=' is not followed by whitespace. | 551 |
![]() | Line is longer than 80 characters. | 552 |
![]() | Line contains a tab character. | 552 |
![]() | Line contains a tab character. | 553 |
![]() | '!=' is not preceded with whitespace. | 553 |
![]() | '!=' is not followed by whitespace. | 553 |
![]() | Line is longer than 80 characters. | 554 |
![]() | Line contains a tab character. | 554 |
![]() | Line is longer than 80 characters. | 555 |
![]() | Line contains a tab character. | 555 |
![]() | Line is longer than 80 characters. | 556 |
![]() | Line contains a tab character. | 556 |
![]() | Line contains a tab character. | 557 |
![]() | Line contains a tab character. | 558 |
![]() | '}' should be on the same line. | 558 |
![]() | Line contains a tab character. | 559 |
![]() | Line is longer than 80 characters. | 560 |
![]() | Line contains a tab character. | 560 |
![]() | 'if' construct must use '{}'s. | 561 |
![]() | Line contains a tab character. | 561 |
![]() | '!=' is not preceded with whitespace. | 561 |
![]() | '!=' is not followed by whitespace. | 561 |
![]() | Line is longer than 80 characters. | 562 |
![]() | Line contains a tab character. | 562 |
![]() | Line contains a tab character. | 563 |
![]() | Line contains a tab character. | 564 |
![]() | '!=' is not preceded with whitespace. | 564 |
![]() | '!=' is not followed by whitespace. | 564 |
![]() | Line is longer than 80 characters. | 565 |
![]() | Line contains a tab character. | 565 |
![]() | Line contains a tab character. | 566 |
![]() | Line contains a tab character. | 567 |
![]() | Line contains a tab character. | 568 |
![]() | '!=' is not preceded with whitespace. | 568 |
![]() | '!=' is not followed by whitespace. | 568 |
![]() | Line is longer than 80 characters. | 569 |
![]() | Line contains a tab character. | 569 |
![]() | Line contains a tab character. | 570 |
![]() | Line contains a tab character. | 571 |
![]() | '!=' is not preceded with whitespace. | 571 |
![]() | '!=' is not followed by whitespace. | 571 |
![]() | Line is longer than 80 characters. | 572 |
![]() | Line contains a tab character. | 572 |
![]() | Line contains a tab character. | 573 |
![]() | Line is longer than 80 characters. | 574 |
![]() | Line contains a tab character. | 574 |
![]() | Line contains a tab character. | 575 |
![]() | Line contains a tab character. | 576 |
![]() | '!=' is not preceded with whitespace. | 576 |
![]() | '!=' is not followed by whitespace. | 576 |
![]() | Line is longer than 80 characters. | 577 |
![]() | Line contains a tab character. | 577 |
![]() | Line contains a tab character. | 578 |
![]() | Line is longer than 80 characters. | 579 |
![]() | Line contains a tab character. | 579 |
![]() | Line contains a tab character. | 580 |
![]() | Line is longer than 80 characters. | 581 |
![]() | Line contains a tab character. | 581 |
![]() | Line contains a tab character. | 582 |
![]() | 'if' construct must use '{}'s. | 584 |
![]() | Line is longer than 80 characters. | 584 |
![]() | Line contains a tab character. | 584 |
![]() | Line contains a tab character. | 585 |
![]() | Line contains a tab character. | 586 |
![]() | Line contains a tab character. | 587 |
![]() | '>' is not preceded with whitespace. | 587 |
![]() | '>' is not followed by whitespace. | 587 |
![]() | Line contains a tab character. | 588 |
![]() | Line has trailing spaces. | 589 |
![]() | Line is longer than 80 characters. | 589 |
![]() | Line contains a tab character. | 589 |
![]() | Line contains a tab character. | 590 |
![]() | Line contains a tab character. | 591 |
![]() | 'if' construct must use '{}'s. | 592 |
![]() | Line contains a tab character. | 592 |
![]() | '!=' is not preceded with whitespace. | 592 |
![]() | '!=' is not followed by whitespace. | 592 |
![]() | Line is longer than 80 characters. | 593 |
![]() | Line contains a tab character. | 593 |
![]() | Line contains a tab character. | 594 |
![]() | '}' should be on the same line. | 594 |
![]() | Line contains a tab character. | 595 |
![]() | 'if' construct must use '{}'s. | 596 |
![]() | Line contains a tab character. | 596 |
![]() | '!=' is not preceded with whitespace. | 596 |
![]() | '!=' is not followed by whitespace. | 596 |
![]() | Line is longer than 80 characters. | 597 |
![]() | Line contains a tab character. | 597 |
![]() | 'if' construct must use '{}'s. | 598 |
![]() | Line contains a tab character. | 598 |
![]() | '!=' is not preceded with whitespace. | 598 |
![]() | '!=' is not followed by whitespace. | 598 |
![]() | Line is longer than 80 characters. | 599 |
![]() | Line contains a tab character. | 599 |
![]() | 'if' construct must use '{}'s. | 600 |
![]() | Line contains a tab character. | 600 |
![]() | '!=' is not preceded with whitespace. | 600 |
![]() | '!=' is not followed by whitespace. | 600 |
![]() | Line has trailing spaces. | 601 |
![]() | Line is longer than 80 characters. | 601 |
![]() | Line contains a tab character. | 601 |
![]() | Line contains a tab character. | 602 |
![]() | '}' should be on the same line. | 602 |
![]() | Line contains a tab character. | 603 |
![]() | 'if' construct must use '{}'s. | 604 |
![]() | Line contains a tab character. | 604 |
![]() | '!=' is not preceded with whitespace. | 604 |
![]() | '!=' is not followed by whitespace. | 604 |
![]() | Line is longer than 80 characters. | 605 |
![]() | Line contains a tab character. | 605 |
![]() | Line contains a tab character. | 606 |
![]() | Line has trailing spaces. | 607 |
![]() | Line contains a tab character. | 607 |
![]() | Line contains a tab character. | 608 |
![]() | Line contains a tab character. | 609 |
![]() | Line contains a tab character. | 610 |
![]() | Line contains a tab character. | 611 |
![]() | Line has trailing spaces. | 612 |
![]() | Line contains a tab character. | 612 |
![]() | Line contains a tab character. | 613 |
![]() | Line contains a tab character. | 614 |
![]() | Line contains a tab character. | 615 |
![]() | Line has trailing spaces. | 616 |
![]() | Line is longer than 80 characters. | 616 |
![]() | Line contains a tab character. | 616 |
![]() | Line is longer than 80 characters. | 617 |
![]() | Line contains a tab character. | 617 |
![]() | Line contains a tab character. | 618 |
![]() | Line contains a tab character. | 619 |
![]() | Line has trailing spaces. | 620 |
![]() | Line contains a tab character. | 620 |
![]() | Line contains a tab character. | 621 |
![]() | Line has trailing spaces. | 622 |
![]() | Line contains a tab character. | 622 |
![]() | Line is longer than 80 characters. | 623 |
![]() | Line contains a tab character. | 623 |
![]() | Missing a Javadoc comment. | 623 |
![]() | Parameter keyToLook should be final. | 623 |
![]() | Parameter valueToFind should be final. | 623 |
![]() | Line is longer than 80 characters. | 624 |
![]() | Line contains a tab character. | 624 |
![]() | Line contains a tab character. | 625 |
![]() | Line contains a tab character. | 626 |
![]() | Line is longer than 80 characters. | 627 |
![]() | Line contains a tab character. | 627 |
![]() | Line has trailing spaces. | 628 |
![]() | Line is longer than 80 characters. | 628 |
![]() | Line contains a tab character. | 628 |
![]() | Line contains a tab character. | 629 |
![]() | Line is longer than 80 characters. | 630 |
![]() | Line contains a tab character. | 630 |
![]() | Line has trailing spaces. | 631 |
![]() | Line is longer than 80 characters. | 631 |
![]() | Line contains a tab character. | 631 |
![]() | Line is longer than 80 characters. | 632 |
![]() | Line contains a tab character. | 632 |
![]() | Line is longer than 80 characters. | 633 |
![]() | Line contains a tab character. | 633 |
![]() | Line is longer than 80 characters. | 634 |
![]() | Line contains a tab character. | 634 |
![]() | Line has trailing spaces. | 635 |
![]() | Line contains a tab character. | 635 |
![]() | Line is longer than 80 characters. | 636 |
![]() | Line contains a tab character. | 636 |
![]() | '+' is not preceded with whitespace. | 636 |
![]() | '+' is not followed by whitespace. | 636 |
![]() | '+' is not preceded with whitespace. | 636 |
![]() | '+' is not followed by whitespace. | 636 |
![]() | Line is longer than 80 characters. | 637 |
![]() | Line contains a tab character. | 637 |
![]() | Line is longer than 80 characters. | 638 |
![]() | Line contains a tab character. | 638 |
![]() | Line contains a tab character. | 639 |
![]() | Line contains a tab character. | 640 |
![]() | Line contains a tab character. | 641 |
![]() | Line contains a tab character. | 642 |
![]() | '}' should be on the same line. | 642 |
![]() | Line contains a tab character. | 643 |
![]() | Line is longer than 80 characters. | 644 |
![]() | Line contains a tab character. | 644 |
![]() | Line is longer than 80 characters. | 645 |
![]() | Line contains a tab character. | 645 |
![]() | Line is longer than 80 characters. | 646 |
![]() | Line contains a tab character. | 646 |
![]() | Line is longer than 80 characters. | 647 |
![]() | Line contains a tab character. | 647 |
![]() | Line contains a tab character. | 648 |
![]() | Line is longer than 80 characters. | 649 |
![]() | Line contains a tab character. | 649 |
![]() | '+' is not preceded with whitespace. | 649 |
![]() | '+' is not followed by whitespace. | 649 |
![]() | '+' is not preceded with whitespace. | 649 |
![]() | '+' is not followed by whitespace. | 649 |
![]() | Line is longer than 80 characters. | 650 |
![]() | Line contains a tab character. | 650 |
![]() | Line contains a tab character. | 651 |
![]() | Line contains a tab character. | 652 |
![]() | Line contains a tab character. | 653 |
![]() | Line contains a tab character. | 654 |
![]() | Line has trailing spaces. | 655 |
![]() | Line contains a tab character. | 655 |
![]() | Line contains a tab character. | 656 |
![]() | Line contains a tab character. | 657 |
![]() | Line has trailing spaces. | 658 |
![]() | Line contains a tab character. | 658 |
![]() | Line contains a tab character. | 659 |
![]() | Line contains a tab character. | 660 |
![]() | Line has trailing spaces. | 661 |
![]() | Line contains a tab character. | 661 |
![]() | Line has trailing spaces. | 662 |
![]() | Line is longer than 80 characters. | 662 |
![]() | Line contains a tab character. | 662 |
![]() | Missing a Javadoc comment. | 662 |
![]() | Parameter version should be final. | 662 |
![]() | Parameter associationType should be final. | 662 |
![]() | Line has trailing spaces. | 663 |
![]() | Line contains a tab character. | 663 |
![]() | Parameter allRefs should be final. | 663 |
![]() | Line contains a tab character. | 664 |
![]() | Line contains a tab character. | 665 |
![]() | Line contains a tab character. | 666 |
![]() | Line contains a tab character. | 667 |
![]() | Line contains a tab character. | 668 |
![]() | '!=' is not preceded with whitespace. | 668 |
![]() | '!=' is not followed by whitespace. | 668 |
![]() | Line contains a tab character. | 669 |
![]() | Line is longer than 80 characters. | 670 |
![]() | Line contains a tab character. | 670 |
![]() | '+' is not preceded with whitespace. | 670 |
![]() | '+' is not followed by whitespace. | 670 |
![]() | '+' is not preceded with whitespace. | 670 |
![]() | '+' is not followed by whitespace. | 670 |
![]() | Line contains a tab character. | 671 |
![]() | '+' is not preceded with whitespace. | 671 |
![]() | '+' is not followed by whitespace. | 671 |
![]() | Line contains a tab character. | 672 |
![]() | Line contains a tab character. | 673 |
![]() | '}' should be on the same line. | 673 |
![]() | Line contains a tab character. | 674 |
![]() | Line contains a tab character. | 675 |
![]() | Line contains a tab character. | 676 |
![]() | Line contains a tab character. | 677 |
![]() | Line has trailing spaces. | 678 |
![]() | Line contains a tab character. | 678 |
![]() | Line contains a tab character. | 679 |
![]() | Line contains a tab character. | 680 |
![]() | Line contains a tab character. | 681 |
![]() | Line has trailing spaces. | 682 |
![]() | Line contains a tab character. | 682 |
![]() | Line is longer than 80 characters. | 683 |
![]() | Line contains a tab character. | 683 |
![]() | Missing a Javadoc comment. | 683 |
![]() | Parameter key should be final. | 683 |
![]() | Parameter associationType should be final. | 683 |
![]() | Parameter allRefs should be final. | 683 |
![]() | Parameter catObj should be final. | 683 |
![]() | Line contains a tab character. | 684 |
![]() | Line contains a tab character. | 685 |
![]() | Line has trailing spaces. | 686 |
![]() | Line contains a tab character. | 686 |
![]() | Line contains a tab character. | 687 |
![]() | Line has trailing spaces. | 688 |
![]() | Line is longer than 80 characters. | 688 |
![]() | Line contains a tab character. | 688 |
![]() | Line contains a tab character. | 689 |
![]() | Line is longer than 80 characters. | 690 |
![]() | Line contains a tab character. | 690 |
![]() | Line has trailing spaces. | 691 |
![]() | Line contains a tab character. | 691 |
![]() | Line contains a tab character. | 692 |
![]() | Line contains a tab character. | 693 |
![]() | Line is longer than 80 characters. | 694 |
![]() | Line contains a tab character. | 694 |
![]() | Line is longer than 80 characters. | 695 |
![]() | Line contains a tab character. | 695 |
![]() | Line contains a tab character. | 696 |
![]() | Line has trailing spaces. | 697 |
![]() | Line contains a tab character. | 697 |
![]() | '}' should be on the same line. | 697 |
![]() | Line contains a tab character. | 698 |
![]() | Line contains a tab character. | 699 |
![]() | Line contains a tab character. | 700 |
![]() | Line contains a tab character. | 701 |
![]() | Line is longer than 80 characters. | 702 |
![]() | Line contains a tab character. | 702 |
![]() | Line contains a tab character. | 703 |
![]() | Line contains a tab character. | 704 |
![]() | Line contains a tab character. | 705 |
![]() | Line has trailing spaces. | 706 |
![]() | Line contains a tab character. | 706 |
![]() | Line has trailing spaces. | 707 |
![]() | Line is longer than 80 characters. | 707 |
![]() | Line contains a tab character. | 707 |
![]() | Missing a Javadoc comment. | 707 |
![]() | Parameter key should be final. | 707 |
![]() | Parameter valueToMatch should be final. | 707 |
![]() | Parameter allRefs should be final. | 707 |
![]() | Line contains a tab character. | 708 |
![]() | Parameter associationType should be final. | 708 |
![]() | Parameter catObj should be final. | 708 |
![]() | Line contains a tab character. | 709 |
![]() | Line contains a tab character. | 710 |
![]() | Line has trailing spaces. | 711 |
![]() | Line contains a tab character. | 711 |
![]() | Line contains a tab character. | 712 |
![]() | Line is longer than 80 characters. | 713 |
![]() | Line contains a tab character. | 713 |
![]() | '+' is not preceded with whitespace. | 713 |
![]() | '+' is not followed by whitespace. | 713 |
![]() | Line has trailing spaces. | 714 |
![]() | Line contains a tab character. | 714 |
![]() | Line is longer than 80 characters. | 715 |
![]() | Line contains a tab character. | 715 |
![]() | Line contains a tab character. | 716 |
![]() | Line contains a tab character. | 717 |
![]() | '!=' is not preceded with whitespace. | 717 |
![]() | '!=' is not followed by whitespace. | 717 |
![]() | Line is longer than 80 characters. | 718 |
![]() | Line contains a tab character. | 718 |
![]() | Line is longer than 80 characters. | 719 |
![]() | Line contains a tab character. | 719 |
![]() | '+' is not preceded with whitespace. | 719 |
![]() | '+' is not followed by whitespace. | 719 |
![]() | '+' is not preceded with whitespace. | 719 |
![]() | '+' is not followed by whitespace. | 719 |
![]() | Line is longer than 80 characters. | 720 |
![]() | Line contains a tab character. | 720 |
![]() | '+' is not preceded with whitespace. | 720 |
![]() | '+' is not followed by whitespace. | 720 |
![]() | Line contains a tab character. | 721 |
![]() | Line contains a tab character. | 722 |
![]() | '}' should be on the same line. | 722 |
![]() | Line contains a tab character. | 723 |
![]() | Line is longer than 80 characters. | 724 |
![]() | Line contains a tab character. | 724 |
![]() | Line has trailing spaces. | 725 |
![]() | Line contains a tab character. | 725 |
![]() | Line contains a tab character. | 726 |
![]() | Line contains a tab character. | 727 |
![]() | Line has trailing spaces. | 728 |
![]() | Line contains a tab character. | 728 |
![]() | Line contains a tab character. | 729 |
![]() | '}' should be on the same line. | 729 |
![]() | Line has trailing spaces. | 730 |
![]() | Line contains a tab character. | 730 |
![]() | Line contains a tab character. | 731 |
![]() | 'if' construct must use '{}'s. | 732 |
![]() | Line is longer than 80 characters. | 732 |
![]() | Line contains a tab character. | 732 |
![]() | Line is longer than 80 characters. | 733 |
![]() | Line contains a tab character. | 733 |
![]() | 'else' construct must use '{}'s. | 734 |
![]() | Line has trailing spaces. | 734 |
![]() | Line contains a tab character. | 734 |
![]() | Line is longer than 80 characters. | 735 |
![]() | Line contains a tab character. | 735 |
![]() | Line has trailing spaces. | 736 |
![]() | Line contains a tab character. | 736 |
![]() | Line contains a tab character. | 737 |
![]() | Line contains a tab character. | 738 |
![]() | Line contains a tab character. | 739 |
![]() | '!=' is not preceded with whitespace. | 739 |
![]() | '!=' is not followed by whitespace. | 739 |
![]() | Line is longer than 80 characters. | 740 |
![]() | Line contains a tab character. | 740 |
![]() | Line has trailing spaces. | 741 |
![]() | Line contains a tab character. | 741 |
![]() | Line is longer than 80 characters. | 742 |
![]() | Line contains a tab character. | 742 |
![]() | '+' is not preceded with whitespace. | 742 |
![]() | '+' is not followed by whitespace. | 742 |
![]() | '+' is not preceded with whitespace. | 742 |
![]() | '+' is not followed by whitespace. | 742 |
![]() | Line is longer than 80 characters. | 743 |
![]() | Line contains a tab character. | 743 |
![]() | '+' is not preceded with whitespace. | 743 |
![]() | '+' is not followed by whitespace. | 743 |
![]() | Line contains a tab character. | 744 |
![]() | Line contains a tab character. | 745 |
![]() | '}' should be on the same line. | 745 |
![]() | Line contains a tab character. | 746 |
![]() | Line is longer than 80 characters. | 747 |
![]() | Line contains a tab character. | 747 |
![]() | Line has trailing spaces. | 748 |
![]() | Line is longer than 80 characters. | 748 |
![]() | Line contains a tab character. | 748 |
![]() | '&&' should be on a new line. | 748 |
![]() | Line is longer than 80 characters. | 749 |
![]() | Line contains a tab character. | 749 |
![]() | '||' should be on a new line. | 749 |
![]() | Line is longer than 80 characters. | 750 |
![]() | Line contains a tab character. | 750 |
![]() | Line is longer than 80 characters. | 751 |
![]() | Line contains a tab character. | 751 |
![]() | Line has trailing spaces. | 752 |
![]() | Line is longer than 80 characters. | 752 |
![]() | Line contains a tab character. | 752 |
![]() | Line contains a tab character. | 753 |
![]() | Line contains a tab character. | 754 |
![]() | Line contains a tab character. | 755 |
![]() | Line contains a tab character. | 756 |
![]() | Line contains a tab character. | 757 |
![]() | Line contains a tab character. | 758 |
![]() | Line contains a tab character. | 759 |
![]() | Line contains a tab character. | 760 |
![]() | Line has trailing spaces. | 763 |
![]() | Line is longer than 80 characters. | 763 |
![]() | Line contains a tab character. | 763 |
![]() | Missing a Javadoc comment. | 763 |
![]() | Parameter version should be final. | 763 |
![]() | Parameter associationType should be final. | 763 |
![]() | Line has trailing spaces. | 764 |
![]() | Line is longer than 80 characters. | 764 |
![]() | Line contains a tab character. | 764 |
![]() | Parameter allRefs should be final. | 764 |
![]() | Parameter catObj should be final. | 764 |
![]() | Line contains a tab character. | 765 |
![]() | Line contains a tab character. | 766 |
![]() | '==' is not preceded with whitespace. | 766 |
![]() | '==' is not followed by whitespace. | 766 |
![]() | Line is longer than 80 characters. | 767 |
![]() | Line contains a tab character. | 767 |
![]() | Line contains a tab character. | 768 |
![]() | '}' should be on the same line. | 768 |
![]() | Line contains a tab character. | 769 |
![]() | '==' is not preceded with whitespace. | 769 |
![]() | '==' is not followed by whitespace. | 769 |
![]() | Line is longer than 80 characters. | 770 |
![]() | Line contains a tab character. | 770 |
![]() | Line contains a tab character. | 771 |
![]() | '}' should be on the same line. | 771 |
![]() | Line contains a tab character. | 772 |
![]() | '==' is not preceded with whitespace. | 772 |
![]() | '==' is not followed by whitespace. | 772 |
![]() | Line is longer than 80 characters. | 773 |
![]() | Line contains a tab character. | 773 |
![]() | Line contains a tab character. | 774 |
![]() | '}' should be on the same line. | 774 |
![]() | Line contains a tab character. | 775 |
![]() | '==' is not preceded with whitespace. | 775 |
![]() | '==' is not followed by whitespace. | 775 |
![]() | Line is longer than 80 characters. | 776 |
![]() | Line contains a tab character. | 776 |
![]() | Line contains a tab character. | 777 |
![]() | '}' should be on the same line. | 777 |
![]() | Line contains a tab character. | 778 |
![]() | '==' is not preceded with whitespace. | 778 |
![]() | '==' is not followed by whitespace. | 778 |
![]() | Line is longer than 80 characters. | 779 |
![]() | Line contains a tab character. | 779 |
![]() | Line contains a tab character. | 780 |
![]() | Line contains a tab character. | 781 |
![]() | Line contains a tab character. | 782 |
![]() | Line has trailing spaces. | 783 |
![]() | Line contains a tab character. | 783 |
![]() | First sentence should end with a period. | 784 |
![]() | Line contains a tab character. | 784 |
![]() | Line contains a tab character. | 785 |
![]() | Line has trailing spaces. | 786 |
![]() | Line contains a tab character. | 786 |
![]() | Line contains a tab character. | 787 |
![]() | Line contains a tab character. | 788 |
![]() | Line has trailing spaces. | 789 |
![]() | Line contains a tab character. | 789 |
![]() | Line contains a tab character. | 790 |
![]() | Line has trailing spaces. | 791 |
![]() | Line contains a tab character. | 791 |
![]() | Parameter catObj should be final. | 791 |
![]() | Line contains a tab character. | 792 |
![]() | Expected @throws tag for 'RegistryServiceException'. | 792 |
![]() | Line contains a tab character. | 793 |
![]() | 'product' hides a field. | 793 |
![]() | Line contains a tab character. | 794 |
![]() | Line contains a tab character. | 795 |
![]() | Line contains a tab character. | 796 |
![]() | Line has trailing spaces. | 797 |
![]() | Line contains a tab character. | 797 |
![]() | Line contains a tab character. | 798 |
![]() | Line contains a tab character. | 799 |
![]() | Line contains a tab character. | 800 |
![]() | Line contains a tab character. | 801 |
![]() | Line has trailing spaces. | 802 |
![]() | Line contains a tab character. | 802 |
![]() | Line is longer than 80 characters. | 803 |
![]() | Line contains a tab character. | 803 |
![]() | Line contains a tab character. | 804 |
![]() | Line has trailing spaces. | 805 |
![]() | Line contains a tab character. | 805 |
![]() | Line has trailing spaces. | 806 |
![]() | Line contains a tab character. | 806 |
![]() | Line contains a tab character. | 807 |
![]() | Line is longer than 80 characters. | 808 |
![]() | Line contains a tab character. | 808 |
![]() | '+' is not preceded with whitespace. | 808 |
![]() | '+' is not followed by whitespace. | 808 |
![]() | '+' is not preceded with whitespace. | 808 |
![]() | '+' is not followed by whitespace. | 808 |
![]() | Line contains a tab character. | 809 |
![]() | Line contains a tab character. | 810 |
![]() | Line has trailing spaces. | 811 |
![]() | Line is longer than 80 characters. | 811 |
![]() | Line contains a tab character. | 811 |
![]() | Line is longer than 80 characters. | 812 |
![]() | Line contains a tab character. | 812 |
![]() | '{' is followed by whitespace. | 812 |
![]() | Line contains a tab character. | 813 |
![]() | '}' should be on the same line. | 813 |
![]() | Line is longer than 80 characters. | 814 |
![]() | Line contains a tab character. | 814 |
![]() | Line contains a tab character. | 815 |
![]() | Line contains a tab character. | 816 |
![]() | Line is longer than 80 characters. | 817 |
![]() | Line contains a tab character. | 817 |
![]() | Line contains a tab character. | 818 |
![]() | Line has trailing spaces. | 819 |
![]() | Line is longer than 80 characters. | 819 |
![]() | Line contains a tab character. | 819 |
![]() | Line is longer than 80 characters. | 820 |
![]() | Line contains a tab character. | 820 |
![]() | '+' is not preceded with whitespace. | 820 |
![]() | '+' is not followed by whitespace. | 820 |
![]() | '+' is not followed by whitespace. | 820 |
![]() | '+' is not preceded with whitespace. | 820 |
![]() | '+' is not followed by whitespace. | 820 |
![]() | Line contains a tab character. | 821 |
![]() | Line contains a tab character. | 822 |
![]() | Line contains a tab character. | 823 |
![]() | Line has trailing spaces. | 824 |
![]() | Line is longer than 80 characters. | 824 |
![]() | Line contains a tab character. | 824 |
![]() | Line is longer than 80 characters. | 825 |
![]() | Line contains a tab character. | 825 |
![]() | '{' is followed by whitespace. | 825 |
![]() | Line contains a tab character. | 826 |
![]() | '}' should be on the same line. | 826 |
![]() | Line is longer than 80 characters. | 827 |
![]() | Line contains a tab character. | 827 |
![]() | Line contains a tab character. | 828 |
![]() | Line is longer than 80 characters. | 829 |
![]() | Line contains a tab character. | 829 |
![]() | Line contains a tab character. | 830 |
![]() | Line is longer than 80 characters. | 831 |
![]() | Line contains a tab character. | 831 |
![]() | '+' is not preceded with whitespace. | 831 |
![]() | '+' is not followed by whitespace. | 831 |
![]() | '+' is not preceded with whitespace. | 831 |
![]() | '+' is not followed by whitespace. | 831 |
![]() | '+' is not preceded with whitespace. | 831 |
![]() | '+' is not followed by whitespace. | 831 |
![]() | Line contains a tab character. | 832 |
![]() | Line contains a tab character. | 833 |
![]() | Line contains a tab character. | 834 |
![]() | Line contains a tab character. | 835 |
![]() | Line is longer than 80 characters. | 836 |
![]() | Line contains a tab character. | 836 |
![]() | Line is longer than 80 characters. | 837 |
![]() | Line contains a tab character. | 837 |
![]() | '{' is followed by whitespace. | 837 |
![]() | Line contains a tab character. | 838 |
![]() | '}' should be on the same line. | 838 |
![]() | Line is longer than 80 characters. | 839 |
![]() | Line contains a tab character. | 839 |
![]() | Line contains a tab character. | 840 |
![]() | Line is longer than 80 characters. | 841 |
![]() | Line contains a tab character. | 841 |
![]() | '+' is not preceded with whitespace. | 841 |
![]() | '+' is not followed by whitespace. | 841 |
![]() | '+' is not preceded with whitespace. | 841 |
![]() | '+' is not followed by whitespace. | 841 |
![]() | Line contains a tab character. | 842 |
![]() | Line contains a tab character. | 843 |
![]() | Line contains a tab character. | 844 |
![]() | Line contains a tab character. | 845 |
![]() | Line is longer than 80 characters. | 846 |
![]() | Line contains a tab character. | 846 |
![]() | Line is longer than 80 characters. | 847 |
![]() | Line contains a tab character. | 847 |
![]() | '{' is followed by whitespace. | 847 |
![]() | Line contains a tab character. | 848 |
![]() | '}' should be on the same line. | 848 |
![]() | Line is longer than 80 characters. | 849 |
![]() | Line contains a tab character. | 849 |
![]() | Line contains a tab character. | 850 |
![]() | Line contains a tab character. | 851 |
![]() | Line contains a tab character. | 852 |
![]() | Line has trailing spaces. | 853 |
![]() | Line is longer than 80 characters. | 853 |
![]() | Line contains a tab character. | 853 |
![]() | Line contains a tab character. | 854 |
![]() | Line is longer than 80 characters. | 855 |
![]() | Line contains a tab character. | 855 |
![]() | '+' is not preceded with whitespace. | 855 |
![]() | '+' is not followed by whitespace. | 855 |
![]() | '+' is not preceded with whitespace. | 855 |
![]() | '+' is not followed by whitespace. | 855 |
![]() | Line contains a tab character. | 856 |
![]() | Line contains a tab character. | 857 |
![]() | Line contains a tab character. | 858 |
![]() | Line is longer than 80 characters. | 859 |
![]() | Line contains a tab character. | 859 |
![]() | '{' is followed by whitespace. | 859 |
![]() | Line contains a tab character. | 860 |
![]() | '}' should be on the same line. | 860 |
![]() | Line is longer than 80 characters. | 861 |
![]() | Line contains a tab character. | 861 |
![]() | Line contains a tab character. | 862 |
![]() | Line is longer than 80 characters. | 863 |
![]() | Line contains a tab character. | 863 |
![]() | Line contains a tab character. | 864 |
![]() | Line is longer than 80 characters. | 865 |
![]() | Line contains a tab character. | 865 |
![]() | '+' is not preceded with whitespace. | 865 |
![]() | '+' is not followed by whitespace. | 865 |
![]() | '+' is not preceded with whitespace. | 865 |
![]() | '+' is not followed by whitespace. | 865 |
![]() | '+' is not preceded with whitespace. | 865 |
![]() | '+' is not followed by whitespace. | 865 |
![]() | Line contains a tab character. | 866 |
![]() | Line contains a tab character. | 867 |
![]() | Line contains a tab character. | 868 |
![]() | Line contains a tab character. | 869 |
![]() | Line contains a tab character. | 870 |
![]() | Line contains a tab character. | 871 |
![]() | Line is longer than 80 characters. | 872 |
![]() | Line contains a tab character. | 872 |
![]() | '{' is followed by whitespace. | 872 |
![]() | Line contains a tab character. | 873 |
![]() | Line contains a tab character. | 874 |
![]() | Line contains a tab character. | 875 |
![]() | Line is longer than 80 characters. | 876 |
![]() | Line contains a tab character. | 876 |
![]() | Line is longer than 80 characters. | 877 |
![]() | Line contains a tab character. | 877 |
![]() | Line contains a tab character. | 878 |
![]() | Line contains a tab character. | 879 |
![]() | Line contains a tab character. | 880 |
![]() | Line contains a tab character. | 881 |
![]() | Line has trailing spaces. | 882 |
![]() | Line contains a tab character. | 882 |
![]() | Line is longer than 80 characters. | 883 |
![]() | Line contains a tab character. | 883 |
![]() | '!=' is not preceded with whitespace. | 883 |
![]() | '!=' is not followed by whitespace. | 883 |
![]() | Line contains a tab character. | 884 |
![]() | Line has trailing spaces. | 885 |
![]() | Line is longer than 80 characters. | 885 |
![]() | Line contains a tab character. | 885 |
![]() | Line contains a tab character. | 886 |
![]() | Line contains a tab character. | 887 |
![]() | Line contains a tab character. | 888 |
![]() | Line contains a tab character. | 889 |
![]() | Line has trailing spaces. | 890 |
![]() | Line contains a tab character. | 890 |
![]() | Line contains a tab character. | 891 |
![]() | Line contains a tab character. | 892 |
![]() | Line is longer than 80 characters. | 893 |
![]() | Line contains a tab character. | 893 |
![]() | Line contains a tab character. | 894 |
![]() | Line contains a tab character. | 895 |
![]() | Line is longer than 80 characters. | 896 |
![]() | Line contains a tab character. | 896 |
![]() | Line contains a tab character. | 897 |
![]() | Line contains a tab character. | 898 |
![]() | Line contains a tab character. | 899 |
![]() | Line contains a tab character. | 900 |
![]() | Line contains a tab character. | 901 |
![]() | Line is longer than 80 characters. | 902 |
![]() | Line contains a tab character. | 902 |
![]() | Line contains a tab character. | 903 |
![]() | Line contains a tab character. | 904 |
![]() | Line contains a tab character. | 905 |
![]() | Line contains a tab character. | 907 |
![]() | Line contains a tab character. | 908 |
![]() | Line contains a tab character. | 909 |
![]() | Line is longer than 80 characters. | 911 |
![]() | Line contains a tab character. | 911 |
![]() | 'if' construct must use '{}'s. | 912 |
![]() | Line contains a tab character. | 912 |
![]() | Line contains a tab character. | 913 |
![]() | Line contains a tab character. | 914 |
![]() | Line has trailing spaces. | 915 |
![]() | Line contains a tab character. | 915 |
![]() | Line is longer than 80 characters. | 916 |
![]() | Line contains a tab character. | 916 |
![]() | '!=' is not preceded with whitespace. | 916 |
![]() | '!=' is not followed by whitespace. | 916 |
![]() | Line contains a tab character. | 917 |
![]() | Line is longer than 80 characters. | 918 |
![]() | Line contains a tab character. | 918 |
![]() | '{' is followed by whitespace. | 918 |
![]() | Line contains a tab character. | 919 |
![]() | Line contains a tab character. | 920 |
![]() | Line has trailing spaces. | 921 |
![]() | Line contains a tab character. | 921 |
![]() | Line contains a tab character. | 922 |
![]() | Line contains a tab character. | 923 |
![]() | Line contains a tab character. | 924 |
![]() | Line is longer than 80 characters. | 925 |
![]() | Line contains a tab character. | 925 |
![]() | Line is longer than 80 characters. | 926 |
![]() | Line contains a tab character. | 926 |
![]() | Line has trailing spaces. | 927 |
![]() | Line contains a tab character. | 927 |
![]() | Line contains a tab character. | 929 |
![]() | Line contains a tab character. | 930 |
![]() | Line has trailing spaces. | 931 |
![]() | Line contains a tab character. | 931 |
![]() | First sentence should end with a period. | 932 |
![]() | Line contains a tab character. | 932 |
![]() | Line contains a tab character. | 933 |
![]() | Line has trailing spaces. | 934 |
![]() | Line contains a tab character. | 934 |
![]() | Line contains a tab character. | 935 |
![]() | Line contains a tab character. | 936 |
![]() | Line has trailing spaces. | 937 |
![]() | Line contains a tab character. | 937 |
![]() | Line contains a tab character. | 938 |
![]() | Line is longer than 80 characters. | 939 |
![]() | Line contains a tab character. | 939 |
![]() | Parameter fileObject should be final. | 939 |
![]() | Parameter objType should be final. | 939 |
![]() | Expected @param tag for 'objType'. | 939 |
![]() | Line contains a tab character. | 940 |
![]() | Expected @throws tag for 'RegistryServiceException'. | 940 |
![]() | Line contains a tab character. | 941 |
![]() | 'product' hides a field. | 941 |
![]() | Line contains a tab character. | 942 |
![]() | Line contains a tab character. | 943 |
![]() | Line has trailing spaces. | 944 |
![]() | Line contains a tab character. | 944 |
![]() | Line contains a tab character. | 945 |
![]() | Line contains a tab character. | 946 |
![]() | Line contains a tab character. | 947 |
![]() | Line contains a tab character. | 948 |
![]() | Line is longer than 80 characters. | 949 |
![]() | Line contains a tab character. | 949 |
![]() | Line is longer than 80 characters. | 950 |
![]() | Line contains a tab character. | 950 |
![]() | Line is longer than 80 characters. | 951 |
![]() | Line contains a tab character. | 951 |
![]() | Line contains a tab character. | 952 |
![]() | Line contains a tab character. | 953 |
![]() | '}' should be on the same line. | 953 |
![]() | Line contains a tab character. | 954 |
![]() | Line is longer than 80 characters. | 955 |
![]() | Line contains a tab character. | 955 |
![]() | Line contains a tab character. | 956 |
![]() | Line contains a tab character. | 958 |
![]() | Line contains a tab character. | 959 |
![]() | Line is longer than 80 characters. | 960 |
![]() | Line contains a tab character. | 960 |
![]() | Line has trailing spaces. | 961 |
![]() | Line contains a tab character. | 961 |
![]() | Line is longer than 80 characters. | 962 |
![]() | Line contains a tab character. | 962 |
![]() | Line is longer than 80 characters. | 963 |
![]() | Line contains a tab character. | 963 |
![]() | Line is longer than 80 characters. | 964 |
![]() | Line contains a tab character. | 964 |
![]() | Line is longer than 80 characters. | 965 |
![]() | Line is longer than 80 characters. | 966 |
![]() | 'if' construct must use '{}'s. | 967 |
![]() | '!=' is not preceded with whitespace. | 967 |
![]() | '!=' is not followed by whitespace. | 967 |
![]() | Line has trailing spaces. | 968 |
![]() | Line contains a tab character. | 968 |
![]() | Line is longer than 80 characters. | 969 |
![]() | Line contains a tab character. | 969 |
![]() | 'if' construct must use '{}'s. | 970 |
![]() | '!=' is not preceded with whitespace. | 970 |
![]() | '!=' is not followed by whitespace. | 970 |
![]() | Line has trailing spaces. | 971 |
![]() | Line contains a tab character. | 971 |
![]() | Line is longer than 80 characters. | 972 |
![]() | Line contains a tab character. | 972 |
![]() | Line is longer than 80 characters. | 974 |
![]() | Line has trailing spaces. | 975 |
![]() | Line has trailing spaces. | 977 |
![]() | Line contains a tab character. | 979 |
![]() | Line has trailing spaces. | 980 |
![]() | Line contains a tab character. | 980 |
![]() | First sentence should end with a period. | 981 |
![]() | Line contains a tab character. | 981 |
![]() | Line contains a tab character. | 982 |
![]() | Line has trailing spaces. | 983 |
![]() | Line contains a tab character. | 983 |
![]() | Line contains a tab character. | 984 |
![]() | Line contains a tab character. | 985 |
![]() | Line has trailing spaces. | 986 |
![]() | Line contains a tab character. | 986 |
![]() | Line contains a tab character. | 987 |
![]() | Line has trailing spaces. | 988 |
![]() | Line is longer than 80 characters. | 988 |
![]() | Line contains a tab character. | 988 |
![]() | Parameter resrcObj should be final. | 988 |
![]() | Expected @param tag for 'resrcObj'. | 988 |
![]() | Parameter catObj should be final. | 988 |
![]() | Line contains a tab character. | 989 |
![]() | Expected @throws tag for 'RegistryServiceException'. | 989 |
![]() | Line contains a tab character. | 990 |
![]() | 'product' hides a field. | 990 |
![]() | Line contains a tab character. | 991 |
![]() | Line contains a tab character. | 992 |
![]() | Line contains a tab character. | 993 |
![]() | Line has trailing spaces. | 994 |
![]() | Line contains a tab character. | 994 |
![]() | Line has trailing spaces. | 995 |
![]() | Line contains a tab character. | 995 |
![]() | Line is longer than 80 characters. | 996 |
![]() | Line contains a tab character. | 996 |
![]() | '{' is followed by whitespace. | 996 |
![]() | Line has trailing spaces. | 997 |
![]() | Line contains a tab character. | 997 |
![]() | Line contains a tab character. | 998 |
![]() | Line contains a tab character. | 999 |
![]() | Line contains a tab character. | 1000 |
![]() | Line contains a tab character. | 1001 |
![]() | Line contains a tab character. | 1002 |
![]() | Line contains a tab character. | 1004 |
![]() | Line contains a tab character. | 1005 |
![]() | Line is longer than 80 characters. | 1006 |
![]() | Line contains a tab character. | 1006 |
![]() | Line contains a tab character. | 1007 |
![]() | Line is longer than 80 characters. | 1008 |
![]() | Line contains a tab character. | 1008 |
![]() | '+' is not preceded with whitespace. | 1008 |
![]() | '+' is not followed by whitespace. | 1008 |
![]() | '+' is not preceded with whitespace. | 1008 |
![]() | '+' is not followed by whitespace. | 1008 |
![]() | Line contains a tab character. | 1009 |
![]() | Line contains a tab character. | 1010 |
![]() | Line contains a tab character. | 1011 |
![]() | Line has trailing spaces. | 1012 |
![]() | Line is longer than 80 characters. | 1012 |
![]() | Line contains a tab character. | 1012 |
![]() | Line has trailing spaces. | 1013 |
![]() | Line contains a tab character. | 1013 |
![]() | Line has trailing spaces. | 1014 |
![]() | Line contains a tab character. | 1014 |
![]() | Line contains a tab character. | 1015 |
![]() | Line is longer than 80 characters. | 1016 |
![]() | Line contains a tab character. | 1016 |
![]() | Line contains a tab character. | 1017 |
![]() | Line contains a tab character. | 1018 |
![]() | '}' should be on the same line. | 1018 |
![]() | Line contains a tab character. | 1019 |
![]() | Line contains a tab character. | 1020 |
![]() | Line contains a tab character. | 1021 |
![]() | Line contains a tab character. | 1023 |
![]() | Line is longer than 80 characters. | 1024 |
![]() | Line contains a tab character. | 1024 |
![]() | Line contains a tab character. | 1025 |
![]() | '}' should be on the same line. | 1025 |
![]() | Line contains a tab character. | 1026 |
![]() | 'if' construct must use '{}'s. | 1027 |
![]() | Line contains a tab character. | 1027 |
![]() | Line is longer than 80 characters. | 1028 |
![]() | Line contains a tab character. | 1028 |
![]() | Line contains a tab character. | 1029 |
![]() | Line contains a tab character. | 1030 |
![]() | Line has trailing spaces. | 1031 |
![]() | Line contains a tab character. | 1031 |
![]() | Line contains a tab character. | 1032 |
![]() | Line contains a tab character. | 1033 |
![]() | Line contains a tab character. | 1034 |
![]() | Line is longer than 80 characters. | 1035 |
![]() | Line contains a tab character. | 1035 |
![]() | Line is longer than 80 characters. | 1036 |
![]() | Line contains a tab character. | 1036 |
![]() | Line is longer than 80 characters. | 1037 |
![]() | Line contains a tab character. | 1037 |
![]() | Line has trailing spaces. | 1038 |
![]() | Line contains a tab character. | 1038 |
![]() | Line has trailing spaces. | 1039 |
![]() | Line contains a tab character. | 1039 |
![]() | Line contains a tab character. | 1041 |
![]() | Line contains a tab character. | 1042 |
![]() | Line has trailing spaces. | 1043 |
![]() | Line contains a tab character. | 1043 |
![]() | Missing a Javadoc comment. | 1044 |
![]() | Parameter key should be final. | 1044 |
![]() | 'if' construct must use '{}'s. | 1045 |
![]() | Line contains a tab character. | 1045 |
![]() | '||' should be on a new line. | 1045 |
![]() | Line contains a tab character. | 1046 |
![]() | Line contains a tab character. | 1047 |
![]() | Line has trailing spaces. | 1048 |
![]() | Line contains a tab character. | 1048 |
![]() | Line is longer than 80 characters. | 1049 |
![]() | Line contains a tab character. | 1049 |
![]() | 'if' construct must use '{}'s. | 1050 |
![]() | Line has trailing spaces. | 1050 |
![]() | Line contains a tab character. | 1050 |
![]() | Line has trailing spaces. | 1051 |
![]() | Line contains a tab character. | 1051 |
![]() | Line contains a tab character. | 1052 |
![]() | 'if' construct must use '{}'s. | 1053 |
![]() | Line contains a tab character. | 1053 |
![]() | Line contains a tab character. | 1054 |
![]() | '+' is not preceded with whitespace. | 1054 |
![]() | '+' is not followed by whitespace. | 1054 |
![]() | 'else' construct must use '{}'s. | 1055 |
![]() | Line has trailing spaces. | 1055 |
![]() | Line contains a tab character. | 1055 |
![]() | Line contains a tab character. | 1056 |
![]() | Line contains a tab character. | 1057 |
![]() | Line has trailing spaces. | 1058 |
![]() | Line contains a tab character. | 1058 |
![]() | First sentence should end with a period. | 1059 |
![]() | Line contains a tab character. | 1059 |
![]() | Line contains a tab character. | 1060 |
![]() | Line has trailing spaces. | 1061 |
![]() | Line contains a tab character. | 1061 |
![]() | Line contains a tab character. | 1062 |
![]() | Line contains a tab character. | 1063 |
![]() | Line contains a tab character. | 1064 |
![]() | Method 'publishAssociations' is not designed for extension - needs to be abstract, final or empty. | 1064 |
![]() | Parameter catObj should be final. | 1064 |
![]() | Line contains a tab character. | 1065 |
![]() | Line contains a tab character. | 1066 |
![]() | Line contains a tab character. | 1067 |
![]() | Line contains a tab character. | 1068 |
![]() | Line has trailing spaces. | 1069 |
![]() | Line is longer than 80 characters. | 1069 |
![]() | Line contains a tab character. | 1069 |
![]() | Line has trailing spaces. | 1070 |
![]() | Line is longer than 80 characters. | 1070 |
![]() | Line contains a tab character. | 1070 |
![]() | Line contains a tab character. | 1071 |
![]() | Line is longer than 80 characters. | 1072 |
![]() | Line contains a tab character. | 1072 |
![]() | Line contains a tab character. | 1073 |
![]() | Line has trailing spaces. | 1074 |
![]() | Line is longer than 80 characters. | 1074 |
![]() | Line contains a tab character. | 1074 |
![]() | Line is longer than 80 characters. | 1075 |
![]() | Line contains a tab character. | 1075 |
![]() | ',' is not followed by whitespace. | 1075 |
![]() | Line contains a tab character. | 1076 |
![]() | Line contains a tab character. | 1077 |
![]() | Line contains a tab character. | 1078 |
![]() | Line contains a tab character. | 1079 |
![]() | Line contains a tab character. | 1080 |
![]() | Line contains a tab character. | 1081 |
![]() | Line has trailing spaces. | 1082 |
![]() | Line is longer than 80 characters. | 1082 |
![]() | Line contains a tab character. | 1082 |
![]() | Line is longer than 80 characters. | 1083 |
![]() | Line contains a tab character. | 1083 |
![]() | Line contains a tab character. | 1084 |
![]() | Line contains a tab character. | 1085 |
![]() | Line contains a tab character. | 1086 |
![]() | Line contains a tab character. | 1087 |
![]() | Line has trailing spaces. | 1088 |
![]() | Line contains a tab character. | 1088 |
![]() | First sentence should end with a period. | 1089 |
![]() | Line contains a tab character. | 1089 |
![]() | Line contains a tab character. | 1090 |
![]() | Line has trailing spaces. | 1091 |
![]() | Line contains a tab character. | 1091 |
![]() | Line contains a tab character. | 1092 |
![]() | Line has trailing spaces. | 1093 |
![]() | Line contains a tab character. | 1093 |
![]() | Line contains a tab character. | 1094 |
![]() | Line contains a tab character. | 1095 |
![]() | Method 'publishAssociation' is not designed for extension - needs to be abstract, final or empty. | 1095 |
![]() | Parameter catObj should be final. | 1095 |
![]() | Parameter ref should be final. | 1095 |
![]() | Line contains a tab character. | 1096 |
![]() | Line contains a tab character. | 1097 |
![]() | Line contains a tab character. | 1098 |
![]() | Line is longer than 80 characters. | 1099 |
![]() | Line contains a tab character. | 1099 |
![]() | Line contains a tab character. | 1100 |
![]() | Line has trailing spaces. | 1101 |
![]() | Line contains a tab character. | 1101 |
![]() | Line contains a tab character. | 1102 |
![]() | Line contains a tab character. | 1103 |
![]() | Line has trailing spaces. | 1104 |
![]() | Line contains a tab character. | 1104 |
![]() | Line contains a tab character. | 1105 |
![]() | Line is longer than 80 characters. | 1106 |
![]() | Line contains a tab character. | 1106 |
![]() | Line contains a tab character. | 1107 |
![]() | Line has trailing spaces. | 1108 |
![]() | Line is longer than 80 characters. | 1108 |
![]() | Line contains a tab character. | 1108 |
![]() | Line is longer than 80 characters. | 1109 |
![]() | Line contains a tab character. | 1109 |
![]() | ',' is not followed by whitespace. | 1109 |
![]() | Line contains a tab character. | 1110 |
![]() | Line contains a tab character. | 1111 |
![]() | Line contains a tab character. | 1112 |
![]() | Line contains a tab character. | 1113 |
![]() | Line contains a tab character. | 1114 |
![]() | Line has trailing spaces. | 1115 |
![]() | Line is longer than 80 characters. | 1115 |
![]() | Line contains a tab character. | 1115 |
![]() | Line is longer than 80 characters. | 1116 |
![]() | Line contains a tab character. | 1116 |
![]() | Line contains a tab character. | 1117 |
![]() | Line contains a tab character. | 1118 |
![]() | Line contains a tab character. | 1119 |
![]() | Line contains a tab character. | 1120 |
![]() | Line has trailing spaces. | 1121 |
![]() | Line contains a tab character. | 1121 |
![]() | First sentence should end with a period. | 1122 |
![]() | Line contains a tab character. | 1122 |
![]() | Line contains a tab character. | 1123 |
![]() | Line has trailing spaces. | 1124 |
![]() | Line contains a tab character. | 1124 |
![]() | Line contains a tab character. | 1125 |
![]() | Line contains a tab character. | 1126 |
![]() | Line contains a tab character. | 1127 |
![]() | Line is longer than 80 characters. | 1128 |
![]() | Line contains a tab character. | 1128 |
![]() | Parameter aRef should be final. | 1128 |
![]() | Expected @throws tag for 'RegistryClientException'. | 1128 |
![]() | Line contains a tab character. | 1129 |
![]() | Line contains a tab character. | 1130 |
![]() | Line contains a tab character. | 1132 |
![]() | '!=' is not preceded with whitespace. | 1132 |
![]() | '!=' is not followed by whitespace. | 1132 |
![]() | Line contains a tab character. | 1133 |
![]() | Line has trailing spaces. | 1134 |
![]() | Line contains a tab character. | 1134 |
![]() | Line is longer than 80 characters. | 1135 |
![]() | Line contains a tab character. | 1135 |
![]() | Line has trailing spaces. | 1136 |
![]() | Line contains a tab character. | 1136 |
![]() | Line contains a tab character. | 1137 |
![]() | '+' is not preceded with whitespace. | 1137 |
![]() | '+' is not followed by whitespace. | 1137 |
![]() | Line contains a tab character. | 1138 |
![]() | '!=' is not preceded with whitespace. | 1138 |
![]() | '!=' is not followed by whitespace. | 1138 |
![]() | Line contains a tab character. | 1139 |
![]() | Line contains a tab character. | 1140 |
![]() | Line contains a tab character. | 1141 |
![]() | '}' should be on the same line. | 1141 |
![]() | Line contains a tab character. | 1142 |
![]() | Line contains a tab character. | 1143 |
![]() | Line contains a tab character. | 1144 |
![]() | Line contains a tab character. | 1145 |
![]() | Line contains a tab character. | 1146 |
![]() | Line has trailing spaces. | 1147 |
![]() | Line contains a tab character. | 1147 |
![]() | Line contains a tab character. | 1148 |
![]() | Line has trailing spaces. | 1149 |
![]() | Line contains a tab character. | 1149 |
![]() | Line is longer than 80 characters. | 1150 |
![]() | Line contains a tab character. | 1150 |
![]() | '{' is followed by whitespace. | 1150 |
![]() | Line contains a tab character. | 1151 |
![]() | Line contains a tab character. | 1153 |
![]() | Line has trailing spaces. | 1155 |
![]() | Line contains a tab character. | 1155 |
![]() | First sentence should end with a period. | 1156 |
![]() | Line contains a tab character. | 1156 |
![]() | Line contains a tab character. | 1157 |
![]() | Line has trailing spaces. | 1158 |
![]() | Line contains a tab character. | 1158 |
![]() | Line contains a tab character. | 1159 |
![]() | Unused @param tag for 'assocation'. | 1159 |
![]() | Line contains a tab character. | 1160 |
![]() | Line contains a tab character. | 1161 |
![]() | Line has trailing spaces. | 1162 |
![]() | Line contains a tab character. | 1162 |
![]() | Line contains a tab character. | 1163 |
![]() | Line contains a tab character. | 1164 |
![]() | Line is longer than 80 characters. | 1165 |
![]() | Line contains a tab character. | 1165 |
![]() | Method 'associationExists' is not designed for extension - needs to be abstract, final or empty. | 1165 |
![]() | Parameter association should be final. | 1165 |
![]() | Expected @param tag for 'association'. | 1165 |
![]() | Line contains a tab character. | 1166 |
![]() | Line contains a tab character. | 1167 |
![]() | Line contains a tab character. | 1168 |
![]() | Line contains a tab character. | 1169 |
![]() | Line is longer than 80 characters. | 1170 |
![]() | Line contains a tab character. | 1170 |
![]() | Line contains a tab character. | 1171 |
![]() | Line contains a tab character. | 1172 |
![]() | Line contains a tab character. | 1173 |
![]() | Line contains a tab character. | 1174 |
![]() | Line is longer than 80 characters. | 1175 |
![]() | Line contains a tab character. | 1175 |
![]() | Line contains a tab character. | 1176 |
![]() | '10' is a magic number. | 1176 |
![]() | Line contains a tab character. | 1177 |
![]() | Line contains a tab character. | 1178 |
![]() | Line contains a tab character. | 1179 |
![]() | Line contains a tab character. | 1180 |
![]() | Must have at least one statement. | 1180 |
![]() | Line contains a tab character. | 1181 |
![]() | Line contains a tab character. | 1182 |
![]() | Line contains a tab character. | 1183 |
![]() | Line contains a tab character. | 1184 |
![]() | Line has trailing spaces. | 1185 |
![]() | Line contains a tab character. | 1185 |
![]() | Line contains a tab character. | 1186 |
![]() | Line contains a tab character. | 1187 |
![]() | Line contains a tab character. | 1188 |
![]() | Line contains a tab character. | 1189 |
![]() | Line contains a tab character. | 1190 |
![]() | Line contains a tab character. | 1191 |
![]() | Line contains a tab character. | 1192 |
![]() | Line contains a tab character. | 1193 |
![]() | Line contains a tab character. | 1194 |
![]() | Line contains a tab character. | 1195 |
![]() | Line is longer than 80 characters. | 1196 |
![]() | Line contains a tab character. | 1196 |
![]() | Method 'productExists' is not designed for extension - needs to be abstract, final or empty. | 1196 |
![]() | Parameter lid should be final. | 1196 |
![]() | Line contains a tab character. | 1197 |
![]() | Line contains a tab character. | 1198 |
![]() | Line is longer than 80 characters. | 1199 |
![]() | Line contains a tab character. | 1199 |
![]() | ',' is not followed by whitespace. | 1199 |
![]() | Line contains a tab character. | 1200 |
![]() | Line contains a tab character. | 1201 |
![]() | Must have at least one statement. | 1201 |
![]() | Line contains a tab character. | 1202 |
![]() | Line contains a tab character. | 1203 |
![]() | Line contains a tab character. | 1204 |
![]() | Line contains a tab character. | 1205 |
![]() | Line contains a tab character. | 1206 |
![]() | Line has trailing spaces. | 1207 |
![]() | Line contains a tab character. | 1207 |
![]() | Line has trailing spaces. | 1208 |
![]() | Line contains a tab character. | 1208 |
![]() | Line contains a tab character. | 1209 |
![]() | Line has trailing spaces. | 1210 |
![]() | Line contains a tab character. | 1210 |
![]() | Line contains a tab character. | 1211 |
![]() | Line contains a tab character. | 1212 |
![]() | Method 'getExtrinsic' is not designed for extension - needs to be abstract, final or empty. | 1212 |
![]() | Missing a Javadoc comment. | 1212 |
![]() | Parameter lid should be final. | 1212 |
![]() | Line contains a tab character. | 1213 |
![]() | Line contains a tab character. | 1214 |
![]() | Line contains a tab character. | 1215 |
![]() | Line is longer than 80 characters. | 1216 |
![]() | Line contains a tab character. | 1216 |
![]() | Line contains a tab character. | 1217 |
![]() | Must have at least one statement. | 1217 |
![]() | Line contains a tab character. | 1218 |
![]() | Line contains a tab character. | 1219 |
![]() | Line contains a tab character. | 1220 |
![]() | Line contains a tab character. | 1221 |
![]() | First sentence should end with a period. | 1223 |
![]() | Line contains a tab character. | 1223 |
![]() | Line contains a tab character. | 1224 |
![]() | Line contains a tab character. | 1225 |
![]() | Line contains a tab character. | 1226 |
![]() | Line has trailing spaces. | 1227 |
![]() | Line contains a tab character. | 1227 |
![]() | Line contains a tab character. | 1228 |
![]() | Line contains a tab character. | 1229 |
![]() | Line contains a tab character. | 1230 |
![]() | Method 'getExtrinsic' is not designed for extension - needs to be abstract, final or empty. | 1230 |
![]() | Parameter lid should be final. | 1230 |
![]() | Parameter version should be final. | 1230 |
![]() | Line contains a tab character. | 1231 |
![]() | Line contains a tab character. | 1232 |
![]() | Line is longer than 80 characters. | 1233 |
![]() | Line contains a tab character. | 1233 |
![]() | Line contains a tab character. | 1234 |
![]() | Line contains a tab character. | 1235 |
![]() | Line contains a tab character. | 1236 |
![]() | Line is longer than 80 characters. | 1237 |
![]() | Line contains a tab character. | 1237 |
![]() | ',' is not followed by whitespace. | 1237 |
![]() | Line contains a tab character. | 1238 |
![]() | Line contains a tab character. | 1239 |
![]() | Line has trailing spaces. | 1240 |
![]() | Line is longer than 80 characters. | 1240 |
![]() | Line contains a tab character. | 1240 |
![]() | Line has trailing spaces. | 1241 |
![]() | Line contains a tab character. | 1241 |
![]() | Line contains a tab character. | 1242 |
![]() | Line contains a tab character. | 1243 |
![]() | Line contains a tab character. | 1244 |
![]() | Line contains a tab character. | 1245 |
![]() | Line contains a tab character. | 1246 |
![]() | Line contains a tab character. | 1247 |
![]() | Line contains a tab character. | 1248 |
![]() | Line has trailing spaces. | 1249 |
![]() | Line contains a tab character. | 1249 |
![]() | Line contains a tab character. | 1250 |
![]() | Method 'createRegistryPackage' is not designed for extension - needs to be abstract, final or empty. | 1250 |
![]() | Missing a Javadoc comment. | 1250 |
![]() | Line contains a tab character. | 1251 |
![]() | Line is longer than 80 characters. | 1252 |
![]() | Line contains a tab character. | 1252 |
![]() | Line contains a tab character. | 1253 |
![]() | Line has trailing spaces. | 1254 |
![]() | Line contains a tab character. | 1254 |
![]() | 'if' construct must use '{}'s. | 1255 |
![]() | Line contains a tab character. | 1255 |
![]() | '==' is not preceded with whitespace. | 1255 |
![]() | '==' is not followed by whitespace. | 1255 |
![]() | Line contains a tab character. | 1256 |
![]() | 'else' construct must use '{}'s. | 1257 |
![]() | Line has trailing spaces. | 1257 |
![]() | Line contains a tab character. | 1257 |
![]() | Line contains a tab character. | 1258 |
![]() | Line has trailing spaces. | 1259 |
![]() | Line contains a tab character. | 1259 |
![]() | Line is longer than 80 characters. | 1260 |
![]() | Line contains a tab character. | 1260 |
![]() | Line contains a tab character. | 1261 |
![]() | Line contains a tab character. | 1262 |
![]() | Line has trailing spaces. | 1263 |
![]() | Line contains a tab character. | 1263 |
![]() | Line is longer than 80 characters. | 1264 |
![]() | Line contains a tab character. | 1264 |
![]() | Line has trailing spaces. | 1265 |
![]() | Line contains a tab character. | 1265 |
![]() | '}' should be on the same line. | 1265 |
![]() | Line contains a tab character. | 1266 |
![]() | Line is longer than 80 characters. | 1267 |
![]() | Line contains a tab character. | 1267 |
![]() | '==' is not preceded with whitespace. | 1267 |
![]() | '==' is not followed by whitespace. | 1267 |
![]() | '||' should be on a new line. | 1267 |
![]() | Line contains a tab character. | 1268 |
![]() | '==' is not preceded with whitespace. | 1268 |
![]() | '==' is not followed by whitespace. | 1268 |
![]() | Line is longer than 80 characters. | 1269 |
![]() | Line contains a tab character. | 1269 |
![]() | Line has trailing spaces. | 1270 |
![]() | Line contains a tab character. | 1270 |
![]() | Line contains a tab character. | 1271 |
![]() | Line is longer than 80 characters. | 1272 |
![]() | Line contains a tab character. | 1272 |
![]() | '==' is not preceded with whitespace. | 1272 |
![]() | '==' is not followed by whitespace. | 1272 |
![]() | '||' should be on a new line. | 1272 |
![]() | Line contains a tab character. | 1273 |
![]() | '==' is not preceded with whitespace. | 1273 |
![]() | '==' is not followed by whitespace. | 1273 |
![]() | Line is longer than 80 characters. | 1274 |
![]() | Line contains a tab character. | 1274 |
![]() | Line contains a tab character. | 1275 |
![]() | Line contains a tab character. | 1276 |
![]() | Line contains a tab character. | 1277 |
![]() | Line has trailing spaces. | 1278 |
![]() | Line contains a tab character. | 1278 |
![]() | '}' should be on the same line. | 1278 |
![]() | Line contains a tab character. | 1279 |
![]() | 'if' construct must use '{}'s. | 1280 |
![]() | Line contains a tab character. | 1280 |
![]() | Line is longer than 80 characters. | 1281 |
![]() | Line contains a tab character. | 1281 |
![]() | '+' is not preceded with whitespace. | 1281 |
![]() | '+' should be on a new line. | 1281 |
![]() | Line has trailing spaces. | 1282 |
![]() | Line is longer than 80 characters. | 1282 |
![]() | Line contains a tab character. | 1282 |
![]() | '+' should be on a new line. | 1282 |
![]() | Line is longer than 80 characters. | 1283 |
![]() | Line contains a tab character. | 1283 |
![]() | Line contains a tab character. | 1284 |
![]() | Line contains a tab character. | 1285 |
![]() | Line contains a tab character. | 1286 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Utility classes should not have a public or default constructor. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | First sentence should end with a period. | 89 |
![]() | Name 'pds3ToPds4Map' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line has trailing spaces. | 111 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.File. | 16 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter logicalId should be final. | 44 |
![]() | 'logicalId' hides a field. | 44 |
![]() | Parameter version should be final. | 44 |
![]() | 'version' hides a field. | 44 |
![]() | Parameter associationType should be final. | 44 |
![]() | 'associationType' hides a field. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Method 'getLogicalId' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Method 'setLogicalId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter id should be final. | 64 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter ver should be final. | 82 |
![]() | Method 'getAssociationType' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Method 'setAssociationType' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter type should be final. | 102 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Unused import - java.util.Arrays. | 18 |
![]() | Unused import - java.util.logging.Logger. | 21 |
![]() | Unused import - org.apache.commons.lang.exception.ExceptionUtils. | 23 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.ingestor.CatalogObject. | 33 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.ingestor.Constants. | 35 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Parameter storageServerUrl should be final. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | First sentence should end with a period. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Method 'setProductName' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter productName should be final. | 73 |
![]() | 'productName' hides a field. | 73 |
![]() | Expected @param tag for 'productName'. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Expected an @return tag. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'getFMClient' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Unused @param tag for 'product'. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Unused @param tag for 'fileObject'. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Unused @param tag for 'metadata'. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'ingestToStorage' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Parameter catObj should be final. | 94 |
![]() | Expected @param tag for 'catObj'. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line has trailing spaces. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | First sentence should end with a period. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line has trailing spaces. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Method 'getProductById' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Parameter productId should be final. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line has trailing spaces. | 145 |
![]() | Line contains a tab character. | 145 |
![]() | First sentence should end with a period. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line has trailing spaces. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | Line has trailing spaces. | 150 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Method 'getProductByName' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Parameter productName should be final. | 153 |
![]() | 'productName' hides a field. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.logging.ToolsLevel. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '4' is a magic number. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '5' is a magic number. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter name should be final. | 29 |
![]() | Parameter value should be final. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 6 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 13 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.logging.ToolsLevel. | 18 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.logging.ToolsLogRecord. | 19 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'format' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter record should be final. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | '}' should be on the same line. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | '}' should be on the same line. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | '&&' should be on a new line. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | '||' should be on a new line. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | '||' should be on a new line. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | '||' should be on a new line. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | 'if' construct must use '{}'s. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | 'if' is not followed by whitespace. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | 'if' construct must use '{}'s. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | 'if' construct must use '{}'s. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter record should be final. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | 'for' is not followed by whitespace. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | 'if' is not followed by whitespace. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | '&&' should be on a new line. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | '||' should be on a new line. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | '||' should be on a new line. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | 'if' is not followed by whitespace. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | '}' should be on the same line. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | 'if' construct must use '{}'s. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | 'if' is not followed by whitespace. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | 'else' construct must use '{}'s. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | '}' should be on the same line. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | 'if' construct must use '{}'s. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | 'if' is not followed by whitespace. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | '}' should be on the same line. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | 'if' construct must use '{}'s. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | 'if' is not followed by whitespace. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line has trailing spaces. | 130 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | '}' should be on the same line. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | 'if' is not followed by whitespace. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | '}' should be on the same line. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line has trailing spaces. | 138 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line has trailing spaces. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Method 'getTail' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter handler should be final. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line has trailing spaces. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
Violation | Message | Line |
---|---|---|
![]() | Redundant import from the same package - gov.nasa.pds.citool.logging.ToolsLevel. | 18 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.logging.ToolsLogRecord. | 19 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'format' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter record should be final. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | '}' should be on the same line. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | '}' should be on the same line. | 62 |
![]() | 'else' construct must use '{}'s. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter record should be final. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'getTail' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter handler should be final. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | '9' is a magic number. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '8' is a magic number. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '7' is a magic number. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '6' is a magic number. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '5' is a magic number. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '4' is a magic number. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '3' is a magic number. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter name should be final. | 46 |
![]() | Parameter value should be final. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 13 |
![]() | Line has trailing spaces. | 24 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter level should be final. | 31 |
![]() | Parameter message should be final. | 31 |
![]() | Line has trailing spaces. | 34 |
![]() | First sentence should end with a period. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Parameter level should be final. | 41 |
![]() | Parameter message should be final. | 41 |
![]() | Parameter file should be final. | 41 |
![]() | 'file' hides a field. | 41 |
![]() | Line has trailing spaces. | 44 |
![]() | First sentence should end with a period. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Parameter level should be final. | 52 |
![]() | Parameter message should be final. | 52 |
![]() | Parameter file should be final. | 52 |
![]() | 'file' hides a field. | 52 |
![]() | Parameter line should be final. | 52 |
![]() | 'line' hides a field. | 52 |
![]() | Line has trailing spaces. | 55 |
![]() | First sentence should end with a period. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Parameter level should be final. | 63 |
![]() | Parameter message should be final. | 63 |
![]() | Parameter file should be final. | 63 |
![]() | 'file' hides a field. | 63 |
![]() | Parameter context should be final. | 63 |
![]() | 'context' hides a field. | 63 |
![]() | Line has trailing spaces. | 66 |
![]() | First sentence should end with a period. | 67 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Parameter level should be final. | 75 |
![]() | Parameter message should be final. | 75 |
![]() | Parameter file should be final. | 75 |
![]() | 'file' hides a field. | 75 |
![]() | Parameter context should be final. | 75 |
![]() | 'context' hides a field. | 75 |
![]() | Parameter line should be final. | 75 |
![]() | 'line' hides a field. | 75 |
![]() | Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | 'return' is not preceded with whitespace. | 82 |
![]() | '{' is not followed by whitespace. | 82 |
![]() | ';' is not followed by whitespace. | 82 |
![]() | '}' is not preceded with whitespace. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | 'return' is not preceded with whitespace. | 84 |
![]() | '{' is not followed by whitespace. | 84 |
![]() | ';' is not followed by whitespace. | 84 |
![]() | '}' is not preceded with whitespace. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Method 'getLine' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | 'return' is not preceded with whitespace. | 86 |
![]() | '{' is not followed by whitespace. | 86 |
![]() | ';' is not followed by whitespace. | 86 |
![]() | '}' is not preceded with whitespace. | 86 |
![]() | Line has trailing spaces. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - gov.nasa.pds.tools.label.Label. | 25 |
![]() | Redundant import from the same package - gov.nasa.pds.citool.logging.ToolsLogRecord. | 26 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'format' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter record should be final. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | '}' should be on the same line. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | '}' should be on the same line. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | '(' is followed by whitespace. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | '}' should be on the same line. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | '}' should be on the same line. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | '}' should be on the same line. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | '||' should be on a new line. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | 'if' construct must use '{}'s. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | 'if' is not followed by whitespace. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | 'else' construct must use '{}'s. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter record should be final. | 101 |
![]() | 'if' construct must use '{}'s. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | 'if' construct must use '{}'s. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | 'if' construct must use '{}'s. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | 'if' construct must use '{}'s. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '&&' should be on a new line. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | '||' should be on a new line. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | '||' should be on a new line. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | '}' should be on the same line. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | 'if' construct must use '{}'s. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | 'else' construct must use '{}'s. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | '}' should be on the same line. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | 'if' construct must use '{}'s. | 135 |
![]() | Line contains a tab character. | 135 |
![]() | 'if' is not followed by whitespace. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | 'if' construct must use '{}'s. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | 'if' construct must use '{}'s. | 140 |
![]() | Line contains a tab character. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | 'if' construct must use '{}'s. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | 'if' is not followed by whitespace. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Parameter record should be final. | 153 |
![]() | 'if' construct must use '{}'s. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | 'if' construct must use '{}'s. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | 'if' construct must use '{}'s. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line contains a tab character. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line contains a tab character. | 165 |
![]() | 'if' construct must use '{}'s. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | 'if' is not followed by whitespace. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 169 |
![]() | '}' should be on the same line. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line contains a tab character. | 170 |
![]() | 'if' is not followed by whitespace. | 170 |
![]() | '&&' should be on a new line. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | '||' should be on a new line. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line contains a tab character. | 172 |
![]() | '||' should be on a new line. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line contains a tab character. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line contains a tab character. | 174 |
![]() | 'if' is not followed by whitespace. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line contains a tab character. | 175 |
![]() | 'if' construct must use '{}'s. | 176 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | 'if' is not followed by whitespace. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | '}' should be on the same line. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | 'if' is not followed by whitespace. | 181 |
![]() | 'if' construct must use '{}'s. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | 'if' is not followed by whitespace. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | 'else' construct must use '{}'s. | 184 |
![]() | Line contains a tab character. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | '}' should be on the same line. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | 'if' construct must use '{}'s. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | '}' should be on the same line. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | 'if' construct must use '{}'s. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 205 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 216 |
![]() | Method 'getTail' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Parameter handler should be final. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 219 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Method 'printHeader' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Parameter writer should be final. | 53 |
![]() | Method 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Parameter writer should be final. | 70 |
![]() | Parameter status should be final. | 70 |
![]() | Parameter sourceUri should be final. | 71 |
![]() | Parameter problems should be final. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter writer should be final. | 112 |
![]() | Method 'printFooter' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter writer should be final. | 148 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Method 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Parameter writer should be final. | 164 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Parameter args should be final. | 202 |
![]() | Parameter writer should be final. | 222 |
![]() | Parameter status should be final. | 222 |
![]() | Parameter sourceUris should be final. | 223 |
![]() | Parameter problems should be final. | 223 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'setPrintDetails' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter print should be final. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'printHeader' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter writer should be final. | 58 |
![]() | Method 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter writer should be final. | 75 |
![]() | Parameter status should be final. | 75 |
![]() | Parameter sourceUri should be final. | 76 |
![]() | Parameter problems should be final. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line has trailing spaces. | 87 |
![]() | Line has trailing spaces. | 98 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter writer should be final. | 110 |
![]() | Line has trailing spaces. | 126 |
![]() | Method 'printFooter' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Parameter writer should be final. | 137 |
![]() | Line has trailing spaces. | 143 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line has trailing spaces. | 148 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Method 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Parameter writer should be final. | 161 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Parameter args should be final. | 199 |
![]() | Parameter writer should be final. | 219 |
![]() | Parameter status should be final. | 219 |
![]() | Parameter sourceUris should be final. | 220 |
![]() | Parameter problems should be final. | 220 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Method 'printHeader' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Parameter writer should be final. | 18 |
![]() | Method 'printStandardValue' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter identifier should be final. | 25 |
![]() | Parameter value should be final. | 25 |
![]() | Parameter writer should be final. | 32 |
![]() | Parameter status should be final. | 32 |
![]() | Parameter sourceUri should be final. | 33 |
![]() | Parameter problems should be final. | 33 |
![]() | Method 'printFooter' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Parameter writer should be final. | 39 |
![]() | Parameter writer should be final. | 48 |
![]() | Parameter status should be final. | 48 |
![]() | Parameter sourceUris should be final. | 49 |
![]() | Parameter problems should be final. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - gov.nasa.pds.tools.constants.Constants.Severity. | 7 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Method 'setIntegrityCheckHeader' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter name should be final. | 26 |
![]() | Method 'printHeader' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Parameter writer should be final. | 31 |
![]() | Method 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter writer should be final. | 38 |
![]() | Parameter status should be final. | 38 |
![]() | Parameter sourceUris should be final. | 39 |
![]() | Parameter problems should be final. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Method 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter writer should be final. | 80 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter writer should be final. | 94 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Method 'printFooter' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Parameter writer should be final. | 127 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Parameter writer should be final. | 141 |
![]() | Parameter status should be final. | 141 |
![]() | Parameter sourceUri should be final. | 142 |
![]() | Parameter problems should be final. | 142 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'parameters' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'configurations' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter writer should be final. | 80 |
![]() | 'writer' hides a field. | 80 |
![]() | Parameter os should be final. | 91 |
![]() | Parameter file should be final. | 103 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Method 'printHeader' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Method 'addParameter' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Parameter parameter should be final. | 127 |
![]() | Method 'addConfiguration' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Parameter configuration should be final. | 139 |
![]() | 'writer' hides a field. | 149 |
![]() | Method 'record' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter source should be final. | 151 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Method 'record' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Parameter sourceUri should be final. | 166 |
![]() | Comment matches to-do format 'TODO:'. | 172 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Method 'filterProblems' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() | Missing a Javadoc comment. | 220 |
![]() | Parameter problems should be final. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Method 'record' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | Parameter sourceUris should be final. | 242 |
![]() | Comment matches to-do format 'TODO:'. | 248 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Method 'recordSkip' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() | Missing a Javadoc comment. | 297 |
![]() | Method 'recordSkip' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() | Missing a Javadoc comment. | 310 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Missing a Javadoc comment. | 324 |
![]() | Parameter writer should be final. | 324 |
![]() | 'writer' hides a field. | 324 |
![]() | Missing a Javadoc comment. | 329 |
![]() | Parameter writer should be final. | 329 |
![]() | 'writer' hides a field. | 329 |
![]() | 'writer' hides a field. | 345 |
![]() | Expected @param tag for 'status'. | 346 |
![]() | Missing a Javadoc comment. | 350 |
![]() | 'writer' hides a field. | 350 |
![]() | Method 'printFooter' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | First sentence should end with a period. | 363 |
![]() | 'writer' hides a field. | 369 |
![]() | Method 'getNumPassed' is not designed for extension - needs to be abstract, final or empty. | 375 |
![]() | Method 'getNumFailed' is not designed for extension - needs to be abstract, final or empty. | 383 |
![]() | Method 'getNumSkipped' is not designed for extension - needs to be abstract, final or empty. | 391 |
![]() | Method 'getTotalErrors' is not designed for extension - needs to be abstract, final or empty. | 401 |
![]() | Method 'getTotalWarnings' is not designed for extension - needs to be abstract, final or empty. | 411 |
![]() | Method 'getTotalInfos' is not designed for extension - needs to be abstract, final or empty. | 421 |
![]() | Method 'hasErrors' is not designed for extension - needs to be abstract, final or empty. | 429 |
![]() | Avoid inline conditionals. | 430 |
![]() | Method 'hasWarnings' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() | Avoid inline conditionals. | 438 |
![]() | Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 448 |
![]() | Parameter severity should be final. | 448 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 457 |
Violation | Message | Line |
---|---|---|
![]() | Method 'printHeader' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter writer should be final. | 52 |
![]() | Method 'printRecordMessages' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Parameter writer should be final. | 69 |
![]() | Parameter status should be final. | 69 |
![]() | Parameter sourceUri should be final. | 70 |
![]() | Parameter problems should be final. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter writer should be final. | 104 |
![]() | Method 'printFooter' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Parameter writer should be final. | 130 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Method 'printRecordSkip' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Parameter writer should be final. | 146 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Parameter args should be final. | 184 |
![]() | Parameter writer should be final. | 204 |
![]() | Parameter status should be final. | 204 |
![]() | Parameter sourceUris should be final. | 205 |
![]() | Parameter problems should be final. | 205 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Name 'COLLECTION_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Name 'COLL_OR_DS_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Name 'PRODUCT_DS_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter parentLabels should be final. | 39 |
![]() | Parameter childLabels should be final. | 40 |
![]() | '}' should be on the same line. | 56 |
![]() | 'for' is not followed by whitespace. | 81 |
![]() | 'for' is not followed by whitespace. | 95 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | 'for' is not followed by whitespace. | 102 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter parents should be final. | 118 |
![]() | Parameter child should be final. | 119 |
![]() | Parameter identifier should be final. | 119 |
![]() | 'for' is not followed by whitespace. | 123 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 132 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Name 'INSTRUMENT_HOST_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter parentLabels should be final. | 35 |
![]() | Parameter childLabels should be final. | 36 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
![]() | Name 'INSTRUMENT_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter parentLabels should be final. | 34 |
![]() | Parameter childLabels should be final. | 35 |
![]() | Line is longer than 80 characters. | 39 |
![]() | 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. | 46 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
![]() | Name 'MISSION_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter parentLabels should be final. | 34 |
![]() | Parameter childLabels should be final. | 35 |
![]() | Line is longer than 80 characters. | 39 |
![]() | 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. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 72 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 39 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Parameter statement should be final. | 48 |
![]() | Parameter dictionary should be final. | 48 |
![]() | 'if' is not followed by whitespace. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | '}' should be on the same line. | 52 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | '}' should be on the same line. | 55 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Parameter attribute should be final. | 69 |
![]() | Parameter dictionary should be final. | 69 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '||' should be on a new line. | 75 |
![]() | ')' is preceded with whitespace. | 76 |
![]() | '}' should be on the same line. | 78 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | 'for' is not followed by whitespace. | 82 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '}' should be on the same line. | 88 |
![]() | 'for' is not followed by whitespace. | 93 |
![]() | 'if' is not followed by whitespace. | 95 |
![]() | 'if' is not followed by whitespace. | 101 |
![]() | '}' should be on the same line. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '}' should be on the same line. | 106 |
![]() | Line is longer than 80 characters. | 108 |
![]() | 'if' construct must use '{}'s. | 109 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Parameter object should be final. | 127 |
![]() | Parameter dictionary should be final. | 127 |
![]() | 'for' is not followed by whitespace. | 130 |
![]() | 'if' is not followed by whitespace. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | '}' should be on the same line. | 133 |
![]() | 'if' is not followed by whitespace. | 134 |
![]() | '}' should be on the same line. | 136 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Parameter group should be final. | 151 |
![]() | Parameter dictionary should be final. | 151 |
![]() | 'for' is not followed by whitespace. | 154 |
![]() | 'if' is not followed by whitespace. | 155 |
![]() | Line is longer than 80 characters. | 156 |
Violation | Message | Line |
---|---|---|
![]() | Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter parentLabels should be final. | 35 |
![]() | Parameter childLabels should be final. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 43 |
![]() | 'for' is not followed by whitespace. | 45 |
![]() | 'for' is not followed by whitespace. | 48 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | 'for' is not followed by whitespace. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'supportFile' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'getUnmatchedValues' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter parents should be final. | 38 |
![]() | Parameter children should be final. | 39 |
![]() | Method 'getUnmatchedValues' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter parents should be final. | 45 |
![]() | Parameter children should be final. | 46 |
![]() | 'for' is not followed by whitespace. | 50 |
![]() | Method 'setSupportFile' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter url should be final. | 57 |
![]() | Method 'addProblem' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter problem should be final. | 61 |
![]() | Method 'addProblems' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter problems should be final. | 65 |
![]() | 'problems' hides a field. | 65 |
![]() | Method 'getProblems' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Method 'hasProblems' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Conditional logic can be removed. | 74 |
![]() | 'public' modifier out of order with the JLS suggestions. | 89 |
![]() | Missing a Javadoc comment. | 92 |
![]() | 'public' modifier out of order with the JLS suggestions. | 92 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter catalogs should be final. | 35 |
![]() | 'catalogs' hides a field. | 35 |
![]() | Method 'sort' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Parameter type should be final. | 45 |
![]() | 'for' is not followed by whitespace. | 48 |
![]() | 'if' is not followed by whitespace. | 49 |
![]() | '}' should be on the same line. | 51 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '&&' should be on a new line. | 53 |
![]() | '}' should be on the same line. | 59 |
![]() | Method 'getParents' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Method 'getParentFiles' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Method 'getChildrenFiles' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter type should be final. | 33 |
![]() | 'type' hides a field. | 33 |
![]() | Parameter parentFiles should be final. | 33 |
![]() | 'parentFiles' hides a field. | 33 |
![]() | Method 'getParentFiles' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Method 'addProblem' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter problem should be final. | 49 |
![]() | Method 'addProblems' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter problems should be final. | 53 |
![]() | 'problems' hides a field. | 53 |
![]() | Method 'getProblems' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
![]() | 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 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter name should be final. | 39 |
![]() | 'name' hides a field. | 39 |
![]() | Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Name 'DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() | First sentence should end with a period. | 54 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter parentLabels should be final. | 73 |
![]() | Parameter childLabels should be final. | 73 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Comment matches to-do format 'TODO:'. | 108 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter parents should be final. | 118 |
![]() | Parameter allrefs should be final. | 144 |
![]() | Must have at least one statement. | 161 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Parameter allrefs should be final. | 202 |
![]() | Expected @throws tag for 'IOException'. | 202 |
![]() | '3' is a magic number. | 215 |
![]() | 'if' construct must use '{}'s. | 217 |
![]() | '}' should be on the same line. | 221 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 232 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'riCheckers' must be private and have accessor methods. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter report should be final. | 41 |
![]() | 'report' hides a field. | 41 |
![]() | Method 'isValid' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter catalogs should be final. | 46 |
![]() | Parameter allrefs should be final. | 46 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Method 'addRICheckers' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter checkers should be final. | 75 |
![]() | Method 'addRIChecker' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter type should be final. | 79 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 36 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Parameter label should be final. | 47 |
![]() | Parameter identifier should be final. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | 'if' construct must use '{}'s. | 53 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Parameter labels should be final. | 68 |
![]() | Parameter identifier should be final. | 68 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | 'if' construct must use '{}'s. | 74 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Parameter labels should be final. | 90 |
![]() | Parameter identifiers should be final. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | 'for' is not followed by whitespace. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | 'for' is not followed by whitespace. | 94 |
![]() | 'if' is not followed by whitespace. | 96 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Parameter label should be final. | 116 |
![]() | Parameter identifiers should be final. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line is longer than 80 characters. | 127 |
![]() | '}' should be on the same line. | 133 |
![]() | 'else' construct must use '{}'s. | 134 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.net.URL. | 22 |
![]() | Unused import - java.util.logging.Logger. | 26 |
![]() | Unused import - org.apache.commons.io.FilenameUtils. | 28 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Name 'TARGET_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Method 'peformCheck' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter parentLabels should be final. | 39 |
![]() | Parameter childLabels should be final. | 39 |
![]() | Line is longer than 80 characters. | 43 |
![]() | 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. | 50 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Parameter parents should be final. | 76 |
![]() | Parameter children should be final. | 76 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter statements should be final. | 31 |
![]() | 'statements' hides a field. | 31 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter value should be final. | 35 |
![]() | Comment matches to-do format 'TODO:'. | 46 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'getUnmatched' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter otherStatements should be final. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | 'for' is not followed by whitespace. | 73 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | 'for' is not followed by whitespace. | 77 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | 'if' is not followed by whitespace. | 79 |
![]() | '}' should be on the same line. | 82 |
![]() | 'if' is not followed by whitespace. | 83 |
![]() | 'for' is not followed by whitespace. | 85 |
![]() | 'if' construct must use '{}'s. | 87 |
![]() | 'if' is not followed by whitespace. | 87 |
![]() | '}' should be on the same line. | 90 |
![]() | 'if' construct must use '{}'s. | 92 |
![]() | Line is longer than 80 characters. | 92 |
![]() | 'if' is not followed by whitespace. | 92 |
![]() | Parameter value1 should be final. | 107 |
![]() | Parameter value2 should be final. | 107 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.net.URL. | 22 |
![]() | Unused import - org.apache.commons.io.FilenameUtils. | 27 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Name 'MEDIUM_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter parentLabels should be final. | 38 |
![]() | Parameter childLabels should be final. | 38 |
![]() | Line is longer than 80 characters. | 42 |
![]() | 'for' is not followed by whitespace. | 44 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'value' hides a field. | 31 |
![]() | 'name' hides a field. | 31 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | First sentence should end with a period. | 30 |
![]() | Parameter target should be final. | 35 |
![]() | 'target' hides a field. | 35 |
![]() | '}' should be on the same line. | 46 |
![]() | First sentence should end with a period. | 61 |
![]() | Method 'isDirectory' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Method 'toURL' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Expected @throws tag for 'MalformedURLException'. | 86 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Method 'traverse' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter recurse should be final. | 102 |
![]() | Expected @throws tag for 'IOException'. | 102 |
![]() | Expected @throws tag for 'BadLocationException'. | 102 |
![]() | Array brackets at illegal position. | 104 |
![]() | 'if' construct must use '{}'s. | 107 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | 'for' is not followed by whitespace. | 114 |
![]() | 'for' is not followed by whitespace. | 118 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Parameter dir should be final. | 125 |
![]() | Parameter recurse should be final. | 125 |
![]() | Array brackets at illegal position. | 127 |
![]() | 'for' is not followed by whitespace. | 133 |
![]() | 'for' is not followed by whitespace. | 137 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Utility classes should not have a public or default constructor. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Name 'props' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 27 |
![]() | Utility classes should not have a public or default constructor. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter value should be final. | 28 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter value should be final. | 32 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter value should be final. | 42 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter value should be final. | 53 |
![]() | Parameter length should be final. | 53 |
![]() | 'if' construct must use '{}'s. | 56 |
![]() | '*' is not preceded with whitespace. | 56 |
![]() | '*' is not followed by whitespace. | 56 |
![]() | '3' is a magic number. | 56 |
![]() | '*' is not preceded with whitespace. | 57 |
![]() | '*' is not followed by whitespace. | 57 |
![]() | '3' is a magic number. | 57 |
![]() | 'if' construct must use '{}'s. | 60 |
![]() | '-' is not preceded with whitespace. | 61 |
![]() | '-' is not followed by whitespace. | 61 |
![]() | Parameter value should be final. | 72 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line has trailing spaces. | 84 |
![]() | Line has trailing spaces. | 86 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 91 |
![]() | Expected an @return tag. | 93 |
![]() | Parameter source should be final. | 93 |
![]() | Expected @param tag for 'source'. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line has trailing spaces. | 100 |
![]() | First sentence should end with a period. | 101 |
![]() | Expected an @return tag. | 104 |
![]() | Parameter source should be final. | 104 |
![]() | Expected @param tag for 'source'. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line has trailing spaces. | 107 |
![]() | First sentence should end with a period. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Expected an @return tag. | 112 |
![]() | Parameter source should be final. | 112 |
![]() | Expected @param tag for 'source'. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | '=' is not preceded with whitespace. | 119 |
![]() | '=' is not followed by whitespace. | 119 |
![]() | '<' is not preceded with whitespace. | 119 |
![]() | '<' is not followed by whitespace. | 119 |
![]() | 'if' construct must use '{}'s. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | '==' is not preceded with whitespace. | 120 |
![]() | '==' is not followed by whitespace. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | 'else' construct must use '{}'s. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line has trailing spaces. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | 'if' construct must use '{}'s. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | '!=' is not preceded with whitespace. | 125 |
![]() | '!=' is not followed by whitespace. | 125 |
![]() | '-' is not preceded with whitespace. | 125 |
![]() | '-' is not followed by whitespace. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | '}' should be on the same line. | 128 |
![]() | 'else' construct must use '{}'s. | 129 |
![]() | Line has trailing spaces. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line has trailing spaces. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | First sentence should end with a period. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Expected an @return tag. | 137 |
![]() | Parameter source should be final. | 137 |
![]() | Expected @param tag for 'source'. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Parameter value should be final. | 147 |
![]() | Conditional logic can be removed. | 148 |
![]() | 'if' is not followed by whitespace. | 148 |
![]() | '||' should be on a new line. | 148 |
![]() | '||' should be on a new line. | 149 |
![]() | '}' should be on the same line. | 152 |
![]() | 'else' construct must use '{}'s. | 153 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Parameter list should be final. | 157 |
![]() | 'for' is not followed by whitespace. | 158 |
![]() | '=' is not preceded with whitespace. | 158 |
![]() | '=' is not followed by whitespace. | 158 |
![]() | Parameter s should be final. | 170 |
![]() | Expected @throws tag for 'MalformedURLException'. | 170 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Parameter indent should be final. | 192 |
![]() | Parameter records should be final. | 192 |
![]() | Line has trailing spaces. | 208 |
![]() | Line has trailing spaces. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Parameter strToReplace should be final. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | 'if' construct must use '{}'s. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line has trailing spaces. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | 'if' construct must use '{}'s. | 213 |
![]() | Line has trailing spaces. | 213 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line has trailing spaces. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | 'if' construct must use '{}'s. | 216 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line has trailing spaces. | 218 |
![]() | Line contains a tab character. | 218 |
![]() | 'if' construct must use '{}'s. | 219 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line has trailing spaces. | 221 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line has trailing spaces. | 224 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Parameter value should be final. | 225 |
![]() | Parameter lists should be final. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Parameter catalog should be final. | 54 |
![]() | 'for' is not followed by whitespace. | 63 |
![]() | '}' should be on the same line. | 73 |
![]() | 'if' is not followed by whitespace. | 74 |
![]() | '}' should be on the same line. | 83 |
![]() | 'for' is not followed by whitespace. | 92 |
![]() | Expression can be simplified. | 95 |
![]() | Parameter catalog should be final. | 113 |
![]() | Expected @param tag for 'catalog'. | 113 |
![]() | Parameter object should be final. | 113 |
![]() | Parameter referenceKeyIDs should be final. | 114 |
![]() | Expression can be simplified. | 120 |
![]() | Parameter catalog should be final. | 138 |
![]() | Expected @param tag for 'catalog'. | 138 |
![]() | Parameter statement should be final. | 138 |
![]() | Parameter referenceKeyIDs should be final. | 139 |
![]() | '}' should be on the same line. | 146 |
![]() | Expression can be simplified. | 151 |
![]() | Parameter catalog should be final. | 168 |
![]() | Expected @param tag for 'catalog'. | 168 |
![]() | Parameter attribute should be final. | 168 |
![]() | Parameter referenceKeyIDs should be final. | 169 |
![]() | '}' should be on the same line. | 196 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | '}' should be on the same line. | 214 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Name 'REFID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Name 'REFDESC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Parameter label should be final. | 43 |
![]() | '-' is not preceded with whitespace. | 68 |
![]() | '-' is not followed by whitespace. | 68 |
![]() | '5' is a magic number. | 70 |
![]() | '4' is a magic number. | 74 |
![]() | 'catch' is not followed by whitespace. | 77 |
![]() | 'catch' is not followed by whitespace. | 94 |
![]() | '(' is followed by whitespace. | 100 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | '(' is followed by whitespace. | 114 |
![]() | Inner assignments should be avoided. | 114 |
![]() | Inner assignments should be avoided. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | '}' should be on the same line. | 127 |
![]() | Must have at least one statement. | 151 |
![]() | Line is longer than 80 characters. | 155 |