This project has retired. For details please refer to its Attic page.
cas-metadata – Checkstyle Results

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
58 0 0 1917

Files

Files info warning error
org/apache/oodt/cas/metadata/preconditions/PreConditionOperatorMetKeys.java 0 0 7
org/apache/oodt/cas/metadata/preconditions/EndsWithComparator.java 0 0 13
org/apache/oodt/cas/metadata/extractors/AbstractSAXConfigReader.java 0 0 6
org/apache/oodt/cas/metadata/extractors/CmdLineMetExtractor.java 0 0 13
org/apache/oodt/cas/metadata/preconditions/PreConditionComparator.java 0 0 48
org/apache/oodt/cas/metadata/exceptions/MetExtractionException.java 0 0 43
org/apache/oodt/cas/metadata/extractors/FilenameTokenConfigReader.java 0 0 8
org/apache/oodt/cas/metadata/preconditions/ExistanceCheckComparator.java 0 0 9
org/apache/oodt/cas/metadata/extractors/ExternConfigReader.java 0 0 10
org/apache/oodt/cas/metadata/preconditions/MimeTypeComparator.java 0 0 23
org/apache/oodt/cas/metadata/util/package.html 0 0 1
org/apache/oodt/cas/metadata/preconditions/PreCondEvalUtils.java 0 0 23
org/apache/oodt/cas/metadata/extractors/ExternConfigReaderMetKeys.java 0 0 13
org/apache/oodt/cas/metadata/util/PathUtils.java 0 0 145
org/apache/oodt/cas/metadata/exceptions/package.html 0 0 1
org/apache/oodt/cas/metadata/preconditions/ProductNameCheckComparator.java 0 0 77
org/apache/oodt/cas/metadata/extractors/DataSourceMetExtractorConfig.java 0 0 18
org/apache/oodt/cas/metadata/extractors/DataSourceMetExtractor.java 0 0 26
org/apache/oodt/cas/metadata/AbstractMetExtractor.java 0 0 73
org/apache/oodt/cas/metadata/extractors/MetReaderConfig.java 0 0 3
org/apache/oodt/cas/metadata/util/GenericMetadataObjectFactory.java 0 0 6
org/apache/oodt/cas/metadata/util/PropertiesUtils.java 0 0 20
org/apache/oodt/cas/metadata/preconditions/FileSizeComparator.java 0 0 9
org/apache/oodt/cas/metadata/exceptions/MetExtractorConfigReaderException.java 0 0 20
org/apache/oodt/cas/metadata/exceptions/NamingConventionException.java 0 0 7
org/apache/oodt/cas/metadata/extractors/ParentKeyDataSourceMetExtractor.java 0 0 35
org/apache/oodt/cas/metadata/extractors/package.html 0 0 1
org/apache/oodt/cas/metadata/preconditions/ExternPreconditionComparator.java 0 0 46
org/apache/oodt/cas/metadata/MetExtractorConfig.java 0 0 2
org/apache/oodt/cas/metadata/preconditions/SubProductExistenceCheckComparator.java 0 0 55
org/apache/oodt/cas/metadata/filenaming/package.html 0 0 1
org/apache/oodt/cas/metadata/preconditions/RegExExcludeComparator.java 0 0 25
org/apache/oodt/cas/metadata/extractors/CopyAndRewriteExtractor.java 0 0 26
org/apache/oodt/cas/metadata/extractors/CopyAndRewriteConfig.java 0 0 3
org/apache/oodt/cas/metadata/filenaming/NamingConvention.java 0 0 1
org/apache/oodt/cas/metadata/package.html 0 0 1
org/apache/oodt/cas/metadata/SerializableMetadata.java 0 0 77
org/apache/oodt/cas/metadata/preconditions/LastModifiedCheckComparator.java 0 0 74
org/apache/oodt/cas/metadata/extractors/ProdTypePatternMetExtractor.java 0 0 123
org/apache/oodt/cas/metadata/extractors/ExternMetExtractorMetKeys.java 0 0 5
org/apache/oodt/cas/metadata/extractors/MetReaderConfigReader.java 0 0 26
org/apache/oodt/cas/metadata/Metadata.java 0 0 448
org/apache/oodt/cas/metadata/extractors/FilenameTokenConfig.java 0 0 52
org/apache/oodt/cas/metadata/extractors/MetReaderExtractor.java 0 0 20
org/apache/oodt/cas/metadata/preconditions/package.html 0 0 1
org/apache/oodt/cas/metadata/MetExtractor.java 0 0 17
org/apache/oodt/cas/metadata/filenaming/PathUtilsNamingConvention.java 0 0 33
org/apache/oodt/cas/metadata/extractors/DataSourceMetExtractorConfigReader.java 0 0 6
org/apache/oodt/cas/metadata/extractors/ExternalMetExtractorConfig.java 0 0 29
org/apache/oodt/cas/metadata/extractors/ExternMetExtractor.java 0 0 12
org/apache/oodt/cas/metadata/extractors/FilenameTokenMetExtractor.java 0 0 13
org/apache/oodt/cas/metadata/exceptions/CasMetadataException.java 0 0 3
org/apache/oodt/cas/metadata/extractors/TikaCmdLineMetExtractor.java 0 0 25
org/apache/oodt/cas/metadata/extractors/CopyAndRewriteConfigReader.java 0 0 8
org/apache/oodt/cas/metadata/exceptions/PreconditionComparatorException.java 0 0 7
org/apache/oodt/cas/metadata/extractors/FilenameTokenExtractorMetKeys.java 0 0 16
org/apache/oodt/cas/metadata/util/MimeTypeUtils.java 0 0 99
org/apache/oodt/cas/metadata/MetExtractorConfigReader.java 0 0 5

Details

org/apache/oodt/cas/metadata/preconditions/PreConditionOperatorMetKeys.java

Violation Message Line
error Line has trailing spaces. 22
error Line has trailing spaces. 26
error interfaces should describe a type and hence have methods. 31
error Missing a Javadoc comment. 33
error Missing a Javadoc comment. 35
error Missing a Javadoc comment. 37
error Missing a Javadoc comment. 39

org/apache/oodt/cas/metadata/preconditions/EndsWithComparator.java

Violation Message Line
error Redundant import from the same package - org.apache.oodt.cas.metadata.preconditions.PreConditionComparator. 25
error Line has trailing spaces. 28
error Line has trailing spaces. 31
error Line has trailing spaces. 34
error '<' is not preceded with whitespace. 36
error '<' is not followed by whitespace. 36
error '>' is not preceded with whitespace. 36
error Line has trailing spaces. 40
error Line is longer than 80 characters. 42
error Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. 45
error Missing a Javadoc comment. 45
error Parameter file should be final. 46
error Parameter ext should be final. 46

org/apache/oodt/cas/metadata/extractors/AbstractSAXConfigReader.java

Violation Message Line
error Line is longer than 80 characters. 22
error Line is longer than 80 characters. 34
error Method 'parseConfigFile' is not designed for extension - needs to be abstract, final or empty. 36
error Missing a Javadoc comment. 36
error Line is longer than 80 characters. 37
error Parameter configFile should be final. 37

org/apache/oodt/cas/metadata/extractors/CmdLineMetExtractor.java

Violation Message Line
error Line has trailing spaces. 40
error Line has trailing spaces. 44
error Missing a Javadoc comment. 50
error Parameter reader should be final. 50
error Missing a Javadoc comment. 54
error Parameter args should be final. 54
error Parameter extractor should be final. 55
error Missing a Javadoc comment. 74
error Parameter args should be final. 74
error Parameter extractor should be final. 75
error Parameter os should be final. 75
error Missing a Javadoc comment. 94
error Parameter filePath should be final. 94

org/apache/oodt/cas/metadata/preconditions/PreConditionComparator.java

Violation Message Line
error Line is longer than 80 characters. 28
error Line has trailing spaces. 34
error Line has trailing spaces. 38
error Line is longer than 80 characters. 44
error Type Javadoc comment is missing an @param <CompareType> tag. 44
error '<' is not preceded with whitespace. 44
error '<' is not followed by whitespace. 44
error '>' is not preceded with whitespace. 44
error Missing a Javadoc comment. 46
error Missing a Javadoc comment. 48
error Missing a Javadoc comment. 50
error Missing a Javadoc comment. 52
error Missing a Javadoc comment. 54
error Line has trailing spaces. 55
error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 56
error Missing a Javadoc comment. 56
error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 60
error Missing a Javadoc comment. 60
error Parameter id should be final. 60
error 'id' hides a field. 60
error Line has trailing spaces. 63
error Method 'passes' is not designed for extension - needs to be abstract, final or empty. 64
error Missing a Javadoc comment. 64
error Parameter product should be final. 64
error Line is longer than 80 characters. 70
error Missing a Javadoc comment. 76
error 'compareItem' hides a field. 76
error Method 'setFileExtension' is not designed for extension - needs to be abstract, final or empty. 79
error Missing a Javadoc comment. 79
error Parameter fileExtension should be final. 79
error 'fileExtension' hides a field. 79
error Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 83
error Missing a Javadoc comment. 83
error Parameter description should be final. 83
error 'description' hides a field. 83
error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 87
error Missing a Javadoc comment. 87
error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 91
error Missing a Javadoc comment. 91
error Parameter type should be final. 92
error 'type' hides a field. 92
error Method 'setCompareItem' is not designed for extension - needs to be abstract, final or empty. 96
error Missing a Javadoc comment. 96
error Parameter compareItem should be final. 97
error 'compareItem' hides a field. 97
error Missing a Javadoc comment. 101
error Parameter opKey should be final. 101
error Parameter preconditionResult should be final. 101

org/apache/oodt/cas/metadata/exceptions/MetExtractionException.java

Violation Message Line
error Line has trailing spaces. 24
error Line has trailing spaces. 28
error Line contains a tab character. 31
error Line contains a tab character. 32
error Missing a Javadoc comment. 32
error Line contains a tab character. 34
error Line has trailing spaces. 35
error Line contains a tab character. 35
error Line contains a tab character. 36
error Line contains a tab character. 37
error Line contains a tab character. 38
error Line contains a tab character. 39
error Line contains a tab character. 40
error Line contains a tab character. 42
error Line contains a tab character. 43
error Line contains a tab character. 44
error Line contains a tab character. 45
error Parameter arg0 should be final. 45
error Expected @param tag for 'arg0'. 45
error Line contains a tab character. 46
error Line contains a tab character. 47
error Line contains a tab character. 48
error Line contains a tab character. 50
error Line contains a tab character. 51
error Line contains a tab character. 52
error Line contains a tab character. 53
error Line contains a tab character. 54
error Parameter arg0 should be final. 54
error Expected @param tag for 'arg0'. 54
error Parameter arg1 should be final. 54
error Expected @param tag for 'arg1'. 54
error Line contains a tab character. 55
error Line contains a tab character. 56
error Line contains a tab character. 57
error Line contains a tab character. 59
error Line contains a tab character. 60
error Line contains a tab character. 61
error Line contains a tab character. 62
error Parameter arg0 should be final. 62
error Expected @param tag for 'arg0'. 62
error Line contains a tab character. 63
error Line contains a tab character. 64
error Line contains a tab character. 65

