CAS Curation Interface

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
32001377

Files

Filesinfowarningerror
org/apache/oodt/cas/curation/servlet/package.html001
org/apache/oodt/cas/curation/util/DateUtils.java0016
org/apache/oodt/cas/curation/service/CurationService.java0075
org/apache/oodt/cas/curation/servlet/MetViewerServlet.java0016
org/apache/oodt/cas/curation/servlet/CuratorConfMetKeys.java0038
org/apache/oodt/cas/curation/service/CurationServiceConfig.java0048
org/apache/oodt/cas/curation/service/SystemResource.java0011
org/apache/oodt/cas/curation/servlet/SSOConfiguredCuratorWebService.java0010
org/apache/oodt/cas/curation/service/IngestionResource.java00136
org/apache/oodt/cas/curation/structs/package.html001
org/apache/oodt/cas/curation/util/SSOUtils.java0014
org/apache/oodt/cas/curation/servlet/UploadPolicyServlet.java0029
org/apache/oodt/cas/curation/policymgr/package.html001
org/apache/oodt/cas/curation/util/ExtractorConfigReader.java0015
org/apache/oodt/cas/curation/util/CurationXmlStructFactory.java0032
org/apache/oodt/cas/curation/servlet/UpdateDatasetMetaDataServlet.java0034
org/apache/oodt/cas/curation/structs/IngestionTaskStatus.java009
org/apache/oodt/cas/curation/servlet/DirectoryListingServlet.java0017
org/apache/oodt/cas/curation/servlet/ShowExistingDatasetsByPolicyServlet.java0025
org/apache/oodt/cas/curation/structs/IngestionTask.java0053
org/apache/oodt/cas/curation/service/MetadataResource.java00322
org/apache/oodt/cas/curation/structs/ExtractorConfig.java0037
org/apache/oodt/cas/curation/servlet/UploadMetExtractorConfigServlet.java0023
org/apache/oodt/cas/curation/servlet/UploadDatasetDefinitionServlet.java0032
org/apache/oodt/cas/curation/policymgr/CurationPolicyManager.java00168
org/apache/oodt/cas/curation/servlet/ShowExistingPoliciesServlet.java0025
org/apache/oodt/cas/curation/service/package.html001
org/apache/oodt/cas/curation/service/DirectoryResource.java0030
org/apache/oodt/cas/curation/util/ExtractorConfigWriter.java0011
org/apache/oodt/cas/curation/servlet/BeginIngestionTaskServlet.java0033
org/apache/oodt/cas/curation/service/PolicyResource.java00113
org/apache/oodt/cas/curation/util/package.html001

Details

org/apache/oodt/cas/curation/servlet/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/oodt/cas/curation/util/DateUtils.java

ViolationMessageLine
errorLine has trailing spaces.27
errorLine has trailing spaces.29
errorLine has trailing spaces.32
errorLine has trailing spaces.33
errorLine has trailing spaces.36
errorUtility classes should not have a public or default constructor.38
errorMissing a Javadoc comment.40
errorName 'ISO8601FORMAT' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
errorVariable 'ISO8601FORMAT' must be private and have accessor methods.40
errorMissing a Javadoc comment.43
errorName 'RFC822DATEFORMAT' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
errorVariable 'RFC822DATEFORMAT' must be private and have accessor methods.43
errorMissing a Javadoc comment.46
errorParameter date should be final.46
errorMissing a Javadoc comment.50
errorParameter date should be final.50

org/apache/oodt/cas/curation/service/CurationService.java

ViolationMessageLine
errorUnused import - net.sf.json.JSONObject.46
errorLine has trailing spaces.52
errorLine has trailing spaces.53
errorLine has trailing spaces.57
errorLine has trailing spaces.61
errorMissing a Javadoc comment.65
errorLine has trailing spaces.66
errorMissing a Javadoc comment.67
errorLine has trailing spaces.69
errorMissing a Javadoc comment.70
errorVariable 'config' must be private and have accessor methods.70
errorLine has trailing spaces.71
errorMissing a Javadoc comment.72
error'static' modifier out of order with the JLS suggestions.72
errorLine has trailing spaces.73
errorMissing a Javadoc comment.74
error'static' modifier out of order with the JLS suggestions.74
errorLine has trailing spaces.75
errorLine is longer than 80 characters.76
errorMissing a Javadoc comment.76
error'static' modifier out of order with the JLS suggestions.76
errorLine has trailing spaces.77
errorMissing a Javadoc comment.78
errorVariable 'sso' must be private and have accessor methods.78
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.86
errorMissing a Javadoc comment.86
errorParameter conf should be final.87
errorLine has trailing spaces.94
errorMethod 'getDirectoryAreaAsJSON' is not designed for extension - needs to be abstract, final or empty.105
errorParameter base should be final.105
errorParameter path should be final.105
errorParameter showFiles should be final.106
errorArray brackets at illegal position.109
error'<' is not preceded with whitespace.111
error'<' is not followed by whitespace.111
error'<' is not preceded with whitespace.111
error'<' is not followed by whitespace.111
error'>' is not preceded with whitespace.111
error'>' is not followed by whitespace.111
error'>' is not preceded with whitespace.111
error'<' is not preceded with whitespace.111
error'<' is not followed by whitespace.111
error'<' is not preceded with whitespace.111
error'<' is not followed by whitespace.111
error'>' is not preceded with whitespace.111
error'>' is not followed by whitespace.111
error'>' is not preceded with whitespace.111
error'>' is not followed by whitespace.111
error'<' is not preceded with whitespace.113
error'<' is not followed by whitespace.113
error'>' is not preceded with whitespace.113
error'<' is not preceded with whitespace.113
error'<' is not followed by whitespace.113
error'>' is not preceded with whitespace.113
error'>' is not followed by whitespace.113
errorArray brackets at illegal position.114
errorMethod 'getFilesInDirectory' is not designed for extension - needs to be abstract, final or empty.127
errorMissing a Javadoc comment.127
errorParameter directory should be final.127
errorParameter dir should be final.132
errorParameter name should be final.132
errorMethod 'sendRedirect' is not designed for extension - needs to be abstract, final or empty.141
errorMissing a Javadoc comment.141
errorParameter page should be final.141
errorParameter uriInfo should be final.141
errorParameter response should be final.142
errorLine is longer than 80 characters.147
errorMethod 'cleansePath' is not designed for extension - needs to be abstract, final or empty.147
errorMissing a Javadoc comment.147
errorParameter path should be final.147
errorLine has trailing spaces.156
errorLine has trailing spaces.161
errorMethod 'configureSingleSignOn' is not designed for extension - needs to be abstract, final or empty.167
errorParameter req should be final.167
errorParameter res should be final.168

org/apache/oodt/cas/curation/servlet/MetViewerServlet.java

ViolationMessageLine
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.41
errorMissing a Javadoc comment.41
errorParameter conf should be final.42
errorLine is longer than 80 characters.45
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.48
errorMissing a Javadoc comment.48
errorParameter req should be final.49
errorParameter res should be final.49
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.60
errorMissing a Javadoc comment.60
errorParameter req should be final.61
errorParameter res should be final.61

