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

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
53 0 0 1652

Files

Files info warning error
org/apache/oodt/cas/crawl/action/FilemgrUniquenessChecker.java 0 0 13
org/apache/oodt/cas/crawl/action/MimeTypeCrawlerAction.java 0 0 36
org/apache/oodt/cas/crawl/typedetection/package.html 0 0 1
org/apache/oodt/cas/crawl/cli/option/handler/BeanInfoHandler.java 0 0 16
org/apache/oodt/cas/crawl/util/ActionBeanProperties.java 0 0 8
org/apache/oodt/cas/crawl/StdProductCrawler.java 0 0 38
org/apache/oodt/cas/crawl/structs/exceptions/package.html 0 0 1
org/apache/oodt/cas/crawl/cli/action/CrawlerLauncherCliAction.java 0 0 13
org/apache/oodt/cas/crawl/comparator/package.html 0 0 1
org/apache/oodt/cas/crawl/action/ToggleAction.java 0 0 32
org/apache/oodt/cas/crawl/typedetection/MimeExtractorRepo.java 0 0 308
org/apache/oodt/cas/crawl/cli/option/handler/package.html 0 0 1
org/apache/oodt/cas/crawl/status/IngestStatus.java 0 0 23
org/apache/oodt/cas/crawl/cli/option/handler/PreconditionInfoHandler.java 0 0 25
org/apache/oodt/cas/crawl/CrawlerLauncher.java 0 0 4
org/apache/oodt/cas/crawl/action/CrawlerActionRepo.java 0 0 59
org/apache/oodt/cas/crawl/AutoDetectProductCrawler.java 0 0 37
org/apache/oodt/cas/crawl/cli/action/package.html 0 0 1
org/apache/oodt/cas/crawl/action/SolrIndexingAction.java 0 0 1
org/apache/oodt/cas/crawl/ProductCrawler.java 0 0 97
org/apache/oodt/cas/crawl/daemon/CrawlDaemonController.java 0 0 21
org/apache/oodt/cas/crawl/action/FileBasedAction.java 0 0 46
org/apache/oodt/cas/crawl/action/ExternAction.java 0 0 18
org/apache/oodt/cas/crawl/action/IngestAncillary.java 0 0 102
org/apache/oodt/cas/crawl/action/DeleteFile.java 0 0 25
org/apache/oodt/cas/crawl/action/EmailNotification.java 0 0 55
org/apache/oodt/cas/crawl/config/ProductCrawlerBean.java 0 0 130
org/apache/oodt/cas/crawl/structs/exceptions/CrawlerActionException.java 0 0 9
org/apache/oodt/cas/crawl/action/TernaryAction.java 0 0 21
org/apache/oodt/cas/crawl/cli/option/handler/CrawlerActionInfoHandler.java 0 0 16
org/apache/oodt/cas/crawl/typedetection/MimeExtractorConfigReader.java 0 0 59
org/apache/oodt/cas/crawl/action/GroupAction.java 0 0 20
org/apache/oodt/cas/crawl/util/CasPropertyList.java 0 0 20
org/apache/oodt/cas/crawl/typedetection/MimeExtractorConfigMetKeys.java 0 0 23
org/apache/oodt/cas/crawl/config/package.html 0 0 1
org/apache/oodt/cas/crawl/comparator/FilemgrUniquenessCheckComparator.java 0 0 14
org/apache/oodt/cas/crawl/MetExtractorProductCrawler.java 0 0 74
org/apache/oodt/cas/crawl/cli/option/handler/CrawlerBeansPropHandler.java 0 0 33
org/apache/oodt/cas/crawl/typedetection/MetExtractorSpec.java 0 0 45
org/apache/oodt/cas/crawl/package.html 0 0 1
org/apache/oodt/cas/crawl/daemon/package.html 0 0 1
org/apache/oodt/cas/crawl/action/MoveFile.java 0 0 39
org/apache/oodt/cas/crawl/action/package.html 0 0 1
org/apache/oodt/cas/crawl/daemon/CrawlDaemon.java 0 0 43
org/apache/oodt/cas/crawl/util/CasPropertyPlaceholderConfigurer.java 0 0 7
org/apache/oodt/cas/crawl/action/CrawlerAction.java 0 0 44
org/apache/oodt/cas/crawl/action/CrawlerActionPhases.java 0 0 10
org/apache/oodt/cas/crawl/status/package.html 0 0 1
org/apache/oodt/cas/crawl/action/WorkflowMgrStatusUpdate.java 0 0 19
org/apache/oodt/cas/crawl/util/CasPropertyOverrideConfigurer.java 0 0 1
org/apache/oodt/cas/crawl/util/package.html 0 0 1
org/apache/oodt/cas/crawl/action/FileSettings.java 0 0 26
org/apache/oodt/cas/crawl/structs/exceptions/CrawlException.java 0 0 11

Details

org/apache/oodt/cas/crawl/action/FilemgrUniquenessChecker.java

Violation Message Line
error First sentence should end with a period. 34
error Line has trailing spaces. 36
error Missing a Javadoc comment. 41
error Method 'performAction' is not designed for extension - needs to be abstract, final or empty. 43
error Missing a Javadoc comment. 43
error Parameter product should be final. 44
error Parameter productMetadata should be final. 44
error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 59
error Missing a Javadoc comment. 59
error Method 'setFilemgrUrl' is not designed for extension - needs to be abstract, final or empty. 69
error Missing a Javadoc comment. 69
error Parameter filemgrUrl should be final. 69
error 'filemgrUrl' hides a field. 69

org/apache/oodt/cas/crawl/action/MimeTypeCrawlerAction.java

Violation Message Line
error Line is longer than 80 characters. 31
error Line has trailing spaces. 41
error Missing a Javadoc comment. 46
error Missing a Javadoc comment. 47
error '<' is not preceded with whitespace. 47
error '<' is not followed by whitespace. 47
error '>' is not preceded with whitespace. 47
error Method 'performAction' is not designed for extension - needs to be abstract, final or empty. 49
error Missing a Javadoc comment. 49
error Parameter product should be final. 50
error Parameter productMetadata should be final. 50
error '<' is not preceded with whitespace. 52
error '<' is not followed by whitespace. 52
error '>' is not preceded with whitespace. 52
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 Method 'validate' is not designed for extension - needs to be abstract, final or empty. 68
error Missing a Javadoc comment. 68
error Method 'setActionToCall' is not designed for extension - needs to be abstract, final or empty. 78
error Missing a Javadoc comment. 78
error Parameter actionToCall should be final. 79
error 'actionToCall' hides a field. 79
error Method 'getMimeTypes' is not designed for extension - needs to be abstract, final or empty. 86
error Missing a Javadoc comment. 86
error '<' is not preceded with whitespace. 86
error '<' is not followed by whitespace. 86
error '>' is not preceded with whitespace. 86
error Method 'asetMimeTypes' is not designed for extension - needs to be abstract, final or empty. 90
error Missing a Javadoc comment. 90
error Parameter mimeTypes should be final. 90
error '<' is not preceded with whitespace. 90
error '<' is not followed by whitespace. 90
error '>' is not preceded with whitespace. 90
error 'mimeTypes' hides a field. 90

org/apache/oodt/cas/crawl/typedetection/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/crawl/cli/option/handler/BeanInfoHandler.java

Violation Message Line
error Line has trailing spaces. 29
error Missing a Javadoc comment. 37
error Missing a Javadoc comment. 38
error Missing a Javadoc comment. 40
error Method 'getApplicationContext' is not designed for extension - needs to be abstract, final or empty. 44
error Missing a Javadoc comment. 44
error Method 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty. 48
error Missing a Javadoc comment. 48
error Parameter applicationContext should be final. 48
error 'applicationContext' hides a field. 48
error Method 'getOutStream' is not designed for extension - needs to be abstract, final or empty. 52
error Missing a Javadoc comment. 52
error Method 'setOutStream' is not designed for extension - needs to be abstract, final or empty. 56
error Missing a Javadoc comment. 56
error Parameter outStream should be final. 56
error 'outStream' hides a field. 56

org/apache/oodt/cas/crawl/util/ActionBeanProperties.java

Violation Message Line
error Class ActionBeanProperties should be declared as final. 29
error Missing a Javadoc comment. 31
error Missing a Javadoc comment. 33
error Line is longer than 80 characters. 34
error Missing a Javadoc comment. 37
error Parameter key should be final. 37
error Parameter value should be final. 37
error Missing a Javadoc comment. 42

org/apache/oodt/cas/crawl/StdProductCrawler.java

Violation Message Line
error Line has trailing spaces. 33
error Line has trailing spaces. 41
error Missing a Javadoc comment. 47
error Variable 'metFileExtension' must be private and have accessor methods. 47
error Missing a Javadoc comment. 49
error Method 'getMetadataForProduct' is not designed for extension - needs to be abstract, final or empty. 53
error Missing a Javadoc comment. 53
error Line is longer than 80 characters. 54
error Parameter product should be final. 54
error Method 'passesPreconditions' is not designed for extension - needs to be abstract, final or empty. 60
error Missing a Javadoc comment. 60
error Parameter product should be final. 61
error Line is longer than 80 characters. 62
error '{' is not preceded with whitespace. 66
error '+' is not preceded with whitespace. 68
error '+' is not followed by whitespace. 68
error '+' is not preceded with whitespace. 68
error '+' is not followed by whitespace. 68
error '+' is not preceded with whitespace. 68
error '+' is not followed by whitespace. 68
error '}' should be on the same line. 69
error 'else' is not followed by whitespace. 70
error '{' is not preceded with whitespace. 70
error Line has trailing spaces. 72
error '+' is not preceded with whitespace. 72
error '+' is not followed by whitespace. 72
error '+' is not preceded with whitespace. 72
error '+' is not followed by whitespace. 72
error '+' is not preceded with whitespace. 72
error '+' is not followed by whitespace. 72
error Method 'renameProduct' is not designed for extension - needs to be abstract, final or empty. 77
error Missing a Javadoc comment. 77
error Parameter product should be final. 78
error Parameter productMetadata should be final. 78
error Method 'setMetFileExtension' is not designed for extension - needs to be abstract, final or empty. 82
error Missing a Javadoc comment. 82
error Parameter metFileExtension should be final. 82
error 'metFileExtension' hides a field. 82