org/apache/oodt/cas/metadata/extractors/FilenameTokenConfigReader.java

Violation Message Line
error Line is longer than 80 characters. 28
error Line has trailing spaces. 33
error Line has trailing spaces. 35
error Line has trailing spaces. 38
error Line has trailing spaces. 44
error Method 'parseConfigFile' is not designed for extension - needs to be abstract, final or empty. 49
error Missing a Javadoc comment. 49
error Parameter file should be final. 49

org/apache/oodt/cas/metadata/preconditions/ExistanceCheckComparator.java

Violation Message Line
error Line has trailing spaces. 28
error Line has trailing spaces. 32
error '<' is not preceded with whitespace. 38
error '<' is not followed by whitespace. 38
error '>' is not preceded with whitespace. 38
error Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. 40
error Missing a Javadoc comment. 40
error Parameter product should be final. 41
error Parameter compareItem should be final. 41

org/apache/oodt/cas/metadata/extractors/ExternConfigReader.java

Violation Message Line
error Line is longer than 80 characters. 24
error Line has trailing spaces. 41
error Line has trailing spaces. 51
error Line is longer than 80 characters. 52
error Missing a Javadoc comment. 54
error Parameter file should be final. 54
error Line is longer than 80 characters. 59
error Line is longer than 80 characters. 80
error Inner assignments should be avoided. 106
error Line is longer than 80 characters. 116

org/apache/oodt/cas/metadata/preconditions/MimeTypeComparator.java

Violation Message Line
error Line has trailing spaces. 34
error Line has trailing spaces. 38
error '<' is not preceded with whitespace. 43
error '<' is not followed by whitespace. 43
error '>' is not preceded with whitespace. 43
error Line is longer than 80 characters. 44
error Missing a Javadoc comment. 44
error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
error Missing a Javadoc comment. 45
error Missing a Javadoc comment. 47
error Missing a Javadoc comment. 49
error Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. 54
error Missing a Javadoc comment. 54
error Parameter product should be final. 55
error Parameter mimeType should be final. 55
error Avoid inline conditionals. 64
error Method 'setMimeTypeRepo' is not designed for extension - needs to be abstract, final or empty. 73
error Missing a Javadoc comment. 73
error Parameter mimeTypeRepo should be final. 73
error Method 'setUseMagic' is not designed for extension - needs to be abstract, final or empty. 81
error Missing a Javadoc comment. 81
error Parameter useMagic should be final. 81
error 'useMagic' hides a field. 81

org/apache/oodt/cas/metadata/util/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/metadata/preconditions/PreCondEvalUtils.java

Violation Message Line
error Line has trailing spaces. 33
error Line has trailing spaces. 37
error Missing a Javadoc comment. 44
error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
error Missing a Javadoc comment. 47
error Missing a Javadoc comment. 49
error Parameter applicationContext should be final. 49
error 'applicationContext' hides a field. 49
error First sentence should end with a period. 53
error Line has trailing spaces. 55
error Line is longer than 80 characters. 61
error Method 'eval' is not designed for extension - needs to be abstract, final or empty. 65
error Parameter preCondComparatorIds should be final. 65
error '<' is not preceded with whitespace. 65
error '<' is not followed by whitespace. 65
error '>' is not preceded with whitespace. 65
error Parameter product should be final. 65
error '<' is not preceded with whitespace. 67
error '<' is not followed by whitespace. 67
error '?' is not preceded with whitespace. 67
error '>' is not preceded with whitespace. 67
error '?' is not followed by whitespace. 67
error '>' is not followed by whitespace. 67

org/apache/oodt/cas/metadata/extractors/ExternConfigReaderMetKeys.java

Violation Message Line
error Line has trailing spaces. 24
error interfaces should describe a type and hence have methods. 29
error Missing a Javadoc comment. 31
error Missing a Javadoc comment. 33
error Missing a Javadoc comment. 35
error Missing a Javadoc comment. 37
error Missing a Javadoc comment. 39
error Missing a Javadoc comment. 41
error Missing a Javadoc comment. 43
error Missing a Javadoc comment. 45
error Missing a Javadoc comment. 47
error Missing a Javadoc comment. 49
error Missing a Javadoc comment. 51

org/apache/oodt/cas/metadata/util/PathUtils.java

Violation Message Line
error Line has trailing spaces. 44
error Utility classes should not have a public or default constructor. 50
error Missing a Javadoc comment. 52
error Name 'DELIMITER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
error Variable 'DELIMITER' must be private and have accessor methods. 52
error Missing a Javadoc comment. 54
error Parameter origPath should be final. 54
error Line is longer than 80 characters. 58
error Missing a Javadoc comment. 58
error Parameter origPath should be final. 58
error Parameter metadata should be final. 58
error Missing a Javadoc comment. 62
error Parameter origPath should be final. 62
error Parameter metadata should be final. 63
error Parameter expand should be final. 63
error Missing a Javadoc comment. 92
error Parameter string should be final. 92
error Missing a Javadoc comment. 97
error Parameter string should be final. 97
error Parameter metadata should be final. 97
error Line contains a tab character. 100
error Line contains a tab character. 101
error Line has trailing spaces. 108
error Missing a Javadoc comment. 114
error Parameter string should be final. 114
error Parameter metadata should be final. 115
error Line is longer than 80 characters. 117
error Inner assignments should be avoided. 126
error Inner assignments should be avoided. 127
error Line is longer than 80 characters. 129
error Inner assignments should be avoided. 129
error Line is longer than 80 characters. 138
error Line is longer than 80 characters. 146
error Line is longer than 80 characters. 177
error Unclosed HTML tag found: <date>,<date-format>,<add-amount>,<hr | min | sec | day | mo 177
error Unclosed HTML tag found: <add-amount>,<hr | min | sec | day | mo | yr>)] 177
error Line is longer than 80 characters. 178
error Line has trailing spaces. 179
error Unclosed HTML tag found: <date> as well, for example: 179
error Line has trailing spaces. 180
error Line is longer than 80 characters. 180
error Expected an @return tag. 183
error Parameter string should be final. 183
error Expected @param tag for 'string'. 183
error Line is longer than 80 characters. 184
error Parameter metadata should be final. 184
error Expected @param tag for 'metadata'. 184
error Expected @throws tag for 'ParseException'. 184
error Expected @throws tag for 'CasMetadataException'. 184
error Expected @throws tag for 'CommonsException'. 184
error Line is longer than 80 characters. 186
error Line is longer than 80 characters. 196
error Line has trailing spaces. 197
error '3' is a magic number. 204
error Line has trailing spaces. 223
error Line is longer than 80 characters. 224
error Line has trailing spaces. 225
error Line has trailing spaces. 234
error Missing a Javadoc comment. 235
error Parameter string should be final. 235
error Line is longer than 80 characters. 236
error Parameter metadata should be final. 236
error Line is longer than 80 characters. 248
error Line has trailing spaces. 249
error Line has trailing spaces. 268
error First sentence should end with a period. 269
error Line is longer than 80 characters. 270
error Unclosed HTML tag found: <utc-string format: "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'">)] 270
error Unclosed HTML tag found: <leapSecs>" 271
error Expected an @return tag. 273
error Parameter string should be final. 273
error Expected @param tag for 'string'. 273
error Line is longer than 80 characters. 274
error Parameter metadata should be final. 274
error Expected @param tag for 'metadata'. 274
error Expected @throws tag for 'ParseException'. 274
error Expected @throws tag for 'CommonsException'. 274
error Expected @throws tag for 'CasMetadataException'. 274
error Line is longer than 80 characters. 275
error Line is longer than 80 characters. 278
error Line is longer than 80 characters. 279
error Line has trailing spaces. 281
error Line is longer than 80 characters. 282
error Line has trailing spaces. 284
error Line has trailing spaces. 285
error Line is longer than 80 characters. 285
error Line has trailing spaces. 291
error First sentence should end with a period. 292
error Line is longer than 80 characters. 293
error Unclosed HTML tag found: <date-string>,<DateUtils.FormatType>,<epoch-date format: "yy 293
error Unclosed HTML tag found: <DateUtils.FormatType>,<epoch-date format: "yyyy-MM-dd">)] 293
error Unclosed HTML tag found: <epoch-date format: "yyyy-MM-dd">)] 293
error Line has trailing spaces. 294
error Unclosed HTML tag found: <date-string> 294
error Expected an @return tag. 296
error Parameter string should be final. 296
error Expected @param tag for 'string'. 296
error Line is longer than 80 characters. 297
error Parameter metadata should be final. 297
error Expected @param tag for 'metadata'. 297
error Expected @throws tag for 'CommonsException'. 297
error Expected @throws tag for 'ParseException'. 297
error Expected @throws tag for 'CasMetadataException'. 297
error Line is longer than 80 characters. 298
error Line is longer than 80 characters. 301
error Line is longer than 80 characters. 302
error Line is longer than 80 characters. 304
error Line is longer than 80 characters. 311
error Line is longer than 80 characters. 312
error Line is longer than 80 characters. 313
error Line has trailing spaces. 319
error First sentence should end with a period. 320
error Line is longer than 80 characters. 321
error Unclosed HTML tag found: <date-string>,<DateUtils.FormatType>,<epoch-date format: "yy 321
error Unclosed HTML tag found: <DateUtils.FormatType>,<epoch-date format: "yyyy-MM-dd">)] 321
error Unclosed HTML tag found: <epoch-date format: "yyyy-MM-dd">)] 321
error Line has trailing spaces. 322
error Unclosed HTML tag found: <date-string> 322
error Expected an @return tag. 324
error Parameter string should be final. 324
error Expected @param tag for 'string'. 324
error Line is longer than 80 characters. 325
error Parameter metadata should be final. 325
error Expected @param tag for 'metadata'. 325
error Expected @throws tag for 'ParseException'. 325
error Expected @throws tag for 'CommonsException'. 325
error Expected @throws tag for 'CasMetadataException'. 325
error Line is longer than 80 characters. 326
error Line is longer than 80 characters. 329
error Line is longer than 80 characters. 330
error Line is longer than 80 characters. 332
error Line is longer than 80 characters. 339
error Line is longer than 80 characters. 340
error Line is longer than 80 characters. 342
error Missing a Javadoc comment. 348
error Parameter origPathStr should be final. 348
error Parameter startIdx should be final. 348
error Missing a Javadoc comment. 364
error Missing a Javadoc comment. 366
error Missing a Javadoc comment. 368
error Missing a Javadoc comment. 370
error Parameter endIdx should be final. 384
error 'endIdx' hides a field. 384
error Parameter fieldName should be final. 399
error 'fieldName' hides a field. 399

org/apache/oodt/cas/metadata/exceptions/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/metadata/preconditions/ProductNameCheckComparator.java