org/apache/oodt/cas/curation/servlet/CuratorConfMetKeys.java

ViolationMessageLine
errorLine has trailing spaces.22
errorLine has trailing spaces.25
errorLine has trailing spaces.28
errorinterfaces should describe a type and hence have methods.30
errorLine is longer than 80 characters.32
errorMissing a Javadoc comment.32
errorRedundant 'final' modifier.32
errorLine is longer than 80 characters.34
errorMissing a Javadoc comment.34
errorRedundant 'final' modifier.34
errorMissing a Javadoc comment.36
errorRedundant 'final' modifier.36
errorMissing a Javadoc comment.38
errorRedundant 'final' modifier.38
errorLine is longer than 80 characters.40
errorMissing a Javadoc comment.40
errorRedundant 'final' modifier.40
errorLine is longer than 80 characters.42
errorMissing a Javadoc comment.42
errorRedundant 'final' modifier.42
errorMissing a Javadoc comment.44
errorRedundant 'final' modifier.44
errorLine is longer than 80 characters.46
errorMissing a Javadoc comment.46
errorRedundant 'final' modifier.46
errorMissing a Javadoc comment.48
errorRedundant 'final' modifier.48
errorLine has trailing spaces.49
errorMissing a Javadoc comment.50
errorRedundant 'final' modifier.50
errorLine has trailing spaces.51
errorMissing a Javadoc comment.52
errorRedundant 'final' modifier.52
errorLine has trailing spaces.53
errorLine is longer than 80 characters.54
errorMissing a Javadoc comment.54
errorRedundant 'final' modifier.54
errorLine has trailing spaces.55

org/apache/oodt/cas/curation/service/CurationServiceConfig.java

ViolationMessageLine
errorUnused import - org.apache.oodt.cas.filemgr.datatransfer.DataTransferFactory.23
errorLine has trailing spaces.38
errorLine has trailing spaces.39
errorLine has trailing spaces.45
errorLine has trailing spaces.49
errorLine has trailing spaces.52
errorLine has trailing spaces.56
errorClass CurationServiceConfig should be declared as final.58
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.61
error'<' is not preceded with whitespace.61
error'<' is not followed by whitespace.61
error'>' is not preceded with whitespace.61
error'<' is not preceded with whitespace.61
error'<' is not followed by whitespace.61
error'>' is not preceded with whitespace.61
error'>' is not followed by whitespace.61
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.65
errorLine has trailing spaces.71
errorUnused @throws tag for 'InstantiationException'.78
errorParameter conf should be final.81
errorLine has trailing spaces.89
errorLine has trailing spaces.95
errorLine has trailing spaces.97
errorLine has trailing spaces.106
errorLine has trailing spaces.115
errorLine has trailing spaces.124
errorLine has trailing spaces.138
errorLine has trailing spaces.147
errorLine has trailing spaces.155
errorLine has trailing spaces.163
errorLine has trailing spaces.171
errorLine has trailing spaces.180
errorLine has trailing spaces.190
errorParameter name should be final.195
errorLine has trailing spaces.198
errorMissing a Javadoc comment.199
errorMissing a Javadoc comment.203
errorParameter name should be final.203
errorMissing a Javadoc comment.208
errorParameter conf should be final.208
errorLine is longer than 80 characters.214
errorMissing a Javadoc comment.218
errorParameter context should be final.219
error'<' is not preceded with whitespace.220
error'<' is not followed by whitespace.220
error'>' is not preceded with whitespace.220

org/apache/oodt/cas/curation/service/SystemResource.java

ViolationMessageLine
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.31
errorVariable 'uriInfo' must be private and have accessor methods.32
errorLine has trailing spaces.33
errorMissing a Javadoc comment.34
errorExpected an @return tag.41
errorMethod 'getStatistics' is not designed for extension - needs to be abstract, final or empty.41
errorExpected an @return tag.52
errorMethod 'getConfig' is not designed for extension - needs to be abstract, final or empty.52
errorExpected an @return tag.63
errorMethod 'getFeed' is not designed for extension - needs to be abstract, final or empty.63

org/apache/oodt/cas/curation/servlet/SSOConfiguredCuratorWebService.java

ViolationMessageLine
errorLine has trailing spaces.31
errorLine has trailing spaces.34
errorLine has trailing spaces.37
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
errorVariable 'sso' must be private and have accessor methods.44
errorLine has trailing spaces.50
errorMethod 'configureSingleSignOn' is not designed for extension - needs to be abstract, final or empty.56
errorParameter req should be final.56
errorParameter res should be final.57

org/apache/oodt/cas/curation/service/IngestionResource.java