org/apache/oodt/cas/crawl/structs/exceptions/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/crawl/cli/action/CrawlerLauncherCliAction.java

Violation Message Line
error Line has trailing spaces. 30
error Missing a Javadoc comment. 35
error Missing a Javadoc comment. 36
error Missing a Javadoc comment. 38
error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 43
error Missing a Javadoc comment. 43
error Parameter printer should be final. 44
error Line is longer than 80 characters. 47
error Avoid inline conditionals. 52
error Method 'setCrawlerId' is not designed for extension - needs to be abstract, final or empty. 66
error Missing a Javadoc comment. 66
error Parameter crawlerId should be final. 66
error 'crawlerId' hides a field. 66

org/apache/oodt/cas/crawl/comparator/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/crawl/action/ToggleAction.java

Violation Message Line
error Line has trailing spaces. 32
error Missing a Javadoc comment. 37
error '<' is not preceded with whitespace. 37
error '<' is not followed by whitespace. 37
error '>' is not preceded with whitespace. 37
error Missing a Javadoc comment. 38
error Method 'performAction' 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 productMetadata should be final. 41
error Inner assignments should be avoided. 49
error Avoid inline conditionals. 58
error Method 'setToggles' is not designed for extension - needs to be abstract, final or empty. 68
error Missing a Javadoc comment. 68
error Parameter toggles should be final. 68
error '<' is not preceded with whitespace. 68
error '<' is not followed by whitespace. 68
error '>' is not preceded with whitespace. 68
error 'toggles' hides a field. 68
error Method 'setShortCircuit' is not designed for extension - needs to be abstract, final or empty. 72
error Missing a Javadoc comment. 72
error Parameter shortCircuit should be final. 72
error 'shortCircuit' hides a field. 72
error Missing a Javadoc comment. 76
error Missing a Javadoc comment. 78
error Method 'setCrawlerAction' is not designed for extension - needs to be abstract, final or empty. 80
error Missing a Javadoc comment. 80
error Parameter action should be final. 80
error 'action' hides a field. 80
error Method 'getCrawlerAction' is not designed for extension - needs to be abstract, final or empty. 84
error Missing a Javadoc comment. 84
error Missing a Javadoc comment. 88

org/apache/oodt/cas/crawl/typedetection/MimeExtractorRepo.java

Violation Message Line
error Line contains a tab character. 43
error Missing a Javadoc comment. 43
error '<' is not preceded with whitespace. 43
error '<' is not followed by whitespace. 43
error '>' is not preceded with whitespace. 43
error Line contains a tab character. 44
error Missing a Javadoc comment. 44
error Line contains a tab character. 45
error Missing a Javadoc comment. 45
error Line contains a tab character. 46
error Missing a Javadoc comment. 46
error Line is longer than 80 characters. 47
error Line contains a tab character. 47
error Missing a Javadoc comment. 47
error '<' is not preceded with whitespace. 47
error '<' is not followed by whitespace. 47
error '<' is not preceded with whitespace. 47
error '<' is not followed by whitespace. 47
error '>' is not preceded with whitespace. 47
error '>' is not followed by whitespace. 47
error '>' is not preceded with whitespace. 47
error Line contains a tab character. 48
error Missing a Javadoc comment. 48
error '<' is not preceded with whitespace. 48
error '<' is not followed by whitespace. 48
error '>' is not preceded with whitespace. 48
error First sentence should end with a period. 50
error Line contains a tab character. 50
error Line contains a tab character. 51
error Line has trailing spaces. 52
error Line contains a tab character. 52
error Line contains a tab character. 53
error Line has trailing spaces. 54
error Line contains a tab character. 54
error Line contains a tab character. 55
error Line contains a tab character. 56
error Expected @throws tag for 'FileNotFoundException'. 56
error Line contains a tab character. 57
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
error Line contains a tab character. 58
error Line contains a tab character. 60
error Line contains a tab character. 61
error Line has trailing spaces. 62
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 Line has trailing spaces. 65
error Line contains a tab character. 65
error Line contains a tab character. 66
error Line contains a tab character. 67
error Line contains a tab character. 68
error Parameter defaultExtractorSpecs should be final. 68
error '<' is not preceded with whitespace. 68
error '<' is not followed by whitespace. 68
error '>' is not preceded with whitespace. 68
error 'defaultExtractorSpecs' hides a field. 68
error Expected @param tag for 'defaultExtractorSpecs'. 68
error Line contains a tab character. 69
error Parameter defaultNamingConventionId should be final. 69
error 'defaultNamingConventionId' hides a field. 69
error Expected @param tag for 'defaultNamingConventionId'. 69
error Parameter mimeRepoFile should be final. 69
error Expected @param tag for 'mimeRepoFile'. 69
error Line contains a tab character. 70
error Parameter magic should be final. 70
error 'magic' hides a field. 70
error Expected @throws tag for 'FileNotFoundException'. 70
error Line contains a tab character. 71
error Line contains a tab character. 72
error Line contains a tab character. 73
error Line contains a tab character. 74
error Line contains a tab character. 75
error Line contains a tab character. 76
error Line contains a tab character. 77
error Line contains a tab character. 79
error Method 'setNamingConventionId' is not designed for extension - needs to be abstract, final or empty. 79
error Missing a Javadoc comment. 79
error Parameter mimeType should be final. 79
error Line contains a tab character. 80
error Parameter namingConventionId should be final. 80
error Line contains a tab character. 81
error Line contains a tab character. 82
error Line contains a tab character. 84
error Method 'getNamingConventionId' is not designed for extension - needs to be abstract, final or empty. 84
error Missing a Javadoc comment. 84
error Parameter mimeType 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 Line contains a tab character. 90
error Line contains a tab character. 91
error Line contains a tab character. 93
error Method 'addMetExtractorSpec' is not designed for extension - needs to be abstract, final or empty. 93
error Missing a Javadoc comment. 93
error Parameter mimeType should be final. 93
error Line contains a tab character. 94
error Parameter spec should be final. 94
error Line is longer than 80 characters. 95
error Line contains a tab character. 95
error '<' is not preceded with whitespace. 95
error '<' is not followed by whitespace. 95
error '>' is not preceded with whitespace. 95
error Line contains a tab character. 96
error Line contains a tab character. 97
error Line contains a tab character. 98
error '<' is not preceded with whitespace. 98
error '<' is not followed by whitespace. 98
error '>' is not preceded with whitespace. 98
error '>' is not followed by whitespace. 98
error Line contains a tab character. 99
error Line contains a tab character. 100
error Line contains a tab character. 101
error Line contains a tab character. 102
error Line contains a tab character. 104
error Method 'addMetExtractorSpecs' is not designed for extension - needs to be abstract, final or empty. 104
error Missing a Javadoc comment. 104
error Parameter mimeType should be final. 104
error Line contains a tab character. 105
error Parameter specs should be final. 105
error '<' is not preceded with whitespace. 105
error '<' is not followed by whitespace. 105
error '>' is not preceded with whitespace. 105
error Line is longer than 80 characters. 106
error Line contains a tab character. 106
error '<' is not preceded with whitespace. 106
error '<' is not followed by whitespace. 106
error '>' is not preceded with whitespace. 106
error Line contains a tab character. 107
error Line contains a tab character. 108
error Line contains a tab character. 109
error '<' is not preceded with whitespace. 109
error '<' is not followed by whitespace. 109
error '>' is not preceded with whitespace. 109
error '>' is not followed by whitespace. 109
error Line contains a tab character. 110
error Line contains a tab character. 111
error Line is longer than 80 characters. 112
error Line contains a tab character. 112
error Line contains a tab character. 113
error Line contains a tab character. 115
error Method 'getExtractorSpecsForMimeType' is not designed for extension - needs to be abstract, final or empty. 115
error Missing a Javadoc comment. 115
error '<' is not preceded with whitespace. 115
error '<' is not followed by whitespace. 115
error '>' is not preceded with whitespace. 115
error Line contains a tab character. 116
error Parameter mimeType should be final. 116
error Line is longer than 80 characters. 117
error Line contains a tab character. 117
error '<' is not preceded with whitespace. 117
error '<' is not followed by whitespace. 117
error '>' is not preceded with whitespace. 117
error '<' is not preceded with whitespace. 117
error '<' is not followed by whitespace. 117
error '>' is not preceded with whitespace. 117
error '>' is not followed by whitespace. 117
error Line is longer than 80 characters. 118
error Line contains a tab character. 118
error Line is longer than 80 characters. 119
error Line contains a tab character. 119
error '<' is not preceded with whitespace. 119
error '<' is not followed by whitespace. 119
error '>' is not preceded with whitespace. 119
error Line contains a tab character. 120
error Line contains a tab character. 121
error Line contains a tab character. 122
error Line is longer than 80 characters. 123
error Line contains a tab character. 123
error Line contains a tab character. 124
error Line contains a tab character. 125
error Avoid inline conditionals. 125
error Line contains a tab character. 126
error Line contains a tab character. 127
error Line contains a tab character. 129
error Method 'getExtractorSpecsForFile' is not designed for extension - needs to be abstract, final or empty. 129
error Missing a Javadoc comment. 129
error '<' is not preceded with whitespace. 129
error '<' is not followed by whitespace. 129
error '>' is not preceded with whitespace. 129
error Line contains a tab character. 130
error Parameter file should be final. 130
error Line contains a tab character. 131
error Line contains a tab character. 132
error Line contains a tab character. 133
error Line contains a tab character. 134
error Line contains a tab character. 135
error Line contains a tab character. 136
error Line contains a tab character. 137
error Line contains a tab character. 139
error Line contains a tab character. 140
error Line contains a tab character. 141
error Line contains a tab character. 142
error Method 'getDefaultMetExtractorSpecs' is not designed for extension - needs to be abstract, final or empty. 142
error '<' is not preceded with whitespace. 142
error '<' is not followed by whitespace. 142
error '>' is not preceded with whitespace. 142
error Line is longer than 80 characters. 143
error Line contains a tab character. 143
error Avoid inline conditionals. 143
error Line contains a tab character. 144
error '<' is not preceded with whitespace. 144
error '<' is not followed by whitespace. 144
error '>' is not preceded with whitespace. 144
error '>' is not followed by whitespace. 144
error Line contains a tab character. 145
error Line contains a tab character. 147
error Line contains a tab character. 148
error Line contains a tab character. 149
error Method 'setDefaultMetExtractorSpecs' is not designed for extension - needs to be abstract, final or empty. 149
error Line contains a tab character. 150
error Parameter defaultExtractorSpecs should be final. 150
error '<' is not preceded with whitespace. 150
error '<' is not followed by whitespace. 150
error '>' is not preceded with whitespace. 150
error 'defaultExtractorSpecs' hides a field. 150
error Expected @param tag for 'defaultExtractorSpecs'. 150
error Line contains a tab character. 151
error Line contains a tab character. 152
error Line contains a tab character. 154
error Method 'setDefaultNamingConventionId' is not designed for extension - needs to be abstract, final or empty. 154
error Missing a Javadoc comment. 154
error Line contains a tab character. 155
error Parameter defaultNamingConventionId should be final. 155
error 'defaultNamingConventionId' hides a field. 155
error Line contains a tab character. 156
error Line contains a tab character. 157
error Line contains a tab character. 159
error Method 'getDefaultNamingConventionId' is not designed for extension - needs to be abstract, final or empty. 159
error Missing a Javadoc comment. 159
error Line contains a tab character. 160
error Line contains a tab character. 161
error Line contains a tab character. 163
error Line contains a tab character. 164
error Line contains a tab character. 165
error Line contains a tab character. 166
error Method 'isMagic' is not designed for extension - needs to be abstract, final or empty. 166
error Line contains a tab character. 167
error Line contains a tab character. 168
error Line contains a tab character. 170
error Line contains a tab character. 171
error Line contains a tab character. 172
error Line contains a tab character. 173
error Line contains a tab character. 174
error Method 'setMagic' is not designed for extension - needs to be abstract, final or empty. 174
error Parameter magic should be final. 174
error 'magic' hides a field. 174
error Line contains a tab character. 175
error Line contains a tab character. 176
error Line contains a tab character. 177
error Line contains a tab character. 178
error Line contains a tab character. 179
error Line contains a tab character. 181
error Line contains a tab character. 182
error Line contains a tab character. 183
error Line contains a tab character. 184
error Method 'setMimeRepoFile' is not designed for extension - needs to be abstract, final or empty. 184
error Parameter mimeRepoFile should be final. 184
error Expected @param tag for 'mimeRepoFile'. 184
error Line contains a tab character. 185
error Expected @throws tag for 'FileNotFoundException'. 185
error Line contains a tab character. 186
error Line contains a tab character. 187
error Line contains a tab character. 188
error Line contains a tab character. 189
error Line contains a tab character. 191
error Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. 191
error Missing a Javadoc comment. 191
error Parameter file should be final. 191
error Line contains a tab character. 192
error Line contains a tab character. 193
error Line contains a tab character. 195
error Line contains a tab character. 196
error Line has trailing spaces. 197
error Line contains a tab character. 197
error Line contains a tab character. 198
error Line contains a tab character. 199
error Line contains a tab character. 200
error Expected an @return tag. 201
error Line contains a tab character. 201
error Method 'getMimeTypes' is not designed for extension - needs to be abstract, final or empty. 201
error '<' is not preceded with whitespace. 201
error '<' is not followed by whitespace. 201
error '>' is not preceded with whitespace. 201
error Parameter file should be final. 201
error Expected @param tag for 'file'. 201
error Line contains a tab character. 202
error '<' is not preceded with whitespace. 202
error '<' is not followed by whitespace. 202
error '>' is not preceded with whitespace. 202
error '<' is not preceded with whitespace. 202
error '<' is not followed by whitespace. 202
error '>' is not preceded with whitespace. 202
error '>' is not followed by whitespace. 202
error Line contains a tab character. 203
error Line contains a tab character. 204
error Line is longer than 80 characters. 205
error Line contains a tab character. 205
error Inner assignments should be avoided. 205
error Line contains a tab character. 207
error Line contains a tab character. 208
error Line contains a tab character. 209
error Line contains a tab character. 210