Violation Message Line
error Line is longer than 80 characters. 36
error Line has trailing spaces. 37
error Line is longer than 80 characters. 41
error '<' is not preceded with whitespace. 41
error '<' is not followed by whitespace. 41
error '>' is not preceded with whitespace. 41
error Line has trailing spaces. 42
error Line contains a tab character. 42
error Line is longer than 80 characters. 43
error Line contains a tab character. 43
error Missing a Javadoc comment. 43
error Line has trailing spaces. 44
error Line contains a tab character. 44
error Line contains a tab character. 45
error Missing a Javadoc comment. 45
error 'static' modifier out of order with the JLS suggestions. 45
error Line has trailing spaces. 46
error Line contains a tab character. 46
error Line contains a tab character. 47
error Missing a Javadoc comment. 47
error Line has trailing spaces. 48
error Line contains a tab character. 48
error Line contains a tab character. 49
error Missing a Javadoc comment. 49
error Line has trailing spaces. 50
error Line contains a tab character. 50
error Line contains a tab character. 51
error Line contains a tab character. 52
error Line is longer than 80 characters. 53
error Line contains a tab character. 53
error Line contains a tab character. 54
error Line contains a tab character. 55
error Line contains a tab character. 56
error Line has trailing spaces. 57
error Line contains a tab character. 57
error Line contains a tab character. 59
error Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. 59
error Missing a Javadoc comment. 59
error Line is longer than 80 characters. 60
error Line contains a tab character. 60
error Parameter product should be final. 60
error Parameter compareItem should be final. 60
error Line has trailing spaces. 61
error Line contains a tab character. 61
error Line is longer than 80 characters. 62
error Line contains a tab character. 62
error '+' is not preceded with whitespace. 62
error '+' is not followed by whitespace. 62
error '+' is not preceded with whitespace. 62
error '+' is not followed by whitespace. 62
error '+' is not preceded with whitespace. 62
error '+' is not followed by whitespace. 62
error Line has trailing spaces. 63
error Line contains a tab character. 63
error Line contains a tab character. 64
error Line contains a tab character. 65
error Line is longer than 80 characters. 66
error Line contains a tab character. 66
error '+' is not preceded with whitespace. 66
error '+' is not followed by whitespace. 66
error '+' is not preceded with whitespace. 66
error '+' is not followed by whitespace. 66
error '+' is not preceded with whitespace. 66
error '+' is not followed by whitespace. 66
error Line contains a tab character. 67
error Line contains a tab character. 68
error Line is longer than 80 characters. 70
error Line contains a tab character. 70
error '+' is not preceded with whitespace. 70
error '+' is not followed by whitespace. 70
error '+' is not preceded with whitespace. 70
error '+' is not followed by whitespace. 70
error '+' is not preceded with whitespace. 70
error '+' is not followed by whitespace. 70
error Line contains a tab character. 71
error Line contains a tab character. 72
error Line contains a tab character. 74

org/apache/oodt/cas/metadata/extractors/DataSourceMetExtractorConfig.java

Violation Message Line
error Line is longer than 80 characters. 26
error Line is longer than 80 characters. 31
error Missing a Javadoc comment. 33
error Missing a Javadoc comment. 35
error Missing a Javadoc comment. 37
error Missing a Javadoc comment. 39
error Missing a Javadoc comment. 41
error Missing a Javadoc comment. 43
error Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. 46
error Missing a Javadoc comment. 46
error Method 'getDatabaseUrl' is not designed for extension - needs to be abstract, final or empty. 50
error Missing a Javadoc comment. 50
error Method 'getDriver' is not designed for extension - needs to be abstract, final or empty. 54
error Missing a Javadoc comment. 54
error Method 'getUserName' is not designed for extension - needs to be abstract, final or empty. 58
error Missing a Javadoc comment. 58
error Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. 62
error Missing a Javadoc comment. 62

org/apache/oodt/cas/metadata/extractors/DataSourceMetExtractor.java

Violation Message Line
error Line is longer than 80 characters. 41
error Missing a Javadoc comment. 47
error Method 'extrMetadata' is not designed for extension - needs to be abstract, final or empty. 51
error Missing a Javadoc comment. 51
error Parameter file should be final. 52
error Line is longer than 80 characters. 54
error Line is longer than 80 characters. 55
error Line is longer than 80 characters. 56
error Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 61
error Missing a Javadoc comment. 61
error Parameter file should be final. 62
error Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. 66
error Missing a Javadoc comment. 66
error Line is longer than 80 characters. 67
error Parameter dataSource should be final. 67
error Parameter query should be final. 67
error Parameter key should be final. 67
error Must have at least one statement. 89
error Must have at least one statement. 94
error Must have at least one statement. 99
error Missing a Javadoc comment. 103
error Parameter rs should be final. 103
error '+' is not preceded with whitespace. 107
error '+' is not followed by whitespace. 107
error '+' is not preceded with whitespace. 108
error '+' is not followed by whitespace. 108

org/apache/oodt/cas/metadata/AbstractMetExtractor.java

Violation Message Line
error Line has trailing spaces. 35
error Line is longer than 80 characters. 37
error Missing a Javadoc comment. 42
error Variable 'config' must be private and have accessor methods. 42
error Missing a Javadoc comment. 44
error Variable 'reader' must be private and have accessor methods. 44
error Missing a Javadoc comment. 46
error Missing a Javadoc comment. 49
error Parameter reader should be final. 49
error 'reader' hides a field. 49
error First sentence should end with a period. 53
error Line has trailing spaces. 55
error Line has trailing spaces. 67
error Line is longer than 80 characters. 68
error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 70
error Missing a Javadoc comment. 70
error Parameter f should be final. 70
error Line has trailing spaces. 79
error Line is longer than 80 characters. 80
error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 82
error Missing a Javadoc comment. 82
error Parameter filePath should be final. 82
error Line has trailing spaces. 89
error Line is longer than 80 characters. 90
error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 92
error Missing a Javadoc comment. 92
error Parameter fileUrl should be final. 92
error Line has trailing spaces. 104
error Line is longer than 80 characters. 105
error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 108
error Missing a Javadoc comment. 108
error Parameter f should be final. 108
error Parameter configFile should be final. 108
error Line has trailing spaces. 116
error Line is longer than 80 characters. 117
error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 120
error Missing a Javadoc comment. 120
error Parameter f should be final. 120
error Parameter configFilePath should be final. 120
error Line has trailing spaces. 127
error Line is longer than 80 characters. 128
error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 131
error Missing a Javadoc comment. 131
error Parameter f should be final. 131
error Parameter config should be final. 131
error 'config' hides a field. 131
error Line has trailing spaces. 139
error Line is longer than 80 characters. 140
error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 143
error Missing a Javadoc comment. 143
error Parameter fileUrl should be final. 143
error Parameter config should be final. 143
error 'config' hides a field. 143
error Line has trailing spaces. 151
error Line is longer than 80 characters. 152
error Method 'setConfigFile' is not designed for extension - needs to be abstract, final or empty. 154
error Missing a Javadoc comment. 154
error Parameter f should be final. 154
error Line has trailing spaces. 166
error Line is longer than 80 characters. 167
error Method 'setConfigFile' is not designed for extension - needs to be abstract, final or empty. 169
error Missing a Javadoc comment. 169
error Parameter config should be final. 169
error 'config' hides a field. 169
error Line has trailing spaces. 175
error Line is longer than 80 characters. 176
error Method 'setConfigFile' is not designed for extension - needs to be abstract, final or empty. 178
error Missing a Javadoc comment. 178
error Parameter filePath should be final. 178
error Missing a Javadoc comment. 182
error Parameter url should be final. 182
error Missing a Javadoc comment. 192
error Parameter f should be final. 192

org/apache/oodt/cas/metadata/extractors/MetReaderConfig.java

Violation Message Line
error Line has trailing spaces. 28
error Line contains a tab character. 36
error Missing a Javadoc comment. 36

org/apache/oodt/cas/metadata/util/GenericMetadataObjectFactory.java

Violation Message Line
error Line has trailing spaces. 31
error Utility classes should not have a public or default constructor. 36
error Missing a Javadoc comment. 39
error 'static' modifier out of order with the JLS suggestions. 39
error Missing a Javadoc comment. 42
error Parameter className should be final. 42

org/apache/oodt/cas/metadata/util/PropertiesUtils.java

Violation Message Line
error Line has trailing spaces. 29
error Utility classes should not have a public or default constructor. 34
error Line has trailing spaces. 39
error Line is longer than 80 characters. 46
error Parameter property should be final. 46
error Parameter defaultValues should be final. 46
error First sentence should end with a period. 55
error Line has trailing spaces. 57
error Parameter property should be final. 62
error Line has trailing spaces. 71
error First sentence should end with a period. 72
error Line has trailing spaces. 74
error Parameter property should be final. 79
error Parameter defaultValue should be final. 79
error Expected @param tag for 'defaultValue'. 79
error '{' is followed by whitespace. 80
error Line has trailing spaces. 82
error First sentence should end with a period. 83
error Line has trailing spaces. 85
error Parameter property should be final. 90

org/apache/oodt/cas/metadata/preconditions/FileSizeComparator.java

Violation Message Line
error Line has trailing spaces. 28
error Line has trailing spaces. 32
error '<' is not preceded with whitespace. 37
error '<' is not followed by whitespace. 37
error '>' is not preceded with whitespace. 37
error Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. 39
error Missing a Javadoc comment. 39
error Parameter product should be final. 40
error Parameter compareItem should be final. 40

org/apache/oodt/cas/metadata/exceptions/MetExtractorConfigReaderException.java

Violation Message Line
error First sentence should end with a period. 19
error Line contains a tab character. 27
error Missing a Javadoc comment. 27
error Line contains a tab character. 29
error Missing a Javadoc comment. 29
error Line contains a tab character. 30
error Line contains a tab character. 31
error Line has trailing spaces. 32
error Line contains a tab character. 32
error Line contains a tab character. 33
error Missing a Javadoc comment. 33
error Parameter msg should be final. 33
error Line contains a tab character. 34
error Line contains a tab character. 35
error Line contains a tab character. 37
error Missing a Javadoc comment. 37
error Parameter msg should be final. 37
error Parameter t should be final. 37
error Line contains a tab character. 38
error Line contains a tab character. 39

org/apache/oodt/cas/metadata/exceptions/NamingConventionException.java

Violation Message Line
error Missing a Javadoc comment. 26
error Missing a Javadoc comment. 28
error Missing a Javadoc comment. 32
error Parameter msg should be final. 32
error Missing a Javadoc comment. 36
error Parameter msg should be final. 36
error Parameter t should be final. 36

org/apache/oodt/cas/metadata/extractors/ParentKeyDataSourceMetExtractor.java