ViolationMessageLine
errorLine has trailing spaces.58
errorLine has trailing spaces.61
errorLine has trailing spaces.64
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.71
errorLine is longer than 80 characters.74
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.88
errorVariable 'uriInfo' must be private and have accessor methods.89
errorMethod 'createTask' is not designed for extension - needs to be abstract, final or empty.91
errorMissing a Javadoc comment.91
errorParameter fileList should be final.94
errorParameter numFiles should be final.95
errorParameter metExtractorConfigId should be final.96
errorParameter policy should be final.97
errorParameter productType should be final.98
errorMethod 'removeTask' is not designed for extension - needs to be abstract, final or empty.120
errorMissing a Javadoc comment.120
errorParameter ingestTaskId should be final.123
errorLine contains a tab character.124
errorMethod 'getIngestTaskList' is not designed for extension - needs to be abstract, final or empty.127
errorMissing a Javadoc comment.127
errorParameter format should be final.131
errorMethod 'doIngest' is not designed for extension - needs to be abstract, final or empty.141
errorMissing a Javadoc comment.141
errorParameter ingestTaskId should be final.144
errorMissing a Javadoc comment.185
errorParameter taskList should be final.185
error'<' is not preceded with whitespace.185
error'<' is not followed by whitespace.185
error'>' is not preceded with whitespace.185
error'taskList' hides a field.185
errorLine is longer than 80 characters.210
errorLine is longer than 80 characters.214
errorLine contains a tab character.214
errorLine contains a tab character.215
errorLine contains a tab character.216
errorMissing a Javadoc comment.224
errorParameter taskList should be final.224
error'<' is not preceded with whitespace.224
error'<' is not followed by whitespace.224
error'>' is not preceded with whitespace.224
error'taskList' hides a field.224
errorLine is longer than 80 characters.225
error'<' is not preceded with whitespace.225
error'<' is not followed by whitespace.225
error'<' is not preceded with whitespace.225
error'<' is not followed by whitespace.225
error'>' is not preceded with whitespace.225
error'>' is not followed by whitespace.225
error'>' is not preceded with whitespace.225
error'<' is not preceded with whitespace.225
error'<' is not followed by whitespace.225
error'<' is not preceded with whitespace.225
error'<' is not followed by whitespace.225
error'>' is not preceded with whitespace.225
error'>' is not followed by whitespace.225
error'>' is not preceded with whitespace.225
error'>' is not followed by whitespace.225
error'<' is not preceded with whitespace.227
error'<' is not followed by whitespace.227
error'>' is not preceded with whitespace.227
error'<' is not preceded with whitespace.227
error'<' is not followed by whitespace.227
error'>' is not preceded with whitespace.227
error'>' is not followed by whitespace.227
errorMissing a Javadoc comment.247
errorParameter success should be final.247
errorParameter msg should be final.247
errorMissing a Javadoc comment.257
errorParameter success should be final.257
errorParameter msg should be final.257
error'<' is not preceded with whitespace.258
error'<' is not followed by whitespace.258
error'>' is not preceded with whitespace.258
error'<' is not preceded with whitespace.258
error'<' is not followed by whitespace.258
error'>' is not preceded with whitespace.258
error'>' is not followed by whitespace.258
errorMissing a Javadoc comment.267
errorMissing a Javadoc comment.272
errorParameter urlStr should be final.272
errorMissing a Javadoc comment.281
error'<' is not preceded with whitespace.281
error'<' is not followed by whitespace.281
error'>' is not preceded with whitespace.281
errorParameter vPaths should be final.281
error'<' is not preceded with whitespace.281
error'<' is not followed by whitespace.281
error'>' is not preceded with whitespace.281
error'<' is not preceded with whitespace.282
error'<' is not followed by whitespace.282
error'>' is not preceded with whitespace.282
error'<' is not preceded with whitespace.282
error'<' is not followed by whitespace.282
error'>' is not preceded with whitespace.282
error'>' is not followed by whitespace.282
errorMissing a Javadoc comment.296
errorParameter stagingAreaPath should be final.296
errorParameter fullFilePath should be final.296
errorMissing a Javadoc comment.306
errorMissing a Javadoc comment.308
error'<' is not preceded with whitespace.308
error'<' is not followed by whitespace.308
error'>' is not preceded with whitespace.308
errorMissing a Javadoc comment.310
error'<' is not preceded with whitespace.311
error'<' is not followed by whitespace.311
error'>' is not preceded with whitespace.311
error'>' is not followed by whitespace.311
errorMissing a Javadoc comment.314
errorParameter task should be final.314
errorMissing a Javadoc comment.320
errorParameter taskId should be final.320
errorMissing a Javadoc comment.324
errorParameter taskId should be final.324
errorMissing a Javadoc comment.328
error'<' is not preceded with whitespace.328
error'<' is not followed by whitespace.328
error'>' is not preceded with whitespace.328
error'<' is not preceded with whitespace.329
error'<' is not followed by whitespace.329
error'>' is not preceded with whitespace.329
error'taskList' hides a field.329
error'<' is not preceded with whitespace.331
error'<' is not followed by whitespace.331
error'>' is not preceded with whitespace.331
error'>' is not followed by whitespace.331
errorParameter o1 should be final.333
errorParameter o2 should be final.333
error'else' construct must use '{}'s.338
errorMissing a Javadoc comment.345
errorParameter task should be final.345

org/apache/oodt/cas/curation/structs/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/oodt/cas/curation/util/SSOUtils.java

ViolationMessageLine
errorLine has trailing spaces.33
errorLine has trailing spaces.36
errorLine has trailing spaces.39
errorUtility classes should not have a public or default constructor.41
errorMissing a Javadoc comment.43
errorParameter context should be final.44
errorParameter req should be final.44
errorParameter res should be final.44
errorLine has trailing spaces.51
errorMissing a Javadoc comment.52
errorLine is longer than 80 characters.53
errorParameter cfg should be final.53
errorParameter req should be final.53
errorParameter res should be final.53

org/apache/oodt/cas/curation/servlet/UploadPolicyServlet.java

ViolationMessageLine
errorLine has trailing spaces.40
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
errorParameter conf should be final.55
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.59
errorMissing a Javadoc comment.59
errorParameter req should be final.59
errorParameter res should be final.59
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.77
errorMissing a Javadoc comment.77
errorParameter req should be final.77
errorParameter res should be final.77
errorMissing a Javadoc comment.86
errorParameter request should be final.86
errorParameter response should be final.87
error'10000' is a magic number.90
error'<' is not preceded with whitespace.97
error'<' is not followed by whitespace.97
error'>' is not preceded with whitespace.97
error'if' construct must use '{}'s.108
errorMust have at least one statement.135
errorMust have at least one statement.144

org/apache/oodt/cas/curation/policymgr/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/oodt/cas/curation/util/ExtractorConfigReader.java

ViolationMessageLine
errorMissing a Javadoc comment.32
errorUtility classes should not have a public or default constructor.32
errorMissing a Javadoc comment.33
errorParameter directory should be final.33
errorParameter configId should be final.34
errorRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.34
errorLine has trailing spaces.40
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
error'>' is not followed by whitespace.43
errorLine has trailing spaces.49

org/apache/oodt/cas/curation/util/CurationXmlStructFactory.java

ViolationMessageLine
errorLine has trailing spaces.34
errorLine has trailing spaces.38
errorLine has trailing spaces.41
errorUtility classes should not have a public or default constructor.43
errorMissing a Javadoc comment.45
errorParameter productTypes should be final.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
errorParameter xmlFilePath should be final.46
errorMissing a Javadoc comment.50
errorParameter productTypes should be final.51
error'<' is not preceded with whitespace.51
error'<' is not followed by whitespace.51
error'>' is not preceded with whitespace.51
errorMissing a Javadoc comment.69
errorParameter productTypes should be final.69
error'<' is not preceded with whitespace.69
error'<' is not followed by whitespace.69
error'>' is not preceded with whitespace.69
errorParameter typeElem should be final.70
errorParameter doc should be final.70
errorLine has trailing spaces.75
error'<' is not preceded with whitespace.78
error'<' is not followed by whitespace.78
error'>' is not preceded with whitespace.78
errorMissing a Javadoc comment.104
errorParameter types should be final.104
error'<' is not preceded with whitespace.104
error'<' is not followed by whitespace.104
error'>' is not preceded with whitespace.104
errorParameter name should be final.104

org/apache/oodt/cas/curation/servlet/UpdateDatasetMetaDataServlet.java

ViolationMessageLine
errorLine has trailing spaces.48
errorLine has trailing spaces.52
errorLine has trailing spaces.55
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.65
errorLine has trailing spaces.66
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.69
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
errorParameter conf should be final.72
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.81
errorMissing a Javadoc comment.81
errorParameter req should be final.81
errorParameter res should be final.81
error'<' is not preceded with whitespace.103
error'<' is not followed by whitespace.103
error'>' is not preceded with whitespace.103
errorComment matches to-do format 'TODO:'.126
errorComment matches to-do format 'TODO:'.127
errorComment matches to-do format 'TODO:'.128
error'else' construct must use '{}'s.133
errorLine is longer than 80 characters.151
errorLine has trailing spaces.157
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.163
errorMissing a Javadoc comment.163
errorParameter req should be final.163
errorParameter res should be final.163
errorMissing a Javadoc comment.172
errorMissing a Javadoc comment.183
errorParameter urlStr should be final.183
errorMust have at least one statement.187
errorLine has trailing spaces.192