org/apache/oodt/cas/crawl/cli/option/handler/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/crawl/status/IngestStatus.java

Violation Message Line
error Line has trailing spaces. 26
error Missing a Javadoc comment. 33
error Line contains a tab character. 33
error Line contains a tab character. 34
error Missing a Javadoc comment. 34
error Missing a Javadoc comment. 34
error Missing a Javadoc comment. 34
error Missing a Javadoc comment. 34
error Line contains a tab character. 35
error Line has trailing spaces. 36
error Line contains a tab character. 36
error Line contains a tab character. 37
error Missing a Javadoc comment. 37
error Line has trailing spaces. 38
error Line contains a tab character. 38
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 Line contains a tab character. 41
error Missing a Javadoc comment. 41
error Line has trailing spaces. 42
error Line contains a tab character. 42

org/apache/oodt/cas/crawl/cli/option/handler/PreconditionInfoHandler.java

Violation Message Line
error Line has trailing spaces. 29
error Missing a Javadoc comment. 34
error Parameter option should be final. 35
error Method 'handleOption' is not designed for extension - needs to be abstract, final or empty. 39
error Missing a Javadoc comment. 39
error Parameter selectedAction should be final. 40
error Parameter optionInstance should be final. 41
error '<' is not preceded with whitespace. 47
error '<' is not followed by whitespace. 47
error '?' is not preceded with whitespace. 47
error '>' is not preceded with whitespace. 47
error '?' is not followed by whitespace. 47
error '<' is not preceded with whitespace. 47
error '<' is not followed by whitespace. 47
error '?' is not preceded with whitespace. 47
error '>' is not preceded with whitespace. 47
error '?' is not followed by whitespace. 47
error '>' is not followed by whitespace. 47
error Method 'getHelp' is not designed for extension - needs to be abstract, final or empty. 57
error Missing a Javadoc comment. 57
error Parameter option should be final. 58
error Method 'getArgDescription' is not designed for extension - needs to be abstract, final or empty. 62
error Missing a Javadoc comment. 62
error Parameter action should be final. 63
error Parameter option should be final. 63

org/apache/oodt/cas/crawl/CrawlerLauncher.java

Violation Message Line
error Line has trailing spaces. 27
error Utility classes should not have a public or default constructor. 32
error Missing a Javadoc comment. 34
error Parameter args should be final. 34

org/apache/oodt/cas/crawl/action/CrawlerActionRepo.java

Violation Message Line
error Line has trailing spaces. 32
error Missing a Javadoc comment. 38
error '<' is not preceded with whitespace. 38
error '<' is not followed by whitespace. 38
error '>' is not preceded with whitespace. 38
error Missing a Javadoc comment. 39
error '<' is not preceded with whitespace. 39
error '<' is not followed by whitespace. 39
error '>' is not preceded with whitespace. 39
error Missing a Javadoc comment. 40
error '<' is not preceded with whitespace. 40
error '<' is not followed by whitespace. 40
error '>' is not preceded with whitespace. 40
error Missing a Javadoc comment. 42
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
error '<' is not preceded with whitespace. 44
error '<' is not followed by whitespace. 44
error '>' is not preceded with whitespace. 44
error '>' is not followed by whitespace. 44
error '<' is not preceded with whitespace. 45
error '<' is not followed by whitespace. 45
error '>' is not preceded with whitespace. 45
error '>' is not followed by whitespace. 45
error Method 'getActions' is not designed for extension - needs to be abstract, final or empty. 48
error Missing a Javadoc comment. 48
error '<' is not preceded with whitespace. 48
error '<' is not followed by whitespace. 48
error '>' is not preceded with whitespace. 48
error '<' is not preceded with whitespace. 49
error '<' is not followed by whitespace. 49
error '>' is not preceded with whitespace. 49
error Method 'getPreIngestActions' is not designed for extension - needs to be abstract, final or empty. 56
error Missing a Javadoc comment. 56
error '<' is not preceded with whitespace. 56
error '<' is not followed by whitespace. 56
error '>' is not preceded with whitespace. 56
error Method 'getPostIngestOnFailActions' is not designed for extension - needs to be abstract, final or empty. 60
error Missing a Javadoc comment. 60
error '<' is not preceded with whitespace. 60
error '<' is not followed by whitespace. 60
error '>' is not preceded with whitespace. 60
error Method 'getPostIngestOnSuccessActions' is not designed for extension - needs to be abstract, final or empty. 64
error Missing a Javadoc comment. 64
error '<' is not preceded with whitespace. 64
error '<' is not followed by whitespace. 64
error '>' is not preceded with whitespace. 64
error Method 'loadActionsFromBeanFactory' is not designed for extension - needs to be abstract, final or empty. 68
error Missing a Javadoc comment. 68
error Parameter context should be final. 68
error Parameter actionIds 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
error '<' is not preceded with whitespace. 73
error '<' is not followed by whitespace. 73
error '>' is not preceded with whitespace. 73

org/apache/oodt/cas/crawl/AutoDetectProductCrawler.java