Violation Message Line
error Line has trailing spaces. 32
error Unclosed HTML tag found: <parent_key>-<primary_key>.<post_fix> 34
error Unclosed HTML tag found: <primary_key>.<post_fix> 34
error Unclosed HTML tag found: <post_fix> 34
error Line has trailing spaces. 35
error Missing a Javadoc comment. 40
error Line has trailing spaces. 41
error Method 'extrMetadata' is not designed for extension - needs to be abstract, final or empty. 42
error Missing a Javadoc comment. 42
error Parameter file should be final. 43
error Method 'getKey' is not designed for extension - needs to be abstract, final or empty. 57
error Missing a Javadoc comment. 57
error Parameter file should be final. 58
error Missing a Javadoc comment. 62
error Parameter file should be final. 62
error 'key' hides a field. 63
error Avoid inline conditionals. 64
error Missing a Javadoc comment. 67
error Parameter file should be final. 67
error Missing a Javadoc comment. 71
error Parameter file should be final. 71
error Parameter index should be final. 71
error 'key' hides a field. 72
error '<' is not preceded with whitespace. 73
error '<' is not followed by whitespace. 73
error '>' is not preceded with whitespace. 73
error Missing a Javadoc comment. 81
error Missing a Javadoc comment. 82
error Missing a Javadoc comment. 83
error Line has trailing spaces. 84
error Missing a Javadoc comment. 85
error Missing a Javadoc comment. 87
error Parameter index should be final. 87
error 'index' hides a field. 87
error Missing a Javadoc comment. 91

org/apache/oodt/cas/metadata/extractors/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/metadata/preconditions/ExternPreconditionComparator.java

Violation Message Line
error Line has trailing spaces. 37
error Line has trailing spaces. 40
error Line has trailing spaces. 42
error Line has trailing spaces. 43
error Line has trailing spaces. 44
error '<' is not preceded with whitespace. 47
error '<' is not followed by whitespace. 47
error '>' is not preceded with whitespace. 47
error Line has trailing spaces. 49
error Missing a Javadoc comment. 49
error Line has trailing spaces. 50
error Missing a Javadoc comment. 51
error Line has trailing spaces. 52
error '(' is followed by whitespace. 52
error Line has trailing spaces. 53
error Line has trailing spaces. 54
error Method 'setExecuteCommand' is not designed for extension - needs to be abstract, final or empty. 55
error Missing a Javadoc comment. 55
error '(' is followed by whitespace. 55
error Parameter cmd should be final. 55
error ')' is preceded with whitespace. 55
error Line has trailing spaces. 58
error Line contains a tab character. 58
error Method 'getExecuteCommand' is not designed for extension - needs to be abstract, final or empty. 59
error Missing a Javadoc comment. 59
error Line has trailing spaces. 62
error Line contains a tab character. 62
error Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. 63
error Missing a Javadoc comment. 63
error Parameter product should be final. 64
error Parameter compareItem should be final. 64
error Line has trailing spaces. 66
error Line contains a tab character. 66
error '(' is followed by whitespace. 70
error ')' is preceded with whitespace. 70
error '+' should be on a new line. 70
error ')' is preceded with whitespace. 73
error Line is longer than 80 characters. 75
error Line has trailing spaces. 78
error Line has trailing spaces. 80
error Line contains a tab character. 80
error Line is longer than 80 characters. 87
error Line has trailing spaces. 88
error Line has trailing spaces. 94
error Line has trailing spaces. 96
error Line contains a tab character. 96

org/apache/oodt/cas/metadata/MetExtractorConfig.java

Violation Message Line
error Line has trailing spaces. 22
error Line has trailing spaces. 25

org/apache/oodt/cas/metadata/preconditions/SubProductExistenceCheckComparator.java

Violation Message Line
error Line has trailing spaces. 28
error Line is longer than 80 characters. 28
error Line is longer than 80 characters. 30
error Line has trailing spaces. 32
error Line contains a tab character. 37
error Line has trailing spaces. 38
error Line contains a tab character. 38
error Line is longer than 80 characters. 39
error Line contains a tab character. 39
error Missing a Javadoc comment. 39
error Line has trailing spaces. 40
error Line contains a tab character. 40
error Missing a Javadoc comment. 41
error Line contains a tab character. 43
error Method 'getFilePath' is not designed for extension - needs to be abstract, final or empty. 43
error Missing a Javadoc comment. 43
error Line contains a tab character. 44
error Line contains a tab character. 45
error Line contains a tab character. 47
error Line is longer than 80 characters. 48
error Line contains a tab character. 48
error Line contains a tab character. 49
error Line contains a tab character. 50
error Method 'setFilePath' is not designed for extension - needs to be abstract, final or empty. 50
error Parameter filePath should be final. 50
error 'filePath' hides a field. 50
error Expected @param tag for 'filePath'. 50
error Line contains a tab character. 51
error Line contains a tab character. 52
error Line has trailing spaces. 53
error Line contains a tab character. 53
error Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. 54
error Missing a Javadoc comment. 54
error Parameter product should be final. 55
error Parameter compareItem should be final. 55
error Line has trailing spaces. 57
error Line contains a tab character. 57
error Line contains a tab character. 58
error '!=' is not preceded with whitespace. 58
error '!=' is not followed by whitespace. 58
error Line contains a tab character. 59
error '+' is not preceded with whitespace. 59
error '+' is not followed by whitespace. 59
error '+' is not preceded with whitespace. 59
error '+' is not followed by whitespace. 59
error Line is longer than 80 characters. 60
error Line contains a tab character. 60
error '+' is not preceded with whitespace. 60
error '+' is not followed by whitespace. 60
error Line contains a tab character. 61
error Line contains a tab character. 62
error Line contains a tab character. 63
error Line contains a tab character. 64
error Line has trailing spaces. 66
error Line contains a tab character. 66

org/apache/oodt/cas/metadata/filenaming/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/metadata/preconditions/RegExExcludeComparator.java

Violation Message Line
error File does not end with a newline. 0
error Redundant import from the same package - org.apache.oodt.cas.metadata.preconditions.PreConditionComparator. 26
error Line has trailing spaces. 29
error Line has trailing spaces. 32
error Line has trailing spaces. 35
error '<' is not preceded with whitespace. 37
error '<' is not followed by whitespace. 37
error '>' is not preceded with whitespace. 37
error Line has trailing spaces. 38
error Line contains a tab character. 38
error Line contains a tab character. 39
error Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. 39
error Missing a Javadoc comment. 39
error Parameter file should be final. 39
error Parameter compareItem should be final. 39
error Line contains a tab character. 40
error Line contains a tab character. 41
error Line contains a tab character. 42
error Line is longer than 80 characters. 43
error Line contains a tab character. 43
error Line is longer than 80 characters. 44
error Line contains a tab character. 44
error Line contains a tab character. 45
error Line contains a tab character. 46
error Line contains a tab character. 47

org/apache/oodt/cas/metadata/extractors/CopyAndRewriteExtractor.java

Violation Message Line
error Redundant import from the same package - org.apache.oodt.cas.metadata.extractors.CmdLineMetExtractor. 30
error Line has trailing spaces. 37
error Line has trailing spaces. 41
error Line has trailing spaces. 52
error Line is longer than 80 characters. 56
error Missing a Javadoc comment. 56
error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
error Missing a Javadoc comment. 57
error 'static' modifier out of order with the JLS suggestions. 57
error Missing a Javadoc comment. 59
error 'static' modifier out of order with the JLS suggestions. 59
error Line is longer than 80 characters. 61
error Missing a Javadoc comment. 61
error Line has trailing spaces. 65
error Line has trailing spaces. 73
error Line is longer than 80 characters. 74
error Method 'extrMetadata' is not designed for extension - needs to be abstract, final or empty. 76
error Missing a Javadoc comment. 76
error Parameter file should be final. 76
error Line is longer than 80 characters. 79
error Line has trailing spaces. 83
error Missing a Javadoc comment. 123
error Parameter args should be final. 123
error Missing a Javadoc comment. 127
error Parameter file should be final. 127
error Parameter met should be final. 127

org/apache/oodt/cas/metadata/extractors/CopyAndRewriteConfig.java

Violation Message Line
error Line has trailing spaces. 28
error Line has trailing spaces. 32
error Missing a Javadoc comment. 40

org/apache/oodt/cas/metadata/filenaming/NamingConvention.java

Violation Message Line
error Missing a Javadoc comment. 33

org/apache/oodt/cas/metadata/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/metadata/SerializableMetadata.java

Violation Message Line
error Line is longer than 80 characters. 1
error Line is longer than 80 characters. 4
error Line is longer than 80 characters. 5
error Line has trailing spaces. 50
error Line is longer than 80 characters. 57
error Missing a Javadoc comment. 57
error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 57
error Missing a Javadoc comment. 58
error Missing a Javadoc comment. 60
error Missing a Javadoc comment. 62
error Line has trailing spaces. 63
error Missing a Javadoc comment. 64
error Line contains a tab character. 65
error Line contains a tab character. 66
error Line contains a tab character. 67
error Line has trailing spaces. 69
error Line has trailing spaces. 73
error Parameter xmlEncoding should be final. 82
error 'xmlEncoding' hides a field. 82
error Parameter useCDATA should be final. 82
error 'useCDATA' hides a field. 82
error Missing a Javadoc comment. 92
error Parameter metadata should be final. 92
error Line contains a tab character. 93
error Line contains a tab character. 94
error Line has trailing spaces. 95
error Missing a Javadoc comment. 96
error Parameter inputStream should be final. 96
error Line contains a tab character. 97
error Line has trailing spaces. 99
error Missing a Javadoc comment. 100
error Parameter inputStream should be final. 100
error Parameter xmlEncoding should be final. 100
error 'xmlEncoding' hides a field. 100
error Parameter useCDATA should be final. 101
error 'useCDATA' hides a field. 101
error Line contains a tab character. 104
error Line has trailing spaces. 107
error First sentence should end with a period. 108
error Line has trailing spaces. 110
error Parameter metadata should be final. 114
error Expected @param tag for 'metadata'. 114
error Parameter xmlEncoding should be final. 114
error 'xmlEncoding' hides a field. 114
error Expected @param tag for 'xmlEncoding'. 114
error Parameter useCDATA should be final. 115
error 'useCDATA' hides a field. 115
error Expected @param tag for 'useCDATA'. 115
error Line is longer than 80 characters. 121
error Missing a Javadoc comment. 121
error Parameter out should be final. 121
error Missing a Javadoc comment. 127
error Parameter in should be final. 127
error Method 'getEncoding' is not designed for extension - needs to be abstract, final or empty. 134
error Missing a Javadoc comment. 134
error Method 'isUsingCDATA' is not designed for extension - needs to be abstract, final or empty. 138
error Missing a Javadoc comment. 138
error First sentence should end with a period. 142
error Line has trailing spaces. 145
error Method 'writeMetadataToXmlStream' is not designed for extension - needs to be abstract, final or empty. 151
error Parameter os should be final. 151
error Method 'toXML' is not designed for extension - needs to be abstract, final or empty. 171
error Missing a Javadoc comment. 171
error Line is longer than 80 characters. 178
error Line is longer than 80 characters. 189
error Line has trailing spaces. 191
error Line is longer than 80 characters. 217
error Line has trailing spaces. 225
error Method 'loadMetadataFromXmlStream' is not designed for extension - needs to be abstract, final or empty. 231
error Parameter in should be final. 231
error '<' is not preceded with whitespace. 247
error '<' is not followed by whitespace. 247
error '>' is not preceded with whitespace. 247
error Line is longer than 80 characters. 253
error First sentence should end with a period. 258
error Line has trailing spaces. 260
error Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. 264

org/apache/oodt/cas/metadata/preconditions/LastModifiedCheckComparator.java