org/apache/oodt/cas/curation/structs/IngestionTaskStatus.java

ViolationMessageLine
errorinterfaces should describe a type and hence have methods.29
errorMissing a Javadoc comment.31
errorRedundant 'public' modifier.31
errorLine has trailing spaces.32
errorMissing a Javadoc comment.33
errorRedundant 'public' modifier.33
errorLine has trailing spaces.34
errorMissing a Javadoc comment.35
errorRedundant 'public' modifier.35

org/apache/oodt/cas/curation/servlet/DirectoryListingServlet.java

ViolationMessageLine
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
errorParameter conf should be final.43
errorLine is longer than 80 characters.46
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
errorParameter req should be final.51
errorParameter res should be final.51
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.62
errorMissing a Javadoc comment.62
errorParameter req should be final.63
errorParameter res should be final.63

org/apache/oodt/cas/curation/servlet/ShowExistingDatasetsByPolicyServlet.java

ViolationMessageLine
errorLine has trailing spaces.35
errorLine is longer than 80 characters.35
errorLine is longer than 80 characters.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.43
errorLine has trailing spaces.44
errorMissing a Javadoc comment.45
errorLine has trailing spaces.46
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.49
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.52
errorMissing a Javadoc comment.52
errorParameter conf should be final.52
errorLine is longer than 80 characters.54
errorLine has trailing spaces.55
errorLine is longer than 80 characters.55
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
errorParameter req should be final.58
errorParameter res should be final.58
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.69
errorMissing a Javadoc comment.69
errorParameter req should be final.69
errorParameter res should be final.69
errorLine is longer than 80 characters.89

org/apache/oodt/cas/curation/structs/IngestionTask.java

ViolationMessageLine
errorUnused import - org.apache.oodt.cas.filemgr.ingest.Ingester.22
errorLine has trailing spaces.30
errorLine has trailing spaces.33
errorLine has trailing spaces.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
error'<' is not preceded with whitespace.57
error'<' is not followed by whitespace.57
error'>' is not preceded with whitespace.57
error'>' is not followed by whitespace.57
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.66
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.74
errorParameter id should be final.74
error'id' hides a field.74
errorMethod 'getCreateDate' is not designed for extension - needs to be abstract, final or empty.81
errorMethod 'setCreateDate' is not designed for extension - needs to be abstract, final or empty.89
errorParameter createDate should be final.89
error'createDate' hides a field.89
errorMethod 'getFileList' is not designed for extension - needs to be abstract, final or empty.96
error'<' is not preceded with whitespace.96
error'<' is not followed by whitespace.96
error'>' is not preceded with whitespace.96
errorMethod 'setFileList' is not designed for extension - needs to be abstract, final or empty.104
errorParameter fileList should be final.104
error'<' is not preceded with whitespace.104
error'<' is not followed by whitespace.104
error'>' is not preceded with whitespace.104
error'fileList' hides a field.104
errorMethod 'getPolicy' is not designed for extension - needs to be abstract, final or empty.111
errorMethod 'setPolicy' is not designed for extension - needs to be abstract, final or empty.119
errorParameter policy should be final.119
error'policy' hides a field.119
errorMethod 'getProductType' is not designed for extension - needs to be abstract, final or empty.126
errorMethod 'setProductType' is not designed for extension - needs to be abstract, final or empty.134
errorParameter productType should be final.134
error'productType' hides a field.134
errorMethod 'getStatus' is not designed for extension - needs to be abstract, final or empty.141
errorMethod 'setStatus' is not designed for extension - needs to be abstract, final or empty.149
errorParameter status should be final.149
error'status' hides a field.149
errorMethod 'getExtConf' is not designed for extension - needs to be abstract, final or empty.156
errorMethod 'setExtConf' is not designed for extension - needs to be abstract, final or empty.164
errorParameter extConf should be final.164
error'extConf' hides a field.164

org/apache/oodt/cas/curation/service/MetadataResource.java