Violation Message Line
error Line has trailing spaces. 43
error Unclosed HTML tag found: <ul> 44
error Line is longer than 80 characters. 49
error Line is longer than 80 characters. 51
error Line is longer than 80 characters. 52
error Line is longer than 80 characters. 53
error Line is longer than 80 characters. 61
error Line has trailing spaces. 72
error Missing a Javadoc comment. 72
error Missing a Javadoc comment. 74
error Method 'getMetadataForProduct' is not designed for extension - needs to be abstract, final or empty. 76
error Missing a Javadoc comment. 76
error Line is longer than 80 characters. 77
error Parameter product should be final. 77
error '<' is not preceded with whitespace. 78
error '<' is not followed by whitespace. 78
error '>' is not preceded with whitespace. 78
error Method 'passesPreconditions' is not designed for extension - needs to be abstract, final or empty. 93
error Missing a Javadoc comment. 93
error Parameter product should be final. 94
error '<' is not preceded with whitespace. 96
error '<' is not followed by whitespace. 96
error '>' is not preceded with whitespace. 96
error Line is longer than 80 characters. 103
error '<' is not preceded with whitespace. 103
error '<' is not followed by whitespace. 103
error '>' is not preceded with whitespace. 103
error Method 'renameProduct' is not designed for extension - needs to be abstract, final or empty. 122
error Missing a Javadoc comment. 122
error Parameter product should be final. 123
error Parameter productMetadata should be final. 123
error Line is longer than 80 characters. 128
error Method 'setMimeExtractorRepo' is not designed for extension - needs to be abstract, final or empty. 136
error Missing a Javadoc comment. 136
error Parameter mimeExtractorRepo should be final. 137
error 'mimeExtractorRepo' hides a field. 137
error Line is longer than 80 characters. 138

org/apache/oodt/cas/crawl/cli/action/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/crawl/action/SolrIndexingAction.java

Violation Message Line
error Got an exception - expecting EOF, found '}' 67

org/apache/oodt/cas/crawl/ProductCrawler.java

Violation Message Line
error Line has trailing spaces. 45
error Missing a Javadoc comment. 52
error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
error Variable 'LOG' must be private and have accessor methods. 52
error Missing a Javadoc comment. 56
error Name 'DIR_FILTER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
error Variable 'DIR_FILTER' must be private and have accessor methods. 56
error Parameter file should be final. 57
error Missing a Javadoc comment. 63
error Name 'FILE_FILTER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
error Variable 'FILE_FILTER' must be private and have accessor methods. 63
error Parameter file should be final. 64
error Missing a Javadoc comment. 69
error '<' is not preceded with whitespace. 69
error '<' is not followed by whitespace. 69
error '>' is not preceded with whitespace. 69
error Variable 'ingestStatus' must be private and have accessor methods. 69
error '<' is not preceded with whitespace. 69
error '<' is not followed by whitespace. 69
error '>' is not preceded with whitespace. 69
error '>' is not followed by whitespace. 69
error Missing a Javadoc comment. 70
error Variable 'actionRepo' must be private and have accessor methods. 70
error Missing a Javadoc comment. 71
error Variable 'ingester' must be private and have accessor methods. 71
error Method 'crawl' is not designed for extension - needs to be abstract, final or empty. 73
error Missing a Javadoc comment. 73
error Method 'crawl' is not designed for extension - needs to be abstract, final or empty. 77
error Missing a Javadoc comment. 77
error Parameter dirRoot should be final. 77
error Line is longer than 80 characters. 89
error '<' is not preceded with whitespace. 93
error '<' is not followed by whitespace. 93
error '>' is not preceded with whitespace. 93
error '<' is not preceded with whitespace. 93
error '<' is not followed by whitespace. 93
error '>' is not preceded with whitespace. 93
error '>' is not followed by whitespace. 93
error Avoid inline conditionals. 94
error Line is longer than 80 characters. 100
error Avoid inline conditionals. 100
error 'if' is not followed by whitespace. 102
error '!=' is not preceded with whitespace. 102
error '!=' is not followed by whitespace. 102
error Method 'handleFile' is not designed for extension - needs to be abstract, final or empty. 119
error Missing a Javadoc comment. 119
error Parameter product should be final. 119
error Line has trailing spaces. 173
error Line has trailing spaces. 199
error Method 'getIngestStatus' is not designed for extension - needs to be abstract, final or empty. 206
error Missing a Javadoc comment. 206
error '<' is not preceded with whitespace. 206
error '<' is not followed by whitespace. 206
error '>' is not preceded with whitespace. 206
error Missing a Javadoc comment. 210
error Missing a Javadoc comment. 212
error Missing a Javadoc comment. 215
error Method 'setupIngester' is not designed for extension - needs to be abstract, final or empty. 218
error Missing a Javadoc comment. 218
error Method 'loadAndValidateActions' is not designed for extension - needs to be abstract, final or empty. 222
error Missing a Javadoc comment. 222
error Method 'validateActions' is not designed for extension - needs to be abstract, final or empty. 231
error Missing a Javadoc comment. 231
error Line is longer than 80 characters. 237
error Method 'containsRequiredMetadata' is not designed for extension - needs to be abstract, final or empty. 246
error Missing a Javadoc comment. 246
error Parameter productMetadata should be final. 247
error Method 'addKnownMetadata' is not designed for extension - needs to be abstract, final or empty. 258
error Missing a Javadoc comment. 258
error Parameter product should be final. 258
error Parameter productMetadata should be final. 259
error Method 'createIngestStatus' is not designed for extension - needs to be abstract, final or empty. 280
error Missing a Javadoc comment. 280
error Method 'ingest' is not designed for extension - needs to be abstract, final or empty. 295
error Missing a Javadoc comment. 295
error Parameter product should be final. 295
error Parameter productMetdata should be final. 295
error Method 'performPreIngestActions' is not designed for extension - needs to be abstract, final or empty. 314
error Missing a Javadoc comment. 314
error Parameter product should be final. 314
error Parameter productMetadata should be final. 315
error Method 'performPostIngestOnSuccessActions' is not designed for extension - needs to be abstract, final or empty. 324
error Missing a Javadoc comment. 324
error Parameter product should be final. 324
error Parameter productMetadata should be final. 325
error Method 'performPostIngestOnFailActions' is not designed for extension - needs to be abstract, final or empty. 335
error Missing a Javadoc comment. 335
error Parameter product should be final. 335
error Parameter productMetadata should be final. 336
error Method 'performProductCrawlerActions' is not designed for extension - needs to be abstract, final or empty. 346
error Missing a Javadoc comment. 346
error Parameter actions should be final. 347
error '<' is not preceded with whitespace. 347
error '<' is not followed by whitespace. 347
error '>' is not preceded with whitespace. 347
error Parameter product should be final. 347
error Parameter productMetadata should be final. 347

org/apache/oodt/cas/crawl/daemon/CrawlDaemonController.java

Violation Message Line
error Line has trailing spaces. 37
error Missing a Javadoc comment. 45
error Missing a Javadoc comment. 47
error Parameter crawlUrlStr should be final. 47
error Method 'getAverageCrawlTime' is not designed for extension - needs to be abstract, final or empty. 56
error Missing a Javadoc comment. 56
error Method 'getMilisCrawling' is not designed for extension - needs to be abstract, final or empty. 73
error Missing a Javadoc comment. 73
error Method 'getWaitInterval' is not designed for extension - needs to be abstract, final or empty. 90
error Missing a Javadoc comment. 90
error Method 'getNumCrawls' is not designed for extension - needs to be abstract, final or empty. 107
error Missing a Javadoc comment. 107
error Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. 124
error Missing a Javadoc comment. 124
error Method 'stop' is not designed for extension - needs to be abstract, final or empty. 140
error Missing a Javadoc comment. 140
error Line is longer than 80 characters. 158
error Missing a Javadoc comment. 158
error Parameter args should be final. 158
error Line is longer than 80 characters. 166
error Avoid inline conditionals. 207

org/apache/oodt/cas/crawl/action/FileBasedAction.java

Violation Message Line
error Redundant import from the same package - org.apache.oodt.cas.crawl.action.CrawlerAction. 23
error Line has trailing spaces. 34
error Line has trailing spaces. 37
error Missing a Javadoc comment. 40
error Variable 'file' must be private and have accessor methods. 40
error Missing a Javadoc comment. 41
error Variable 'fileKey' must be private and have accessor methods. 41
error Missing a Javadoc comment. 42
error Variable 'fileSettings' must be private and have accessor methods. 42
error Missing a Javadoc comment. 43
error Variable 'failMissingFile' must be private and have accessor methods. 43
error Missing a Javadoc comment. 45
error Method 'setFilePrefix' is not designed for extension - needs to be abstract, final or empty. 50
error Missing a Javadoc comment. 50
error Parameter filePrefix should be final. 50
error Method 'setFileSuffix' is not designed for extension - needs to be abstract, final or empty. 54
error Missing a Javadoc comment. 54
error Parameter fileSuffix should be final. 54
error Method 'setFileExtension' is not designed for extension - needs to be abstract, final or empty. 58
error Missing a Javadoc comment. 58
error Parameter fileExtension should be final. 58
error Method 'setKeepExistingExtension' is not designed for extension - needs to be abstract, final or empty. 62
error Missing a Javadoc comment. 62
error Parameter keepExistingExtension should be final. 62
error Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 66
error Missing a Javadoc comment. 66
error Parameter file should be final. 66
error 'file' hides a field. 66
error Method 'setFileKey' is not designed for extension - needs to be abstract, final or empty. 70
error Missing a Javadoc comment. 70
error Parameter fileKey should be final. 70
error 'fileKey' hides a field. 70
error Method 'setFailMissingFile' is not designed for extension - needs to be abstract, final or empty. 74
error Missing a Javadoc comment. 74
error Parameter failMissingFile should be final. 74
error 'failMissingFile' hides a field. 74
error Method 'getSelectedFile' is not designed for extension - needs to be abstract, final or empty. 78
error Missing a Javadoc comment. 78
error Parameter product should be final. 78
error Parameter metadata should be final. 78
error Method 'performAction' is not designed for extension - needs to be abstract, final or empty. 90
error Missing a Javadoc comment. 90
error Parameter product should be final. 90
error Parameter metadata should be final. 90
error Missing a Javadoc comment. 111
error ';' is preceded with whitespace. 112