Violation Message Line
error Line has trailing spaces. 32
error Line has trailing spaces. 34
error Line is longer than 80 characters. 38
error '<' is not preceded with whitespace. 38
error '<' is not followed by whitespace. 38
error '>' is not preceded with whitespace. 38
error Line has trailing spaces. 39
error Line contains a tab character. 39
error Line is longer than 80 characters. 40
error Line contains a tab character. 40
error Missing a Javadoc comment. 40
error Line has trailing spaces. 41
error Line contains a tab character. 41
error Line contains a tab character. 42
error Missing a Javadoc comment. 42
error Line contains a tab character. 44
error Method 'setMaxAgeInSeconds' is not designed for extension - needs to be abstract, final or empty. 44
error Missing a Javadoc comment. 44
error Parameter maxAgeInSeconds should be final. 44
error 'maxAgeInSeconds' hides a field. 44
error Line contains a tab character. 45
error Line contains a tab character. 46
error Line has trailing spaces. 47
error Line contains a tab character. 47
error Line contains a tab character. 49
error Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. 49
error Missing a Javadoc comment. 49
error Line is longer than 80 characters. 50
error Line contains a tab character. 50
error Parameter product should be final. 50
error Parameter compareItem should be final. 50
error Line has trailing spaces. 51
error Line contains a tab character. 51
error Line contains a tab character. 52
error Line contains a tab character. 53
error Line contains a tab character. 54
error Line contains a tab character. 55
error '-' is not preceded with whitespace. 55
error '-' is not followed by whitespace. 55
error '/' is not preceded with whitespace. 55
error '/' is not followed by whitespace. 55
error '1000' is a magic number. 55
error Line has trailing spaces. 56
error Line contains a tab character. 56
error Line contains a tab character. 57
error Line contains a tab character. 58
error '>' is not preceded with whitespace. 58
error '>' is not followed by whitespace. 58
error Line is longer than 80 characters. 59
error Line contains a tab character. 59
error '+' is not preceded with whitespace. 59
error '+' is not followed by whitespace. 59
error '+' is not preceded with whitespace. 59
error '+' is not followed by whitespace. 59
error '+' is not preceded with whitespace. 59
error '+' is not followed by whitespace. 59
error Line contains a tab character. 60
error Line has trailing spaces. 61
error Line contains a tab character. 61
error Line contains a tab character. 62
error Line contains a tab character. 63
error Line is longer than 80 characters. 64
error Line contains a tab character. 64
error '+' is not preceded with whitespace. 64
error '+' is not followed by whitespace. 64
error '+' is not preceded with whitespace. 64
error '+' is not followed by whitespace. 64
error '+' is not preceded with whitespace. 64
error '+' is not followed by whitespace. 64
error Line contains a tab character. 65
error Line contains a tab character. 67
error Line has trailing spaces. 68
error Line contains a tab character. 68
error Line contains a tab character. 69

org/apache/oodt/cas/metadata/extractors/ProdTypePatternMetExtractor.java

Violation Message Line
error Line is longer than 80 characters. 22
error Line is longer than 80 characters. 35
error Line is longer than 80 characters. 38
error Line is longer than 80 characters. 39
error Line is longer than 80 characters. 40
error Line is longer than 80 characters. 43
error Line is longer than 80 characters. 44
error Unclosed HTML tag found: <pre> 47
error Unclosed HTML tag found: <config> 51
error Line is longer than 80 characters. 52
error Line is longer than 80 characters. 53
error Line is longer than 80 characters. 68
error Line is longer than 80 characters. 71
error Line is longer than 80 characters. 72
error Line is longer than 80 characters. 73
error Line is longer than 80 characters. 74
error Line is longer than 80 characters. 77
error Line is longer than 80 characters. 79
error Line is longer than 80 characters. 80
error Line is longer than 80 characters. 85
error Line is longer than 80 characters. 91
error Line is longer than 80 characters. 92
error Line is longer than 80 characters. 95
error Line is longer than 80 characters. 97
error Line is longer than 80 characters. 98
error Line is longer than 80 characters. 99
error Line is longer than 80 characters. 106
error Line is longer than 80 characters. 107
error Line is longer than 80 characters. 109
error Line is longer than 80 characters. 111
error Line is longer than 80 characters. 112
error Line is longer than 80 characters. 118
error Missing a Javadoc comment. 143
error Missing a Javadoc comment. 144
error Missing a Javadoc comment. 145
error Missing a Javadoc comment. 146
error Missing a Javadoc comment. 147
error Missing a Javadoc comment. 148
error Missing a Javadoc comment. 149
error Line is longer than 80 characters. 150
error Missing a Javadoc comment. 150
error Line is longer than 80 characters. 155
error Missing a Javadoc comment. 155
error '<' is not preceded with whitespace. 155
error '<' is not followed by whitespace. 155
error '>' is not preceded with whitespace. 155
error '<' is not preceded with whitespace. 155
error '<' is not followed by whitespace. 155
error '>' is not preceded with whitespace. 155
error '>' is not followed by whitespace. 155
error Line is longer than 80 characters. 160
error Missing a Javadoc comment. 160
error '<' is not preceded with whitespace. 160
error '<' is not followed by whitespace. 160
error '<' is not preceded with whitespace. 160
error '<' is not followed by whitespace. 160
error '>' is not preceded with whitespace. 160
error '>' is not followed by whitespace. 160
error '>' is not preceded with whitespace. 160
error '<' is not preceded with whitespace. 160
error '<' is not followed by whitespace. 160
error '<' is not preceded with whitespace. 160
error '<' is not followed by whitespace. 160
error '>' is not preceded with whitespace. 160
error '>' is not followed by whitespace. 160
error '>' is not preceded with whitespace. 160
error '>' is not followed by whitespace. 160
error Line is longer than 80 characters. 165
error Missing a Javadoc comment. 165
error '<' is not preceded with whitespace. 165
error '<' is not followed by whitespace. 165
error '>' is not preceded with whitespace. 165
error '<' is not preceded with whitespace. 165
error '<' is not followed by whitespace. 165
error '>' is not preceded with whitespace. 165
error '>' is not followed by whitespace. 165
error Missing a Javadoc comment. 168
error '<' is not preceded with whitespace. 168
error '<' is not followed by whitespace. 168
error '>' is not preceded with whitespace. 168
error Missing a Javadoc comment. 172
error '<' is not preceded with whitespace. 172
error '<' is not followed by whitespace. 172
error '<' is not preceded with whitespace. 172
error '<' is not followed by whitespace. 172
error '>' is not preceded with whitespace. 172
error '>' is not followed by whitespace. 172
error '>' is not preceded with whitespace. 172
error Missing a Javadoc comment. 176
error Parameter id should be final. 176
error Parameter template should be final. 176
error '<' is not preceded with whitespace. 179
error '<' is not followed by whitespace. 179
error '>' is not preceded with whitespace. 179
error '<' is not preceded with whitespace. 181
error '<' is not followed by whitespace. 181
error '>' is not preceded with whitespace. 181
error '>' is not followed by whitespace. 181
error Line is longer than 80 characters. 188
error Missing a Javadoc comment. 194
error Parameter name should be final. 194
error Parameter regexp should be final. 194
error Missing a Javadoc comment. 198
error Line is longer than 80 characters. 199
error Parameter uri should be final. 199
error Parameter localName should be final. 199
error Parameter qName should be final. 199
error Parameter attributes should be final. 199
error Line is longer than 80 characters. 206
error Missing a Javadoc comment. 211
error Line is longer than 80 characters. 212
error Parameter configFile should be final. 212
error Missing a Javadoc comment. 221
error Missing a Javadoc comment. 223
error Method 'extrMetadata' is not designed for extension - needs to be abstract, final or empty. 227
error Missing a Javadoc comment. 227
error Parameter file should be final. 228
error Line is longer than 80 characters. 237
error '<' is not preceded with whitespace. 237
error '<' is not followed by whitespace. 237
error '>' is not preceded with whitespace. 237
error Missing a Javadoc comment. 247
error Parameter args should be final. 247

org/apache/oodt/cas/metadata/extractors/ExternMetExtractorMetKeys.java

Violation Message Line
error Line has trailing spaces. 25
error interfaces should describe a type and hence have methods. 30
error Missing a Javadoc comment. 32
error Missing a Javadoc comment. 34
error Missing a Javadoc comment. 36

org/apache/oodt/cas/metadata/extractors/MetReaderConfigReader.java

Violation Message Line
error Line is longer than 80 characters. 28
error Line has trailing spaces. 31
error Line has trailing spaces. 34
error Line contains a tab character. 41
error Line contains a tab character. 42
error Line has trailing spaces. 43
error Line contains a tab character. 43
error Line is longer than 80 characters. 44
error Line contains a tab character. 44
error Line contains a tab character. 45
error Line contains a tab character. 46
error Method 'parseConfigFile' is not designed for extension - needs to be abstract, final or empty. 46
error Missing a Javadoc comment. 46
error Parameter configFile should be final. 46
error Line contains a tab character. 47
error Line contains a tab character. 48
error Line contains a tab character. 49
error Line contains a tab character. 50
error Line contains a tab character. 51
error Line contains a tab character. 52
error Line contains a tab character. 53
error Line is longer than 80 characters. 54
error Line contains a tab character. 54
error Line contains a tab character. 55
error Line contains a tab character. 56
error Line contains a tab character. 57

org/apache/oodt/cas/metadata/Metadata.java