ViolationMessageLine
errorRedundant import from the same package - org.apache.oodt.cas.curation.service.CurationService.58
errorLine is longer than 80 characters.68
errorMissing a Javadoc comment.80
errorLine has trailing spaces.82
errorLine has trailing spaces.84
errorLine has trailing spaces.89
errorMissing a Javadoc comment.90
errorVariable 'uriInfo' must be private and have accessor methods.91
errorLine has trailing spaces.92
errorLine has trailing spaces.93
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.96
errorMissing a Javadoc comment.98
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.102
errorLine has trailing spaces.103
errorMissing a Javadoc comment.104
errorLine has trailing spaces.105
errorMissing a Javadoc comment.106
errorLine has trailing spaces.107
errorMissing a Javadoc comment.109
errorLine has trailing spaces.110
errorMissing a Javadoc comment.111
error'{' is not preceded with whitespace.111
errorLine has trailing spaces.112
errorMissing a Javadoc comment.115
errorParameter context should be final.115
error'context' hides a field.115
errorLine has trailing spaces.116
errorLine contains a tab character.116
errorMethod 'getStagingMetadata' is not designed for extension - needs to be abstract, final or empty.119
errorMissing a Javadoc comment.119
errorParameter id should be final.122
errorParameter format should be final.123
errorParameter configId should be final.124
errorParameter overwrite should be final.125
errorParameter req should be final.126
errorParameter res should be final.126
errorLine has trailing spaces.127
errorLine has trailing spaces.131
errorLine has trailing spaces.137
errorLine has trailing spaces.143
errorMethod 'getMetExtractorConfigList' is not designed for extension - needs to be abstract, final or empty.144
errorMissing a Javadoc comment.144
errorParameter current should be final.148
errorParameter format should be final.149
errorMethod 'getExtractorConfigIdsAsHTML' is not designed for extension - needs to be abstract, final or empty.159
errorMissing a Javadoc comment.159
errorParameter configIds should be final.159
errorParameter current should be final.160
errorLine has trailing spaces.175
errorMethod 'getExtractorConfigIdsAsJSON' is not designed for extension - needs to be abstract, final or empty.176
errorMissing a Javadoc comment.176
errorParameter configIds should be final.176
errorComment matches to-do format 'TODO:'.177
errorLine has trailing spaces.182
errorMethod 'getStagingMetadata' is not designed for extension - needs to be abstract, final or empty.200
errorParameter id should be final.200
errorParameter configId should be final.200
errorParameter overwrite should be final.201
errorExpected @throws tag for 'FileNotFoundException'.201
errorRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.201
errorExpected @throws tag for 'InstantiationException'.201
errorExpected @throws tag for 'IOException'.202
errorExpected @throws tag for 'MetExtractionException'.202
errorAvoid inline conditionals.206
errorLine has trailing spaces.225
errorExpected an @return tag.233
errorMethod 'runMetExtractor' is not designed for extension - needs to be abstract, final or empty.233
errorParameter id should be final.233
errorParameter config should be final.233
errorExpected @throws tag for 'MetExtractionException'.234
errorLine has trailing spaces.242
errorMethod 'getCatalogMetadata' is not designed for extension - needs to be abstract, final or empty.243
errorMissing a Javadoc comment.243
errorParameter id should be final.246
errorParameter format should be final.247
errorParameter req should be final.248
errorParameter res should be final.248
errorMethod 'setCatalogMetadata' is not designed for extension - needs to be abstract, final or empty.270
errorMissing a Javadoc comment.270
errorParameter formParams should be final.274
error'<' is not preceded with whitespace.274
error'<' is not followed by whitespace.274
error'>' is not preceded with whitespace.274
errorParameter id should be final.275
errorLine has trailing spaces.276
errorLine contains a tab character.276
errorLine has trailing spaces.279
errorLine has trailing spaces.293
errorMethod 'getProductTypeMetadata' is not designed for extension - needs to be abstract, final or empty.294
errorMissing a Javadoc comment.294
errorParameter id should be final.297
errorParameter format should be final.298
errorParameter req should be final.299
errorParameter res should be final.299
errorLine has trailing spaces.318
errorMethod 'setProductTypeMetadata' is not designed for extension - needs to be abstract, final or empty.320
errorMissing a Javadoc comment.320
errorLine is longer than 80 characters.324
errorParameter formParams should be final.324
error'<' is not preceded with whitespace.324
error'<' is not followed by whitespace.324
error'>' is not preceded with whitespace.324
errorMethod 'setStagingMetadata' is not designed for extension - needs to be abstract, final or empty.337
errorMissing a Javadoc comment.337
errorParameter formParams should be final.341
error'<' is not preceded with whitespace.341
error'<' is not followed by whitespace.341
error'>' is not preceded with whitespace.341
errorMethod 'getMetadataInfo' is not designed for extension - needs to be abstract, final or empty.351
errorMissing a Javadoc comment.351
errorParameter id should be final.354
errorLine has trailing spaces.358
errorMissing a Javadoc comment.360
errorParameter metadata should be final.360
errorMissing a Javadoc comment.364
errorParameter metadataJSON should be final.364
error'<' is not preceded with whitespace.368
error'<' is not followed by whitespace.368
error'>' is not preceded with whitespace.368
errorLine has trailing spaces.376
errorLine is longer than 80 characters.377
errorMissing a Javadoc comment.377
errorParameter formParams should be final.377
error'<' is not preceded with whitespace.377
error'<' is not followed by whitespace.377
error'>' is not preceded with whitespace.377
errorLine has trailing spaces.379
errorLine has trailing spaces.388
errorLine has trailing spaces.391
errorMethod 'getMetadataAsHTML' is not designed for extension - needs to be abstract, final or empty.392
errorMissing a Javadoc comment.392
errorParameter metadata should be final.392
error'<' is not preceded with whitespace.400
error'<' is not followed by whitespace.400
error'>' is not preceded with whitespace.400
error'>' is not followed by whitespace.400
error'<' is not preceded with whitespace.404
error'<' is not followed by whitespace.404
error'>' is not preceded with whitespace.404
error'<' is not preceded with whitespace.405
error'<' is not followed by whitespace.405
error'>' is not preceded with whitespace.405
error'<' is not preceded with whitespace.411
error'<' is not followed by whitespace.411
error'>' is not preceded with whitespace.411
error'>' is not followed by whitespace.411
errorMust have at least one statement.411
errorLine has trailing spaces.420
errorLine has trailing spaces.425
errorMethod 'readMetFile' is not designed for extension - needs to be abstract, final or empty.439
errorParameter file should be final.439
errorRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.440
errorLine has trailing spaces.451
errorMethod 'getCatalogMetadata' is not designed for extension - needs to be abstract, final or empty.459
errorParameter product should be final.459
errorLine has trailing spaces.467
errorMethod 'writeMetFile' is not designed for extension - needs to be abstract, final or empty.478
errorParameter id should be final.478
errorParameter metadata should be final.478
errorRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.479
errorLine has trailing spaces.485
errorLine has trailing spaces.487
errorLine has trailing spaces.488
errorLine is longer than 80 characters.489
errorUnclosed HTML tag found: <field_name>=<field_value>'.489
errorLine has trailing spaces.490
errorLine contains a tab character.492
errorLine contains a tab character.494
errorLine is longer than 80 characters.496
errorLine contains a tab character.496
errorLine is longer than 80 characters.498
errorLine contains a tab character.498
errorExpected an @return tag.500
errorMethod 'updateMetadata' is not designed for extension - needs to be abstract, final or empty.500
errorLine has trailing spaces.504
errorParameter formParams should be final.504
error'<' is not preceded with whitespace.504
error'<' is not followed by whitespace.504
error'>' is not preceded with whitespace.504
errorLine has trailing spaces.505
errorLine contains a tab character.505
errorParameter id should be final.505
errorLine has trailing spaces.506
errorLine contains a tab character.506
errorParameter name should be final.506
errorLine contains a tab character.507
errorParameter replace should be final.507
errorLine contains a tab character.508
errorParameter remove should be final.508
errorExpected @param tag for 'remove'.508
errorLine has trailing spaces.509
errorLine contains a tab character.509
errorLine contains a tab character.510
errorLine has trailing spaces.512
errorLine is longer than 80 characters.514
errorLine has trailing spaces.515
errorLine has trailing spaces.518
errorLine has trailing spaces.520
errorLine contains a tab character.524
errorLine contains a tab character.525
errorLine contains a tab character.527
errorLine is longer than 80 characters.529
errorLine contains a tab character.529
errorLine has trailing spaces.531
errorLine has trailing spaces.540
errorLine has trailing spaces.543
errorLine contains a tab character.546
errorLine is longer than 80 characters.547
errorLine contains a tab character.547
errorLine contains a tab character.548
errorLine has trailing spaces.550
errorLine contains a tab character.553
errorLine contains a tab character.554
errorLine contains a tab character.555
errorLine has trailing spaces.557
errorLine has trailing spaces.560
error'+' is not preceded with whitespace.562
error'+' is not followed by whitespace.562
errorLine has trailing spaces.563
errorLine has trailing spaces.565
errorLine contains a tab character.565
errorLine is longer than 80 characters.568
errorLine has trailing spaces.577
errorUnused @param tag for 'metadata'.580
errorMethod 'updateCatalogMetadata' is not designed for extension - needs to be abstract, final or empty.587
errorParameter product should be final.587
errorParameter newMetadata should be final.587
errorExpected @param tag for 'newMetadata'.587
errorExpected @throws tag for 'FileNotFoundException'.588
errorRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.588
errorExpected @throws tag for 'IOException'.588
error'catalog' hides a field.591
errorLine has trailing spaces.592
error'<' is not preceded with whitespace.594
error'<' is not followed by whitespace.594
error'>' is not preceded with whitespace.594
errorFirst sentence should end with a period.609
errorLine has trailing spaces.611
errorLine contains a tab character.613
errorLine contains a tab character.615
errorMethod 'deleteCatalogMetadata' is not designed for extension - needs to be abstract, final or empty.618
errorLine has trailing spaces.623
errorLine contains a tab character.623
errorParameter id should be final.623
errorLine contains a tab character.624
errorParameter name should be final.624
errorLine contains a tab character.626
errorLine contains a tab character.627
errorLine contains a tab character.628
errorLine contains a tab character.629
errorLine contains a tab character.630
errorLine is longer than 80 characters.631
errorLine contains a tab character.631
errorLine contains a tab character.632
errorLine is longer than 80 characters.633
errorLine contains a tab character.633
errorLine contains a tab character.634
errorLine is longer than 80 characters.635
errorLine contains a tab character.635
errorLine contains a tab character.636
errorLine contains a tab character.638
errorLine contains a tab character.639
errorLine contains a tab character.641
errorLine contains a tab character.642
error'+' is not preceded with whitespace.642
error'+' is not followed by whitespace.642
errorLine contains a tab character.644
errorLine contains a tab character.646
errorLine contains a tab character.647
errorLine is longer than 80 characters.648
errorLine contains a tab character.648
errorLine contains a tab character.650
errorLine has trailing spaces.651
errorFirst sentence should end with a period.653
errorLine has trailing spaces.655
errorLine has trailing spaces.663
errorMethod 'deleteCatalogProduct' is not designed for extension - needs to be abstract, final or empty.663
errorParameter product should be final.663
errorExpected @throws tag for 'FileNotFoundException'.664
errorRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.664
errorExpected @throws tag for 'IOException'.664
errorLine contains a tab character.665
errorLine has trailing spaces.666
errorMissing a Javadoc comment.668
errorParameter policy should be final.668
errorParameter productTypeName should be final.669
error'{' is followed by whitespace.675
errorLine has trailing spaces.679
errorLine has trailing spaces.682
errorMissing a Javadoc comment.683
errorParameter policy should be final.683
errorParameter productTypeName should be final.684
errorParameter metadata should be final.684
error'{' is followed by whitespace.689
errorLine has trailing spaces.695
errorLine has trailing spaces.701
errorLine has trailing spaces.704
errorMissing a Javadoc comment.705
errorParameter origPath should be final.705
errorLine has trailing spaces.712
errorMissing a Javadoc comment.714
errorLine has trailing spaces.715
errorLine contains a tab character.715
errorLine contains a tab character.716
error'==' is not preceded with whitespace.716
error'==' is not followed by whitespace.716
errorLine is longer than 80 characters.717
errorLine contains a tab character.717
errorLine contains a tab character.718
error'if' construct must use '{}'s.719
errorLine contains a tab character.719
errorLine is longer than 80 characters.720
errorLine contains a tab character.720
errorLine is longer than 80 characters.721
errorLine contains a tab character.721
errorLine contains a tab character.722
errorLine has trailing spaces.723
errorLine contains a tab character.723
errorLine contains a tab character.724
errorLine has trailing spaces.726