org/apache/oodt/cas/crawl/action/ExternAction.java

Violation Message Line
error Line has trailing spaces. 36
error Missing a Javadoc comment. 41
error Missing a Javadoc comment. 42
error Method 'performAction' is not designed for extension - needs to be abstract, final or empty. 44
error Missing a Javadoc comment. 44
error Parameter product should be final. 45
error Parameter productMetadata should be final. 45
error Avoid inline conditionals. 53
error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 62
error Missing a Javadoc comment. 62
error Method 'setExecuteCommand' is not designed for extension - needs to be abstract, final or empty. 72
error Missing a Javadoc comment. 72
error Parameter executeCommand should be final. 72
error 'executeCommand' hides a field. 72
error Method 'setWorkingDir' is not designed for extension - needs to be abstract, final or empty. 76
error Missing a Javadoc comment. 76
error Parameter workingDir should be final. 76
error 'workingDir' hides a field. 76

org/apache/oodt/cas/crawl/action/IngestAncillary.java

Violation Message Line
error Line has trailing spaces. 46
error Missing a Javadoc comment. 51
error Missing a Javadoc comment. 52
error Missing a Javadoc comment. 53
error Missing a Javadoc comment. 54
error Missing a Javadoc comment. 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 '>' is not preceded with whitespace. 55
error '>' is not followed by whitespace. 55
error '>' is not preceded with whitespace. 55
error Missing a Javadoc comment. 56
error '<' is not preceded with whitespace. 56
error '<' is not followed by whitespace. 56
error '>' is not preceded with whitespace. 56
error Missing a Javadoc comment. 57
error '<' is not preceded with whitespace. 57
error '<' is not followed by whitespace. 57
error '>' is not preceded with whitespace. 57
error Missing a Javadoc comment. 58
error '<' is not preceded with whitespace. 58
error '<' is not followed by whitespace. 58
error '>' is not preceded with whitespace. 58
error Missing a Javadoc comment. 59
error Missing a Javadoc comment. 61
error Method 'performFileAction' is not designed for extension - needs to be abstract, final or empty. 65
error Missing a Javadoc comment. 65
error Parameter actionFile should be final. 66
error Parameter metadata should be final. 66
error Line is longer than 80 characters. 69
error '<' is not preceded with whitespace. 69
error '<' is not followed by whitespace. 69
error '<' is not preceded with whitespace. 69
error '<' is not followed by whitespace. 69
error '>' is not preceded with whitespace. 69
error '>' is not followed by whitespace. 69
error '>' is not preceded with whitespace. 69
error Line is longer than 80 characters. 71
error Method 'setReplaceDynamicKeys' is not designed for extension - needs to be abstract, final or empty. 147
error Missing a Javadoc comment. 147
error Parameter replaceDynamicKeys should be final. 147
error '<' is not preceded with whitespace. 147
error '<' is not followed by whitespace. 147
error '>' is not preceded with whitespace. 147
error 'replaceDynamicKeys' hides a field. 147
error Method 'setFileManagerUrl' is not designed for extension - needs to be abstract, final or empty. 151
error Missing a Javadoc comment. 151
error Parameter fileManagerUrl should be final. 152
error 'fileManagerUrl' hides a field. 152
error Method 'setDataTransferService' is not designed for extension - needs to be abstract, final or empty. 156
error Missing a Javadoc comment. 156
error Parameter dataTransferService should be final. 157
error 'dataTransferService' hides a field. 157
error Method 'setRelatedKey' is not designed for extension - needs to be abstract, final or empty. 161
error Missing a Javadoc comment. 161
error Parameter relatedKey should be final. 161
error 'relatedKey' hides a field. 161
error Line is longer than 80 characters. 165
error Method 'setAncillaryMetadata' is not designed for extension - needs to be abstract, final or empty. 165
error Missing a Javadoc comment. 165
error Parameter ancillaryMetadata should be final. 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 '>' is not preceded with whitespace. 165
error '>' is not followed by whitespace. 165
error '>' is not preceded with whitespace. 165
error 'ancillaryMetadata' hides a field. 165
error Method 'setProductType' is not designed for extension - needs to be abstract, final or empty. 169
error Missing a Javadoc comment. 169
error Parameter productType should be final. 170
error 'productType' hides a field. 170
error Method 'setCopyKeys' is not designed for extension - needs to be abstract, final or empty. 174
error Missing a Javadoc comment. 174
error Parameter copyKeys should be final. 174
error '<' is not preceded with whitespace. 174
error '<' is not followed by whitespace. 174
error '>' is not preceded with whitespace. 174
error 'copyKeys' hides a field. 174
error Method 'setWriteBackKeys' is not designed for extension - needs to be abstract, final or empty. 178
error Missing a Javadoc comment. 178
error Parameter writeBackKeys should be final. 178
error '<' is not preceded with whitespace. 178
error '<' is not followed by whitespace. 178
error '>' is not preceded with whitespace. 178
error 'writeBackKeys' hides a field. 178
error Method 'setWriteBackKeyPrefix' is not designed for extension - needs to be abstract, final or empty. 182
error Missing a Javadoc comment. 182
error Parameter writeBackKeyPrefix should be final. 182
error 'writeBackKeyPrefix' hides a field. 182
error Missing a Javadoc comment. 186
error Parameter args should be final. 186
error '6' is a magic number. 187
error Line is longer than 80 characters. 191
error '3' is a magic number. 198
error '4' is a magic number. 199
error '5' is a magic number. 200
error '5' is a magic number. 203
error '4' is a magic number. 204

org/apache/oodt/cas/crawl/action/DeleteFile.java

Violation Message Line
error Line has trailing spaces. 33
error Missing a Javadoc comment. 40
error Missing a Javadoc comment. 41
error Method 'performAction' is not designed for extension - needs to be abstract, final or empty. 43
error Missing a Javadoc comment. 43
error Parameter product should be final. 44
error Parameter productMetadata should be final. 44
error Line is longer than 80 characters. 51
error Line is longer than 80 characters. 56
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. 58
error Line contains a tab character. 60
error Line has trailing spaces. 62
error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 70
error Missing a Javadoc comment. 70
error Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 81
error Missing a Javadoc comment. 81
error Parameter file should be final. 81
error 'file' hides a field. 81
error Method 'setFileExtension' is not designed for extension - needs to be abstract, final or empty. 85
error Missing a Javadoc comment. 85
error Parameter fileExtension should be final. 85
error 'fileExtension' hides a field. 85

org/apache/oodt/cas/crawl/action/EmailNotification.java

Violation Message Line
error Line has trailing spaces. 48
error Line has trailing spaces. 51
error Missing a Javadoc comment. 55
error Missing a Javadoc comment. 56
error Missing a Javadoc comment. 57
error Missing a Javadoc comment. 58
error '<' is not preceded with whitespace. 58
error '<' is not followed by whitespace. 58
error '>' is not preceded with whitespace. 58
error Missing a Javadoc comment. 59
error Missing a Javadoc comment. 60
error Missing a Javadoc comment. 62
error Method 'performAction' is not designed for extension - needs to be abstract, final or empty. 66
error Missing a Javadoc comment. 66
error Parameter product should be final. 67
error Parameter metadata should be final. 67
error Line is longer than 80 characters. 86
error Line is longer than 80 characters. 89
error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 105
error Missing a Javadoc comment. 105
error Method 'setMailHost' is not designed for extension - needs to be abstract, final or empty. 119
error Missing a Javadoc comment. 119
error Parameter smtpHost should be final. 120
error Method 'setSubject' is not designed for extension - needs to be abstract, final or empty. 124
error Missing a Javadoc comment. 124
error Parameter subject should be final. 125
error 'subject' hides a field. 125
error Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. 129
error Missing a Javadoc comment. 129
error Parameter message should be final. 130
error 'message' hides a field. 130
error Method 'setRecipients' is not designed for extension - needs to be abstract, final or empty. 134
error Missing a Javadoc comment. 134
error Parameter recipients should be final. 134
error 'recipients' hides a field. 134
error Method 'setRecipients' is not designed for extension - needs to be abstract, final or empty. 140
error Missing a Javadoc comment. 140
error Parameter recipients should be final. 140
error '<' is not preceded with whitespace. 140
error '<' is not followed by whitespace. 140
error '>' is not preceded with whitespace. 140
error 'recipients' hides a field. 140
error Method 'setSender' is not designed for extension - needs to be abstract, final or empty. 144
error Missing a Javadoc comment. 144
error Parameter sender should be final. 145
error 'sender' hides a field. 145
error Method 'setIgnoreInvalidAddresses' is not designed for extension - needs to be abstract, final or empty. 149
error Missing a Javadoc comment. 149
error Parameter ignoreInvalidAddresses should be final. 149
error 'ignoreInvalidAddresses' hides a field. 149
error Missing a Javadoc comment. 153
error Parameter args should be final. 153
error '5' is a magic number. 154
error '3' is a magic number. 163
error '4' is a magic number. 164

org/apache/oodt/cas/crawl/config/ProductCrawlerBean.java