Violation Message Line
error Line is longer than 80 characters. 1
error Line is longer than 80 characters. 4
error Line is longer than 80 characters. 5
error Line has trailing spaces. 28
error Line has trailing spaces. 32
error Line has trailing spaces. 36
error Missing a Javadoc comment. 40
error Missing a Javadoc comment. 42
error Missing a Javadoc comment. 46
error Parameter metadata should be final. 46
error First sentence should end with a period. 51
error Line has trailing spaces. 53
error Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. 57
error Parameter metadata should be final. 57
error Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. 63
error Missing a Javadoc comment. 63
error Parameter group should be final. 63
error Parameter metadata should be final. 63
error First sentence should end with a period. 73
error Line has trailing spaces. 75
error Method 'replaceMetadata' is not designed for extension - needs to be abstract, final or empty. 78
error Parameter metadata should be final. 78
error Expected @param tag for 'metadata'. 78
error Method 'replaceMetadata' is not designed for extension - needs to be abstract, final or empty. 84
error Missing a Javadoc comment. 84
error Parameter group should be final. 84
error Parameter metadata should be final. 84
error First sentence should end with a period. 94
error Line has trailing spaces. 96
error Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. 102
error Parameter key should be final. 102
error Parameter value should be final. 102
error First sentence should end with a period. 106
error Line has trailing spaces. 108
error Method 'replaceMetadata' is not designed for extension - needs to be abstract, final or empty. 114
error Parameter key should be final. 114
error Parameter value should be final. 114
error First sentence should end with a period. 118
error Line has trailing spaces. 120
error Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. 126
error Parameter key should be final. 126
error Parameter values should be final. 126
error '<' is not preceded with whitespace. 126
error '<' is not followed by whitespace. 126
error '>' is not preceded with whitespace. 126
error First sentence should end with a period. 130
error Line has trailing spaces. 132
error Method 'replaceMetadata' is not designed for extension - needs to be abstract, final or empty. 138
error Parameter key should be final. 138
error Parameter values should be final. 138
error '<' is not preceded with whitespace. 138
error '<' is not followed by whitespace. 138
error '>' is not preceded with whitespace. 138
error First sentence should end with a period. 142
error Line has trailing spaces. 144
error Method 'removeMetadata' is not designed for extension - needs to be abstract, final or empty. 148
error Parameter key should be final. 148
error First sentence should end with a period. 159
error Method 'removeMetadataGroup' is not designed for extension - needs to be abstract, final or empty. 163
error Parameter group should be final. 163
error Expected @param tag for 'group'. 163
error First sentence should end with a period. 170
error Line has trailing spaces. 172
error Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. 177
error Parameter key should be final. 177
error First sentence should end with a period. 182
error Line has trailing spaces. 184
error Method 'isMultiValued' is not designed for extension - needs to be abstract, final or empty. 189
error Parameter key should be final. 189
error First sentence should end with a period. 194
error Line has trailing spaces. 196
error Method 'getSubMetadata' is not designed for extension - needs to be abstract, final or empty. 201
error Parameter group should be final. 201
error First sentence should end with a period. 210
error Line has trailing spaces. 212
error Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. 217
error Parameter key should be final. 217
error First sentence should end with a period. 226
error Line has trailing spaces. 228
error Method 'getAllMetadata' is not designed for extension - needs to be abstract, final or empty. 233
error '<' is not preceded with whitespace. 233
error '<' is not followed by whitespace. 233
error '>' is not preceded with whitespace. 233
error Parameter key should be final. 233
error '<' is not preceded with whitespace. 236
error '<' is not followed by whitespace. 236
error '>' is not preceded with whitespace. 236
error '>' is not followed by whitespace. 236
error First sentence should end with a period. 242
error Line has trailing spaces. 244
error Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. 249
error '<' is not preceded with whitespace. 249
error '<' is not followed by whitespace. 249
error '>' is not preceded with whitespace. 249
error Parameter group should be final. 249
error '<' is not preceded with whitespace. 254
error '<' is not followed by whitespace. 254
error '>' is not preceded with whitespace. 254
error '>' is not followed by whitespace. 254
error First sentence should end with a period. 258
error Line has trailing spaces. 260
error Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. 263
error '<' is not preceded with whitespace. 263
error '<' is not followed by whitespace. 263
error '>' is not preceded with whitespace. 263
error Method 'getKeys' is not designed for extension - needs to be abstract, final or empty. 267
error Missing a Javadoc comment. 267
error '<' is not preceded with whitespace. 267
error '<' is not followed by whitespace. 267
error '>' is not preceded with whitespace. 267
error Parameter group should be final. 267
error '<' is not preceded with whitespace. 268
error '<' is not followed by whitespace. 268
error '>' is not preceded with whitespace. 268
error '<' is not preceded with whitespace. 268
error '<' is not followed by whitespace. 268
error '>' is not preceded with whitespace. 268
error '>' is not followed by whitespace. 268
error First sentence should end with a period. 277
error Line has trailing spaces. 279
error Method 'getAllKeys' is not designed for extension - needs to be abstract, final or empty. 284
error '<' is not preceded with whitespace. 284
error '<' is not followed by whitespace. 284
error '>' is not preceded with whitespace. 284
error Parameter group should be final. 284
error '<' is not preceded with whitespace. 289
error '<' is not followed by whitespace. 289
error '>' is not preceded with whitespace. 289
error '>' is not followed by whitespace. 289
error First sentence should end with a period. 293
error Line has trailing spaces. 295
error Method 'getAllKeys' is not designed for extension - needs to be abstract, final or empty. 298
error '<' is not preceded with whitespace. 298
error '<' is not followed by whitespace. 298
error '>' is not preceded with whitespace. 298
error Method 'getAllKeys' is not designed for extension - needs to be abstract, final or empty. 302
error Missing a Javadoc comment. 302
error '<' is not preceded with whitespace. 302
error '<' is not followed by whitespace. 302
error '>' is not preceded with whitespace. 302
error Parameter group should be final. 302
error '<' is not preceded with whitespace. 303
error '<' is not followed by whitespace. 303
error '>' is not preceded with whitespace. 303
error '<' is not preceded with whitespace. 303
error '<' is not followed by whitespace. 303
error '>' is not preceded with whitespace. 303
error '>' is not followed by whitespace. 303
error Line has trailing spaces. 312
error First sentence should end with a period. 313
error Method 'getAllKeysWithName' is not designed for extension - needs to be abstract, final or empty. 318
error '<' is not preceded with whitespace. 318
error '<' is not followed by whitespace. 318
error '>' is not preceded with whitespace. 318
error Parameter key should be final. 318
error Line contains a tab character. 319
error '<' is not preceded with whitespace. 319
error '<' is not followed by whitespace. 319
error '>' is not preceded with whitespace. 319
error '<' is not preceded with whitespace. 319
error '<' is not followed by whitespace. 319
error '>' is not preceded with whitespace. 319
error '>' is not followed by whitespace. 319
error Line contains a tab character. 320
error '<' is not preceded with whitespace. 320
error '<' is not followed by whitespace. 320
error '>' is not preceded with whitespace. 320
error '<' is not preceded with whitespace. 320
error '<' is not followed by whitespace. 320
error '>' is not preceded with whitespace. 320
error '>' is not followed by whitespace. 320
error Line contains a tab character. 321
error Line contains a tab character. 322
error Line contains a tab character. 323
error Line contains a tab character. 324
error Line contains a tab character. 327
error Line contains a tab character. 328
error Line contains a tab character. 329
error First sentence should end with a period. 332
error Line has trailing spaces. 334
error Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 337
error '<' is not preceded with whitespace. 337
error '<' is not followed by whitespace. 337
error '>' is not preceded with whitespace. 337
error '<' is not preceded with whitespace. 338
error '<' is not followed by whitespace. 338
error '>' is not preceded with whitespace. 338
error '<' is not preceded with whitespace. 338
error '<' is not followed by whitespace. 338
error '>' is not preceded with whitespace. 338
error '>' is not followed by whitespace. 338
error First sentence should end with a period. 345
error Line has trailing spaces. 347
error Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 352
error '<' is not preceded with whitespace. 352
error '<' is not followed by whitespace. 352
error '>' is not preceded with whitespace. 352
error Parameter group should be final. 352
error '<' is not preceded with whitespace. 353
error '<' is not followed by whitespace. 353
error '>' is not preceded with whitespace. 353
error '<' is not preceded with whitespace. 353
error '<' is not followed by whitespace. 353
error '>' is not preceded with whitespace. 353
error '>' is not followed by whitespace. 353
error First sentence should end with a period. 360
error Line has trailing spaces. 362
error Method 'getAllValues' is not designed for extension - needs to be abstract, final or empty. 365
error '<' is not preceded with whitespace. 365
error '<' is not followed by whitespace. 365
error '>' is not preceded with whitespace. 365
error '<' is not preceded with whitespace. 366
error '<' is not followed by whitespace. 366
error '>' is not preceded with whitespace. 366
error '<' is not preceded with whitespace. 366
error '<' is not followed by whitespace. 366
error '>' is not preceded with whitespace. 366
error '>' is not followed by whitespace. 366
error First sentence should end with a period. 373
error Line has trailing spaces. 375
error Method 'getAllValues' is not designed for extension - needs to be abstract, final or empty. 380
error '<' is not preceded with whitespace. 380
error '<' is not followed by whitespace. 380
error '>' is not preceded with whitespace. 380
error Parameter group should be final. 380
error '<' is not preceded with whitespace. 381
error '<' is not followed by whitespace. 381
error '>' is not preceded with whitespace. 381
error '<' is not preceded with whitespace. 381
error '<' is not followed by whitespace. 381
error '>' is not preceded with whitespace. 381
error '>' is not followed by whitespace. 381
error Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. 388
error Missing a Javadoc comment. 388
error Parameter metadata should be final. 389
error '<' is not preceded with whitespace. 389
error '<' is not followed by whitespace. 389
error '>' is not preceded with whitespace. 389
error Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. 393
error Missing a Javadoc comment. 393
error Parameter metadata should be final. 393
error '<' is not preceded with whitespace. 393
error '<' is not followed by whitespace. 393
error '>' is not preceded with whitespace. 393
error Line is longer than 80 characters. 402
error Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. 405
error Parameter metadata should be final. 406
error '<' is not preceded with whitespace. 406
error '<' is not followed by whitespace. 406
error '>' is not preceded with whitespace. 406
error Parameter replace should be final. 406
error Line contains a tab character. 409
error '<' is not preceded with whitespace. 409
error '<' is not followed by whitespace. 409
error '>' is not preceded with whitespace. 409
error Line is longer than 80 characters. 410
error Line contains a tab character. 410
error '<' is not preceded with whitespace. 410
error '<' is not followed by whitespace. 410
error '>' is not preceded with whitespace. 410
error Avoid inline conditionals. 410
error '<' is not preceded with whitespace. 410
error '<' is not followed by whitespace. 410
error '>' is not preceded with whitespace. 410
error '>' is not followed by whitespace. 410
error Method 'replaceMetadata' is not designed for extension - needs to be abstract, final or empty. 421
error Missing a Javadoc comment. 421
error Parameter metadata should be final. 421
error '<' is not preceded with whitespace. 421
error '<' is not followed by whitespace. 421
error '>' is not preceded with whitespace. 421
error Method 'containsGroup' is not designed for extension - needs to be abstract, final or empty. 426
error Missing a Javadoc comment. 426
error Parameter group should be final. 426
error Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. 430
error Missing a Javadoc comment. 430
error '<' is not preceded with whitespace. 430
error '<' is not followed by whitespace. 430
error '>' is not preceded with whitespace. 430
error Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. 434
error Missing a Javadoc comment. 434
error '<' is not preceded with whitespace. 434
error '<' is not followed by whitespace. 434
error '>' is not preceded with whitespace. 434
error Parameter group should be final. 434
error Method 'getGroups' is not designed for extension - needs to be abstract, final or empty. 438
error Missing a Javadoc comment. 438
error '<' is not preceded with whitespace. 438
error '<' is not followed by whitespace. 438
error '>' is not preceded with whitespace. 438
error Parameter group should be final. 438
error '<' is not preceded with whitespace. 439
error '<' is not followed by whitespace. 439
error '>' is not preceded with whitespace. 439
error '<' is not preceded with whitespace. 439
error '<' is not followed by whitespace. 439
error '>' is not preceded with whitespace. 439
error '>' is not followed by whitespace. 439
error Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. 446
error Missing a Javadoc comment. 446
error Parameter key should be final. 446
error Method 'getGroup' is not designed for extension - needs to be abstract, final or empty. 450
error Missing a Javadoc comment. 450
error Parameter key should be final. 450
error Parameter create should be final. 450
error Method 'createNewRoot' is not designed for extension - needs to be abstract, final or empty. 471
error Missing a Javadoc comment. 471
error Missing a Javadoc comment. 475
error Missing a Javadoc comment. 477
error Missing a Javadoc comment. 479
error Missing a Javadoc comment. 480
error '<' is not preceded with whitespace. 480
error '<' is not followed by whitespace. 480
error '>' is not preceded with whitespace. 480
error Missing a Javadoc comment. 481
error Missing a Javadoc comment. 482
error '<' is not preceded with whitespace. 482
error '<' is not followed by whitespace. 482
error '>' is not preceded with whitespace. 482
error Missing a Javadoc comment. 484
error Parameter name should be final. 484
error 'name' hides a field. 484
error '<' is not preceded with whitespace. 486
error '<' is not followed by whitespace. 486
error '>' is not preceded with whitespace. 486
error '>' is not followed by whitespace. 486
error '<' is not preceded with whitespace. 487
error '<' is not followed by whitespace. 487
error '>' is not preceded with whitespace. 487
error '>' is not followed by whitespace. 487
error Line is longer than 80 characters. 492
error Parameter name should be final. 497
error 'name' hides a field. 497
error Expected @param tag for 'name'. 497
error Parameter legacy should be final. 497
error Expected @param tag for 'legacy'. 497
error '<' is not preceded with whitespace. 499
error '<' is not followed by whitespace. 499
error '>' is not preceded with whitespace. 499
error '>' is not followed by whitespace. 499
error Line is longer than 80 characters. 500
error Avoid inline conditionals. 500
error '<' is not preceded with whitespace. 500
error '<' is not followed by whitespace. 500
error '>' is not preceded with whitespace. 500
error '>' is not followed by whitespace. 500
error '<' is not preceded with whitespace. 500
error '<' is not followed by whitespace. 500
error '>' is not preceded with whitespace. 500
error '>' is not followed by whitespace. 500
error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 504
error Missing a Javadoc comment. 504
error Method 'getFullPath' is not designed for extension - needs to be abstract, final or empty. 508
error Missing a Javadoc comment. 508
error Line is longer than 80 characters. 509
error Method 'getParent' is not designed for extension - needs to be abstract, final or empty. 516
error Missing a Javadoc comment. 516
error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 520
error Missing a Javadoc comment. 520
error Parameter value should be final. 520
error Method 'setValues' is not designed for extension - needs to be abstract, final or empty. 525
error Missing a Javadoc comment. 525
error Parameter values should be final. 525
error '<' is not preceded with whitespace. 525
error '<' is not followed by whitespace. 525
error '>' is not preceded with whitespace. 525
error 'values' hides a field. 525
error Method 'clearValues' is not designed for extension - needs to be abstract, final or empty. 530
error Missing a Javadoc comment. 530
error Method 'addValue' is not designed for extension - needs to be abstract, final or empty. 534
error Missing a Javadoc comment. 534
error Parameter value should be final. 534
error Method 'addValues' is not designed for extension - needs to be abstract, final or empty. 538
error Missing a Javadoc comment. 538
error Parameter value should be final. 538
error '<' is not preceded with whitespace. 538
error '<' is not followed by whitespace. 538
error '>' is not preceded with whitespace. 538
error Method 'hasValues' is not designed for extension - needs to be abstract, final or empty. 542
error Missing a Javadoc comment. 542
error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 546
error Missing a Javadoc comment. 546
error Method 'getValues' is not designed for extension - needs to be abstract, final or empty. 554
error Missing a Javadoc comment. 554
error '<' is not preceded with whitespace. 554
error '<' is not followed by whitespace. 554
error '>' is not preceded with whitespace. 554
error Method 'addChild' is not designed for extension - needs to be abstract, final or empty. 558
error Missing a Javadoc comment. 558
error Parameter child should be final. 558
error Method 'addChildren' is not designed for extension - needs to be abstract, final or empty. 563
error Missing a Javadoc comment. 563
error Parameter children should be final. 563
error '<' is not preceded with whitespace. 563
error '<' is not followed by whitespace. 563
error '>' is not preceded with whitespace. 563
error 'children' hides a field. 563
error Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. 569
error Missing a Javadoc comment. 569
error '<' is not preceded with whitespace. 569
error '<' is not followed by whitespace. 569
error '>' is not preceded with whitespace. 569
error '<' is not preceded with whitespace. 570
error '<' is not followed by whitespace. 570
error '>' is not preceded with whitespace. 570
error '>' is not followed by whitespace. 570
error Method 'removeChild' is not designed for extension - needs to be abstract, final or empty. 573
error Missing a Javadoc comment. 573
error Parameter name should be final. 573
error 'name' hides a field. 573
error Method 'getChild' is not designed for extension - needs to be abstract, final or empty. 577
error Missing a Javadoc comment. 577
error Parameter name should be final. 577
error 'name' hides a field. 577
error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 581
error Missing a Javadoc comment. 581
error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 591
error Missing a Javadoc comment. 591
error Method 'getHashTable' is not designed for extension - needs to be abstract, final or empty. 599
error Missing a Javadoc comment. 599
error '<' is not preceded with whitespace. 600
error '<' is not followed by whitespace. 600
error '>' is not preceded with whitespace. 600
error '<' is not preceded with whitespace. 601
error '<' is not followed by whitespace. 601
error '>' is not preceded with whitespace. 601
error '<' is not preceded with whitespace. 601
error '<' is not followed by whitespace. 601
error '>' is not preceded with whitespace. 601
error '>' is not followed by whitespace. 601
error Method 'getMap' is not designed for extension - needs to be abstract, final or empty. 608
error Missing a Javadoc comment. 608
error '<' is not preceded with whitespace. 608
error '<' is not followed by whitespace. 608
error '>' is not preceded with whitespace. 608
error '<' is not preceded with whitespace. 609
error '<' is not followed by whitespace. 609
error '>' is not preceded with whitespace. 609
error '<' is not preceded with whitespace. 609
error '<' is not followed by whitespace. 609
error '>' is not preceded with whitespace. 609
error '>' is not followed by whitespace. 609
error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 616
error Missing a Javadoc comment. 616
error Parameter obj should be final. 616
error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 635
error Missing a Javadoc comment. 635
error Avoid inline conditionals. 637