org/apache/oodt/cas/curation/structs/ExtractorConfig.java

ViolationMessageLine
errorMissing a Javadoc comment.23
errorLine has trailing spaces.24
errorMissing a Javadoc comment.25
error'static' modifier out of order with the JLS suggestions.25
errorMissing a Javadoc comment.27
error'static' modifier out of order with the JLS suggestions.27
errorLine has trailing spaces.28
errorMissing a Javadoc comment.29
error'<' is not preceded with whitespace.29
error'<' is not followed by whitespace.29
error'>' is not preceded with whitespace.29
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorLine has trailing spaces.34
errorMissing a Javadoc comment.35
errorParameter identifier should be final.35
error'identifier' hides a field.35
errorParameter className should be final.35
error'className' hides a field.35
errorParameter configFiles should be final.36
error'<' is not preceded with whitespace.36
error'<' is not followed by whitespace.36
error'>' is not preceded with whitespace.36
error'configFiles' hides a field.36
errorLine has trailing spaces.41
errorMethod 'getConfigFiles' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
error'<' is not preceded with whitespace.42
error'<' is not followed by whitespace.42
error'>' is not preceded with whitespace.42
errorLine has trailing spaces.45
errorMethod 'getClassName' is not designed for extension - needs to be abstract, final or empty.46
errorMissing a Javadoc comment.46
errorLine has trailing spaces.49
errorMethod 'getIdentifier' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
errorLine has trailing spaces.53

org/apache/oodt/cas/curation/servlet/UploadMetExtractorConfigServlet.java

ViolationMessageLine
errorLine has trailing spaces.40
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.47
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
errorParameter conf should be final.50
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.54
errorMissing a Javadoc comment.54
errorParameter req should be final.54
errorParameter res should be final.54
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.74
errorMissing a Javadoc comment.74
errorParameter req should be final.74
errorParameter res should be final.74
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.86
errorParameter request should be final.86
errorParameter response should be final.87
error'<' is not preceded with whitespace.96
error'<' is not followed by whitespace.96
error'>' is not preceded with whitespace.96

org/apache/oodt/cas/curation/servlet/UploadDatasetDefinitionServlet.java

ViolationMessageLine
errorLine has trailing spaces.44
errorLine has trailing spaces.47
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.57
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.60
errorMissing a Javadoc comment.60
errorParameter conf should be final.60
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.65
errorMissing a Javadoc comment.65
errorParameter req should be final.65
errorParameter res should be final.65
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.83
errorMissing a Javadoc comment.83
errorParameter req should be final.83
errorParameter res should be final.83
errorMissing a Javadoc comment.92
errorParameter request should be final.92
errorParameter response should be final.93
error'<' is not preceded with whitespace.106
error'<' is not followed by whitespace.106
error'>' is not preceded with whitespace.106
error'if' construct must use '{}'s.118
errorMust have at least one statement.155
errorMust have at least one statement.164
errorMissing a Javadoc comment.176
errorMissing a Javadoc comment.187
errorParameter urlStr should be final.187
errorMust have at least one statement.191

org/apache/oodt/cas/curation/policymgr/CurationPolicyManager.java

