spacer spacer spacer
spacer spacer spacer
spacer
NASA Jet Propulsion Laboratory, California Institute of Technology + View the NASA Portal

+ NASA en Español

+ Contact NASA
Search the API    

Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
73 0 0 817

Files

Files I W E
gov/nasa/jpl/oodt/cas/metadata/AbstractMetExtractor.java 0 0 76
gov/nasa/jpl/oodt/cas/metadata/MetExtractor.java 0 0 28
gov/nasa/jpl/oodt/cas/metadata/MetExtractorConfig.java 0 0 3
gov/nasa/jpl/oodt/cas/metadata/MetExtractorConfigReader.java 0 0 7
gov/nasa/jpl/oodt/cas/metadata/Metadata.java 0 0 80
gov/nasa/jpl/oodt/cas/metadata/SerializableMetadata.java 0 0 55
gov/nasa/jpl/oodt/cas/metadata/exceptions/MetExtractionException.java 0 0 44
gov/nasa/jpl/oodt/cas/metadata/exceptions/MetExtractorConfigReaderException.java 0 0 16
gov/nasa/jpl/oodt/cas/metadata/exceptions/package.html 0 0 1
gov/nasa/jpl/oodt/cas/metadata/extractors/CmdLineMetExtractor.java 0 0 14
gov/nasa/jpl/oodt/cas/metadata/extractors/CopyAndRewriteConfig.java 0 0 4
gov/nasa/jpl/oodt/cas/metadata/extractors/CopyAndRewriteConfigReader.java 0 0 9
gov/nasa/jpl/oodt/cas/metadata/extractors/CopyAndRewriteExtractor.java 0 0 23
gov/nasa/jpl/oodt/cas/metadata/extractors/ExternConfigReader.java 0 0 13
gov/nasa/jpl/oodt/cas/metadata/extractors/ExternConfigReaderMetKeys.java 0 0 25
gov/nasa/jpl/oodt/cas/metadata/extractors/ExternMetExtractor.java 0 0 16
gov/nasa/jpl/oodt/cas/metadata/extractors/ExternMetExtractorMetKeys.java 0 0 11
gov/nasa/jpl/oodt/cas/metadata/extractors/ExternalMetExtractorConfig.java 0 0 30
gov/nasa/jpl/oodt/cas/metadata/extractors/MetReaderConfigReader.java 0 0 9
gov/nasa/jpl/oodt/cas/metadata/extractors/MetReaderExtractor.java 0 0 20
gov/nasa/jpl/oodt/cas/metadata/extractors/package.html 0 0 1
gov/nasa/jpl/oodt/cas/metadata/package.html 0 0 1
gov/nasa/jpl/oodt/cas/metadata/preconditions/ExistanceCheckComparator.java 0 0 14
gov/nasa/jpl/oodt/cas/metadata/preconditions/FileSizeComparator.java 0 0 7
gov/nasa/jpl/oodt/cas/metadata/preconditions/PreCondEvalUtils.java 0 0 21
gov/nasa/jpl/oodt/cas/metadata/preconditions/PreCondition.java 0 0 30
gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionComparator.java 0 0 11
gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionOperatorMetKeys.java 0 0 12
gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionReaderMetKeys.java 0 0 12
gov/nasa/jpl/oodt/cas/metadata/preconditions/PreConditionsConfigReader.java 0 0 8
gov/nasa/jpl/oodt/cas/metadata/preconditions/package.html 0 0 1
gov/nasa/jpl/oodt/cas/metadata/util/DOMUtil.java 0 0 15
gov/nasa/jpl/oodt/cas/metadata/util/EnvUtilities.java 0 0 22
gov/nasa/jpl/oodt/cas/metadata/util/ExecUtils.java 0 0 23
gov/nasa/jpl/oodt/cas/metadata/util/GenericMetadataObjectFactory.java 0 0 7
gov/nasa/jpl/oodt/cas/metadata/util/PathUtils.java 0 0 35
gov/nasa/jpl/oodt/cas/metadata/util/StreamGobbler.java 0 0 34
gov/nasa/jpl/oodt/cas/metadata/util/XMLUtils.java 0 0 78
gov/nasa/jpl/oodt/cas/metadata/util/package.html 0 0 1