org/apache/oodt/cas/metadata/extractors/FilenameTokenConfig.java

Violation Message Line
error Line is longer than 80 characters. 31
error Line has trailing spaces. 40
error Line has trailing spaces. 42
error Line has trailing spaces. 45
error Missing a Javadoc comment. 49
error Missing a Javadoc comment. 51
error Missing a Javadoc comment. 55
error Parameter conf should be final. 55
error 'conf' hides a field. 55
error Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. 59
error Missing a Javadoc comment. 59
error Parameter confFilePath should be final. 59
error Method 'getDateFormatter' is not designed for extension - needs to be abstract, final or empty. 65
error Missing a Javadoc comment. 65
error Method 'hasTokenNameList' is not designed for extension - needs to be abstract, final or empty. 70
error Missing a Javadoc comment. 70
error Method 'getTokenDelimeterScalar' is not designed for extension - needs to be abstract, final or empty. 74
error Missing a Javadoc comment. 74
error Method 'getTokenMetKeyNames' is not designed for extension - needs to be abstract, final or empty. 79
error Missing a Javadoc comment. 79
error '<' is not preceded with whitespace. 79
error '<' is not followed by whitespace. 79
error '>' is not preceded with whitespace. 79
error '<' is not preceded with whitespace. 80
error '<' is not followed by whitespace. 80
error '>' is not preceded with whitespace. 80
error '>' is not followed by whitespace. 80
error '<' is not preceded with whitespace. 80
error '<' is not followed by whitespace. 80
error '?' is not preceded with whitespace. 80
error '>' is not preceded with whitespace. 80
error '?' is not followed by whitespace. 80
error '>' is not followed by whitespace. 80
error Method 'getSubstringOffsetMet' is not designed for extension - needs to be abstract, final or empty. 84
error Missing a Javadoc comment. 84
error Parameter file should be final. 84
error Method 'getCommonMet' is not designed for extension - needs to be abstract, final or empty. 104
error Missing a Javadoc comment. 104
error '<' is not preceded with whitespace. 116
error '<' is not followed by whitespace. 116
error '>' is not preceded with whitespace. 116
error '>' is not followed by whitespace. 116
error '<' is not preceded with whitespace. 116
error '<' is not followed by whitespace. 116
error '?' is not preceded with whitespace. 116
error '>' is not preceded with whitespace. 116
error '?' is not followed by whitespace. 116
error '>' is not followed by whitespace. 116
error Method 'getConf' is not designed for extension - needs to be abstract, final or empty. 127
error Method 'setConf' is not designed for extension - needs to be abstract, final or empty. 135
error Parameter conf should be final. 135
error 'conf' hides a field. 135

org/apache/oodt/cas/metadata/extractors/MetReaderExtractor.java

Violation Message Line
error Line has trailing spaces. 36
error Missing a Javadoc comment. 46
error Missing a Javadoc comment. 48
error Missing a Javadoc comment. 50
error Variable 'reader' must be private and have accessor methods. 50
error First sentence should end with a period. 52
error Line has trailing spaces. 62
error Parameter metFileExt should be final. 66
error 'metFileExt' hides a field. 66
error Line has trailing spaces. 73
error Line is longer than 80 characters. 74
error Method 'extrMetadata' is not designed for extension - needs to be abstract, final or empty. 76
error Missing a Javadoc comment. 76
error Parameter file should be final. 76
error Line contains a tab character. 80
error Line contains a tab character. 81
error Line is longer than 80 characters. 84
error Line contains a tab character. 88
error Missing a Javadoc comment. 105
error Parameter args should be final. 105

org/apache/oodt/cas/metadata/preconditions/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/metadata/MetExtractor.java

Violation Message Line
error Line has trailing spaces. 31
error Line has trailing spaces. 35
error Line is longer than 80 characters. 38
error Line has trailing spaces. 41
error Line has trailing spaces. 47
error Line has trailing spaces. 58
error Line has trailing spaces. 71
error Line has trailing spaces. 83
error Expected @throws tag for 'MetExtractionException'. 88
error Line has trailing spaces. 93
error Expected @throws tag for 'MetExtractionException'. 98
error First sentence should end with a period. 100
error Line has trailing spaces. 102
error Line has trailing spaces. 111
error Line has trailing spaces. 127
error Line has trailing spaces. 143
error Line has trailing spaces. 159

org/apache/oodt/cas/metadata/filenaming/PathUtilsNamingConvention.java