ViolationMessageLine
errorLine has trailing spaces.48
errorLine has trailing spaces.49
errorLine has trailing spaces.52
errorLine has trailing spaces.55
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
errorParameter policyDirectoryPath should be final.70
error'policyDirectoryPath' hides a field.70
errorParameter stagingAreaPath should be final.71
error'stagingAreaPath' hides a field.71
errorMethod 'getProductTypes' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
error'<' is not preceded with whitespace.76
error'<' is not followed by whitespace.76
error'>' is not preceded with whitespace.76
errorParameter dsCollection should be final.76
error'<' is not preceded with whitespace.77
error'<' is not followed by whitespace.77
error'>' is not preceded with whitespace.77
error'<' is not preceded with whitespace.77
error'<' is not followed by whitespace.77
error'>' is not preceded with whitespace.77
error'>' is not followed by whitespace.77
error'<' is not preceded with whitespace.79
error'<' is not followed by whitespace.79
error'>' is not preceded with whitespace.79
errorMethod 'typesToList' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
error'<' is not preceded with whitespace.88
error'<' is not followed by whitespace.88
error'>' is not preceded with whitespace.88
errorParameter types should be final.88
error'<' is not preceded with whitespace.88
error'<' is not followed by whitespace.88
error'>' is not preceded with whitespace.88
error'<' is not preceded with whitespace.89
error'<' is not followed by whitespace.89
error'>' is not preceded with whitespace.89
error'<' is not preceded with whitespace.89
error'<' is not followed by whitespace.89
error'>' is not preceded with whitespace.89
error'>' is not followed by whitespace.89
errorMethod 'getDirectoryAreaAsJSON' is not designed for extension - needs to be abstract, final or empty.97
errorMissing a Javadoc comment.97
errorParameter base should be final.97
errorParameter directory should be final.97
errorParameter showFiles should be final.98
errorArray brackets at illegal position.101
error'<' is not preceded with whitespace.103
error'<' is not followed by whitespace.103
error'<' is not preceded with whitespace.103
error'<' is not followed by whitespace.103
error'>' is not preceded with whitespace.103
error'>' is not followed by whitespace.103
error'>' is not preceded with whitespace.103
error'<' is not preceded with whitespace.103
error'<' is not followed by whitespace.103
error'<' is not preceded with whitespace.103
error'<' is not followed by whitespace.103
error'>' is not preceded with whitespace.103
error'>' is not followed by whitespace.103
error'>' is not preceded with whitespace.103
error'>' is not followed by whitespace.103
error'<' is not preceded with whitespace.105
error'<' is not followed by whitespace.105
error'>' is not preceded with whitespace.105
error'<' is not preceded with whitespace.105
error'<' is not followed by whitespace.105
error'>' is not preceded with whitespace.105
error'>' is not followed by whitespace.105
errorArray brackets at illegal position.106
errorMethod 'getExistingPoliciesAsHTML' is not designed for extension - needs to be abstract, final or empty.119
errorMissing a Javadoc comment.119
errorArray brackets at illegal position.120
error'<' is not preceded with whitespace.122
error'<' is not followed by whitespace.122
error'<' is not preceded with whitespace.122
error'<' is not followed by whitespace.122
error'>' is not preceded with whitespace.122
error'>' is not followed by whitespace.122
error'>' is not preceded with whitespace.122
error'<' is not preceded with whitespace.122
error'<' is not followed by whitespace.122
error'<' is not preceded with whitespace.122
error'<' is not followed by whitespace.122
error'>' is not preceded with whitespace.122
error'>' is not followed by whitespace.122
error'>' is not preceded with whitespace.122
error'>' is not followed by whitespace.122
error'<' is not preceded with whitespace.124
error'<' is not followed by whitespace.124
error'>' is not preceded with whitespace.124
error'<' is not preceded with whitespace.124
error'<' is not followed by whitespace.124
error'>' is not preceded with whitespace.124
error'>' is not followed by whitespace.124
errorMethod 'getDatasetsByPolicyAsJSON' is not designed for extension - needs to be abstract, final or empty.137
errorMissing a Javadoc comment.137
errorParameter dsCollection should be final.137
error'<' is not preceded with whitespace.139
error'<' is not followed by whitespace.139
error'>' is not preceded with whitespace.139
errorLine has trailing spaces.140
error'<' is not preceded with whitespace.141
error'<' is not followed by whitespace.141
error'>' is not preceded with whitespace.141
error'<' is not preceded with whitespace.143
error'<' is not followed by whitespace.143
error'<' is not preceded with whitespace.143
error'<' is not followed by whitespace.143
error'>' is not preceded with whitespace.143
error'>' is not followed by whitespace.143
error'>' is not preceded with whitespace.143
error'<' is not preceded with whitespace.143
error'<' is not followed by whitespace.143
error'<' is not preceded with whitespace.143
error'<' is not followed by whitespace.143
error'>' is not preceded with whitespace.143
error'>' is not followed by whitespace.143
error'>' is not preceded with whitespace.143
error'>' is not followed by whitespace.143
error'<' is not preceded with whitespace.146
error'<' is not followed by whitespace.146
error'>' is not preceded with whitespace.146
error'<' is not preceded with whitespace.146
error'<' is not followed by whitespace.146
error'>' is not preceded with whitespace.146
error'>' is not followed by whitespace.146
errorMethod 'getMetFileAsJSON' is not designed for extension - needs to be abstract, final or empty.158
errorMissing a Javadoc comment.158
errorParameter base should be final.158
errorParameter file should be final.158
error'<' is not preceded with whitespace.159
error'<' is not followed by whitespace.159
error'>' is not preceded with whitespace.159
error'<' is not preceded with whitespace.159
error'<' is not followed by whitespace.159
error'>' is not preceded with whitespace.159
error'>' is not followed by whitespace.159
errorMust have at least one statement.169
errorMust have at least one statement.171
errorMust have at least one statement.173
errorMissing a Javadoc comment.181
errorParameter base should be final.181
errorParameter json should be final.181
errorMethod 'getStagingAreaPath' is not designed for extension - needs to be abstract, final or empty.188
errorMethod 'setStagingAreaPath' is not designed for extension - needs to be abstract, final or empty.196
errorParameter stagingAreaPath should be final.196
error'stagingAreaPath' hides a field.196
errorMethod 'getPolicyDirectoryPath' is not designed for extension - needs to be abstract, final or empty.203
errorMethod 'setPolicyDirectoryPath' is not designed for extension - needs to be abstract, final or empty.211
errorParameter policyDirectoryPath should be final.211
error'policyDirectoryPath' hides a field.211
errorMissing a Javadoc comment.215
error'<' is not preceded with whitespace.215
error'<' is not followed by whitespace.215
error'>' is not preceded with whitespace.215
errorParameter xmlRepo should be final.215
errorMissing a Javadoc comment.224
errorParameter dsCollection should be final.224
errorLine is longer than 80 characters.238
errorMissing a Javadoc comment.238
errorParameter directory should be final.238
errorParameter dir should be final.242
errorParameter name should be final.242

org/apache/oodt/cas/curation/servlet/ShowExistingPoliciesServlet.java

ViolationMessageLine
errorLine has trailing spaces.35
errorLine is longer than 80 characters.35
errorLine is longer than 80 characters.36
errorLine is longer than 80 characters.40
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorLine has trailing spaces.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.51
errorMissing a Javadoc comment.51
errorParameter conf should be final.51
errorLine is longer than 80 characters.53
errorLine is longer than 80 characters.54
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.57
errorMissing a Javadoc comment.57
errorParameter req should be final.57
errorParameter res should be final.57
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.68
errorMissing a Javadoc comment.68
errorParameter req should be final.68
errorParameter res should be final.68
errorLine is longer than 80 characters.80

org/apache/oodt/cas/curation/service/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/oodt/cas/curation/service/DirectoryResource.java