Violation Message Line
error Line has trailing spaces. 34
error Missing 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
error Missing 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
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 Missing a Javadoc comment. 56
error Missing a Javadoc comment. 58
error Missing a Javadoc comment. 60
error Line has trailing spaces. 61
error Missing a Javadoc comment. 62
error '<' is not preceded with whitespace. 63
error '<' is not followed by whitespace. 63
error '>' is not preceded with whitespace. 63
error '>' is not followed by whitespace. 63
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 Method 'getId' is not designed for extension - needs to be abstract, final or empty. 76
error Missing a Javadoc comment. 76
error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 80
error Missing a Javadoc comment. 80
error Parameter id should be final. 80
error 'id' hides a field. 80
error Method 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty. 84
error Missing a Javadoc comment. 84
error Parameter applicationContext should be final. 84
error 'applicationContext' hides a field. 84
error Method 'getApplicationContext' is not designed for extension - needs to be abstract, final or empty. 88
error Missing a Javadoc comment. 88
error Method 'setActionIds' is not designed for extension - needs to be abstract, final or empty. 92
error Missing a Javadoc comment. 92
error Parameter actionIds should be final. 92
error '<' is not preceded with whitespace. 92
error '<' is not followed by whitespace. 92
error '>' is not preceded with whitespace. 92
error 'actionIds' hides a field. 92
error Method 'getActionIds' is not designed for extension - needs to be abstract, final or empty. 96
error Missing a Javadoc comment. 96
error '<' is not preceded with whitespace. 96
error '<' is not followed by whitespace. 96
error '>' is not preceded with whitespace. 96
error Method 'setRequiredMetadata' is not designed for extension - needs to be abstract, final or empty. 100
error Missing a Javadoc comment. 100
error Parameter requiredMetadata should be final. 100
error '<' is not preceded with whitespace. 100
error '<' is not followed by whitespace. 100
error '>' is not preceded with whitespace. 100
error 'requiredMetadata' hides a field. 100
error Line contains a tab character. 101
error Method 'setFilemgrUrl' is not designed for extension - needs to be abstract, final or empty. 104
error Missing a Javadoc comment. 104
error Parameter filemgrUrl should be final. 105
error 'filemgrUrl' hides a field. 105
error Method 'getFilemgrUrl' is not designed for extension - needs to be abstract, final or empty. 109
error Missing a Javadoc comment. 109
error Method 'getRequiredMetadata' is not designed for extension - needs to be abstract, final or empty. 113
error Missing a Javadoc comment. 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 preceded with whitespace. 114
error '<' is not followed by whitespace. 114
error '>' is not preceded with whitespace. 114
error '>' is not followed by whitespace. 114
error Method 'setClientTransferer' is not designed for extension - needs to be abstract, final or empty. 117
error Missing a Javadoc comment. 117
error Parameter clientTransferer should be final. 118
error 'clientTransferer' hides a field. 118
error Method 'getClientTransferer' is not designed for extension - needs to be abstract, final or empty. 122
error Missing a Javadoc comment. 122
error Method 'setNoRecur' is not designed for extension - needs to be abstract, final or empty. 126
error Missing a Javadoc comment. 126
error Parameter noRecur should be final. 126
error 'noRecur' hides a field. 126
error Method 'isNoRecur' is not designed for extension - needs to be abstract, final or empty. 130
error Missing a Javadoc comment. 130
error Method 'setCrawlForDirs' is not designed for extension - needs to be abstract, final or empty. 134
error Missing a Javadoc comment. 134
error Parameter crawlForDirs should be final. 134
error 'crawlForDirs' hides a field. 134
error Method 'isCrawlForDirs' is not designed for extension - needs to be abstract, final or empty. 138
error Missing a Javadoc comment. 138
error Line has trailing spaces. 141
error Method 'setSkipIngest' is not designed for extension - needs to be abstract, final or empty. 142
error Missing a Javadoc comment. 142
error Parameter skipIngest should be final. 142
error 'skipIngest' hides a field. 142
error Line has trailing spaces. 145
error Method 'isSkipIngest' is not designed for extension - needs to be abstract, final or empty. 146
error Missing a Javadoc comment. 146
error Method 'setDaemonWait' is not designed for extension - needs to be abstract, final or empty. 150
error Missing a Javadoc comment. 150
error Parameter daemonWait should be final. 150
error 'daemonWait' hides a field. 150
error Method 'getDaemonWait' is not designed for extension - needs to be abstract, final or empty. 154
error Missing a Javadoc comment. 154
error Method 'setDaemonPort' is not designed for extension - needs to be abstract, final or empty. 158
error Missing a Javadoc comment. 158
error Parameter daemonPort should be final. 158
error 'daemonPort' hides a field. 158
error Method 'getDaemonPort' is not designed for extension - needs to be abstract, final or empty. 162
error Missing a Javadoc comment. 162
error Method 'setProductPath' is not designed for extension - needs to be abstract, final or empty. 166
error Missing a Javadoc comment. 166
error Parameter productPath should be final. 167
error 'productPath' hides a field. 167
error Method 'getProductPath' is not designed for extension - needs to be abstract, final or empty. 171
error Missing a Javadoc comment. 171
error Line contains a tab character. 175
error Method 'getGlobalMetadata' is not designed for extension - needs to be abstract, final or empty. 175
error Missing a Javadoc comment. 175
error Line contains a tab character. 176
error Line contains a tab character. 177
error Line contains a tab character. 179
error Method 'setGlobalMetadata' is not designed for extension - needs to be abstract, final or empty. 179
error Missing a Javadoc comment. 179
error Parameter globalMetadata should be final. 179
error 'globalMetadata' hides a field. 179
error Line contains a tab character. 180
error Line contains a tab character. 181

org/apache/oodt/cas/crawl/structs/exceptions/CrawlerActionException.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 t should be final. 36
error Missing a Javadoc comment. 40
error Parameter msg should be final. 40
error Parameter t should be final. 40

org/apache/oodt/cas/crawl/action/TernaryAction.java

Violation Message Line
error Redundant import from the same package - org.apache.oodt.cas.crawl.action.CrawlerAction. 23
error Line has trailing spaces. 34
error Missing a Javadoc comment. 39
error Missing a Javadoc comment. 40
error Missing a Javadoc comment. 41
error Method 'performAction' is not designed for extension - needs to be abstract, final or empty. 43
error Missing a Javadoc comment. 43
error Parameter product should be final. 44
error Parameter metadata should be final. 44
error Method 'setConditionAction' is not designed for extension - needs to be abstract, final or empty. 63
error Missing a Javadoc comment. 63
error Parameter conditionAction should be final. 63
error 'conditionAction' hides a field. 63
error Method 'setSuccessAction' is not designed for extension - needs to be abstract, final or empty. 67
error Missing a Javadoc comment. 67
error Parameter successAction should be final. 67
error 'successAction' hides a field. 67
error Method 'setFailureAction' is not designed for extension - needs to be abstract, final or empty. 71
error Missing a Javadoc comment. 71
error Parameter failureAction should be final. 71
error 'failureAction' hides a field. 71

org/apache/oodt/cas/crawl/cli/option/handler/CrawlerActionInfoHandler.java

Violation Message Line
error Line has trailing spaces. 30
error Missing a Javadoc comment. 35
error Parameter option should be final. 36
error Method 'handleOption' is not designed for extension - needs to be abstract, final or empty. 40
error Missing a Javadoc comment. 40
error Line is longer than 80 characters. 41
error Parameter selectedAction should be final. 41
error Parameter optionInstance should be final. 41
error Line has trailing spaces. 59
error Method 'getHelp' is not designed for extension - needs to be abstract, final or empty. 62
error Missing a Javadoc comment. 62
error Parameter option should be final. 63
error Method 'getArgDescription' is not designed for extension - needs to be abstract, final or empty. 67
error Missing a Javadoc comment. 67
error Parameter action should be final. 68
error Parameter option should be final. 68

org/apache/oodt/cas/crawl/typedetection/MimeExtractorConfigReader.java

Violation Message Line
error Line is longer than 80 characters. 49
error Missing a Javadoc comment. 49
error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
error Missing a Javadoc comment. 50
error Missing a Javadoc comment. 54
error Parameter mapFilePath should be final. 54
error Line is longer than 80 characters. 55
error Line is longer than 80 characters. 78
error '<' is not preceded with whitespace. 78
error '<' is not followed by whitespace. 78
error '>' is not preceded with whitespace. 78
error '<' is not preceded with whitespace. 78
error '<' is not followed by whitespace. 78
error '>' is not preceded with whitespace. 78
error '>' is not followed by whitespace. 78
error Line is longer than 80 characters. 84
error '<' is not preceded with whitespace. 84
error '<' is not followed by whitespace. 84
error '>' is not preceded with whitespace. 84
error '<' is not preceded with whitespace. 84
error '<' is not followed by whitespace. 84
error '>' is not preceded with whitespace. 84
error '>' is not followed by whitespace. 84
error Line has trailing spaces. 86
error Line is longer than 80 characters. 87
error Line is longer than 80 characters. 88
error Line is longer than 80 characters. 93
error Line is longer than 80 characters. 94
error Line is longer than 80 characters. 96
error Line is longer than 80 characters. 98
error Line is longer than 80 characters. 102
error Line is longer than 80 characters. 103
error Line is longer than 80 characters. 121
error '<' is not preceded with whitespace. 121
error '<' is not followed by whitespace. 121
error '>' is not preceded with whitespace. 121
error '<' is not preceded with whitespace. 121
error '<' is not followed by whitespace. 121
error '>' is not preceded with whitespace. 121
error '>' is not followed by whitespace. 121
error Line is longer than 80 characters. 143
error Line is longer than 80 characters. 154
error Line is longer than 80 characters. 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. 156
error Line is longer than 80 characters. 161
error Line is longer than 80 characters. 191
error Missing a Javadoc comment. 191
error Parameter parent should be final. 191
error Line is longer than 80 characters. 205
error Missing a Javadoc comment. 205
error Parameter root should be final. 205
error Parameter elemName should be final. 205

org/apache/oodt/cas/crawl/action/GroupAction.java