Violation Message Line
error Missing a Javadoc comment. 41
error Missing a Javadoc comment. 43
error Line has trailing spaces. 44
error Missing a Javadoc comment. 45
error '{' is not preceded with whitespace. 45
error Line contains a tab character. 46
error Line has trailing spaces. 48
error Method 'rename' is not designed for extension - needs to be abstract, final or empty. 49
error Missing a Javadoc comment. 49
error Parameter file should be final. 49
error Parameter metadata should be final. 49
error Method 'setNamingConv' is not designed for extension - needs to be abstract, final or empty. 68
error Missing a Javadoc comment. 68
error Parameter namingConv should be final. 68
error 'namingConv' hides a field. 68
error Line has trailing spaces. 71
error Line contains a tab character. 72
error Method 'addTmpReplaceMet' is not designed for extension - needs to be abstract, final or empty. 72
error Missing a Javadoc comment. 72
error Parameter key should be final. 72
error Parameter values should be final. 72
error '<' is not preceded with whitespace. 72
error '<' is not followed by whitespace. 72
error '>' is not preceded with whitespace. 72
error Line contains a tab character. 73
error Line contains a tab character. 74
error Line has trailing spaces. 75
error Line contains a tab character. 75
error Line contains a tab character. 76
error Method 'getTmpReplaceMet' is not designed for extension - needs to be abstract, final or empty. 76
error Missing a Javadoc comment. 76
error Line contains a tab character. 77
error Line contains a tab character. 78

org/apache/oodt/cas/metadata/extractors/DataSourceMetExtractorConfigReader.java

Violation Message Line
error Line is longer than 80 characters. 24
error Line is longer than 80 characters. 27
error Line is longer than 80 characters. 31
error Method 'parseConfigFile' is not designed for extension - needs to be abstract, final or empty. 33
error Missing a Javadoc comment. 33
error Parameter configFile should be final. 34

org/apache/oodt/cas/metadata/extractors/ExternalMetExtractorConfig.java

Violation Message Line
error Line has trailing spaces. 28
error Missing a Javadoc comment. 36
error Missing a Javadoc comment. 38
error Missing a Javadoc comment. 40
error Missing a Javadoc comment. 42
error Missing a Javadoc comment. 44
error Missing a Javadoc comment. 48
error Parameter workingDirPath should be final. 48
error 'workingDirPath' hides a field. 48
error Parameter extractorBinPath should be final. 49
error 'extractorBinPath' hides a field. 49
error Parameter argList should be final. 49
error 'argList' hides a field. 49
error Method 'getArgList' is not designed for extension - needs to be abstract, final or empty. 59
error Method 'setArgList' is not designed for extension - needs to be abstract, final or empty. 67
error Parameter argList should be final. 67
error 'argList' hides a field. 67
error Method 'getExtractorBinPath' is not designed for extension - needs to be abstract, final or empty. 74
error Method 'setExtractorBinPath' is not designed for extension - needs to be abstract, final or empty. 82
error Parameter extractorBinPath should be final. 82
error 'extractorBinPath' hides a field. 82
error Method 'getWorkingDirPath' is not designed for extension - needs to be abstract, final or empty. 89
error Method 'setWorkingDirPath' is not designed for extension - needs to be abstract, final or empty. 97
error Parameter workingDirPath should be final. 97
error 'workingDirPath' hides a field. 97
error Method 'getMetFileExt' is not designed for extension - needs to be abstract, final or empty. 104
error Method 'setMetFileExt' is not designed for extension - needs to be abstract, final or empty. 112
error Parameter metFileExt should be final. 112
error 'metFileExt' hides a field. 112

org/apache/oodt/cas/metadata/extractors/ExternMetExtractor.java

Violation Message Line
error Redundant import from the same package - org.apache.oodt.cas.metadata.extractors.CmdLineMetExtractor. 37
error Line has trailing spaces. 44
error Missing a Javadoc comment. 53
error Missing a Javadoc comment. 55
error Line has trailing spaces. 61
error Line is longer than 80 characters. 62
error Method 'extrMetadata' is not designed for extension - needs to be abstract, final or empty. 64
error Missing a Javadoc comment. 64
error Parameter file should be final. 64
error Line is longer than 80 characters. 85
error Missing a Javadoc comment. 137
error Parameter args should be final. 137

org/apache/oodt/cas/metadata/extractors/FilenameTokenMetExtractor.java

Violation Message Line
error Line has trailing spaces. 35
error Line has trailing spaces. 39
error Line has trailing spaces. 42
error Missing a Javadoc comment. 47
error Line has trailing spaces. 60
error Method 'extrMetadata' is not designed for extension - needs to be abstract, final or empty. 64
error Missing a Javadoc comment. 64
error Parameter file should be final. 65
error '<' is not preceded with whitespace. 69
error '<' is not followed by whitespace. 69
error '>' is not preceded with whitespace. 69
error Missing a Javadoc comment. 101
error Parameter args should be final. 101

org/apache/oodt/cas/metadata/exceptions/CasMetadataException.java

Violation Message Line
error Missing a Javadoc comment. 24
error Parameter message should be final. 24
error '{' is not preceded with whitespace. 24

org/apache/oodt/cas/metadata/extractors/TikaCmdLineMetExtractor.java

Violation Message Line
error Line has trailing spaces. 42
error Line has trailing spaces. 49
error Line has trailing spaces. 50
error Missing a Javadoc comment. 56
error Line has trailing spaces. 59
error Missing a Javadoc comment. 59
error Variable 'reader' must be private and have accessor methods. 59
error Missing a Javadoc comment. 62
error Line has trailing spaces. 68
error Method 'extrMetadata' is not designed for extension - needs to be abstract, final or empty. 73
error Missing a Javadoc comment. 73
error Parameter file should be final. 74
error Line has trailing spaces. 77
error Line is longer than 80 characters. 94
error '<' is not preceded with whitespace. 102
error '<' is not followed by whitespace. 102
error '>' is not preceded with whitespace. 102
error Line is longer than 80 characters. 107
error Line has trailing spaces. 108
error '+' should be on a new line. 108
error Line has trailing spaces. 111
error Line is longer than 80 characters. 113
error Line is longer than 80 characters. 114
error Missing a Javadoc comment. 125
error Parameter args should be final. 125

org/apache/oodt/cas/metadata/extractors/CopyAndRewriteConfigReader.java

Violation Message Line
error Line is longer than 80 characters. 27
error Line has trailing spaces. 30
error Line has trailing spaces. 33
error Line has trailing spaces. 42
error Line is longer than 80 characters. 43
error Method 'parseConfigFile' is not designed for extension - needs to be abstract, final or empty. 45
error Missing a Javadoc comment. 45
error Parameter configFile should be final. 45

org/apache/oodt/cas/metadata/exceptions/PreconditionComparatorException.java

Violation Message Line
error Line has trailing spaces. 23
error Line has trailing spaces. 26
error Line is longer than 80 characters. 28
error Missing a Javadoc comment. 33
error Missing a Javadoc comment. 35
error Missing a Javadoc comment. 39
error Parameter msg should be final. 39

org/apache/oodt/cas/metadata/extractors/FilenameTokenExtractorMetKeys.java

Violation Message Line
error Line has trailing spaces. 22
error Line has trailing spaces. 24
error Line has trailing spaces. 27
error interfaces should describe a type and hence have methods. 29
error Line has trailing spaces. 30
error Missing a Javadoc comment. 31
error Line has trailing spaces. 32
error Missing a Javadoc comment. 33
error Line has trailing spaces. 34
error Missing a Javadoc comment. 35
error Line has trailing spaces. 36
error Missing a Javadoc comment. 37
error Missing a Javadoc comment. 39
error Missing a Javadoc comment. 41
error Missing a Javadoc comment. 43
error Missing a Javadoc comment. 45

org/apache/oodt/cas/metadata/util/MimeTypeUtils.java

Violation Message Line
error Line has trailing spaces. 43
error Missing a Javadoc comment. 53
error Missing a Javadoc comment. 54
error Missing a Javadoc comment. 57
error Missing a Javadoc comment. 59
error Missing a Javadoc comment. 62
error Missing a Javadoc comment. 65
error 'static' modifier out of order with the JLS suggestions. 65
error Missing a Javadoc comment. 68
error Missing a Javadoc comment. 71
error Missing a Javadoc comment. 75
error Parameter filePath should be final. 75
error Missing a Javadoc comment. 79
error Parameter filePath should be final. 79
error Parameter magic should be final. 79
error Missing a Javadoc comment. 84
error Parameter mimeIs should be final. 84
error Parameter magic should be final. 84
error Line contains a tab character. 85
error Line contains a tab character. 86
error Line contains a tab character. 87
error Line contains a tab character. 88
error Line contains a tab character. 89
error 'catch' is not preceded with whitespace. 89
error '}' is not followed by whitespace. 89
error Line is longer than 80 characters. 90
error Line contains a tab character. 90
error Line contains a tab character. 91
error First sentence should end with a period. 94
error Line has trailing spaces. 97
error Line has trailing spaces. 101
error Parameter origType should be final. 107
error Line has trailing spaces. 126
error Parameter url should be final. 133
error Parameter data should be final. 133
error Line has trailing spaces. 149
error Line is longer than 80 characters. 151
error Parameter typeName should be final. 158
error Parameter url should be final. 158
error Parameter data should be final. 159
error Line is longer than 80 characters. 164
error Avoid inline conditionals. 164
error Must have at least one statement. 167
error Avoid inline conditionals. 173
error Line is longer than 80 characters. 185
error Avoid inline conditionals. 185
error Must have at least one statement. 186
error Must have at least one statement. 220
error Avoid inline conditionals. 225
error Parameter url should be final. 238
error Line contains a tab character. 240
error Line is longer than 80 characters. 247
error Parameter name should be final. 256
error Line is longer than 80 characters. 266
error Parameter f should be final. 274
error Parameter data should be final. 294
error Line has trailing spaces. 301
error Missing a Javadoc comment. 302
error Parameter mimeType should be final. 302
error Line contains a tab character. 303
error Line contains a tab character. 304
error Line contains a tab character. 305
error 'catch' is not preceded with whitespace. 305
error '}' is not followed by whitespace. 305
error Line has trailing spaces. 306
error Line is longer than 80 characters. 306
error Line contains a tab character. 306
error Line contains a tab character. 307
error Line contains a tab character. 308
error Line contains a tab character. 309
error Missing a Javadoc comment. 312
error Parameter mimeType should be final. 312
error Line contains a tab character. 313
error Line is longer than 80 characters. 314
error Line contains a tab character. 314
error Line contains a tab character. 315
error Line contains a tab character. 320
error 'catch' is not preceded with whitespace. 320
error '}' is not followed by whitespace. 320
error Line has trailing spaces. 321
error Line contains a tab character. 321
error Line contains a tab character. 322
error Line contains a tab character. 323
error Line contains a tab character. 324
error Line has trailing spaces. 326
error Parameter mimeMagic should be final. 337
error 'mimeMagic' hides a field. 337
error Line has trailing spaces. 340
error Line is longer than 80 characters. 341
error Missing a Javadoc comment. 341
error Parameter stream should be final. 341
error Line contains a tab character. 342
error Line has trailing spaces. 344
error Line has trailing spaces. 345
error Line is longer than 80 characters. 345
error Missing a Javadoc comment. 345
error Parameter stream should be final. 345
error Parameter headerByteSize should be final. 345
error Line contains a tab character. 346

org/apache/oodt/cas/metadata/MetExtractorConfigReader.java

Violation Message Line
error Line is longer than 80 characters. 25
error Line has trailing spaces. 28
error Line has trailing spaces. 31
error First sentence should end with a period. 39
error Line has trailing spaces. 41