ViolationMessageLine
errorMissing a Javadoc comment.37
errorLine has trailing spaces.39
errorLine has trailing spaces.42
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.50
errorVariable 'uriInfo' must be private and have accessor methods.51
errorLine has trailing spaces.52
errorMissing a Javadoc comment.53
errorMethod 'showStagingArea' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
errorParameter path should be final.59
errorParameter showFiles should be final.60
errorParameter format should be final.61
errorMethod 'showMetArea' is not designed for extension - needs to be abstract, final or empty.71
errorMissing a Javadoc comment.71
errorParameter path should be final.74
errorParameter showFiles should be final.75
errorMethod 'showArchiveArea' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
errorParameter policy should be final.83
errorParameter productType should be final.84
errorParameter numberOfResults should be final.85
errorParameter start should be final.86
errorMethod 'getDirectoryAreaAsHTML' is not designed for extension - needs to be abstract, final or empty.93
errorMissing a Javadoc comment.93
errorParameter base should be final.93
errorParameter path should be final.93
errorParameter showFiles should be final.94
errorArray brackets at illegal position.107
errorLine has trailing spaces.137

org/apache/oodt/cas/curation/util/ExtractorConfigWriter.java

ViolationMessageLine
errorMissing a Javadoc comment.30
errorUtility classes should not have a public or default constructor.30
errorLine has trailing spaces.31
errorMissing a Javadoc comment.32
errorParameter config should be final.32
errorParameter dir should be final.32
errorRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.33
error'<' is not preceded with whitespace.39
error'<' is not followed by whitespace.39
error'>' is not preceded with whitespace.39
error'if' construct must use '{}'s.42

org/apache/oodt/cas/curation/servlet/BeginIngestionTaskServlet.java

ViolationMessageLine
errorLine has trailing spaces.39
errorLine has trailing spaces.42
errorMissing a Javadoc comment.43
errorLine has trailing spaces.46
errorLine contains a tab character.46
errorLine contains a tab character.47
errorMissing a Javadoc comment.50
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.53
errorMissing a Javadoc comment.53
errorParameter conf should be final.53
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.57
errorMissing a Javadoc comment.57
errorParameter req should be final.57
errorParameter res should be final.57
errorLine has trailing spaces.59
errorLine has trailing spaces.61
errorLine has trailing spaces.63
errorComment matches to-do format 'TODO:'.69
errorLine has trailing spaces.71
errorLine contains a tab character.98
errorLine is longer than 80 characters.99
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine has trailing spaces.106
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.118
errorMissing a Javadoc comment.118
errorParameter req should be final.118
errorParameter res should be final.118
errorMissing a Javadoc comment.127
errorParameter ecasUrlStr should be final.127
errorLine is longer than 80 characters.132

org/apache/oodt/cas/curation/service/PolicyResource.java

ViolationMessageLine
errorLine is longer than 80 characters.28
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.61
errorVariable 'uriInfo' must be private and have accessor methods.62
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.69
errorParameter dir should be final.71
errorParameter name should be final.71
errorLine has trailing spaces.76
errorMissing a Javadoc comment.77
errorParameter context should be final.77
error'{' is not preceded with whitespace.77
errorLine has trailing spaces.78
errorMethod 'browseCatalog' is not designed for extension - needs to be abstract, final or empty.81
errorMissing a Javadoc comment.81
errorParameter path should be final.85
errorParameter format should be final.86
errorParameter pageNum should be final.87
errorParameter req should be final.88
errorParameter res should be final.88
errorLine has trailing spaces.90
errorComment matches to-do format 'TODO:'.91
errorAvoid inline conditionals.105
error':' is not preceded with whitespace.105
error':' is not followed by whitespace.105
errorAvoid inline conditionals.106
errorLine has trailing spaces.119
errorMissing a Javadoc comment.120
errorParameter policy should be final.120
errorParameter productTypeName should be final.121
errorParameter format should be final.122
errorParameter pageNum should be final.122
errorLine has trailing spaces.123
errorLine has trailing spaces.146
errorMissing a Javadoc comment.147
errorParameter page should be final.147
errorParameter policy should be final.147
errorParameter productTypeName should be final.148
errorLine has trailing spaces.151
errorLine has trailing spaces.169
errorMissing a Javadoc comment.170
errorParameter page should be final.170
errorParameter policy should be final.170
errorParameter productTypeName should be final.171
errorMissing a Javadoc comment.175
errorParameter format should be final.175
errorMissing a Javadoc comment.190
errorParameter policy should be final.190
errorParameter format should be final.190
errorMissing a Javadoc comment.212
errorParameter policyDirs should be final.212
errorMissing a Javadoc comment.226
errorParameter policyDirs should be final.226
error'<' is not preceded with whitespace.227
error'<' is not followed by whitespace.227
error'>' is not preceded with whitespace.227
error'<' is not preceded with whitespace.227
error'<' is not followed by whitespace.227
error'>' is not preceded with whitespace.227
error'>' is not followed by whitespace.227
errorMissing a Javadoc comment.237
errorParameter policy should be final.237
errorParameter typeNames should be final.237
errorLine is longer than 80 characters.242
errorMissing a Javadoc comment.255
errorParameter policy should be final.255
errorParameter typeNames should be final.255
error'<' is not preceded with whitespace.256
error'<' is not followed by whitespace.256
error'>' is not preceded with whitespace.256
error'<' is not preceded with whitespace.256
error'<' is not followed by whitespace.256
error'>' is not preceded with whitespace.256
error'>' is not followed by whitespace.256
error'<' is not preceded with whitespace.258
error'<' is not followed by whitespace.258
error'<' is not preceded with whitespace.258
error'<' is not followed by whitespace.258
error'>' is not preceded with whitespace.258
error'>' is not followed by whitespace.258
error'>' is not preceded with whitespace.258
error'<' is not preceded with whitespace.258
error'<' is not followed by whitespace.258
error'<' is not preceded with whitespace.258
error'<' is not followed by whitespace.258
error'>' is not preceded with whitespace.258
error'>' is not followed by whitespace.258
error'>' is not preceded with whitespace.258
error'>' is not followed by whitespace.258
error'<' is not preceded with whitespace.260
error'<' is not followed by whitespace.260
error'>' is not preceded with whitespace.260
error'<' is not preceded with whitespace.260
error'<' is not followed by whitespace.260
error'>' is not preceded with whitespace.260
error'>' is not followed by whitespace.260
errorMissing a Javadoc comment.270
errorParameter policy should be final.270
error'{' is followed by whitespace.277
error'<' is not preceded with whitespace.280
error'<' is not followed by whitespace.280
error'>' is not preceded with whitespace.280
errorMissing a Javadoc comment.291
errorParameter origPath should be final.291
errorMissing a Javadoc comment.299
errorParameter path should be final.299
error'+' is not preceded with whitespace.305
error'+' is not followed by whitespace.305
error'+' is not preceded with whitespace.305
error'+' is not followed by whitespace.305
error'+' is not preceded with whitespace.306
error'+' is not followed by whitespace.306

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

ViolationMessageLine
errorMissing package documentation file.0