Violation Message Line
error Redundant import from the same package - org.apache.oodt.cas.crawl.action.CrawlerAction. 27
error Line has trailing spaces. 39
error Missing a Javadoc comment. 43
error '<' is not preceded with whitespace. 43
error '<' is not followed by whitespace. 43
error '>' is not preceded with whitespace. 43
error Method 'performAction' is not designed for extension - needs to be abstract, final or empty. 45
error Missing a Javadoc comment. 45
error Parameter product should be final. 46
error Parameter metadata should be final. 46
error Line is longer than 80 characters. 55
error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 67
error Missing a Javadoc comment. 67
error Method 'setActionsToCall' is not designed for extension - needs to be abstract, final or empty. 77
error Missing a Javadoc comment. 77
error Parameter actionsToCall should be final. 77
error '<' is not preceded with whitespace. 77
error '<' is not followed by whitespace. 77
error '>' is not preceded with whitespace. 77
error 'actionsToCall' hides a field. 77

org/apache/oodt/cas/crawl/util/CasPropertyList.java

Violation Message Line
error Line has trailing spaces. 28
error '<' is not preceded with whitespace. 34
error '<' is not followed by whitespace. 34
error '>' is not preceded with whitespace. 34
error Missing a Javadoc comment. 36
error Method 'setValues' is not designed for extension - needs to be abstract, final or empty. 38
error Missing a Javadoc comment. 38
error Parameter values should be final. 38
error Missing 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
error Parameter values should be final. 42
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

org/apache/oodt/cas/crawl/typedetection/MimeExtractorConfigMetKeys.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
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. 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 Missing a Javadoc comment. 56
error Line has trailing spaces. 57
error Missing a Javadoc comment. 58
error Line has trailing spaces. 59
error Missing a Javadoc comment. 60
error Line has trailing spaces. 61
error Missing a Javadoc comment. 62
error Line has trailing spaces. 63
error Line contains a tab character. 63

org/apache/oodt/cas/crawl/config/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/crawl/comparator/FilemgrUniquenessCheckComparator.java

Violation Message Line
error Line has trailing spaces. 34
error Line has trailing spaces. 37
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 Method 'performCheck' is not designed for extension - needs to be abstract, final or empty. 48
error Missing a Javadoc comment. 48
error Parameter product should be final. 49
error Parameter compareItem should be final. 49
error Method 'setFilemgrUrl' is not designed for extension - needs to be abstract, final or empty. 62
error Missing a Javadoc comment. 62
error Parameter filemgrUrl should be final. 63
error 'filemgrUrl' hides a field. 63

org/apache/oodt/cas/crawl/MetExtractorProductCrawler.java

Violation Message Line
error Unused import - org.apache.oodt.cas.metadata.preconditions.PreConditionComparator. 26
error Line has trailing spaces. 39
error Missing a Javadoc comment. 47
error Missing a Javadoc comment. 49
error Missing a Javadoc comment. 51
error '<' is not preceded with whitespace. 51
error '<' is not followed by whitespace. 51
error '>' is not preceded with whitespace. 51
error '<' is not preceded with whitespace. 51
error '<' is not followed by whitespace. 51
error '>' is not preceded with whitespace. 51
error '>' is not followed by whitespace. 51
error Missing a Javadoc comment. 53
error Method 'getMetadataForProduct' is not designed for extension - needs to be abstract, final or empty. 55
error Missing a Javadoc comment. 55
error Line is longer than 80 characters. 56
error Parameter product should be final. 56
error Method 'passesPreconditions' is not designed for extension - needs to be abstract, final or empty. 60
error Missing a Javadoc comment. 60
error Parameter product should be final. 61
error Line has trailing spaces. 67
error Line has trailing spaces. 69
error Line has trailing spaces. 72
error Line has trailing spaces. 74
error '{' is not preceded with whitespace. 75
error Line has trailing spaces. 79
error '{' is not preceded with whitespace. 80
error Line has trailing spaces. 84
error Method 'renameProduct' is not designed for extension - needs to be abstract, final or empty. 88
error Missing a Javadoc comment. 88
error Parameter product should be final. 89
error Parameter productMetadata should be final. 89
error Line is longer than 80 characters. 95
error Method 'setMetExtractor' is not designed for extension - needs to be abstract, final or empty. 104
error Missing a Javadoc comment. 104
error Parameter metExtractor should be final. 105
error 'metExtractor' hides a field. 105
error Method 'setMetExtractorConfig' is not designed for extension - needs to be abstract, final or empty. 115
error Missing a Javadoc comment. 115
error Parameter metExtractorConfig should be final. 116
error 'metExtractorConfig' hides a field. 116
error Method 'getPreCondIds' is not designed for extension - needs to be abstract, final or empty. 125
error Missing a Javadoc comment. 125
error '<' is not preceded with whitespace. 125
error '<' is not followed by whitespace. 125
error '>' is not preceded with whitespace. 125
error Method 'setPreCondIds' is not designed for extension - needs to be abstract, final or empty. 129
error Missing a Javadoc comment. 129
error Parameter preCondIds should be final. 129
error '<' is not preceded with whitespace. 129
error '<' is not followed by whitespace. 129
error '>' is not preceded with whitespace. 129
error 'preCondIds' hides a field. 129
error Method 'setNamingConventionId' is not designed for extension - needs to be abstract, final or empty. 133
error Missing a Javadoc comment. 133
error Parameter namingConventionId should be final. 133
error 'namingConventionId' hides a field. 133
error Method 'getNamingConventionId' is not designed for extension - needs to be abstract, final or empty. 137
error Missing a Javadoc comment. 137
error Line has trailing spaces. 140
error Line is longer than 80 characters. 141
error Missing a Javadoc comment. 141
error Parameter flag should be final. 141
error Parameter preCondComparatorId should be final. 141
error Parameter product should be final. 141
error '{' is not preceded with whitespace. 141
error Avoid inline conditionals. 142
error ':' is not preceded with whitespace. 142
error ':' is not followed by whitespace. 142
error Line has trailing spaces. 144
error '+' is not preceded with whitespace. 144
error '+' is not followed by whitespace. 144
error '+' is not preceded with whitespace. 144
error '+' is not followed by whitespace. 144

org/apache/oodt/cas/crawl/cli/option/handler/CrawlerBeansPropHandler.java

Violation Message Line
error Line has trailing spaces. 1
error Line has trailing spaces. 2
error Line has trailing spaces. 9
error Line has trailing spaces. 11
error Line has trailing spaces. 19
error Line has trailing spaces. 22
error Line has trailing spaces. 29
error Line has trailing spaces. 31
error Line has trailing spaces. 34
error Missing a Javadoc comment. 39
error '<' is not preceded with whitespace. 39
error '<' is not followed by whitespace. 39
error '>' is not preceded with whitespace. 39
error Missing a Javadoc comment. 41
error Parameter option should be final. 42
error Method 'handleOption' is not designed for extension - needs to be abstract, final or empty. 46
error Missing a Javadoc comment. 46
error Parameter selectedAction should be final. 47
error Parameter optionInstance should be final. 48
error Method 'getHelp' is not designed for extension - needs to be abstract, final or empty. 67
error Missing a Javadoc comment. 67
error Parameter option should be final. 68
error Method 'getArgDescription' is not designed for extension - needs to be abstract, final or empty. 72
error Missing a Javadoc comment. 72
error Parameter action should be final. 73
error Parameter option should be final. 73
error Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. 77
error Missing a Javadoc comment. 77
error Parameter properties should be final. 77
error '<' is not preceded with whitespace. 77
error '<' is not followed by whitespace. 77
error '>' is not preceded with whitespace. 77
error 'properties' hides a field. 77

org/apache/oodt/cas/crawl/typedetection/MetExtractorSpec.java

Violation Message Line
error Line has trailing spaces. 32
error Missing a Javadoc comment. 39
error Missing a Javadoc comment. 41
error '<' is not preceded with whitespace. 41
error '<' is not followed by whitespace. 41
error '>' is not preceded with whitespace. 41
error Missing a Javadoc comment. 43
error Line has trailing spaces. 53
error Parameter className should be final. 61
error Parameter configFile should be final. 61
error 'configFile' hides a field. 61
error Parameter preCondComparatorIds should be final. 62
error '<' is not preceded with whitespace. 62
error '<' is not followed by whitespace. 62
error '>' is not preceded with whitespace. 62
error 'preCondComparatorIds' hides a field. 62
error Expected @param tag for 'preCondComparatorIds'. 62
error Expected @throws tag for 'InstantiationException'. 62
error Method 'getMetExtractor' is not designed for extension - needs to be abstract, final or empty. 77
error Method 'setMetExtractor' is not designed for extension - needs to be abstract, final or empty. 89
error Parameter extractorClassName should be final. 89
error Expected @throws tag for 'InstantiationException'. 90
error Expected @throws tag for 'IllegalAccessException'. 90
error Expected @throws tag for 'ClassNotFoundException'. 91
error Expected @throws tag for 'MetExtractionException'. 91
error Method 'setExtractorConfigFile' is not designed for extension - needs to be abstract, final or empty. 104
error Parameter extractorConfigFile should be final. 104
error Expected @throws tag for 'MetExtractionException'. 105
error Unclosed HTML tag found: <Preconiditions> specified in the extractor preconditions 113
error Method 'getPreCondComparatorIds' is not designed for extension - needs to be abstract, final or empty. 116
error '<' is not preceded with whitespace. 116
error '<' is not followed by whitespace. 116
error '>' is not preceded with whitespace. 116
error Avoid inline conditionals. 117
error '<' is not preceded with whitespace. 118
error '<' is not followed by whitespace. 118
error '>' is not preceded with whitespace. 118
error '>' is not followed by whitespace. 118
error Line is longer than 80 characters. 125
error Method 'setPreConditionComparatorIds' is not designed for extension - needs to be abstract, final or empty. 125
error Parameter preCondComparatorIds should be final. 125
error '<' is not preceded with whitespace. 125
error '<' is not followed by whitespace. 125
error '>' is not preceded with whitespace. 125
error 'preCondComparatorIds' hides a field. 125

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

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/crawl/daemon/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/crawl/action/MoveFile.java