gov/nasa/jpl/oodt/cas/metadata/AbstractMetExtractor.java

Error Line
Error Line does not match expected header line of 'Copyright 1999-2005 California Institute of Technology. ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged. REDISTRIBUTION AND/OR MODIFICATION AND/OR USE OF THIS SOFTWARE WITHOUT PRIOR AUTHORIZATION IS STRICTLY FORBIDDEN.'. 1
Error Line has trailing spaces. 22
Error Line is longer than 80 characters. 24
Error Missing a Javadoc comment. 29
Error Variable 'config' must be private and have accessor methods. 29
Error Missing a Javadoc comment. 31
Error Variable 'reader' must be private and have accessor methods. 31
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 36
Error Parameter reader should be final. 36
Error 'reader' hides a field. 36
Error First sentence should end with a period. 40
Error Line has trailing spaces. 42
Error Parameter file should be final. 49
Error Line has trailing spaces. 54
Error Line is longer than 80 characters. 55
Error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter f should be final. 57
Error 'if' construct must use '{}'s. 58
Error Line has trailing spaces. 65
Error Line is longer than 80 characters. 66
Error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter filePath should be final. 68
Error Line has trailing spaces. 75
Error Line is longer than 80 characters. 76
Error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 78
Error Missing a Javadoc comment. 78
Error Parameter fileUrl should be final. 78
Error Line has trailing spaces. 90
Error Line is longer than 80 characters. 91
Error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 94
Error Missing a Javadoc comment. 94
Error Parameter f should be final. 94
Error Parameter configFile should be final. 94
Error Line has trailing spaces. 102
Error Line is longer than 80 characters. 103
Error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 106
Error Missing a Javadoc comment. 106
Error Parameter f should be final. 106
Error Parameter configFilePath should be final. 106
Error Line has trailing spaces. 113
Error Line is longer than 80 characters. 114
Error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error Parameter f should be final. 117
Error Parameter config should be final. 117
Error 'config' hides a field. 117
Error Line has trailing spaces. 125
Error Line is longer than 80 characters. 126
Error Method 'extractMetadata' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Parameter fileUrl should be final. 129
Error Parameter config should be final. 129
Error 'config' hides a field. 129
Error Line has trailing spaces. 137
Error Line is longer than 80 characters. 138
Error Method 'setConfigFile' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error Parameter f should be final. 140
Error Line has trailing spaces. 152
Error Line is longer than 80 characters. 153
Error Method 'setConfigFile' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error Parameter config should be final. 155
Error 'config' hides a field. 155
Error Line has trailing spaces. 161
Error Line is longer than 80 characters. 162
Error Method 'setConfigFile' is not designed for extension - needs to be abstract, final or empty. 164
Error Missing a Javadoc comment. 164
Error Parameter filePath should be final. 164
Error Missing a Javadoc comment. 168
Error Parameter url should be final. 168
Error Missing a Javadoc comment. 178
Error Parameter f should be final. 178

gov/nasa/jpl/oodt/cas/metadata/MetExtractor.java

