The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 23 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 68 | ![]() |
JavadocMethod | 330 | ![]() |
JavadocType | 11 | ![]() |
JavadocVariable | 211 | ![]() |
JavadocStyle | 83 | ![]() |
ConstantName | 44 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 2 | ![]() |
MemberName | 11 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 12 | ![]() |
LineLength | 237 | ![]() |
MethodLength | 2 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 2 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 5 | ![]() |
ParenPad | 28 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 15 | ![]() |
WhitespaceAround | 49 | ![]() |
ModifierOrder | 53 | ![]() |
RedundantModifier | 12 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 5 | ![]() |
LeftCurly | 1 | ![]() |
NeedBraces | 6 | ![]() |
RightCurly | 1 | ![]() |
AvoidInlineConditionals | 2 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 2 | ![]() |
EqualsHashCode | 1 | ![]() |
HiddenField | 99 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 14 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 8 | ![]() |
SimplifyBooleanExpression | 4 | ![]() |
SimplifyBooleanReturn | 6 | ![]() |
DesignForExtension | 349 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 12 | ![]() |
InterfaceIsType | 2 | ![]() |
VisibilityModifier | 90 | ![]() |
ArrayTypeStyle | 1 | ![]() |
FinalParameters | 482 | ![]() |
TodoComment | 4 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.io.InputStream. | 45 |
![]() | Unused import - javax.xml.bind.UnmarshalException. | 59 |
![]() | Unused import - org.xml.sax.SAXParseException. | 76 |
![]() | '(' is followed by whitespace. | 268 |
![]() | ')' is preceded with whitespace. | 268 |
![]() | '+' is not followed by whitespace. | 288 |
![]() | Parameter targets should be final. | 299 |
![]() | 'targets' hides a field. | 299 |
![]() | 'while' construct must use '{}'s. | 301 |
![]() | Empty statement. | 301 |
![]() | Parameter patterns should be final. | 312 |
![]() | 'while' construct must use '{}'s. | 314 |
![]() | Empty statement. | 314 |
![]() | Parameter v should be final. | 322 |
![]() | Expected @throws tag for 'Exception'. | 322 |
![]() | '3' is a magic number. | 323 |
![]() | '3' is a magic number. | 333 |
![]() | Parameter policy should be final. | 342 |
![]() | 'policy' hides a field. | 342 |
![]() | Expected @param tag for 'policy'. | 342 |
![]() | 'targets' hides a field. | 343 |
![]() | Line is longer than 80 characters. | 349 |
![]() | '80' is a magic number. | 423 |
![]() | 'policy' hides a field. | 453 |
![]() | Expected @throws tag for 'ConnectionException'. | 455 |
![]() | Expected @throws tag for 'IOException'. | 455 |
![]() | '(' is followed by whitespace. | 487 |
![]() | ')' is preceded with whitespace. | 488 |
![]() | Parameter namespaces should be final. | 506 |
![]() | Unused @param tag for 'name'. | 531 |
![]() | Unused @param tag for 'description'. | 534 |
![]() | Parameter policy should be final. | 541 |
![]() | 'policy' hides a field. | 541 |
![]() | Expected @param tag for 'policy'. | 541 |
![]() | Redundant throws: 'RegistryClientException' is subclass of 'Exception'. | 542 |
![]() | '(' is followed by whitespace. | 545 |
![]() | ')' is preceded with whitespace. | 545 |
![]() | 'targets' hides a field. | 563 |
![]() | Parameter target should be final. | 597 |
![]() | Expected @throws tag for 'FileNotFoundException'. | 598 |
![]() | Name 'PRODUCT_TYPE_XPATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 599 |
![]() | Parameter args should be final. | 630 |
![]() | 'policy' hides a field. | 642 |
![]() | 'globalPolicy' hides a field. | 643 |
![]() | Must have at least one statement. | 656 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Parameter registryUrl should be final. | 91 |
![]() | 'registryUrl' hides a field. | 91 |
![]() | Parameter registryPackageGuid should be final. | 91 |
![]() | 'registryPackageGuid' hides a field. | 91 |
![]() | Expected @throws tag for 'RegistryClientException'. | 92 |
![]() | Expected @throws tag for 'MalformedURLException'. | 92 |
![]() | Method 'setSecurity' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Parameter securityContext should be final. | 113 |
![]() | Parameter username should be final. | 113 |
![]() | Parameter password should be final. | 114 |
![]() | Expected @throws tag for 'MalformedURLException'. | 114 |
![]() | Method 'setDaemonPort' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Parameter port should be final. | 128 |
![]() | Method 'setWaitInterval' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Parameter interval should be final. | 137 |
![]() | Parameter policy should be final. | 149 |
![]() | Expected @param tag for 'policy'. | 149 |
![]() | Expected @throws tag for 'MalformedURLException'. | 150 |
![]() | Expected @throws tag for 'ConnectionException'. | 150 |
![]() | '(' is followed by whitespace. | 161 |
![]() | Expression can be simplified. | 161 |
![]() | '||' should be on a new line. | 161 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | Method 'harvest' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Parameter policy should be final. | 189 |
![]() | Expected @throws tag for 'ConnectionException'. | 189 |
![]() | Expected @throws tag for 'IOException'. | 189 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - gov.nasa.pds.registry.exception.RegistryClientException. | 36 |
![]() | Parameter registryUrl should be final. | 71 |
![]() | 'registryUrl' hides a field. | 71 |
![]() | Parameter ingester should be final. | 71 |
![]() | Expected @throws tag for 'MalformedURLException'. | 72 |
![]() | Method 'publish' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter product should be final. | 86 |
![]() | Parameter productMetadata should be final. | 86 |
![]() | Parameter product should be final. | 130 |
![]() | Parameter metadata should be final. | 130 |
![]() | Parameter refEntry should be final. | 131 |
![]() | Expected @throws tag for 'IngestException'. | 131 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | 'shortName' hides a field. | 125 |
![]() | 'longName' hides a field. | 125 |
![]() | 'description' hides a field. | 126 |
![]() | 'shortName' hides a field. | 139 |
![]() | 'longName' hides a field. | 139 |
![]() | 'argName' hides a field. | 140 |
![]() | 'argType' hides a field. | 140 |
![]() | 'description' hides a field. | 141 |
![]() | 'shortName' hides a field. | 154 |
![]() | 'longName' hides a field. | 154 |
![]() | 'argName' hides a field. | 155 |
![]() | 'argType' hides a field. | 155 |
![]() | 'allowsMultipleArgs' hides a field. | 156 |
![]() | Expected @param tag for 'allowsMultipleArgs'. | 156 |
![]() | 'description' hides a field. | 156 |
Violation | Message | Line |
---|---|---|
![]() | Parameter msg should be final. | 33 |
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 package-info.java file. | 0 |
![]() | Utility classes should not have a public or default constructor. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Line has trailing spaces. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 109 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line has trailing spaces. | 114 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Name 'coreXpathsMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 123 |
![]() | Name 'registeredProducts' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 156 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Variable 'nonPrimaryMembers' must be private and have accessor methods. | 161 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Variable 'collections' must be private and have accessor methods. | 163 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Parameter extractorConfig should be final. | 31 |
![]() | Method 'crawl' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Parameter bundle should be final. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Parameter extractorConfig should be final. | 27 |
![]() | Method 'crawl' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Parameter collection should be final. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - gov.nasa.pds.harvest.crawler.status.Status. | 23 |
![]() | Method 'getPDS3MetExtractorConfig' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Method 'setPDS3MetExtractorConfig' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Parameter config should be final. | 59 |
![]() | 'config' hides a field. | 59 |
![]() | Method 'getMetadataForProduct' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter product should be final. | 72 |
![]() | Method 'passesPreconditions' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Parameter product should be final. | 93 |
![]() | Expression can be simplified. | 125 |
![]() | Comment matches to-do format 'TODO:'. | 132 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Parameter problem should be final. | 143 |
![]() | Parameter product should be final. | 143 |
![]() | ',' is not followed by whitespace. | 147 |
![]() | ',' is not followed by whitespace. | 151 |
![]() | ',' is not followed by whitespace. | 154 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'inPersistanceMode' must be private and have accessor methods. | 77 |
![]() | Variable 'touchedFiles' must be private and have accessor methods. | 80 |
![]() | Parameter extractorConfig should be final. | 96 |
![]() | Method 'getMetExtractorConfig' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Method 'setMetExtractorConfig' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter config should be final. | 123 |
![]() | Method 'setInPersistanceMode' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter value should be final. | 127 |
![]() | Method 'setRegistryUrl' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Parameter url should be final. | 137 |
![]() | Method 'getRegistryUrl' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Method 'getRegistryIngester' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Method 'setFileFilter' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Parameter filter should be final. | 164 |
![]() | Method 'setDirectoryFilter' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Parameter filter should be final. | 175 |
![]() | Parameter product should be final. | 192 |
![]() | Parameter productMetadata should be final. | 192 |
![]() | Method 'crawl' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Parameter dir should be final. | 202 |
![]() | Method 'addAction' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Parameter action should be final. | 215 |
![]() | Method 'addActions' is not designed for extension - needs to be abstract, final or empty. | 224 |
![]() | Parameter actions should be final. | 224 |
![]() | Method 'getActions' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Parameter registryUrl should be final. | 238 |
![]() | Parameter ingester should be final. | 238 |
![]() | Parameter actions should be final. | 239 |
![]() | Method 'getMetadataForProduct' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | Parameter product should be final. | 254 |
![]() | Method 'passesPreconditions' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() | Parameter product should be final. | 281 |
![]() | Expression can be simplified. | 315 |
![]() | '+' should be on a new line. | 361 |
Violation | Message | Line |
---|---|---|
![]() | Parameter wc should be final. | 48 |
![]() | Method 'getWildcards' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Unused @throws tag for 'NullPointerException'. | 69 |
![]() | Parameter wc should be final. | 71 |
![]() | Unused @throws tag for 'NullPointerException'. | 87 |
![]() | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Parameter file should be final. | 91 |
![]() | Unused @throws tag for 'NullPointerException'. | 115 |
![]() | Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Parameter dir should be final. | 118 |
![]() | Parameter name should be final. | 118 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter accessUrls should be final. | 67 |
![]() | 'accessUrls' hides a field. | 67 |
![]() | Method 'performAction' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter product should be final. | 86 |
![]() | Parameter metadata should be final. | 86 |
![]() | Expected @throws tag for 'CrawlerActionException'. | 87 |
![]() | Method 'performAction' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter product should be final. | 115 |
![]() | Parameter fileObject should be final. | 115 |
![]() | Parameter product should be final. | 138 |
![]() | Parameter source should be final. | 138 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 139 |
![]() | '(' is followed by whitespace. | 152 |
![]() | ')' is preceded with whitespace. | 152 |
![]() | Method 'setRegisterFileUrls' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Parameter registerFileUrls should be final. | 174 |
![]() | 'registerFileUrls' hides a field. | 174 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - gov.nasa.pds.registry.exception.RegistryClientException. | 53 |
![]() | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 |
![]() | Name 'DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 |
![]() | Parameter registryUrl should be final. | 108 |
![]() | 'registryUrl' hides a field. | 108 |
![]() | Parameter ingester should be final. | 109 |
![]() | Method 'performAction' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Parameter product should be final. | 135 |
![]() | Parameter metadata should be final. | 135 |
![]() | Method 'setActions' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Parameter actions should be final. | 214 |
![]() | 'actions' hides a field. | 214 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Parameter product should be final. | 218 |
![]() | Line has trailing spaces. | 230 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line has trailing spaces. | 259 |
![]() | Line has trailing spaces. | 260 |
![]() | Line has trailing spaces. | 355 |
![]() | Line has trailing spaces. | 356 |
![]() | Missing a Javadoc comment. | 367 |
![]() | Parameter product should be final. | 367 |
![]() | Parameter includePaths should be final. | 368 |
![]() | Comment matches to-do format 'TODO:'. | 400 |
![]() | Line has trailing spaces. | 409 |
![]() | Line has trailing spaces. | 418 |
![]() | Missing a Javadoc comment. | 438 |
![]() | Parameter product should be final. | 438 |
![]() | Parameter fileObject should be final. | 438 |
![]() | Parameter product should be final. | 458 |
![]() | Parameter fileObject should be final. | 458 |
![]() | Parameter checksumInLabel should be final. | 459 |
![]() | Missing a Javadoc comment. | 562 |
![]() | Parameter name should be final. | 562 |
![]() | Parameter basePath should be final. | 562 |
![]() | Parameter includePaths should be final. | 563 |
![]() | Method 'setGenerateChecksums' is not designed for extension - needs to be abstract, final or empty. | 583 |
![]() | Parameter value should be final. | 583 |
![]() | Method 'setChecksumManifest' is not designed for extension - needs to be abstract, final or empty. | 592 |
![]() | Parameter manifest should be final. | 592 |
![]() | Method 'setFileTypes' is not designed for extension - needs to be abstract, final or empty. | 601 |
![]() | Parameter fileTypes should be final. | 601 |
![]() | 'fileTypes' hides a field. | 601 |
![]() | Conditional logic can be removed. | 611 |
![]() | Parameter modelValue should be final. | 625 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 41 |
![]() | 'static' modifier out of order with the JLS suggestions. | 41 |
![]() | 'static' modifier out of order with the JLS suggestions. | 44 |
![]() | 'static' modifier out of order with the JLS suggestions. | 47 |
![]() | Method 'performAction' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter product should be final. | 74 |
![]() | Parameter metadata should be final. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Name 'DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter reqMetadata should be final. | 43 |
![]() | 'reqMetadata' hides a field. | 43 |
![]() | Method 'performAction' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Parameter product should be final. | 54 |
![]() | Parameter productMetadata should be final. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Name 'DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
![]() | Parameter registryUrl should be final. | 56 |
![]() | 'registryUrl' hides a field. | 56 |
![]() | Parameter ingester should be final. | 57 |
![]() | 'ingester' hides a field. | 57 |
![]() | Method 'performAction' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter product should be final. | 76 |
![]() | Parameter productMetadata should be final. | 76 |
![]() | Expected @throws tag for 'CrawlerActionException'. | 77 |
![]() | Expression can be simplified. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Name 'DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Expected an @return tag. | 61 |
![]() | Method 'performAction' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter product should be final. | 62 |
![]() | Parameter metadata should be final. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 27 |
![]() | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() | Parameter storageServerUrl should be final. | 75 |
![]() | Method 'performAction' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Parameter product should be final. | 96 |
![]() | Parameter metadata should be final. | 96 |
![]() | Expected @throws tag for 'CrawlerActionException'. | 97 |
![]() | Method 'performAction' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Parameter product should be final. | 148 |
![]() | Parameter fileObject should be final. | 148 |
![]() | Parameter metadata should be final. | 149 |
![]() | Method 'setDataTransferType' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Parameter dataTransferType should be final. | 195 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Name 'DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter objectTypes should be final. | 25 |
![]() | 'objectTypes' hides a field. | 25 |
![]() | Method 'performAction' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Parameter product should be final. | 36 |
![]() | Parameter productMetadata should be final. | 36 |
![]() | 'for' is not followed by whitespace. | 39 |
![]() | 'if' is not followed by whitespace. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 122 |
![]() | Parameter wait should be final. | 132 |
![]() | Parameter crawlers should be final. | 132 |
![]() | 'crawlers' hides a field. | 132 |
![]() | Parameter port should be final. | 132 |
![]() | Parameter associationPublisher should be final. | 133 |
![]() | 'associationPublisher' hides a field. | 133 |
![]() | Parameter ingester should be final. | 133 |
![]() | Expected @param tag for 'ingester'. | 133 |
![]() | Method 'startCrawling' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | '(' is followed by whitespace. | 186 |
![]() | ':' should be on a new line. | 186 |
![]() | '1000' is a magic number. | 200 |
![]() | Must have at least one statement. | 201 |
![]() | '1000.0' is a magic number. | 211 |
![]() | '1000.0' is a magic number. | 213 |
![]() | Method length is 169 lines (max allowed is 150). | 221 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line is longer than 80 characters. | 267 |
![]() | '+' is followed by whitespace. | 270 |
![]() | '(' is followed by whitespace. | 273 |
![]() | '(' is followed by whitespace. | 317 |
![]() | ')' is preceded with whitespace. | 318 |
![]() | '(' is followed by whitespace. | 332 |
![]() | ')' is preceded with whitespace. | 333 |
![]() | '(' is followed by whitespace. | 347 |
![]() | ')' is preceded with whitespace. | 348 |
![]() | Line is longer than 80 characters. | 378 |
![]() | Line is longer than 80 characters. | 379 |
![]() | Line is longer than 80 characters. | 380 |
![]() | Line is longer than 80 characters. | 381 |
![]() | Line is longer than 80 characters. | 382 |
![]() | Line is longer than 80 characters. | 383 |
![]() | Line is longer than 80 characters. | 384 |
![]() | Line is longer than 80 characters. | 385 |
![]() | Line is longer than 80 characters. | 386 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Utility classes should not have a public or default constructor. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 28 |
![]() | ',' is not followed by whitespace. | 28 |
![]() | Name 'map' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | ',' is not followed by whitespace. | 29 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 16 |
![]() | interfaces should describe a type and hence have methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Redundant 'public' modifier. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - java.util.Arrays. | 26 |
![]() | Parameter config should be final. | 50 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter product should be final. | 61 |
![]() | Expected @throws tag for 'MetExtractionException'. | 62 |
![]() | Comment matches to-do format 'TODO:'. | 87 |
![]() | Line has trailing spaces. | 110 |
![]() | Line has trailing spaces. | 137 |
![]() | Line has trailing spaces. | 143 |
![]() | Line has trailing spaces. | 149 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.Arrays. | 30 |
![]() | Parameter config should be final. | 58 |
![]() | First sentence should end with a period. | 62 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Method length is 164 lines (max allowed is 150). | 69 |
![]() | Parameter product should be final. | 69 |
![]() | Expected @throws tag for 'MetExtractionException'. | 70 |
![]() | Line has trailing spaces. | 78 |
![]() | Comment matches to-do format 'TODO:'. | 97 |
![]() | Line has trailing spaces. | 175 |
![]() | Line has trailing spaces. | 188 |
![]() | Line has trailing spaces. | 209 |
![]() | Line has trailing spaces. | 216 |
![]() | Line has trailing spaces. | 231 |
Violation | Message | Line |
---|---|---|
![]() | Parameter config should be final. | 70 |
![]() | 'config' hides a field. | 70 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Parameter product should be final. | 83 |
![]() | Expected @throws tag for 'MetExtractionException'. | 84 |
![]() | Parameter product should be final. | 173 |
![]() | Parameter label should be final. | 173 |
![]() | Parameter lidContents should be final. | 174 |
![]() | Expected @throws tag for 'MetExtractionException'. | 174 |
![]() | '=' is not followed by whitespace. | 177 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Parameter product should be final. | 231 |
![]() | Parameter label should be final. | 231 |
![]() | Parameter titleContents should be final. | 232 |
![]() | Line has trailing spaces. | 261 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | Parameter product should be final. | 272 |
![]() | Expected @throws tag for 'MetExtractionException'. | 273 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | Parameter product should be final. | 284 |
![]() | Expected @throws tag for 'MetExtractionException'. | 285 |
![]() | Expected an @return tag. | 293 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | Parameter product should be final. | 293 |
![]() | Expected @param tag for 'product'. | 293 |
![]() | Parameter configFile should be final. | 293 |
![]() | Expected @param tag for 'configFile'. | 293 |
![]() | Expected @throws tag for 'MetExtractionException'. | 294 |
![]() | Expected an @return tag. | 303 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Parameter product should be final. | 303 |
![]() | Expected @param tag for 'product'. | 303 |
![]() | Parameter configFile should be final. | 303 |
![]() | Expected @param tag for 'configFile'. | 303 |
![]() | Expected @throws tag for 'MetExtractionException'. | 304 |
![]() | Expected an @return tag. | 313 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() | Parameter product should be final. | 313 |
![]() | Expected @param tag for 'product'. | 313 |
![]() | Parameter config should be final. | 313 |
![]() | 'config' hides a field. | 313 |
![]() | Expected @param tag for 'config'. | 313 |
![]() | Expected @throws tag for 'MetExtractionException'. | 314 |
![]() | Expected an @return tag. | 323 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() | Parameter product should be final. | 323 |
![]() | Expected @param tag for 'product'. | 323 |
![]() | Parameter config should be final. | 323 |
![]() | 'config' hides a field. | 323 |
![]() | Expected @param tag for 'config'. | 323 |
![]() | Expected @throws tag for 'MetExtractionException'. | 324 |
![]() | Parameter configFile should be final. | 333 |
![]() | Expected @param tag for 'configFile'. | 333 |
![]() | Expected @throws tag for 'MetExtractionException'. | 334 |
![]() | Parameter configFile should be final. | 342 |
![]() | Expected @param tag for 'configFile'. | 342 |
![]() | Expected @throws tag for 'MetExtractionException'. | 343 |
![]() | Method 'setConfigFile' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Parameter config should be final. | 347 |
![]() | 'config' hides a field. | 347 |
Violation | Message | Line |
---|---|---|
![]() | 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 |
![]() | Parameter metadata should be final. | 40 |
![]() | Method 'getStaticMetadata' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Method 'getLidContents' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Method 'getTitleContents' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Method 'getAncillaryMetadata' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Method 'getIncludePaths' is not designed for extension - needs to be abstract, final or empty. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.Arrays. | 19 |
![]() | Variable 'config' must be private and have accessor methods. | 54 |
![]() | Variable 'extractor' must be private and have accessor methods. | 57 |
![]() | Parameter config should be final. | 65 |
![]() | 'config' hides a field. | 65 |
![]() | First sentence should end with a period. | 70 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter product should be final. | 80 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 139 |
![]() | First sentence should end with a period. | 181 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Parameter xPaths should be final. | 191 |
![]() | Method 'getReferences' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | Parameter references should be final. | 237 |
![]() | Parameter product should be final. | 237 |
![]() | Expected @throws tag for 'MetExtractionException'. | 238 |
![]() | Name 'REFERENCE_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 240 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Parameter product should be final. | 303 |
![]() | Expected @throws tag for 'MetExtractionException'. | 304 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Parameter product should be final. | 315 |
![]() | Expected @throws tag for 'MetExtractionException'. | 316 |
![]() | Expected an @return tag. | 324 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() | Parameter product should be final. | 324 |
![]() | Expected @param tag for 'product'. | 324 |
![]() | Parameter configFile should be final. | 324 |
![]() | Expected @param tag for 'configFile'. | 324 |
![]() | Expected @throws tag for 'MetExtractionException'. | 325 |
![]() | Expected an @return tag. | 334 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | Parameter product should be final. | 334 |
![]() | Expected @param tag for 'product'. | 334 |
![]() | Parameter configFile should be final. | 334 |
![]() | Expected @param tag for 'configFile'. | 334 |
![]() | Expected @throws tag for 'MetExtractionException'. | 335 |
![]() | Expected an @return tag. | 344 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 344 |
![]() | Parameter product should be final. | 344 |
![]() | Expected @param tag for 'product'. | 344 |
![]() | Parameter config should be final. | 344 |
![]() | 'config' hides a field. | 344 |
![]() | Expected @param tag for 'config'. | 344 |
![]() | Expected @throws tag for 'MetExtractionException'. | 345 |
![]() | Expected an @return tag. | 354 |
![]() | Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() | Parameter product should be final. | 354 |
![]() | Expected @param tag for 'product'. | 354 |
![]() | Parameter config should be final. | 354 |
![]() | 'config' hides a field. | 354 |
![]() | Expected @param tag for 'config'. | 354 |
![]() | Expected @throws tag for 'MetExtractionException'. | 355 |
![]() | Parameter configFile should be final. | 364 |
![]() | Expected @param tag for 'configFile'. | 364 |
![]() | Expected @throws tag for 'MetExtractionException'. | 365 |
![]() | Parameter configFile should be final. | 373 |
![]() | Expected @param tag for 'configFile'. | 373 |
![]() | Expected @throws tag for 'MetExtractionException'. | 374 |
![]() | Method 'setConfigFile' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() | Missing a Javadoc comment. | 378 |
![]() | Parameter config should be final. | 378 |
![]() | 'config' hides a field. | 378 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Parameter candidates should be final. | 45 |
![]() | Parameter references should be final. | 45 |
![]() | 'references' hides a field. | 45 |
![]() | Expected @param tag for 'references'. | 45 |
![]() | Method 'getMetXPaths' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter objectType should be final. | 57 |
![]() | Method 'hasObjectType' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter objectType should be final. | 73 |
![]() | Method 'getReferenceTypeMap' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Parameter modelValue should be final. | 90 |
![]() | Method 'containsReferenceTypeMap' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Conditional logic can be removed. | 107 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 16 |
![]() | interfaces should describe a type and hence have methods. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Redundant 'public' modifier. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Redundant 'public' modifier. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant 'public' modifier. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Utility classes should not have a public or default constructor. | 35 |
![]() | Parameter manifest should be final. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Parameter name should be final. | 64 |
![]() | 'name' hides a field. | 64 |
![]() | Parameter location should be final. | 64 |
![]() | 'location' hides a field. | 64 |
![]() | Parameter size should be final. | 64 |
![]() | 'size' hides a field. | 64 |
![]() | Parameter creationDateTime should be final. | 65 |
![]() | 'creationDateTime' hides a field. | 65 |
![]() | Parameter checksum should be final. | 65 |
![]() | 'checksum' hides a field. | 65 |
![]() | Parameter fileType should be final. | 65 |
![]() | 'fileType' hides a field. | 65 |
![]() | Expected @param tag for 'fileType'. | 65 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | 'return' is not preceded with whitespace. | 77 |
![]() | '{' is not followed by whitespace. | 77 |
![]() | ';' is not followed by whitespace. | 77 |
![]() | '}' is not preceded with whitespace. | 77 |
![]() | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | 'return' is not preceded with whitespace. | 79 |
![]() | '{' is not followed by whitespace. | 79 |
![]() | ';' is not followed by whitespace. | 79 |
![]() | '}' is not preceded with whitespace. | 79 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | 'return' is not preceded with whitespace. | 81 |
![]() | '{' is not followed by whitespace. | 81 |
![]() | ';' is not followed by whitespace. | 81 |
![]() | '}' is not preceded with whitespace. | 81 |
![]() | Method 'getCreationDateTime' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | 'return' is not preceded with whitespace. | 83 |
![]() | '{' is not followed by whitespace. | 83 |
![]() | ';' is not followed by whitespace. | 83 |
![]() | '}' is not preceded with whitespace. | 83 |
![]() | Method 'getChecksum' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | 'return' is not preceded with whitespace. | 85 |
![]() | '{' is not followed by whitespace. | 85 |
![]() | ';' is not followed by whitespace. | 85 |
![]() | '}' is not preceded with whitespace. | 85 |
![]() | Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | 'return' is not preceded with whitespace. | 87 |
![]() | '{' is not followed by whitespace. | 87 |
![]() | ';' is not followed by whitespace. | 87 |
![]() | '}' is not preceded with whitespace. | 87 |
![]() | Method 'getFileType' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | 'return' is not preceded with whitespace. | 89 |
![]() | '{' is not followed by whitespace. | 89 |
![]() | ';' is not followed by whitespace. | 89 |
![]() | '}' is not preceded with whitespace. | 89 |
![]() | Method 'setStorageServiceProductId' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter productId should be final. | 91 |
![]() | Method 'getStorageServiceProductId' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Method 'setAccessUrls' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter accessUrls should be final. | 99 |
![]() | 'accessUrls' hides a field. | 99 |
![]() | Method 'getAccessUrls' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 18 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 28 |
![]() | Parameter size should be final. | 32 |
![]() | 'size' hides a field. | 32 |
![]() | Parameter units should be final. | 32 |
![]() | 'units' hides a field. | 32 |
![]() | Line has trailing spaces. | 36 |
![]() | Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Line has trailing spaces. | 43 |
![]() | Method 'getUnits' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Line has trailing spaces. | 50 |
![]() | Method 'hasUnits' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Conditional logic can be removed. | 55 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 27 |
![]() | Parameter filename should be final. | 41 |
![]() | Parameter filename should be final. | 55 |
![]() | '1024' is a magic number. | 59 |
![]() | Parameter bytes should be final. | 81 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | '0xF0' is a magic number. | 87 |
![]() | '4' is a magic number. | 87 |
![]() | '0x0F' is a magic number. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Parameter packageGuid should be final. | 85 |
![]() | Parameter packageGuid should be final. | 98 |
![]() | Parameter securityContext should be final. | 98 |
![]() | 'securityContext' hides a field. | 98 |
![]() | Parameter user should be final. | 99 |
![]() | 'user' hides a field. | 99 |
![]() | Parameter password should be final. | 99 |
![]() | 'password' hides a field. | 99 |
![]() | Expected an @return tag. | 111 |
![]() | Method 'hasProduct' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter registry should be final. | 111 |
![]() | Expected @param tag for 'registry'. | 111 |
![]() | Parameter productFile should be final. | 111 |
![]() | Expected @param tag for 'productFile'. | 111 |
![]() | Expected @throws tag for 'CatalogException'. | 112 |
![]() | Method 'hasProduct' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Parameter registry should be final. | 128 |
![]() | Parameter lid should be final. | 128 |
![]() | Must have at least one statement. | 136 |
![]() | Method 'hasProduct' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Parameter registry should be final. | 157 |
![]() | Parameter lid should be final. | 157 |
![]() | Parameter vid should be final. | 158 |
![]() | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Parameter registry should be final. | 202 |
![]() | Parameter prodFile should be final. | 202 |
![]() | Parameter met should be final. | 202 |
![]() | Parameter metadata should be final. | 253 |
![]() | Parameter prodFile should be final. | 253 |
![]() | Expected @param tag for 'prodFile'. | 253 |
![]() | Line has trailing spaces. | 267 |
![]() | Line has trailing spaces. | 279 |
![]() | Parameter registry should be final. | 317 |
![]() | Parameter extrinsic should be final. | 317 |
![]() | Expected @throws tag for 'CatalogException'. | 318 |
![]() | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() | Parameter registry should be final. | 343 |
![]() | Parameter sourceFile should be final. | 343 |
![]() | Parameter fileObject should be final. | 343 |
![]() | Parameter met should be final. | 344 |
![]() | Expected @throws tag for 'IngestException'. | 344 |
![]() | Parameter fileObject should be final. | 377 |
![]() | Parameter sourceMet should be final. | 378 |
![]() | Line has trailing spaces. | 387 |
![]() | Line has trailing spaces. | 388 |
![]() | Line has trailing spaces. | 391 |
![]() | Line has trailing spaces. | 393 |
![]() | Line has trailing spaces. | 401 |
![]() | Line has trailing spaces. | 402 |
![]() | '(' is followed by whitespace. | 405 |
![]() | ')' is preceded with whitespace. | 406 |
![]() | Line has trailing spaces. | 407 |
![]() | Line has trailing spaces. | 410 |
![]() | '(' is followed by whitespace. | 411 |
![]() | Line has trailing spaces. | 413 |
![]() | Line has trailing spaces. | 414 |
![]() | Line has trailing spaces. | 416 |
![]() | Line has trailing spaces. | 417 |
![]() | Line has trailing spaces. | 418 |
![]() | Line has trailing spaces. | 421 |
![]() | Line is longer than 80 characters. | 422 |
![]() | Line has trailing spaces. | 425 |
![]() | Line is longer than 80 characters. | 425 |
![]() | Line has trailing spaces. | 434 |
![]() | Line has trailing spaces. | 436 |
![]() | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 458 |
![]() | Parameter registry should be final. | 458 |
![]() | Parameter sourceFile should be final. | 458 |
![]() | Parameter association should be final. | 458 |
![]() | Parameter targetReference should be final. | 459 |
![]() | Method 'hasAssociation' is not designed for extension - needs to be abstract, final or empty. | 491 |
![]() | Parameter registry should be final. | 491 |
![]() | Expected @param tag for 'registry'. | 491 |
![]() | Parameter association should be final. | 491 |
![]() | Expected @throws tag for 'RegistryClientException'. | 492 |
![]() | '10' is a magic number. | 504 |
![]() | Must have at least one statement. | 508 |
![]() | Method 'getExtrinsic' is not designed for extension - needs to be abstract, final or empty. | 523 |
![]() | Parameter registry should be final. | 523 |
![]() | Parameter lid should be final. | 523 |
![]() | Parameter version should be final. | 524 |
![]() | Expected @throws tag for 'IngestException'. | 524 |
![]() | Must have at least one statement. | 545 |
![]() | Expected an @return tag. | 557 |
![]() | Method 'ingest' is not designed for extension - needs to be abstract, final or empty. | 557 |
![]() | Parameter fmUrl should be final. | 557 |
![]() | Expected @param tag for 'fmUrl'. | 557 |
![]() | Parameter prodFile should be final. | 557 |
![]() | Expected @param tag for 'prodFile'. | 557 |
![]() | Parameter extractor should be final. | 557 |
![]() | Expected @param tag for 'extractor'. | 557 |
![]() | Parameter metConfFile should be final. | 558 |
![]() | Expected @param tag for 'metConfFile'. | 558 |
![]() | Expected @throws tag for 'IngestException'. | 558 |
![]() | Parameter fmUrl should be final. | 567 |
![]() | Expected @param tag for 'fmUrl'. | 567 |
![]() | Parameter prodFiles should be final. | 567 |
![]() | Expected @param tag for 'prodFiles'. | 567 |
![]() | Parameter extractor should be final. | 568 |
![]() | Expected @param tag for 'extractor'. | 568 |
![]() | Parameter metConfFile should be final. | 568 |
![]() | Expected @param tag for 'metConfFile'. | 568 |
![]() | Expected @throws tag for 'IngestException'. | 569 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 37 |
![]() | Parameter identifier should be final. | 51 |
![]() | 'identifier' hides a field. | 51 |
![]() | Parameter memberStatus should be final. | 51 |
![]() | 'memberStatus' hides a field. | 51 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Parameter file should be final. | 62 |
![]() | 'file' hides a field. | 62 |
![]() | Parameter checksum should be final. | 62 |
![]() | 'checksum' hides a field. | 62 |
![]() | Parameter identifier should be final. | 62 |
![]() | 'identifier' hides a field. | 62 |
![]() | Parameter memberStatus should be final. | 62 |
![]() | 'memberStatus' hides a field. | 62 |
![]() | Expected @param tag for 'memberStatus'. | 62 |
![]() | Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Method 'getChecksum' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Method 'getMemberStatus' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Conditional logic can be removed. | 111 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 25 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'fieldDelimiters' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() | ',' is not followed by whitespace. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 32 |
![]() | Expected @throws tag for 'InventoryReaderException'. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Parameter exception should be final. | 39 |
![]() | 'exception' hides a field. | 39 |
![]() | Method 'getException' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Method 'setLineNumber' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter line should be final. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Parameter file should be final. | 60 |
![]() | Parameter file should be final. | 127 |
![]() | Method 'getDataFile' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Array brackets at illegal position. | 180 |
![]() | '-' is not preceded with whitespace. | 183 |
![]() | '-' is not followed by whitespace. | 183 |
![]() | '-' is not preceded with whitespace. | 195 |
![]() | '-' is not followed by whitespace. | 195 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 43 |
![]() | Parameter file should be final. | 54 |
![]() | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 79 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 40 |
![]() | First sentence should end with a period. | 43 |
![]() | Method 'getLogicalID' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Method 'setLogicalID' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Parameter id should be final. | 75 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Parameter ver should be final. | 93 |
![]() | Method 'hasVersion' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Parameter type should be final. | 123 |
![]() | 'type' hides a field. | 123 |
![]() | Method 'setFile' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Parameter file should be final. | 132 |
![]() | 'file' hides a field. | 132 |
![]() | Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Method 'setLineNumber' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Parameter num should be final. | 150 |
![]() | Method 'getLineNumber' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Method 'getGuid' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Method 'setGuid' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Parameter guid should be final. | 172 |
![]() | 'guid' hides a field. | 172 |
![]() | Method 'hasGuid' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Conditional logic can be removed. | 182 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | '8' is a magic number. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | '6' is a magic number. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | '3' is a magic number. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter name should be final. | 30 |
![]() | Parameter value should be final. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter level should be final. | 24 |
![]() | Parameter message should be final. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter level should be final. | 28 |
![]() | Parameter message should be final. | 28 |
![]() | Parameter line should be final. | 28 |
![]() | 'line' hides a field. | 28 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter level should be final. | 32 |
![]() | Parameter filename should be final. | 32 |
![]() | 'filename' hides a field. | 32 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter level should be final. | 36 |
![]() | Parameter message should be final. | 36 |
![]() | Parameter filename should be final. | 36 |
![]() | 'filename' hides a field. | 36 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter level should be final. | 40 |
![]() | Parameter message should be final. | 40 |
![]() | Parameter filename should be final. | 40 |
![]() | 'filename' hides a field. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter level should be final. | 44 |
![]() | Parameter message should be final. | 44 |
![]() | Parameter filename should be final. | 44 |
![]() | 'filename' hides a field. | 44 |
![]() | Parameter line should be final. | 45 |
![]() | 'line' hides a field. | 45 |
![]() | Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Method 'getLine' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Method 'isLoggable' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Parameter record should be final. | 37 |
![]() | Conditional logic can be removed. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Method 'format' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter record should be final. | 51 |
![]() | Missing a Javadoc comment. | 88 |
![]() | ':' should be on a new line. | 110 |
![]() | '(' is followed by whitespace. | 120 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | '(' is followed by whitespace. | 134 |
![]() | ')' is preceded with whitespace. | 135 |
![]() | '(' is followed by whitespace. | 148 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Method 'getTail' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Parameter handler should be final. | 163 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Parameter file should be final. | 42 |
![]() | Parameter formatter should be final. | 42 |
![]() | Expected @throws tag for 'SecurityException'. | 43 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 43 |
![]() | Expected @throws tag for 'IOException'. | 43 |
![]() | Parameter file should be final. | 57 |
![]() | Parameter level should be final. | 57 |
![]() | Parameter formatter should be final. | 57 |
![]() | Expected @throws tag for 'SecurityException'. | 58 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 58 |
![]() | Expected @throws tag for 'IOException'. | 58 |
![]() | Parameter file should be final. | 74 |
![]() | Parameter append should be final. | 74 |
![]() | Parameter level should be final. | 74 |
![]() | Parameter formatter should be final. | 75 |
![]() | Expected @throws tag for 'SecurityException'. | 75 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 75 |
![]() | Expected @throws tag for 'IOException'. | 75 |
Violation | Message | Line |
---|---|---|
![]() | Parameter out should be final. | 37 |
![]() | Parameter formatter should be final. | 37 |
![]() | Parameter out should be final. | 48 |
![]() | Parameter level should be final. | 48 |
![]() | Parameter formatter should be final. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'baseUrl' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'offset' must be private and have accessor methods. | 62 |
![]() | Method 'getBaseUrl' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Method 'setBaseUrl' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Parameter value should be final. | 84 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Expected an @return tag. | 110 |
![]() | Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. | 110 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'accessUrl' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'registerFileUrls' must be private and have accessor methods. | 61 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Expected an @return tag. | 85 |
![]() | Method 'getAccessUrl' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Method 'isRegisterFileUrls' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Method 'setRegisterFileUrls' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter value should be final. | 116 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'elementName' must be private and have accessor methods. | 59 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Expected an @return tag. | 83 |
![]() | Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 'pds3ProductMetadata' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'namespace' must be private and have accessor methods. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Variable 'productMetadata' must be private and have accessor methods. | 63 |
![]() | Method 'getPds3ProductMetadata' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Method 'setPds3ProductMetadata' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter value should be final. | 85 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Expected an @return tag. | 111 |
![]() | Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Expected an @return tag. | 140 |
![]() | Method 'getProductMetadata' is not designed for extension - needs to be abstract, final or empty. | 140 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'manifest' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'generate' must be private and have accessor methods. | 61 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Expected an @return tag. | 85 |
![]() | Method 'getManifest' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Method 'isGenerate' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Method 'setGenerate' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter value should be final. | 116 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 'file' must be private and have accessor methods. | 62 |
![]() | Expected an @return tag. | 87 |
![]() | Method 'getFile' is not designed for extension - needs to be abstract, final or empty. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'path' must be private and have accessor methods. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Variable 'fileFilter' must be private and have accessor methods. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Variable 'directoryFilter' must be private and have accessor methods. | 65 |
![]() | Expected an @return tag. | 89 |
![]() | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Method 'getFileFilter' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Method 'setFileFilter' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter value should be final. | 119 |
![]() | Method 'getDirectoryFilter' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Method 'setDirectoryFilter' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter value should be final. | 146 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'exclude' must be private and have accessor methods. | 57 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Expected an @return tag. | 81 |
![]() | Method 'getExclude' is not designed for extension - needs to be abstract, final or empty. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Variable 'value' must be private and have accessor methods. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'slotName' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'slotType' must be private and have accessor methods. | 61 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Parameter value should be final. | 83 |
![]() | 'value' hides a field. | 83 |
![]() | Method 'getSlotName' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Method 'setSlotName' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Parameter value should be final. | 107 |
![]() | 'value' hides a field. | 107 |
![]() | Method 'getSlotType' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Method 'setSlotType' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Parameter value should be final. | 131 |
![]() | 'value' hides a field. | 131 |
![]() | Line has trailing spaces. | 134 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'include' must be private and have accessor methods. | 57 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Expected an @return tag. | 81 |
![]() | Method 'getInclude' is not designed for extension - needs to be abstract, final or empty. | 81 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'modelValue' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'value' must be private and have accessor methods. | 63 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Expected an @return tag. | 87 |
![]() | Method 'getModelValue' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter value should be final. | 114 |
![]() | 'value' hides a field. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'fileTypeMap' must be private and have accessor methods. | 59 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Expected an @return tag. | 83 |
![]() | Method 'getFileTypeMap' is not designed for extension - needs to be abstract, final or empty. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'path' must be private and have accessor methods. | 59 |
![]() | Expected an @return tag. | 83 |
![]() | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'elementName' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 'prefix' must be private and have accessor methods. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Variable 'appendFilename' must be private and have accessor methods. | 64 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Expected an @return tag. | 88 |
![]() | Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter value should be final. | 115 |
![]() | Method 'isAppendFilename' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Method 'setAppendFilename' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Parameter value should be final. | 143 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'prefix' must be private and have accessor methods. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'uri' must be private and have accessor methods. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Name '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() | Variable '_default' must be private and have accessor methods. | 62 |
![]() | Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Parameter value should be final. | 84 |
![]() | Method 'getUri' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Method 'setUri' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Parameter value should be final. | 108 |
![]() | Method 'isDefault' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Method 'setDefault' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Parameter value should be final. | 136 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 48 |
![]() | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() | Name '_Checksums_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() | Name '_ElementName_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() | Name '_AccessUrls_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | 'static' modifier out of order with the JLS suggestions. | 51 |
![]() | Name '_Manifest_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | 'static' modifier out of order with the JLS suggestions. | 52 |
![]() | Name '_FileTypeMap_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | 'static' modifier out of order with the JLS suggestions. | 53 |
![]() | Name '_Pds3ProductMetadata_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | 'static' modifier out of order with the JLS suggestions. | 54 |
![]() | Name '_AncillaryMetadata_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | 'static' modifier out of order with the JLS suggestions. | 55 |
![]() | Name '_Pds3Directories_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | 'static' modifier out of order with the JLS suggestions. | 56 |
![]() | Name '_TitleContents_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() | Name '_Namespace_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() | Name '_BaseUrl_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() | Name '_LidContents_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() | Name '_References_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() | Name '_AccessUrl_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() | Name '_Directories_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | 'static' modifier out of order with the JLS suggestions. | 63 |
![]() | Name '_Description_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | 'static' modifier out of order with the JLS suggestions. | 64 |
![]() | Name '_File_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | 'static' modifier out of order with the JLS suggestions. | 65 |
![]() | Name '_Name_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | 'static' modifier out of order with the JLS suggestions. | 66 |
![]() | Name '_Value_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | 'static' modifier out of order with the JLS suggestions. | 67 |
![]() | Name '_Path_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | 'static' modifier out of order with the JLS suggestions. | 68 |
![]() | Name '_ModelValue_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | 'static' modifier out of order with the JLS suggestions. | 69 |
![]() | Name '_IncludePaths_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | 'static' modifier out of order with the JLS suggestions. | 70 |
![]() | Name '_Offset_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | 'static' modifier out of order with the JLS suggestions. | 71 |
![]() | Name '_Slot_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | 'static' modifier out of order with the JLS suggestions. | 72 |
![]() | Name '_ProductMetadata_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | 'static' modifier out of order with the JLS suggestions. | 73 |
![]() | Name '_Collections_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | 'static' modifier out of order with the JLS suggestions. | 74 |
![]() | Name '_ServerUrl_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | 'static' modifier out of order with the JLS suggestions. | 75 |
![]() | Name '_Candidates_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | 'static' modifier out of order with the JLS suggestions. | 76 |
![]() | Name '_RegistryPackage_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | 'static' modifier out of order with the JLS suggestions. | 77 |
![]() | Name '_Exclude_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | 'static' modifier out of order with the JLS suggestions. | 78 |
![]() | Name '_FileFilter_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | 'static' modifier out of order with the JLS suggestions. | 79 |
![]() | Name '_Include_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | 'static' modifier out of order with the JLS suggestions. | 80 |
![]() | Name '_XPath_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | 'static' modifier out of order with the JLS suggestions. | 81 |
![]() | Name '_FileTypes_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | 'static' modifier out of order with the JLS suggestions. | 82 |
![]() | Name '_ReferenceTypeMap_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | 'static' modifier out of order with the JLS suggestions. | 83 |
![]() | Name '_StorageIngestion_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | 'static' modifier out of order with the JLS suggestions. | 84 |
![]() | Name '_DirectoryFilter_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | 'static' modifier out of order with the JLS suggestions. | 85 |
![]() | Name '_StaticMetadata_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | 'static' modifier out of order with the JLS suggestions. | 86 |
![]() | Name '_DataTransferType_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
![]() | First sentence should end with a period. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | First sentence should end with a period. | 95 |
![]() | Expected an @return tag. | 99 |
![]() | Method 'createTitleContents' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | First sentence should end with a period. | 103 |
![]() | Expected an @return tag. | 107 |
![]() | Method 'createAccessUrl' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | First sentence should end with a period. | 111 |
![]() | Expected an @return tag. | 115 |
![]() | Method 'createPds3Directory' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | First sentence should end with a period. | 119 |
![]() | Expected an @return tag. | 123 |
![]() | Method 'createAccessUrls' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | First sentence should end with a period. | 127 |
![]() | Expected an @return tag. | 131 |
![]() | Method 'createNamespace' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | First sentence should end with a period. | 135 |
![]() | Expected an @return tag. | 139 |
![]() | Method 'createLidContents' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | First sentence should end with a period. | 143 |
![]() | Expected an @return tag. | 147 |
![]() | Method 'createIncludePath' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | First sentence should end with a period. | 151 |
![]() | Expected an @return tag. | 155 |
![]() | Method 'createSlot' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | First sentence should end with a period. | 159 |
![]() | Expected an @return tag. | 163 |
![]() | Method 'createCandidate' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | First sentence should end with a period. | 167 |
![]() | Expected an @return tag. | 171 |
![]() | Method 'createReferenceTypeMap' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | First sentence should end with a period. | 175 |
![]() | Expected an @return tag. | 179 |
![]() | Method 'createAncillaryMetadata' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | First sentence should end with a period. | 183 |
![]() | Expected an @return tag. | 187 |
![]() | Method 'createStorageIngestion' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | First sentence should end with a period. | 191 |
![]() | Expected an @return tag. | 195 |
![]() | Method 'createFileFilter' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | First sentence should end with a period. | 199 |
![]() | Expected an @return tag. | 203 |
![]() | Method 'createFileTypes' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | First sentence should end with a period. | 207 |
![]() | Expected an @return tag. | 211 |
![]() | Method 'createXPath' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | First sentence should end with a period. | 215 |
![]() | Expected an @return tag. | 219 |
![]() | Method 'createFileTypeMap' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | First sentence should end with a period. | 223 |
![]() | Expected an @return tag. | 227 |
![]() | Method 'createReferences' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | First sentence should end with a period. | 231 |
![]() | Expected an @return tag. | 235 |
![]() | Method 'createPds3ProductMetadata' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | First sentence should end with a period. | 239 |
![]() | Expected an @return tag. | 243 |
![]() | Method 'createDirectoryFilter' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | First sentence should end with a period. | 247 |
![]() | Expected an @return tag. | 251 |
![]() | Method 'createCollection' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | First sentence should end with a period. | 255 |
![]() | Expected an @return tag. | 259 |
![]() | Method 'createDirectory' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | First sentence should end with a period. | 263 |
![]() | Expected an @return tag. | 267 |
![]() | Method 'createPds4ProductMetadata' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() | First sentence should end with a period. | 271 |
![]() | Expected an @return tag. | 275 |
![]() | Method 'createPolicy' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | First sentence should end with a period. | 279 |
![]() | Expected an @return tag. | 283 |
![]() | Method 'createChecksums' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() | First sentence should end with a period. | 287 |
![]() | Expected an @return tag. | 291 |
![]() | Method 'createRegistryPackage' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | First sentence should end with a period. | 295 |
![]() | Expected an @return tag. | 299 |
![]() | Method 'createStaticMetadata' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() | First sentence should end with a period. | 303 |
![]() | Expected an @return tag. | 307 |
![]() | Method 'createElementName' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | First sentence should end with a period. | 311 |
![]() | Line is longer than 80 characters. | 312 |
![]() | Expected an @return tag. | 315 |
![]() | Method 'createChecksums' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Parameter value should be final. | 316 |
![]() | Expected @param tag for 'value'. | 316 |
![]() | Line is longer than 80 characters. | 317 |
![]() | First sentence should end with a period. | 320 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Expected an @return tag. | 324 |
![]() | Method 'createElementName' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() | Parameter value should be final. | 325 |
![]() | Expected @param tag for 'value'. | 325 |
![]() | Line is longer than 80 characters. | 326 |
![]() | First sentence should end with a period. | 329 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Expected an @return tag. | 333 |
![]() | Method 'createAccessUrls' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() | Parameter value should be final. | 334 |
![]() | Expected @param tag for 'value'. | 334 |
![]() | Line is longer than 80 characters. | 335 |
![]() | First sentence should end with a period. | 338 |
![]() | Line is longer than 80 characters. | 339 |
![]() | Expected an @return tag. | 342 |
![]() | Method 'createManifest' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() | Parameter value should be final. | 343 |
![]() | Expected @param tag for 'value'. | 343 |
![]() | Line is longer than 80 characters. | 344 |
![]() | First sentence should end with a period. | 347 |
![]() | Line is longer than 80 characters. | 348 |
![]() | Expected an @return tag. | 351 |
![]() | Method 'createFileTypeMap' is not designed for extension - needs to be abstract, final or empty. | 351 |
![]() | Parameter value should be final. | 352 |
![]() | Expected @param tag for 'value'. | 352 |
![]() | Line is longer than 80 characters. | 353 |
![]() | First sentence should end with a period. | 356 |
![]() | Line is longer than 80 characters. | 357 |
![]() | Expected an @return tag. | 360 |
![]() | Method 'createPds3ProductMetadata' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Parameter value should be final. | 361 |
![]() | Expected @param tag for 'value'. | 361 |
![]() | Line is longer than 80 characters. | 362 |
![]() | First sentence should end with a period. | 365 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Expected an @return tag. | 369 |
![]() | Method 'createAncillaryMetadata' is not designed for extension - needs to be abstract, final or empty. | 369 |
![]() | Line is longer than 80 characters. | 370 |
![]() | Parameter value should be final. | 370 |
![]() | Expected @param tag for 'value'. | 370 |
![]() | Line is longer than 80 characters. | 371 |
![]() | First sentence should end with a period. | 374 |
![]() | Line is longer than 80 characters. | 375 |
![]() | Expected an @return tag. | 378 |
![]() | Method 'createPds3Directories' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() | Line is longer than 80 characters. | 379 |
![]() | Parameter value should be final. | 379 |
![]() | Expected @param tag for 'value'. | 379 |
![]() | Line is longer than 80 characters. | 380 |
![]() | First sentence should end with a period. | 383 |
![]() | Line is longer than 80 characters. | 384 |
![]() | Expected an @return tag. | 387 |
![]() | Method 'createTitleContents' is not designed for extension - needs to be abstract, final or empty. | 387 |
![]() | Parameter value should be final. | 388 |
![]() | Expected @param tag for 'value'. | 388 |
![]() | Line is longer than 80 characters. | 389 |
![]() | First sentence should end with a period. | 392 |
![]() | Line is longer than 80 characters. | 393 |
![]() | Expected an @return tag. | 396 |
![]() | Method 'createNamespace' is not designed for extension - needs to be abstract, final or empty. | 396 |
![]() | Parameter value should be final. | 397 |
![]() | Expected @param tag for 'value'. | 397 |
![]() | Line is longer than 80 characters. | 398 |
![]() | First sentence should end with a period. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | Expected an @return tag. | 405 |
![]() | Method 'createBaseUrl' is not designed for extension - needs to be abstract, final or empty. | 405 |
![]() | Parameter value should be final. | 406 |
![]() | Expected @param tag for 'value'. | 406 |
![]() | Line is longer than 80 characters. | 407 |
![]() | First sentence should end with a period. | 410 |
![]() | Line is longer than 80 characters. | 411 |
![]() | Expected an @return tag. | 414 |
![]() | Method 'createLidContents' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() | Parameter value should be final. | 415 |
![]() | Expected @param tag for 'value'. | 415 |
![]() | Line is longer than 80 characters. | 416 |
![]() | First sentence should end with a period. | 419 |
![]() | Line is longer than 80 characters. | 420 |
![]() | Expected an @return tag. | 423 |
![]() | Method 'createReferences' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() | Parameter value should be final. | 424 |
![]() | Expected @param tag for 'value'. | 424 |
![]() | Line is longer than 80 characters. | 425 |
![]() | First sentence should end with a period. | 428 |
![]() | Line is longer than 80 characters. | 429 |
![]() | Expected an @return tag. | 432 |
![]() | Method 'createAccessUrl' is not designed for extension - needs to be abstract, final or empty. | 432 |
![]() | Parameter value should be final. | 433 |
![]() | Expected @param tag for 'value'. | 433 |
![]() | Line is longer than 80 characters. | 434 |
![]() | First sentence should end with a period. | 437 |
![]() | Line is longer than 80 characters. | 438 |
![]() | Expected an @return tag. | 441 |
![]() | Method 'createDirectories' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() | Parameter value should be final. | 442 |
![]() | Expected @param tag for 'value'. | 442 |
![]() | Line is longer than 80 characters. | 443 |
![]() | First sentence should end with a period. | 446 |
![]() | Line is longer than 80 characters. | 447 |
![]() | Expected an @return tag. | 450 |
![]() | Method 'createDescription' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() | Parameter value should be final. | 451 |
![]() | Expected @param tag for 'value'. | 451 |
![]() | Line is longer than 80 characters. | 452 |
![]() | First sentence should end with a period. | 455 |
![]() | Line is longer than 80 characters. | 456 |
![]() | Expected an @return tag. | 459 |
![]() | Method 'createFile' is not designed for extension - needs to be abstract, final or empty. | 459 |
![]() | Parameter value should be final. | 460 |
![]() | Expected @param tag for 'value'. | 460 |
![]() | First sentence should end with a period. | 464 |
![]() | Line is longer than 80 characters. | 465 |
![]() | Expected an @return tag. | 468 |
![]() | Method 'createName' is not designed for extension - needs to be abstract, final or empty. | 468 |
![]() | Parameter value should be final. | 469 |
![]() | Expected @param tag for 'value'. | 469 |
![]() | First sentence should end with a period. | 473 |
![]() | Line is longer than 80 characters. | 474 |
![]() | Expected an @return tag. | 477 |
![]() | Method 'createValue' is not designed for extension - needs to be abstract, final or empty. | 477 |
![]() | Parameter value should be final. | 478 |
![]() | Expected @param tag for 'value'. | 478 |
![]() | First sentence should end with a period. | 482 |
![]() | Line is longer than 80 characters. | 483 |
![]() | Expected an @return tag. | 486 |
![]() | Method 'createPath' is not designed for extension - needs to be abstract, final or empty. | 486 |
![]() | Parameter value should be final. | 487 |
![]() | Expected @param tag for 'value'. | 487 |
![]() | First sentence should end with a period. | 491 |
![]() | Line is longer than 80 characters. | 492 |
![]() | Expected an @return tag. | 495 |
![]() | Method 'createModelValue' is not designed for extension - needs to be abstract, final or empty. | 495 |
![]() | Parameter value should be final. | 496 |
![]() | Expected @param tag for 'value'. | 496 |
![]() | Line is longer than 80 characters. | 497 |
![]() | First sentence should end with a period. | 500 |
![]() | Line is longer than 80 characters. | 501 |
![]() | Expected an @return tag. | 504 |
![]() | Method 'createIncludePaths' is not designed for extension - needs to be abstract, final or empty. | 504 |
![]() | Parameter value should be final. | 505 |
![]() | Expected @param tag for 'value'. | 505 |
![]() | Line is longer than 80 characters. | 506 |
![]() | First sentence should end with a period. | 509 |
![]() | Line is longer than 80 characters. | 510 |
![]() | Expected an @return tag. | 513 |
![]() | Method 'createOffset' is not designed for extension - needs to be abstract, final or empty. | 513 |
![]() | Parameter value should be final. | 514 |
![]() | Expected @param tag for 'value'. | 514 |
![]() | Line is longer than 80 characters. | 515 |
![]() | First sentence should end with a period. | 518 |
![]() | Line is longer than 80 characters. | 519 |
![]() | Expected an @return tag. | 522 |
![]() | Method 'createSlot' is not designed for extension - needs to be abstract, final or empty. | 522 |
![]() | Parameter value should be final. | 523 |
![]() | Expected @param tag for 'value'. | 523 |
![]() | First sentence should end with a period. | 527 |
![]() | Line is longer than 80 characters. | 528 |
![]() | Expected an @return tag. | 531 |
![]() | Method 'createProductMetadata' is not designed for extension - needs to be abstract, final or empty. | 531 |
![]() | Line is longer than 80 characters. | 532 |
![]() | Parameter value should be final. | 532 |
![]() | Expected @param tag for 'value'. | 532 |
![]() | Line is longer than 80 characters. | 533 |
![]() | First sentence should end with a period. | 536 |
![]() | Line is longer than 80 characters. | 537 |
![]() | Expected an @return tag. | 540 |
![]() | Method 'createCollections' is not designed for extension - needs to be abstract, final or empty. | 540 |
![]() | Parameter value should be final. | 541 |
![]() | Expected @param tag for 'value'. | 541 |
![]() | Line is longer than 80 characters. | 542 |
![]() | First sentence should end with a period. | 545 |
![]() | Line is longer than 80 characters. | 546 |
![]() | Expected an @return tag. | 549 |
![]() | Method 'createServerUrl' is not designed for extension - needs to be abstract, final or empty. | 549 |
![]() | Parameter value should be final. | 550 |
![]() | Expected @param tag for 'value'. | 550 |
![]() | Line is longer than 80 characters. | 551 |
![]() | First sentence should end with a period. | 554 |
![]() | Line is longer than 80 characters. | 555 |
![]() | Expected an @return tag. | 558 |
![]() | Method 'createCandidates' is not designed for extension - needs to be abstract, final or empty. | 558 |
![]() | Parameter value should be final. | 559 |
![]() | Expected @param tag for 'value'. | 559 |
![]() | Line is longer than 80 characters. | 560 |
![]() | First sentence should end with a period. | 563 |
![]() | Line is longer than 80 characters. | 564 |
![]() | Expected an @return tag. | 567 |
![]() | Method 'createRegistryPackage' is not designed for extension - needs to be abstract, final or empty. | 567 |
![]() | Line is longer than 80 characters. | 568 |
![]() | Parameter value should be final. | 568 |
![]() | Expected @param tag for 'value'. | 568 |
![]() | Line is longer than 80 characters. | 569 |
![]() | First sentence should end with a period. | 572 |
![]() | Line is longer than 80 characters. | 573 |
![]() | Expected an @return tag. | 576 |
![]() | Method 'createExclude' is not designed for extension - needs to be abstract, final or empty. | 576 |
![]() | Parameter value should be final. | 577 |
![]() | Expected @param tag for 'value'. | 577 |
![]() | Line is longer than 80 characters. | 578 |
![]() | First sentence should end with a period. | 581 |
![]() | Line is longer than 80 characters. | 582 |
![]() | Expected an @return tag. | 585 |
![]() | Method 'createFileFilter' is not designed for extension - needs to be abstract, final or empty. | 585 |
![]() | Parameter value should be final. | 586 |
![]() | Expected @param tag for 'value'. | 586 |
![]() | Line is longer than 80 characters. | 587 |
![]() | First sentence should end with a period. | 590 |
![]() | Line is longer than 80 characters. | 591 |
![]() | Expected an @return tag. | 594 |
![]() | Method 'createInclude' is not designed for extension - needs to be abstract, final or empty. | 594 |
![]() | Parameter value should be final. | 595 |
![]() | Expected @param tag for 'value'. | 595 |
![]() | Line is longer than 80 characters. | 596 |
![]() | First sentence should end with a period. | 599 |
![]() | Line is longer than 80 characters. | 600 |
![]() | Expected an @return tag. | 603 |
![]() | Method 'createXPath' is not designed for extension - needs to be abstract, final or empty. | 603 |
![]() | Parameter value should be final. | 604 |
![]() | Expected @param tag for 'value'. | 604 |
![]() | First sentence should end with a period. | 608 |
![]() | Line is longer than 80 characters. | 609 |
![]() | Expected an @return tag. | 612 |
![]() | Method 'createFileTypes' is not designed for extension - needs to be abstract, final or empty. | 612 |
![]() | Parameter value should be final. | 613 |
![]() | Expected @param tag for 'value'. | 613 |
![]() | Line is longer than 80 characters. | 614 |
![]() | First sentence should end with a period. | 617 |
![]() | Line is longer than 80 characters. | 618 |
![]() | Expected an @return tag. | 621 |
![]() | Method 'createReferenceTypeMap' is not designed for extension - needs to be abstract, final or empty. | 621 |
![]() | Line is longer than 80 characters. | 622 |
![]() | Parameter value should be final. | 622 |
![]() | Expected @param tag for 'value'. | 622 |
![]() | Line is longer than 80 characters. | 623 |
![]() | First sentence should end with a period. | 626 |
![]() | Line is longer than 80 characters. | 627 |
![]() | Expected an @return tag. | 630 |
![]() | Method 'createStorageIngestion' is not designed for extension - needs to be abstract, final or empty. | 630 |
![]() | Line is longer than 80 characters. | 631 |
![]() | Parameter value should be final. | 631 |
![]() | Expected @param tag for 'value'. | 631 |
![]() | Line is longer than 80 characters. | 632 |
![]() | First sentence should end with a period. | 635 |
![]() | Line is longer than 80 characters. | 636 |
![]() | Expected an @return tag. | 639 |
![]() | Method 'createDirectoryFilter' is not designed for extension - needs to be abstract, final or empty. | 639 |
![]() | Line is longer than 80 characters. | 640 |
![]() | Parameter value should be final. | 640 |
![]() | Expected @param tag for 'value'. | 640 |
![]() | Line is longer than 80 characters. | 641 |
![]() | First sentence should end with a period. | 644 |
![]() | Line is longer than 80 characters. | 645 |
![]() | Expected an @return tag. | 648 |
![]() | Method 'createStaticMetadata' is not designed for extension - needs to be abstract, final or empty. | 648 |
![]() | Line is longer than 80 characters. | 649 |
![]() | Parameter value should be final. | 649 |
![]() | Expected @param tag for 'value'. | 649 |
![]() | Line is longer than 80 characters. | 650 |
![]() | First sentence should end with a period. | 653 |
![]() | Line is longer than 80 characters. | 654 |
![]() | Expected an @return tag. | 657 |
![]() | Method 'createDataTransferType' is not designed for extension - needs to be abstract, final or empty. | 657 |
![]() | Parameter value should be final. | 658 |
![]() | Expected @param tag for 'value'. | 658 |
![]() | Line is longer than 80 characters. | 659 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'path' must be private and have accessor methods. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Variable 'fileFilter' must be private and have accessor methods. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Variable 'directoryFilter' must be private and have accessor methods. | 65 |
![]() | Expected an @return tag. | 89 |
![]() | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Method 'getFileFilter' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Method 'setFileFilter' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter value should be final. | 119 |
![]() | Method 'getDirectoryFilter' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Method 'setDirectoryFilter' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter value should be final. | 146 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'lidContents' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'titleContents' must be private and have accessor methods. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Variable 'staticMetadata' must be private and have accessor methods. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Variable 'ancillaryMetadata' must be private and have accessor methods. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Variable 'includePaths' must be private and have accessor methods. | 66 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Method 'getLidContents' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Method 'setLidContents' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Parameter value should be final. | 96 |
![]() | Method 'getTitleContents' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Method 'setTitleContents' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Parameter value should be final. | 120 |
![]() | Method 'getStaticMetadata' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Method 'setStaticMetadata' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Parameter value should be final. | 144 |
![]() | Method 'getAncillaryMetadata' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Method 'setAncillaryMetadata' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Parameter value should be final. | 168 |
![]() | Method 'getIncludePaths' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Method 'setIncludePaths' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Parameter value should be final. | 192 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'xPath' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'objectType' must be private and have accessor methods. | 63 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Expected an @return tag. | 87 |
![]() | Method 'getXPath' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Method 'getObjectType' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Method 'setObjectType' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter value should be final. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Variable 'registryPackage' must be private and have accessor methods. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Variable 'collections' must be private and have accessor methods. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Variable 'directories' must be private and have accessor methods. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Variable 'pds3Directories' must be private and have accessor methods. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Variable 'storageIngestion' must be private and have accessor methods. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Variable 'accessUrls' must be private and have accessor methods. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Variable 'checksums' must be private and have accessor methods. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Variable 'candidates' must be private and have accessor methods. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Variable 'references' must be private and have accessor methods. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Variable 'fileTypes' must be private and have accessor methods. | 77 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Method 'getRegistryPackage' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Method 'setRegistryPackage' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter value should be final. | 111 |
![]() | Method 'getCollections' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Method 'setCollections' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Parameter value should be final. | 135 |
![]() | Method 'getDirectories' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Method 'setDirectories' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Parameter value should be final. | 159 |
![]() | Method 'getPds3Directories' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Method 'setPds3Directories' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Parameter value should be final. | 183 |
![]() | Method 'getStorageIngestion' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Method 'setStorageIngestion' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Parameter value should be final. | 207 |
![]() | Method 'getAccessUrls' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Method 'setAccessUrls' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Parameter value should be final. | 231 |
![]() | Method 'getChecksums' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Method 'setChecksums' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Parameter value should be final. | 255 |
![]() | Method 'getCandidates' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() | Method 'setCandidates' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() | Parameter value should be final. | 279 |
![]() | Method 'getReferences' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | Method 'setReferences' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Parameter value should be final. | 303 |
![]() | Method 'getFileTypes' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Method 'setFileTypes' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() | Parameter value should be final. | 327 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 35 |
![]() | Utility classes should not have a public or default constructor. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | 'static' modifier out of order with the JLS suggestions. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter policyXML should be final. | 43 |
![]() | Redundant throws: 'SAXParseException' is subclass of 'SAXException'. | 44 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter policyXML should be final. | 48 |
![]() | Redundant throws: 'SAXParseException' is subclass of 'SAXException'. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter policyXML should be final. | 53 |
![]() | Redundant throws: 'SAXParseException' is subclass of 'SAXException'. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'modelValue' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'value' must be private and have accessor methods. | 63 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Expected an @return tag. | 87 |
![]() | Method 'getModelValue' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter value should be final. | 114 |
![]() | 'value' hides a field. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'referenceTypeMap' must be private and have accessor methods. | 59 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Expected an @return tag. | 83 |
![]() | Method 'getReferenceTypeMap' is not designed for extension - needs to be abstract, final or empty. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'name' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'description' must be private and have accessor methods. | 61 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Parameter value should be final. | 83 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Parameter value should be final. | 107 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'value' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Variable 'name' must be private and have accessor methods. | 63 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Expected an @return tag. | 87 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Parameter value should be final. | 114 |
![]() | 'value' hides a field. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'slot' must be private and have accessor methods. | 59 |
![]() | Expected an @return tag. | 83 |
![]() | Method 'getSlot' is not designed for extension - needs to be abstract, final or empty. | 83 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Variable 'serverUrl' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'dataTransferType' must be private and have accessor methods. | 60 |
![]() | Method 'getServerUrl' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Method 'setServerUrl' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Parameter value should be final. | 82 |
![]() | Method 'getDataTransferType' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Method 'setDataTransferType' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Parameter value should be final. | 106 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'elementName' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Variable 'appendFilename' must be private and have accessor methods. | 61 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Expected an @return tag. | 85 |
![]() | Method 'getElementName' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Method 'isAppendFilename' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Method 'setAppendFilename' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter value should be final. | 116 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 29 |
![]() | First sentence should end with a period. | 30 |
![]() | Line has trailing spaces. | 33 |
![]() | Line has trailing spaces. | 40 |
![]() | Method 'afterUnmarshal' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Parameter target should be final. | 42 |
![]() | Expected @param tag for 'target'. | 42 |
![]() | Parameter parent should be final. | 42 |
![]() | Expected @param tag for 'parent'. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'value' must be private and have accessor methods. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'slotName' must be private and have accessor methods. | 58 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter value should be final. | 80 |
![]() | 'value' hides a field. | 80 |
![]() | Method 'getSlotName' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Method 'setSlotName' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter value should be final. | 104 |
![]() | 'value' hides a field. | 104 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter baseUrl should be final. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter baseUrl should be final. | 59 |
![]() | Parameter user should be final. | 59 |
![]() | 'user' hides a field. | 59 |
![]() | Parameter password should be final. | 59 |
![]() | 'password' hides a field. | 59 |
![]() | Method 'setMediaType' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter mediaType should be final. | 86 |
![]() | 'mediaType' hides a field. | 86 |
![]() | Parameter hostname should be final. | 99 |
![]() | Parameter session should be final. | 99 |
![]() | Expected @throws tag for 'KeyManagementException'. | 116 |
![]() | Expected @throws tag for 'NoSuchAlgorithmException'. | 117 |
![]() | '{' is followed by whitespace. | 120 |
![]() | Parameter chain should be final. | 123 |
![]() | Parameter authType should be final. | 123 |
![]() | Parameter chain should be final. | 131 |
![]() | Parameter authType should be final. | 131 |
![]() | '}' is not followed by whitespace. | 142 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Method 'publishExtrinsic' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter user should be final. | 147 |
![]() | 'user' hides a field. | 147 |
![]() | Parameter extrinsic should be final. | 147 |
![]() | Method 'versionExtrinsic' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Parameter user should be final. | 153 |
![]() | 'user' hides a field. | 153 |
![]() | Parameter extrinsic should be final. | 154 |
![]() | Parameter lid should be final. | 154 |
![]() | Method 'versionExtrinsic' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Parameter user should be final. | 158 |
![]() | 'user' hides a field. | 158 |
![]() | Parameter extrinsic should be final. | 159 |
![]() | Parameter lid should be final. | 159 |
![]() | Parameter major should be final. | 159 |
![]() | Method 'getLatestExtrinsic' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Parameter lid should be final. | 166 |
![]() | Method 'getExtrinsic' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Parameter lid should be final. | 172 |
![]() | Parameter version should be final. | 172 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Method 'publishAssociation' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Parameter user should be final. | 184 |
![]() | 'user' hides a field. | 184 |
![]() | Parameter association should be final. | 184 |
![]() | Method 'getExtrinsics' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Parameter query should be final. | 190 |
![]() | Parameter start should be final. | 191 |
![]() | Parameter rows should be final. | 191 |
![]() | Method 'getAssociations' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Parameter query should be final. | 235 |
![]() | Parameter start should be final. | 236 |
![]() | Parameter rows should be final. | 236 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter message should be final. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter securityContext should be final. | 23 |
![]() | 'securityContext' hides a field. | 23 |
![]() | Parameter name should be final. | 23 |
![]() | 'name' hides a field. | 23 |
![]() | Parameter password should be final. | 24 |
![]() | 'password' hides a field. | 24 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'getSecurityContext' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 25 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | First sentence should end with a period. | 38 |
![]() | Parameter baseURL should be final. | 43 |
![]() | Method 'isTokenValid' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter token should be final. | 57 |
![]() | 'if' is not followed by whitespace. | 63 |
![]() | Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter username should be final. | 86 |
![]() | Parameter password should be final. | 86 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | Method 'logout' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Parameter token should be final. | 112 |
![]() | 'if' is not followed by whitespace. | 117 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter message should be final. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Utility classes should not have a public or default constructor. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Variable 'numGoodFiles' must be private and have accessor methods. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Variable 'numBadFiles' must be private and have accessor methods. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Variable 'numFilesSkipped' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Variable 'numProductsRegistered' must be private and have accessor methods. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Variable 'numProductsNotRegistered' must be private and have accessor methods. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Variable 'numAncillaryProductsRegistered' must be private and have accessor methods. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Variable 'numAncillaryProductsNotRegistered' must be private and have accessor methods. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'numAssociationsRegistered' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'numAssociationsNotRegistered' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'numErrors' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'numWarnings' must be private and have accessor methods. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'numGeneratedChecksumsSameInManifest' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'numGeneratedChecksumsDiffInManifest' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'numGeneratedChecksumsNotCheckedInManifest' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'numGeneratedChecksumsSameInLabel' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'numGeneratedChecksumsDiffInLabel' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'numGeneratedChecksumsNotCheckedInLabel' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'numManifestChecksumsSameInLabel' must be private and have accessor methods. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'numManifestChecksumsDiffInLabel' must be private and have accessor methods. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'numManifestChecksumsNotCheckedInLabel' must be private and have accessor methods. | 47 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'registeredProductTypes' must be private and have accessor methods. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter type should be final. | 52 |
![]() | Parameter file should be final. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 'value' hides a field. | 30 |
![]() | 'name' hides a field. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Utility classes should not have a public or default constructor. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter uri should be final. | 28 |
![]() | Parameter requestEntity should be final. | 28 |
![]() | Parameter contentType should be final. | 29 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter uri should be final. | 34 |
![]() | Parameter parameter should be final. | 34 |
![]() | Parameter contentType should be final. | 35 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter uri should be final. | 42 |
![]() | Parameter parameters should be final. | 42 |
![]() | Parameter contentType should be final. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter uri should be final. | 47 |
![]() | Parameter requestEntity should be final. | 47 |
![]() | Parameter contentType should be final. | 48 |
![]() | Parameter token should be final. | 48 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter uri should be final. | 53 |
![]() | Parameter parameters should be final. | 53 |
![]() | Parameter contentType should be final. | 54 |
![]() | Parameter token should be final. | 54 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter uri should be final. | 58 |
![]() | Parameter requestEntity should be final. | 58 |
![]() | Parameter parameter should be final. | 59 |
![]() | Parameter contentType should be final. | 59 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter uri should be final. | 67 |
![]() | Parameter requestEntity should be final. | 67 |
![]() | Parameter parameter should be final. | 68 |
![]() | Parameter contentType should be final. | 68 |
![]() | Parameter token should be final. | 69 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter uri should be final. | 76 |
![]() | Parameter requestEntity should be final. | 76 |
![]() | Parameter parameters should be final. | 77 |
![]() | Parameter contentType should be final. | 77 |
![]() | Parameter token should be final. | 78 |
![]() | 'for' is not followed by whitespace. | 80 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | 'if' construct must use '{}'s. | 87 |
![]() | 'if' is not followed by whitespace. | 87 |
![]() | 'if' is not followed by whitespace. | 89 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter uri should be final. | 95 |
![]() | Parameter contentType should be final. | 95 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter uri should be final. | 99 |
![]() | Parameter contentType should be final. | 99 |
![]() | Parameter token should be final. | 100 |
![]() | 'if' is not followed by whitespace. | 103 |
![]() | 'if' construct must use '{}'s. | 106 |
![]() | 'if' is not followed by whitespace. | 106 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter token should be final. | 112 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter lid should be final. | 33 |
![]() | 'lid' hides a field. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter lid should be final. | 37 |
![]() | 'lid' hides a field. | 37 |
![]() | Parameter version should be final. | 37 |
![]() | 'version' hides a field. | 37 |
![]() | Method 'getLid' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Method 'hasVersion' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Expected an @return tag. | 71 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 71 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter o should be final. | 71 |
![]() | Expected @param tag for 'o'. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter namespaces should be final. | 49 |
![]() | 'namespaces' hides a field. | 49 |
![]() | Method 'addNamespace' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter namespace should be final. | 61 |
![]() | Method 'getNamespaceURI' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter prefix should be final. | 74 |
![]() | First sentence should end with a period. | 82 |
![]() | Expected an @return tag. | 86 |
![]() | Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter arg0 should be final. | 87 |
![]() | Expected @param tag for 'arg0'. | 87 |
![]() | First sentence should end with a period. | 92 |
![]() | Expected an @return tag. | 96 |
![]() | Method 'getPrefixes' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Parameter arg0 should be final. | 97 |
![]() | Expected @param tag for 'arg0'. | 97 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 29 |
![]() | 'public' modifier out of order with the JLS suggestions. | 37 |
![]() | Parameter label should be final. | 37 |
![]() | 'private' modifier out of order with the JLS suggestions. | 53 |
![]() | Parameter object should be final. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 35 |
![]() | Parameter label should be final. | 46 |
![]() | Parameter identifier should be final. | 47 |
![]() | 'if' construct must use '{}'s. | 54 |
![]() | 'if' is not followed by whitespace. | 54 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Parameter labels should be final. | 69 |
![]() | Parameter identifier should be final. | 70 |
![]() | 'if' construct must use '{}'s. | 77 |
![]() | 'if' is not followed by whitespace. | 77 |
![]() | Parameter labels should be final. | 94 |
![]() | Parameter identifiers should be final. | 94 |
![]() | 'for' is not followed by whitespace. | 97 |
![]() | 'for' is not followed by whitespace. | 100 |
![]() | ':' should be on a new line. | 100 |
![]() | 'if' is not followed by whitespace. | 103 |
![]() | Parameter label should be final. | 124 |
![]() | Parameter identifiers should be final. | 124 |
![]() | Line is longer than 80 characters. | 134 |
![]() | '}' should be on the same line. | 144 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Name 'props' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - gov.nasa.pds.harvest.policy.Policy. | 16 |
![]() | Unused import - gov.nasa.pds.registry.model.RegistryObject. | 19 |
![]() | Unused import - java.io.OutputStream. | 23 |
![]() | Utility classes should not have a public or default constructor. | 42 |
![]() | Parameter s should be final. | 50 |
![]() | Expected @throws tag for 'MalformedURLException'. | 50 |
![]() | Parameter s should be final. | 67 |
![]() | Parameter extrinsic should be final. | 93 |
![]() | Parameter association should be final. | 114 |
![]() | Line has trailing spaces. | 124 |
![]() | Line has trailing spaces. | 128 |
![]() | Line has trailing spaces. | 130 |
![]() | Line has trailing spaces. | 133 |
![]() | Parameter string should be final. | 135 |
![]() | '{' should be on the previous line. | 136 |
![]() | 'while' is not followed by whitespace. | 140 |
![]() | '{' is not preceded with whitespace. | 140 |
![]() | Avoid inline conditionals. | 141 |
![]() | Avoid inline conditionals. | 143 |
![]() | Line has trailing spaces. | 148 |
![]() | Line has trailing spaces. | 152 |
![]() | Line has trailing spaces. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | Line has trailing spaces. | 157 |
![]() | Parameter strings should be final. | 159 |
Violation | Message | Line |
---|---|---|
![]() | Method 'error' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Parameter exception should be final. | 35 |
![]() | Method 'fatalError' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter exception should be final. | 48 |
![]() | Method 'warning' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Parameter exception should be final. | 62 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 44 |
![]() | First sentence should end with a period. | 47 |
![]() | 'if' is not followed by whitespace. | 58 |
![]() | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter src should be final. | 70 |
![]() | Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Parameter src should be final. | 88 |
![]() | Parameter uri should be final. | 97 |
![]() | Parameter context should be final. | 117 |
![]() | Method 'getValueFromDoc' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Parameter expression should be final. | 132 |
![]() | Expected @throws tag for 'XPathException'. | 133 |
![]() | Method 'getValueFromItem' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Parameter expression should be final. | 148 |
![]() | Parameter item should be final. | 148 |
![]() | Method 'getNodeFromDoc' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Parameter expression should be final. | 162 |
![]() | Method 'getNodeFromItem' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Parameter expression should be final. | 178 |
![]() | Parameter item should be final. | 178 |
![]() | Method 'getValuesFromDoc' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Parameter expression should be final. | 193 |
![]() | Method 'getValuesFromItem' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Parameter expression should be final. | 209 |
![]() | Parameter item should be final. | 209 |
![]() | Method 'getDocNode' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Expected @throws tag for 'XPathException'. | 229 |
![]() | Method 'getNodesFromDoc' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | Parameter expression should be final. | 242 |
![]() | Line is longer than 80 characters. | 258 |
![]() | Method 'getNodesFromItem' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Parameter expression should be final. | 258 |
![]() | Parameter item should be final. | 258 |
![]() | Method 'getAttributeValuesFromDoc' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Parameter expression should be final. | 273 |
![]() | Line is longer than 80 characters. | 289 |
![]() | Method 'getAttributeValuesFromItem' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() | Parameter expression should be final. | 289 |
![]() | Parameter item should be final. | 289 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter systemId should be final. | 30 |
![]() | 'systemId' hides a field. | 30 |
![]() | Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter event should be final. | 34 |
![]() | 'if' is not followed by whitespace. | 36 |
![]() | 'if' is not followed by whitespace. | 39 |