Violation Message Line
error First sentence should end with a period. 35
error Line has trailing spaces. 37
error Missing a Javadoc comment. 43
error Missing a Javadoc comment. 44
error Missing a Javadoc comment. 45
error Missing a Javadoc comment. 46
error Missing a Javadoc comment. 48
error Method 'performAction' is not designed for extension - needs to be abstract, final or empty. 53
error Missing a Javadoc comment. 53
error Parameter product should be final. 53
error Parameter productMetadata should be final. 53
error 'if' is not followed by whitespace. 70
error '{' is not followed by whitespace. 70
error Line is longer than 80 characters. 71
error Line contains a tab character. 71
error Line contains a tab character. 73
error Line contains a tab character. 74
error Line contains a tab character. 75
error '}' should be on the same line. 76
error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 86
error Missing a Javadoc comment. 86
error Method 'setCreateToDir' is not designed for extension - needs to be abstract, final or empty. 97
error Missing a Javadoc comment. 97
error Parameter createToDir should be final. 97
error 'createToDir' hides a field. 97
error Method 'setFile' is not designed for extension - needs to be abstract, final or empty. 101
error Missing a Javadoc comment. 101
error Parameter file should be final. 101
error 'file' hides a field. 101
error Method 'setToDir' is not designed for extension - needs to be abstract, final or empty. 105
error Missing a Javadoc comment. 105
error Parameter toDir should be final. 106
error 'toDir' hides a field. 106
error Method 'getToDir' is not designed for extension - needs to be abstract, final or empty. 110
error Missing a Javadoc comment. 110
error Method 'setFileExtension' is not designed for extension - needs to be abstract, final or empty. 114
error Missing a Javadoc comment. 114
error Parameter fileExtension should be final. 114
error 'fileExtension' hides a field. 114

org/apache/oodt/cas/crawl/action/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/crawl/daemon/CrawlDaemon.java

Violation Message Line
error Line has trailing spaces. 34
error Missing a Javadoc comment. 43
error Missing a Javadoc comment. 45
error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
error Missing a Javadoc comment. 48
error Missing a Javadoc comment. 51
error Missing a Javadoc comment. 54
error Missing a Javadoc comment. 57
error Missing a Javadoc comment. 60
error Missing a Javadoc comment. 63
error '9999' is a magic number. 63
error Missing a Javadoc comment. 65
error Parameter wait should be final. 65
error Parameter crawler should be final. 65
error 'crawler' hides a field. 65
error Parameter port should be final. 65
error Method 'startCrawling' is not designed for extension - needs to be abstract, final or empty. 71
error Missing a Javadoc comment. 71
error '1000' is a magic number. 91
error Must have at least one statement. 92
error Method 'getAverageCrawlTime' is not designed for extension - needs to be abstract, final or empty. 105
error Missing a Javadoc comment. 105
error Method 'getCrawler' is not designed for extension - needs to be abstract, final or empty. 112
error Method 'setCrawler' is not designed for extension - needs to be abstract, final or empty. 120
error Parameter crawler should be final. 120
error 'crawler' hides a field. 120
error Method 'getMilisCrawling' is not designed for extension - needs to be abstract, final or empty. 127
error Method 'setMilisCrawling' is not designed for extension - needs to be abstract, final or empty. 135
error Parameter milisCrawling should be final. 135
error 'milisCrawling' hides a field. 135
error Method 'getNumCrawls' is not designed for extension - needs to be abstract, final or empty. 142
error Method 'setNumCrawls' is not designed for extension - needs to be abstract, final or empty. 150
error Parameter numCrawls should be final. 150
error 'numCrawls' hides a field. 150
error Method 'isRunning' is not designed for extension - needs to be abstract, final or empty. 157
error Expected an @return tag. 163
error Method 'stop' is not designed for extension - needs to be abstract, final or empty. 163
error Method 'getWaitInterval' is not designed for extension - needs to be abstract, final or empty. 171
error Method 'setWaitInterval' is not designed for extension - needs to be abstract, final or empty. 179
error Parameter waitInterval should be final. 179
error 'waitInterval' hides a field. 179
error Missing a Javadoc comment. 183
error Parameter args should be final. 183

org/apache/oodt/cas/crawl/util/CasPropertyPlaceholderConfigurer.java

Violation Message Line
error Line has trailing spaces. 33
error Line is longer than 80 characters. 41
error Missing a Javadoc comment. 41
error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
error Method 'convertPropertyValue' is not designed for extension - needs to be abstract, final or empty. 42
error Missing a Javadoc comment. 42
error Parameter value should be final. 43

org/apache/oodt/cas/crawl/action/CrawlerAction.java

Violation Message Line
error Line has trailing spaces. 37
error Missing a Javadoc comment. 43
error '<' is not preceded with whitespace. 43
error '<' is not followed by whitespace. 43
error '>' is not preceded with whitespace. 43
error Variable 'phases' must be private and have accessor methods. 43
error Missing a Javadoc comment. 45
error Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 45
error Variable 'LOG' must be private and have accessor methods. 45
error Missing a Javadoc comment. 47
error Missing a Javadoc comment. 49
error Missing a Javadoc comment. 51
error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 54
error Missing a Javadoc comment. 54
error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 59
error Missing a Javadoc comment. 59
error Parameter id should be final. 60
error 'id' hides a field. 60
error Method 'setPhases' is not designed for extension - needs to be abstract, final or empty. 64
error Missing a Javadoc comment. 64
error Parameter phases 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 'phases' hides a field. 65
error Method 'getPhases' is not designed for extension - needs to be abstract, final or empty. 69
error Missing a Javadoc comment. 69
error '<' is not preceded with whitespace. 69
error '<' is not followed by whitespace. 69
error '>' is not preceded with whitespace. 69
error Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 73
error Missing a Javadoc comment. 73
error Parameter description should be final. 73
error 'description' hides a field. 73
error Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 77
error Missing a Javadoc comment. 77
error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 81
error Missing a Javadoc comment. 81
error Parameter obj should be final. 82
error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 90
error Missing a Javadoc comment. 90
error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 95
error Missing a Javadoc comment. 95
error Missing a Javadoc comment. 104

org/apache/oodt/cas/crawl/action/CrawlerActionPhases.java

Violation Message Line
error Missing a Javadoc comment. 26
error Missing a Javadoc comment. 27
error Missing a Javadoc comment. 28
error Missing a Javadoc comment. 30
error Missing a Javadoc comment. 32
error Parameter name should be final. 32
error 'name' hides a field. 32
error Missing a Javadoc comment. 36
error Missing a Javadoc comment. 40
error Parameter name should be final. 40

org/apache/oodt/cas/crawl/status/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/crawl/action/WorkflowMgrStatusUpdate.java

Violation Message Line
error Line has trailing spaces. 36
error Missing a Javadoc comment. 43
error Missing a Javadoc comment. 44
error Missing a Javadoc comment. 46
error Method 'performAction' is not designed for extension - needs to be abstract, final or empty. 50
error Missing a Javadoc comment. 50
error Parameter product should be final. 50
error Parameter productMetadata should be final. 50
error 'ingestSuffix' hides a field. 55
error Method 'validate' is not designed for extension - needs to be abstract, final or empty. 64
error Missing a Javadoc comment. 64
error Method 'setIngestSuffix' is not designed for extension - needs to be abstract, final or empty. 74
error Missing a Javadoc comment. 74
error Parameter ingestSuffix should be final. 74
error 'ingestSuffix' hides a field. 74
error Method 'setWorkflowMgrUrl' is not designed for extension - needs to be abstract, final or empty. 78
error Missing a Javadoc comment. 78
error Parameter workflowMgrUrl should be final. 79
error 'workflowMgrUrl' hides a field. 79

org/apache/oodt/cas/crawl/util/CasPropertyOverrideConfigurer.java

Violation Message Line
error Missing a Javadoc comment. 33

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

Violation Message Line
error Missing package documentation file. 0

org/apache/oodt/cas/crawl/action/FileSettings.java

Violation Message Line
error Line has trailing spaces. 30
error Line has trailing spaces. 33
error Missing a Javadoc comment. 36
error Missing a Javadoc comment. 37
error Missing a Javadoc comment. 38
error Missing a Javadoc comment. 39
error Missing a Javadoc comment. 41
error Method 'setFilePrefix' is not designed for extension - needs to be abstract, final or empty. 45
error Missing a Javadoc comment. 45
error Parameter filePrefix should be final. 45
error 'filePrefix' hides a field. 45
error Method 'setFileSuffix' is not designed for extension - needs to be abstract, final or empty. 49
error Missing a Javadoc comment. 49
error Parameter fileSuffix should be final. 49
error 'fileSuffix' hides a field. 49
error Method 'setFileExtension' is not designed for extension - needs to be abstract, final or empty. 53
error Missing a Javadoc comment. 53
error Parameter fileExtension should be final. 53
error 'fileExtension' hides a field. 53
error Method 'setKeepExistingExtension' is not designed for extension - needs to be abstract, final or empty. 57
error Missing a Javadoc comment. 57
error Parameter keepExistingExtension should be final. 57
error 'keepExistingExtension' hides a field. 57
error Method 'getPreparedFileString' 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. 61

org/apache/oodt/cas/crawl/structs/exceptions/CrawlException.java

Violation Message Line
error Line has trailing spaces. 24
error Missing a Javadoc comment. 32
error Line has trailing spaces. 35
error Parameter arg0 should be final. 46
error Expected @param tag for 'arg0'. 46
error Parameter arg1 should be final. 46
error Expected @param tag for 'arg1'. 46
error Parameter arg0 should be final. 54
error Expected @param tag for 'arg0'. 54
error Parameter arg0 should be final. 62
error Expected @param tag for 'arg0'. 62