Error Line
Error Line does not match expected header line of 'Copyright 1999-2005 California Institute of Technology. ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged. REDISTRIBUTION AND/OR MODIFICATION AND/OR USE OF THIS SOFTWARE WITHOUT PRIOR AUTHORIZATION IS STRICTLY FORBIDDEN.'. 1
Error Line has trailing spaces. 18
Error Line has trailing spaces. 22
Error Line is longer than 80 characters. 25
Error Line has trailing spaces. 28
Error Line has trailing spaces. 34
Error Redundant 'public' modifier. 41
Error Line has trailing spaces. 45
Error Redundant 'public' modifier. 52
Error Line has trailing spaces. 58
Error Redundant 'public' modifier. 65
Error Line has trailing spaces. 70
Error Redundant 'public' modifier. 75
Error Expected @throws tag for 'MetExtractionException'. 75
Error Line has trailing spaces. 80
Error Redundant 'public' modifier. 85
Error Expected @throws tag for 'MetExtractionException'. 85
Error First sentence should end with a period. 87
Error Line has trailing spaces. 89
Error Redundant 'public' modifier. 93
Error Line has trailing spaces. 98
Error Redundant 'public' modifier. 108
Error Line has trailing spaces. 114
Error Redundant 'public' modifier. 124
Error Line has trailing spaces. 130
Error Redundant 'public' modifier. 140
Error Line has trailing spaces. 146
Error Redundant 'public' modifier. 156

gov/nasa/jpl/oodt/cas/metadata/MetExtractorConfig.java

Error Line
Error Line does not match expected header line of 'Copyright 1999-2005 California Institute of Technology. ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged. REDISTRIBUTION AND/OR MODIFICATION AND/OR USE OF THIS SOFTWARE WITHOUT PRIOR AUTHORIZATION IS STRICTLY FORBIDDEN.'. 1
Error Line has trailing spaces. 9
Error Line has trailing spaces. 12

gov/nasa/jpl/oodt/cas/metadata/MetExtractorConfigReader.java

Error Line
Error Line does not match expected header line of 'Copyright 1999-2005 California Institute of Technology. ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged. REDISTRIBUTION AND/OR MODIFICATION AND/OR USE OF THIS SOFTWARE WITHOUT PRIOR AUTHORIZATION IS STRICTLY FORBIDDEN.'. 1
Error Line is longer than 80 characters. 12
Error Line has trailing spaces. 15
Error Line has trailing spaces. 18
Error First sentence should end with a period. 26
Error Line has trailing spaces. 28
Error Redundant 'public' modifier. 36

gov/nasa/jpl/oodt/cas/metadata/Metadata.java

Error Line
Error Line does not match expected header line of 'Copyright 1999-2005 California Institute of Technology. ALL R IGHTS RESERVED. U.S. Government Sponsorship acknowledged. REDISTRIBUTION AND/OR MODIFICATION AND/OR USE OF THIS SOFTWARE WITHOUT PRIOR AUTHORIZATION IS STRICTLY FORBIDDEN.'. 1
Error Line has trailing spaces. 33
Error Line has trailing spaces. 39
Error Missing a Javadoc comment. 44
Error Variable 'elementMap' must be private and have accessor methods. 44
Error Missing a Javadoc comment. 47
Error First sentence should end with a period. 50
Error Line has trailing spaces. 63
Error Parameter is should be final. 67
Error Expected @throws tag for 'Exception'. 67
Error Line has trailing spaces. 90
Error Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. 94
Error Parameter metadata should be final. 94
Error Line has trailing spaces. 104
Error Line has trailing spaces. 108
Error Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter metadata should be final. 118
Error Parameter replace should be final. 118
Error Line has trailing spaces. 152
Error Method 'replaceMetadata' is not designed for extension - needs to be abstract, final or empty. 157
Error Parameter metadata should be final. 157
Error Line has trailing spaces. 181
Error Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. 187
Error Parameter key should be final. 187
Error Parameter value should be final. 187
Error Line has trailing spaces. 206
Error Method 'addMetadata' is not designed for extension - needs to be abstract, final or empty. 213
Error Parameter key should be final. 213
Error Paramet er values should be final. 213
Error Line has trailing spaces. 228
Error Method 'replaceMetadata' is not designed for extension - needs to be abstract, final or empty. 234
Error Parameter key should be final. 234
Error Parameter values should be final. 234
Error Line has trailing spaces. 245
Error Method 'replaceMetadata' is not designed for extension - needs to be abstract, final or empty. 251
Error Parameter key should be final. 251
Error Parameter value should be final. 251
Error Line has trailing spaces. 263
Error