The following document contains the results of Checkstyle.
Files
Details
org/apache/oodt/cas/curation/servlet/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/curation/util/DateUtils.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 36 | |
Utility classes should not have a public or default constructor. | 38 | |
Missing a Javadoc comment. | 40 | |
Name 'ISO8601FORMAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
Variable 'ISO8601FORMAT' must be private and have accessor methods. | 40 | |
Missing a Javadoc comment. | 43 | |
Name 'RFC822DATEFORMAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
Variable 'RFC822DATEFORMAT' must be private and have accessor methods. | 43 | |
Missing a Javadoc comment. | 46 | |
Parameter date should be final. | 46 | |
Missing a Javadoc comment. | 50 | |
Parameter date should be final. | 50 |
org/apache/oodt/cas/curation/service/CurationService.java
Violation | Message | Line |
---|---|---|
Unused import - net.sf.json.JSONObject. | 46 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 61 | |
Missing a Javadoc comment. | 65 | |
Line has trailing spaces. | 66 | |
Missing a Javadoc comment. | 67 | |
Line has trailing spaces. | 69 | |
Missing a Javadoc comment. | 70 | |
Variable 'config' must be private and have accessor methods. | 70 | |
Line has trailing spaces. | 71 | |
Missing a Javadoc comment. | 72 | |
'static' modifier out of order with the JLS suggestions. | 72 | |
Line has trailing spaces. | 73 | |
Missing a Javadoc comment. | 74 | |
'static' modifier out of order with the JLS suggestions. | 74 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
'static' modifier out of order with the JLS suggestions. | 76 | |
Line has trailing spaces. | 77 | |
Missing a Javadoc comment. | 78 | |
Variable 'sso' must be private and have accessor methods. | 78 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter conf should be final. | 87 | |
Line has trailing spaces. | 94 | |
Method 'getDirectoryAreaAsJSON' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Parameter base should be final. | 105 | |
Parameter path should be final. | 105 | |
Parameter showFiles should be final. | 106 | |
Array brackets at illegal position. | 109 | |
'<' is not preceded with whitespace. | 111 | |
'<' is not followed by whitespace. | 111 | |
'<' is not preceded with whitespace. | 111 | |
'<' is not followed by whitespace. | 111 | |
'>' is not preceded with whitespace. | 111 | |
'>' is not followed by whitespace. | 111 | |
'>' is not preceded with whitespace. | 111 | |
'<' is not preceded with whitespace. | 111 | |
'<' is not followed by whitespace. | 111 | |
'<' is not preceded with whitespace. | 111 | |
'<' is not followed by whitespace. | 111 | |
'>' is not preceded with whitespace. | 111 | |
'>' is not followed by whitespace. | 111 | |
'>' is not preceded with whitespace. | 111 | |
'>' is not followed by whitespace. | 111 | |
'<' is not preceded with whitespace. | 113 | |
'<' is not followed by whitespace. | 113 | |
'>' is not preceded with whitespace. | 113 | |
'<' is not preceded with whitespace. | 113 | |
'<' is not followed by whitespace. | 113 | |
'>' is not preceded with whitespace. | 113 | |
'>' is not followed by whitespace. | 113 | |
Array brackets at illegal position. | 114 | |
Method 'getFilesInDirectory' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter directory should be final. | 127 | |
Parameter dir should be final. | 132 | |
Parameter name should be final. | 132 | |
Method 'sendRedirect' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter page should be final. | 141 | |
Parameter uriInfo should be final. | 141 | |
Parameter response should be final. | 142 | |
Line is longer than 80 characters. | 147 | |
Method 'cleansePath' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter path should be final. | 147 | |
Line has trailing spaces. | 156 | |
Line has trailing spaces. | 161 | |
Method 'configureSingleSignOn' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Parameter req should be final. | 167 | |
Parameter res should be final. | 168 |
org/apache/oodt/cas/curation/servlet/MetViewerServlet.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter conf should be final. | 42 | |
Line is longer than 80 characters. | 45 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter req should be final. | 49 | |
Parameter res should be final. | 49 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter req should be final. | 61 | |
Parameter res should be final. | 61 |
org/apache/oodt/cas/curation/servlet/CuratorConfMetKeys.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 28 | |
interfaces should describe a type and hence have methods. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Redundant 'final' modifier. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Redundant 'final' modifier. | 34 | |
Missing a Javadoc comment. | 36 | |
Redundant 'final' modifier. | 36 | |
Missing a Javadoc comment. | 38 | |
Redundant 'final' modifier. | 38 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Redundant 'final' modifier. | 40 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Redundant 'final' modifier. | 42 | |
Missing a Javadoc comment. | 44 | |
Redundant 'final' modifier. | 44 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Redundant 'final' modifier. | 46 | |
Missing a Javadoc comment. | 48 | |
Redundant 'final' modifier. | 48 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 50 | |
Redundant 'final' modifier. | 50 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 52 | |
Redundant 'final' modifier. | 52 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
Redundant 'final' modifier. | 54 | |
Line has trailing spaces. | 55 |
org/apache/oodt/cas/curation/service/CurationServiceConfig.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.oodt.cas.filemgr.datatransfer.DataTransferFactory. | 23 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 45 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 56 | |
Class CurationServiceConfig should be declared as final. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
'<' is not preceded with whitespace. | 61 | |
'<' is not followed by whitespace. | 61 | |
'>' is not preceded with whitespace. | 61 | |
'<' is not preceded with whitespace. | 61 | |
'<' is not followed by whitespace. | 61 | |
'>' is not preceded with whitespace. | 61 | |
'>' is not followed by whitespace. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Line has trailing spaces. | 71 | |
Unused @throws tag for 'InstantiationException'. | 78 | |
Parameter conf should be final. | 81 | |
Line has trailing spaces. | 89 | |
Line has trailing spaces. | 95 | |
Line has trailing spaces. | 97 | |
Line has trailing spaces. | 106 | |
Line has trailing spaces. | 115 | |
Line has trailing spaces. | 124 | |
Line has trailing spaces. | 138 | |
Line has trailing spaces. | 147 | |
Line has trailing spaces. | 155 | |
Line has trailing spaces. | 163 | |
Line has trailing spaces. | 171 | |
Line has trailing spaces. | 180 | |
Line has trailing spaces. | 190 | |
Parameter name should be final. | 195 | |
Line has trailing spaces. | 198 | |
Missing a Javadoc comment. | 199 | |
Missing a Javadoc comment. | 203 | |
Parameter name should be final. | 203 | |
Missing a Javadoc comment. | 208 | |
Parameter conf should be final. | 208 | |
Line is longer than 80 characters. | 214 | |
Missing a Javadoc comment. | 218 | |
Parameter context should be final. | 219 | |
'<' is not preceded with whitespace. | 220 | |
'<' is not followed by whitespace. | 220 | |
'>' is not preceded with whitespace. | 220 |
org/apache/oodt/cas/curation/service/SystemResource.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 31 | |
Variable 'uriInfo' must be private and have accessor methods. | 32 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Expected an @return tag. | 41 | |
Method 'getStatistics' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Expected an @return tag. | 52 | |
Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Expected an @return tag. | 63 | |
Method 'getFeed' is not designed for extension - needs to be abstract, final or empty. | 63 |
org/apache/oodt/cas/curation/servlet/SSOConfiguredCuratorWebService.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Variable 'sso' must be private and have accessor methods. | 44 | |
Line has trailing spaces. | 50 | |
Method 'configureSingleSignOn' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Parameter req should be final. | 56 | |
Parameter res should be final. | 57 |
org/apache/oodt/cas/curation/service/IngestionResource.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 64 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 88 | |
Variable 'uriInfo' must be private and have accessor methods. | 89 | |
Method 'createTask' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter fileList should be final. | 94 | |
Parameter numFiles should be final. | 95 | |
Parameter metExtractorConfigId should be final. | 96 | |
Parameter policy should be final. | 97 | |
Parameter productType should be final. | 98 | |
Method 'removeTask' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter ingestTaskId should be final. | 123 | |
Line contains a tab character. | 124 | |
Method 'getIngestTaskList' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter format should be final. | 131 | |
Method 'doIngest' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter ingestTaskId should be final. | 144 | |
Missing a Javadoc comment. | 185 | |
Parameter taskList should be final. | 185 | |
'<' is not preceded with whitespace. | 185 | |
'<' is not followed by whitespace. | 185 | |
'>' is not preceded with whitespace. | 185 | |
'taskList' hides a field. | 185 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Missing a Javadoc comment. | 224 | |
Parameter taskList should be final. | 224 | |
'<' is not preceded with whitespace. | 224 | |
'<' is not followed by whitespace. | 224 | |
'>' is not preceded with whitespace. | 224 | |
'taskList' hides a field. | 224 | |
Line is longer than 80 characters. | 225 | |
'<' is not preceded with whitespace. | 225 | |
'<' is not followed by whitespace. | 225 | |
'<' is not preceded with whitespace. | 225 | |
'<' is not followed by whitespace. | 225 | |
'>' is not preceded with whitespace. | 225 | |
'>' is not followed by whitespace. | 225 | |
'>' is not preceded with whitespace. | 225 | |
'<' is not preceded with whitespace. | 225 | |
'<' is not followed by whitespace. | 225 | |
'<' is not preceded with whitespace. | 225 | |
'<' is not followed by whitespace. | 225 | |
'>' is not preceded with whitespace. | 225 | |
'>' is not followed by whitespace. | 225 | |
'>' is not preceded with whitespace. | 225 | |
'>' is not followed by whitespace. | 225 | |
'<' is not preceded with whitespace. | 227 | |
'<' is not followed by whitespace. | 227 | |
'>' is not preceded with whitespace. | 227 | |
'<' is not preceded with whitespace. | 227 | |
'<' is not followed by whitespace. | 227 | |
'>' is not preceded with whitespace. | 227 | |
'>' is not followed by whitespace. | 227 | |
Missing a Javadoc comment. | 247 | |
Parameter success should be final. | 247 | |
Parameter msg should be final. | 247 | |
Missing a Javadoc comment. | 257 | |
Parameter success should be final. | 257 | |
Parameter msg should be final. | 257 | |
'<' is not preceded with whitespace. | 258 | |
'<' is not followed by whitespace. | 258 | |
'>' is not preceded with whitespace. | 258 | |
'<' is not preceded with whitespace. | 258 | |
'<' is not followed by whitespace. | 258 | |
'>' is not preceded with whitespace. | 258 | |
'>' is not followed by whitespace. | 258 | |
Missing a Javadoc comment. | 267 | |
Missing a Javadoc comment. | 272 | |
Parameter urlStr should be final. | 272 | |
Missing a Javadoc comment. | 281 | |
'<' is not preceded with whitespace. | 281 | |
'<' is not followed by whitespace. | 281 | |
'>' is not preceded with whitespace. | 281 | |
Parameter vPaths should be final. | 281 | |
'<' is not preceded with whitespace. | 281 | |
'<' is not followed by whitespace. | 281 | |
'>' is not preceded with whitespace. | 281 | |
'<' is not preceded with whitespace. | 282 | |
'<' is not followed by whitespace. | 282 | |
'>' is not preceded with whitespace. | 282 | |
'<' is not preceded with whitespace. | 282 | |
'<' is not followed by whitespace. | 282 | |
'>' is not preceded with whitespace. | 282 | |
'>' is not followed by whitespace. | 282 | |
Missing a Javadoc comment. | 296 | |
Parameter stagingAreaPath should be final. | 296 | |
Parameter fullFilePath should be final. | 296 | |
Missing a Javadoc comment. | 306 | |
Missing a Javadoc comment. | 308 | |
'<' is not preceded with whitespace. | 308 | |
'<' is not followed by whitespace. | 308 | |
'>' is not preceded with whitespace. | 308 | |
Missing a Javadoc comment. | 310 | |
'<' is not preceded with whitespace. | 311 | |
'<' is not followed by whitespace. | 311 | |
'>' is not preceded with whitespace. | 311 | |
'>' is not followed by whitespace. | 311 | |
Missing a Javadoc comment. | 314 | |
Parameter task should be final. | 314 | |
Missing a Javadoc comment. | 320 | |
Parameter taskId should be final. | 320 | |
Missing a Javadoc comment. | 324 | |
Parameter taskId should be final. | 324 | |
Missing a Javadoc comment. | 328 | |
'<' is not preceded with whitespace. | 328 | |
'<' is not followed by whitespace. | 328 | |
'>' is not preceded with whitespace. | 328 | |
'<' is not preceded with whitespace. | 329 | |
'<' is not followed by whitespace. | 329 | |
'>' is not preceded with whitespace. | 329 | |
'taskList' hides a field. | 329 | |
'<' is not preceded with whitespace. | 331 | |
'<' is not followed by whitespace. | 331 | |
'>' is not preceded with whitespace. | 331 | |
'>' is not followed by whitespace. | 331 | |
Parameter o1 should be final. | 333 | |
Parameter o2 should be final. | 333 | |
'else' construct must use '{}'s. | 338 | |
Missing a Javadoc comment. | 345 | |
Parameter task should be final. | 345 |
org/apache/oodt/cas/curation/structs/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/curation/util/SSOUtils.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 39 | |
Utility classes should not have a public or default constructor. | 41 | |
Missing a Javadoc comment. | 43 | |
Parameter context should be final. | 44 | |
Parameter req should be final. | 44 | |
Parameter res should be final. | 44 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 53 | |
Parameter cfg should be final. | 53 | |
Parameter req should be final. | 53 | |
Parameter res should be final. | 53 |
org/apache/oodt/cas/curation/servlet/UploadPolicyServlet.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter conf should be final. | 55 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter req should be final. | 59 | |
Parameter res should be final. | 59 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter req should be final. | 77 | |
Parameter res should be final. | 77 | |
Missing a Javadoc comment. | 86 | |
Parameter request should be final. | 86 | |
Parameter response should be final. | 87 | |
'10000' is a magic number. | 90 | |
'<' is not preceded with whitespace. | 97 | |
'<' is not followed by whitespace. | 97 | |
'>' is not preceded with whitespace. | 97 | |
'if' construct must use '{}'s. | 108 | |
Must have at least one statement. | 135 | |
Must have at least one statement. | 144 |
org/apache/oodt/cas/curation/policymgr/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/curation/util/ExtractorConfigReader.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Utility classes should not have a public or default constructor. | 32 | |
Missing a Javadoc comment. | 33 | |
Parameter directory should be final. | 33 | |
Parameter configId should be final. | 34 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 34 | |
Line has trailing spaces. | 40 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
'>' is not followed by whitespace. | 43 | |
Line has trailing spaces. | 49 |
org/apache/oodt/cas/curation/util/CurationXmlStructFactory.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 41 | |
Utility classes should not have a public or default constructor. | 43 | |
Missing a Javadoc comment. | 45 | |
Parameter productTypes should be final. | 46 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
Parameter xmlFilePath should be final. | 46 | |
Missing a Javadoc comment. | 50 | |
Parameter productTypes should be final. | 51 | |
'<' is not preceded with whitespace. | 51 | |
'<' is not followed by whitespace. | 51 | |
'>' is not preceded with whitespace. | 51 | |
Missing a Javadoc comment. | 69 | |
Parameter productTypes should be final. | 69 | |
'<' is not preceded with whitespace. | 69 | |
'<' is not followed by whitespace. | 69 | |
'>' is not preceded with whitespace. | 69 | |
Parameter typeElem should be final. | 70 | |
Parameter doc should be final. | 70 | |
Line has trailing spaces. | 75 | |
'<' is not preceded with whitespace. | 78 | |
'<' is not followed by whitespace. | 78 | |
'>' is not preceded with whitespace. | 78 | |
Missing a Javadoc comment. | 104 | |
Parameter types should be final. | 104 | |
'<' is not preceded with whitespace. | 104 | |
'<' is not followed by whitespace. | 104 | |
'>' is not preceded with whitespace. | 104 | |
Parameter name should be final. | 104 |
org/apache/oodt/cas/curation/servlet/UpdateDatasetMetaDataServlet.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Line has trailing spaces. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter conf should be final. | 72 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter req should be final. | 81 | |
Parameter res should be final. | 81 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
'>' is not preceded with whitespace. | 103 | |
Comment matches to-do format 'TODO:'. | 126 | |
Comment matches to-do format 'TODO:'. | 127 | |
Comment matches to-do format 'TODO:'. | 128 | |
'else' construct must use '{}'s. | 133 | |
Line is longer than 80 characters. | 151 | |
Line has trailing spaces. | 157 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter req should be final. | 163 | |
Parameter res should be final. | 163 | |
Missing a Javadoc comment. | 172 | |
Missing a Javadoc comment. | 183 | |
Parameter urlStr should be final. | 183 | |
Must have at least one statement. | 187 | |
Line has trailing spaces. | 192 |
org/apache/oodt/cas/curation/structs/IngestionTaskStatus.java
Violation | Message | Line |
---|---|---|
interfaces should describe a type and hence have methods. | 29 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 |
org/apache/oodt/cas/curation/servlet/DirectoryListingServlet.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter conf should be final. | 43 | |
Line is longer than 80 characters. | 46 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter req should be final. | 51 | |
Parameter res should be final. | 51 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter req should be final. | 63 | |
Parameter res should be final. | 63 |
org/apache/oodt/cas/curation/servlet/ShowExistingDatasetsByPolicyServlet.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 45 | |
Line has trailing spaces. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter conf should be final. | 52 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 55 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter req should be final. | 58 | |
Parameter res should be final. | 58 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter req should be final. | 69 | |
Parameter res should be final. | 69 | |
Line is longer than 80 characters. | 89 |
org/apache/oodt/cas/curation/structs/IngestionTask.java
Violation | Message | Line |
---|---|---|
Unused import - org.apache.oodt.cas.filemgr.ingest.Ingester. | 22 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
'<' is not preceded with whitespace. | 44 | |
'<' is not followed by whitespace. | 44 | |
'>' is not preceded with whitespace. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'>' is not followed by whitespace. | 57 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Parameter id should be final. | 74 | |
'id' hides a field. | 74 | |
Method 'getCreateDate' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'setCreateDate' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Parameter createDate should be final. | 89 | |
'createDate' hides a field. | 89 | |
Method 'getFileList' is not designed for extension - needs to be abstract, final or empty. | 96 | |
'<' is not preceded with whitespace. | 96 | |
'<' is not followed by whitespace. | 96 | |
'>' is not preceded with whitespace. | 96 | |
Method 'setFileList' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Parameter fileList should be final. | 104 | |
'<' is not preceded with whitespace. | 104 | |
'<' is not followed by whitespace. | 104 | |
'>' is not preceded with whitespace. | 104 | |
'fileList' hides a field. | 104 | |
Method 'getPolicy' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'setPolicy' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Parameter policy should be final. | 119 | |
'policy' hides a field. | 119 | |
Method 'getProductType' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Method 'setProductType' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Parameter productType should be final. | 134 | |
'productType' hides a field. | 134 | |
Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter status should be final. | 149 | |
'status' hides a field. | 149 | |
Method 'getExtConf' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Method 'setExtConf' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Parameter extConf should be final. | 164 | |
'extConf' hides a field. | 164 |
org/apache/oodt/cas/curation/service/MetadataResource.java
Violation | Message | Line |
---|---|---|
Redundant import from the same package - org.apache.oodt.cas.curation.service.CurationService. | 58 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 80 | |
Line has trailing spaces. | 82 | |
Line has trailing spaces. | 84 | |
Line has trailing spaces. | 89 | |
Missing a Javadoc comment. | 90 | |
Variable 'uriInfo' must be private and have accessor methods. | 91 | |
Line has trailing spaces. | 92 | |
Line has trailing spaces. | 93 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 102 | |
Line has trailing spaces. | 103 | |
Missing a Javadoc comment. | 104 | |
Line has trailing spaces. | 105 | |
Missing a Javadoc comment. | 106 | |
Line has trailing spaces. | 107 | |
Missing a Javadoc comment. | 109 | |
Line has trailing spaces. | 110 | |
Missing a Javadoc comment. | 111 | |
'{' is not preceded with whitespace. | 111 | |
Line has trailing spaces. | 112 | |
Missing a Javadoc comment. | 115 | |
Parameter context should be final. | 115 | |
'context' hides a field. | 115 | |
Line has trailing spaces. | 116 | |
Line contains a tab character. | 116 | |
Method 'getStagingMetadata' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter id should be final. | 122 | |
Parameter format should be final. | 123 | |
Parameter configId should be final. | 124 | |
Parameter overwrite should be final. | 125 | |
Parameter req should be final. | 126 | |
Parameter res should be final. | 126 | |
Line has trailing spaces. | 127 | |
Line has trailing spaces. | 131 | |
Line has trailing spaces. | 137 | |
Line has trailing spaces. | 143 | |
Method 'getMetExtractorConfigList' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Parameter current should be final. | 148 | |
Parameter format should be final. | 149 | |
Method 'getExtractorConfigIdsAsHTML' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter configIds should be final. | 159 | |
Parameter current should be final. | 160 | |
Line has trailing spaces. | 175 | |
Method 'getExtractorConfigIdsAsJSON' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Parameter configIds should be final. | 176 | |
Comment matches to-do format 'TODO:'. | 177 | |
Line has trailing spaces. | 182 | |
Method 'getStagingMetadata' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Parameter id should be final. | 200 | |
Parameter configId should be final. | 200 | |
Parameter overwrite should be final. | 201 | |
Expected @throws tag for 'FileNotFoundException'. | 201 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 201 | |
Expected @throws tag for 'InstantiationException'. | 201 | |
Expected @throws tag for 'IOException'. | 202 | |
Expected @throws tag for 'MetExtractionException'. | 202 | |
Avoid inline conditionals. | 206 | |
Line has trailing spaces. | 225 | |
Expected an @return tag. | 233 | |
Method 'runMetExtractor' is not designed for extension - needs to be abstract, final or empty. | 233 | |
Parameter id should be final. | 233 | |
Parameter config should be final. | 233 | |
Expected @throws tag for 'MetExtractionException'. | 234 | |
Line has trailing spaces. | 242 | |
Method 'getCatalogMetadata' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Missing a Javadoc comment. | 243 | |
Parameter id should be final. | 246 | |
Parameter format should be final. | 247 | |
Parameter req should be final. | 248 | |
Parameter res should be final. | 248 | |
Method 'setCatalogMetadata' is not designed for extension - needs to be abstract, final or empty. | 270 | |
Missing a Javadoc comment. | 270 | |
Parameter formParams should be final. | 274 | |
'<' is not preceded with whitespace. | 274 | |
'<' is not followed by whitespace. | 274 | |
'>' is not preceded with whitespace. | 274 | |
Parameter id should be final. | 275 | |
Line has trailing spaces. | 276 | |
Line contains a tab character. | 276 | |
Line has trailing spaces. | 279 | |
Line has trailing spaces. | 293 | |
Method 'getProductTypeMetadata' is not designed for extension - needs to be abstract, final or empty. | 294 | |
Missing a Javadoc comment. | 294 | |
Parameter id should be final. | 297 | |
Parameter format should be final. | 298 | |
Parameter req should be final. | 299 | |
Parameter res should be final. | 299 | |
Line has trailing spaces. | 318 | |
Method 'setProductTypeMetadata' is not designed for extension - needs to be abstract, final or empty. | 320 | |
Missing a Javadoc comment. | 320 | |
Line is longer than 80 characters. | 324 | |
Parameter formParams should be final. | 324 | |
'<' is not preceded with whitespace. | 324 | |
'<' is not followed by whitespace. | 324 | |
'>' is not preceded with whitespace. | 324 | |
Method 'setStagingMetadata' is not designed for extension - needs to be abstract, final or empty. | 337 | |
Missing a Javadoc comment. | 337 | |
Parameter formParams should be final. | 341 | |
'<' is not preceded with whitespace. | 341 | |
'<' is not followed by whitespace. | 341 | |
'>' is not preceded with whitespace. | 341 | |
Method 'getMetadataInfo' is not designed for extension - needs to be abstract, final or empty. | 351 | |
Missing a Javadoc comment. | 351 | |
Parameter id should be final. | 354 | |
Line has trailing spaces. | 358 | |
Missing a Javadoc comment. | 360 | |
Parameter metadata should be final. | 360 | |
Missing a Javadoc comment. | 364 | |
Parameter metadataJSON should be final. | 364 | |
'<' is not preceded with whitespace. | 368 | |
'<' is not followed by whitespace. | 368 | |
'>' is not preceded with whitespace. | 368 | |
Line has trailing spaces. | 376 | |
Line is longer than 80 characters. | 377 | |
Missing a Javadoc comment. | 377 | |
Parameter formParams should be final. | 377 | |
'<' is not preceded with whitespace. | 377 | |
'<' is not followed by whitespace. | 377 | |
'>' is not preceded with whitespace. | 377 | |
Line has trailing spaces. | 379 | |
Line has trailing spaces. | 388 | |
Line has trailing spaces. | 391 | |
Method 'getMetadataAsHTML' is not designed for extension - needs to be abstract, final or empty. | 392 | |
Missing a Javadoc comment. | 392 | |
Parameter metadata should be final. | 392 | |
'<' is not preceded with whitespace. | 400 | |
'<' is not followed by whitespace. | 400 | |
'>' is not preceded with whitespace. | 400 | |
'>' is not followed by whitespace. | 400 | |
'<' is not preceded with whitespace. | 404 | |
'<' is not followed by whitespace. | 404 | |
'>' is not preceded with whitespace. | 404 | |
'<' is not preceded with whitespace. | 405 | |
'<' is not followed by whitespace. | 405 | |
'>' is not preceded with whitespace. | 405 | |
'<' is not preceded with whitespace. | 411 | |
'<' is not followed by whitespace. | 411 | |
'>' is not preceded with whitespace. | 411 | |
'>' is not followed by whitespace. | 411 | |
Must have at least one statement. | 411 | |
Line has trailing spaces. | 420 | |
Line has trailing spaces. | 425 | |
Method 'readMetFile' is not designed for extension - needs to be abstract, final or empty. | 439 | |
Parameter file should be final. | 439 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 440 | |
Line has trailing spaces. | 451 | |
Method 'getCatalogMetadata' is not designed for extension - needs to be abstract, final or empty. | 459 | |
Parameter product should be final. | 459 | |
Line has trailing spaces. | 467 | |
Method 'writeMetFile' is not designed for extension - needs to be abstract, final or empty. | 478 | |
Parameter id should be final. | 478 | |
Parameter metadata should be final. | 478 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 479 | |
Line has trailing spaces. | 485 | |
Line has trailing spaces. | 487 | |
Line has trailing spaces. | 488 | |
Line is longer than 80 characters. | 489 | |
Unclosed HTML tag found: <field_name>=<field_value>'. | 489 | |
Line has trailing spaces. | 490 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 494 | |
Line is longer than 80 characters. | 496 | |
Line contains a tab character. | 496 | |
Line is longer than 80 characters. | 498 | |
Line contains a tab character. | 498 | |
Expected an @return tag. | 500 | |
Method 'updateMetadata' is not designed for extension - needs to be abstract, final or empty. | 500 | |
Line has trailing spaces. | 504 | |
Parameter formParams should be final. | 504 | |
'<' is not preceded with whitespace. | 504 | |
'<' is not followed by whitespace. | 504 | |
'>' is not preceded with whitespace. | 504 | |
Line has trailing spaces. | 505 | |
Line contains a tab character. | 505 | |
Parameter id should be final. | 505 | |
Line has trailing spaces. | 506 | |
Line contains a tab character. | 506 | |
Parameter name should be final. | 506 | |
Line contains a tab character. | 507 | |
Parameter replace should be final. | 507 | |
Line contains a tab character. | 508 | |
Parameter remove should be final. | 508 | |
Expected @param tag for 'remove'. | 508 | |
Line has trailing spaces. | 509 | |
Line contains a tab character. | 509 | |
Line contains a tab character. | 510 | |
Line has trailing spaces. | 512 | |
Line is longer than 80 characters. | 514 | |
Line has trailing spaces. | 515 | |
Line has trailing spaces. | 518 | |
Line has trailing spaces. | 520 | |
Line contains a tab character. | 524 | |
Line contains a tab character. | 525 | |
Line contains a tab character. | 527 | |
Line is longer than 80 characters. | 529 | |
Line contains a tab character. | 529 | |
Line has trailing spaces. | 531 | |
Line has trailing spaces. | 540 | |
Line has trailing spaces. | 543 | |
Line contains a tab character. | 546 | |
Line is longer than 80 characters. | 547 | |
Line contains a tab character. | 547 | |
Line contains a tab character. | 548 | |
Line has trailing spaces. | 550 | |
Line contains a tab character. | 553 | |
Line contains a tab character. | 554 | |
Line contains a tab character. | 555 | |
Line has trailing spaces. | 557 | |
Line has trailing spaces. | 560 | |
'+' is not preceded with whitespace. | 562 | |
'+' is not followed by whitespace. | 562 | |
Line has trailing spaces. | 563 | |
Line has trailing spaces. | 565 | |
Line contains a tab character. | 565 | |
Line is longer than 80 characters. | 568 | |
Line has trailing spaces. | 577 | |
Unused @param tag for 'metadata'. | 580 | |
Method 'updateCatalogMetadata' is not designed for extension - needs to be abstract, final or empty. | 587 | |
Parameter product should be final. | 587 | |
Parameter newMetadata should be final. | 587 | |
Expected @param tag for 'newMetadata'. | 587 | |
Expected @throws tag for 'FileNotFoundException'. | 588 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 588 | |
Expected @throws tag for 'IOException'. | 588 | |
'catalog' hides a field. | 591 | |
Line has trailing spaces. | 592 | |
'<' is not preceded with whitespace. | 594 | |
'<' is not followed by whitespace. | 594 | |
'>' is not preceded with whitespace. | 594 | |
First sentence should end with a period. | 609 | |
Line has trailing spaces. | 611 | |
Line contains a tab character. | 613 | |
Line contains a tab character. | 615 | |
Method 'deleteCatalogMetadata' is not designed for extension - needs to be abstract, final or empty. | 618 | |
Line has trailing spaces. | 623 | |
Line contains a tab character. | 623 | |
Parameter id should be final. | 623 | |
Line contains a tab character. | 624 | |
Parameter name should be final. | 624 | |
Line contains a tab character. | 626 | |
Line contains a tab character. | 627 | |
Line contains a tab character. | 628 | |
Line contains a tab character. | 629 | |
Line contains a tab character. | 630 | |
Line is longer than 80 characters. | 631 | |
Line contains a tab character. | 631 | |
Line contains a tab character. | 632 | |
Line is longer than 80 characters. | 633 | |
Line contains a tab character. | 633 | |
Line contains a tab character. | 634 | |
Line is longer than 80 characters. | 635 | |
Line contains a tab character. | 635 | |
Line contains a tab character. | 636 | |
Line contains a tab character. | 638 | |
Line contains a tab character. | 639 | |
Line contains a tab character. | 641 | |
Line contains a tab character. | 642 | |
'+' is not preceded with whitespace. | 642 | |
'+' is not followed by whitespace. | 642 | |
Line contains a tab character. | 644 | |
Line contains a tab character. | 646 | |
Line contains a tab character. | 647 | |
Line is longer than 80 characters. | 648 | |
Line contains a tab character. | 648 | |
Line contains a tab character. | 650 | |
Line has trailing spaces. | 651 | |
First sentence should end with a period. | 653 | |
Line has trailing spaces. | 655 | |
Line has trailing spaces. | 663 | |
Method 'deleteCatalogProduct' is not designed for extension - needs to be abstract, final or empty. | 663 | |
Parameter product should be final. | 663 | |
Expected @throws tag for 'FileNotFoundException'. | 664 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 664 | |
Expected @throws tag for 'IOException'. | 664 | |
Line contains a tab character. | 665 | |
Line has trailing spaces. | 666 | |
Missing a Javadoc comment. | 668 | |
Parameter policy should be final. | 668 | |
Parameter productTypeName should be final. | 669 | |
'{' is followed by whitespace. | 675 | |
Line has trailing spaces. | 679 | |
Line has trailing spaces. | 682 | |
Missing a Javadoc comment. | 683 | |
Parameter policy should be final. | 683 | |
Parameter productTypeName should be final. | 684 | |
Parameter metadata should be final. | 684 | |
'{' is followed by whitespace. | 689 | |
Line has trailing spaces. | 695 | |
Line has trailing spaces. | 701 | |
Line has trailing spaces. | 704 | |
Missing a Javadoc comment. | 705 | |
Parameter origPath should be final. | 705 | |
Line has trailing spaces. | 712 | |
Missing a Javadoc comment. | 714 | |
Line has trailing spaces. | 715 | |
Line contains a tab character. | 715 | |
Line contains a tab character. | 716 | |
'==' is not preceded with whitespace. | 716 | |
'==' is not followed by whitespace. | 716 | |
Line is longer than 80 characters. | 717 | |
Line contains a tab character. | 717 | |
Line contains a tab character. | 718 | |
'if' construct must use '{}'s. | 719 | |
Line contains a tab character. | 719 | |
Line is longer than 80 characters. | 720 | |
Line contains a tab character. | 720 | |
Line is longer than 80 characters. | 721 | |
Line contains a tab character. | 721 | |
Line contains a tab character. | 722 | |
Line has trailing spaces. | 723 | |
Line contains a tab character. | 723 | |
Line contains a tab character. | 724 | |
Line has trailing spaces. | 726 |
org/apache/oodt/cas/curation/structs/ExtractorConfig.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 25 | |
'static' modifier out of order with the JLS suggestions. | 25 | |
Missing a Javadoc comment. | 27 | |
'static' modifier out of order with the JLS suggestions. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
'<' is not preceded with whitespace. | 29 | |
'<' is not followed by whitespace. | 29 | |
'>' is not preceded with whitespace. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Parameter identifier should be final. | 35 | |
'identifier' hides a field. | 35 | |
Parameter className should be final. | 35 | |
'className' hides a field. | 35 | |
Parameter configFiles should be final. | 36 | |
'<' is not preceded with whitespace. | 36 | |
'<' is not followed by whitespace. | 36 | |
'>' is not preceded with whitespace. | 36 | |
'configFiles' hides a field. | 36 | |
Line has trailing spaces. | 41 | |
Method 'getConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'<' is not preceded with whitespace. | 42 | |
'<' is not followed by whitespace. | 42 | |
'>' is not preceded with whitespace. | 42 | |
Line has trailing spaces. | 45 | |
Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 49 | |
Method 'getIdentifier' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 53 |
org/apache/oodt/cas/curation/servlet/UploadMetExtractorConfigServlet.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter conf should be final. | 50 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter req should be final. | 54 | |
Parameter res should be final. | 54 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter req should be final. | 74 | |
Parameter res should be final. | 74 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 86 | |
Parameter request should be final. | 86 | |
Parameter response should be final. | 87 | |
'<' is not preceded with whitespace. | 96 | |
'<' is not followed by whitespace. | 96 | |
'>' is not preceded with whitespace. | 96 |
org/apache/oodt/cas/curation/servlet/UploadDatasetDefinitionServlet.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter conf should be final. | 60 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter req should be final. | 65 | |
Parameter res should be final. | 65 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter req should be final. | 83 | |
Parameter res should be final. | 83 | |
Missing a Javadoc comment. | 92 | |
Parameter request should be final. | 92 | |
Parameter response should be final. | 93 | |
'<' is not preceded with whitespace. | 106 | |
'<' is not followed by whitespace. | 106 | |
'>' is not preceded with whitespace. | 106 | |
'if' construct must use '{}'s. | 118 | |
Must have at least one statement. | 155 | |
Must have at least one statement. | 164 | |
Missing a Javadoc comment. | 176 | |
Missing a Javadoc comment. | 187 | |
Parameter urlStr should be final. | 187 | |
Must have at least one statement. | 191 |
org/apache/oodt/cas/curation/policymgr/CurationPolicyManager.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 70 | |
Parameter policyDirectoryPath should be final. | 70 | |
'policyDirectoryPath' hides a field. | 70 | |
Parameter stagingAreaPath should be final. | 71 | |
'stagingAreaPath' hides a field. | 71 | |
Method 'getProductTypes' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
'<' is not preceded with whitespace. | 76 | |
'<' is not followed by whitespace. | 76 | |
'>' is not preceded with whitespace. | 76 | |
Parameter dsCollection should be final. | 76 | |
'<' is not preceded with whitespace. | 77 | |
'<' is not followed by whitespace. | 77 | |
'>' is not preceded with whitespace. | 77 | |
'<' is not preceded with whitespace. | 77 | |
'<' is not followed by whitespace. | 77 | |
'>' is not preceded with whitespace. | 77 | |
'>' is not followed by whitespace. | 77 | |
'<' is not preceded with whitespace. | 79 | |
'<' is not followed by whitespace. | 79 | |
'>' is not preceded with whitespace. | 79 | |
Method 'typesToList' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
'<' is not preceded with whitespace. | 88 | |
'<' is not followed by whitespace. | 88 | |
'>' is not preceded with whitespace. | 88 | |
Parameter types should be final. | 88 | |
'<' is not preceded with whitespace. | 88 | |
'<' is not followed by whitespace. | 88 | |
'>' is not preceded with whitespace. | 88 | |
'<' is not preceded with whitespace. | 89 | |
'<' is not followed by whitespace. | 89 | |
'>' is not preceded with whitespace. | 89 | |
'<' is not preceded with whitespace. | 89 | |
'<' is not followed by whitespace. | 89 | |
'>' is not preceded with whitespace. | 89 | |
'>' is not followed by whitespace. | 89 | |
Method 'getDirectoryAreaAsJSON' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter base should be final. | 97 | |
Parameter directory should be final. | 97 | |
Parameter showFiles should be final. | 98 | |
Array brackets at illegal position. | 101 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
'>' is not preceded with whitespace. | 103 | |
'>' is not followed by whitespace. | 103 | |
'>' is not preceded with whitespace. | 103 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
'>' is not preceded with whitespace. | 103 | |
'>' is not followed by whitespace. | 103 | |
'>' is not preceded with whitespace. | 103 | |
'>' is not followed by whitespace. | 103 | |
'<' is not preceded with whitespace. | 105 | |
'<' is not followed by whitespace. | 105 | |
'>' is not preceded with whitespace. | 105 | |
'<' is not preceded with whitespace. | 105 | |
'<' is not followed by whitespace. | 105 | |
'>' is not preceded with whitespace. | 105 | |
'>' is not followed by whitespace. | 105 | |
Array brackets at illegal position. | 106 | |
Method 'getExistingPoliciesAsHTML' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Array brackets at illegal position. | 120 | |
'<' is not preceded with whitespace. | 122 | |
'<' is not followed by whitespace. | 122 | |
'<' is not preceded with whitespace. | 122 | |
'<' is not followed by whitespace. | 122 | |
'>' is not preceded with whitespace. | 122 | |
'>' is not followed by whitespace. | 122 | |
'>' is not preceded with whitespace. | 122 | |
'<' is not preceded with whitespace. | 122 | |
'<' is not followed by whitespace. | 122 | |
'<' is not preceded with whitespace. | 122 | |
'<' is not followed by whitespace. | 122 | |
'>' is not preceded with whitespace. | 122 | |
'>' is not followed by whitespace. | 122 | |
'>' is not preceded with whitespace. | 122 | |
'>' is not followed by whitespace. | 122 | |
'<' is not preceded with whitespace. | 124 | |
'<' is not followed by whitespace. | 124 | |
'>' is not preceded with whitespace. | 124 | |
'<' is not preceded with whitespace. | 124 | |
'<' is not followed by whitespace. | 124 | |
'>' is not preceded with whitespace. | 124 | |
'>' is not followed by whitespace. | 124 | |
Method 'getDatasetsByPolicyAsJSON' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter dsCollection should be final. | 137 | |
'<' is not preceded with whitespace. | 139 | |
'<' is not followed by whitespace. | 139 | |
'>' is not preceded with whitespace. | 139 | |
Line has trailing spaces. | 140 | |
'<' is not preceded with whitespace. | 141 | |
'<' is not followed by whitespace. | 141 | |
'>' is not preceded with whitespace. | 141 | |
'<' is not preceded with whitespace. | 143 | |
'<' is not followed by whitespace. | 143 | |
'<' is not preceded with whitespace. | 143 | |
'<' is not followed by whitespace. | 143 | |
'>' is not preceded with whitespace. | 143 | |
'>' is not followed by whitespace. | 143 | |
'>' is not preceded with whitespace. | 143 | |
'<' is not preceded with whitespace. | 143 | |
'<' is not followed by whitespace. | 143 | |
'<' is not preceded with whitespace. | 143 | |
'<' is not followed by whitespace. | 143 | |
'>' is not preceded with whitespace. | 143 | |
'>' is not followed by whitespace. | 143 | |
'>' is not preceded with whitespace. | 143 | |
'>' is not followed by whitespace. | 143 | |
'<' is not preceded with whitespace. | 146 | |
'<' is not followed by whitespace. | 146 | |
'>' is not preceded with whitespace. | 146 | |
'<' is not preceded with whitespace. | 146 | |
'<' is not followed by whitespace. | 146 | |
'>' is not preceded with whitespace. | 146 | |
'>' is not followed by whitespace. | 146 | |
Method 'getMetFileAsJSON' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter base should be final. | 158 | |
Parameter file should be final. | 158 | |
'<' is not preceded with whitespace. | 159 | |
'<' is not followed by whitespace. | 159 | |
'>' is not preceded with whitespace. | 159 | |
'<' is not preceded with whitespace. | 159 | |
'<' is not followed by whitespace. | 159 | |
'>' is not preceded with whitespace. | 159 | |
'>' is not followed by whitespace. | 159 | |
Must have at least one statement. | 169 | |
Must have at least one statement. | 171 | |
Must have at least one statement. | 173 | |
Missing a Javadoc comment. | 181 | |
Parameter base should be final. | 181 | |
Parameter json should be final. | 181 | |
Method 'getStagingAreaPath' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Method 'setStagingAreaPath' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Parameter stagingAreaPath should be final. | 196 | |
'stagingAreaPath' hides a field. | 196 | |
Method 'getPolicyDirectoryPath' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Method 'setPolicyDirectoryPath' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Parameter policyDirectoryPath should be final. | 211 | |
'policyDirectoryPath' hides a field. | 211 | |
Missing a Javadoc comment. | 215 | |
'<' is not preceded with whitespace. | 215 | |
'<' is not followed by whitespace. | 215 | |
'>' is not preceded with whitespace. | 215 | |
Parameter xmlRepo should be final. | 215 | |
Missing a Javadoc comment. | 224 | |
Parameter dsCollection should be final. | 224 | |
Line is longer than 80 characters. | 238 | |
Missing a Javadoc comment. | 238 | |
Parameter directory should be final. | 238 | |
Parameter dir should be final. | 242 | |
Parameter name should be final. | 242 |
org/apache/oodt/cas/curation/servlet/ShowExistingPoliciesServlet.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter conf should be final. | 51 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 54 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter req should be final. | 57 | |
Parameter res should be final. | 57 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter req should be final. | 68 | |
Parameter res should be final. | 68 | |
Line is longer than 80 characters. | 80 |
org/apache/oodt/cas/curation/service/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
org/apache/oodt/cas/curation/service/DirectoryResource.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Variable 'uriInfo' must be private and have accessor methods. | 51 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 53 | |
Method 'showStagingArea' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter path should be final. | 59 | |
Parameter showFiles should be final. | 60 | |
Parameter format should be final. | 61 | |
Method 'showMetArea' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter path should be final. | 74 | |
Parameter showFiles should be final. | 75 | |
Method 'showArchiveArea' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter policy should be final. | 83 | |
Parameter productType should be final. | 84 | |
Parameter numberOfResults should be final. | 85 | |
Parameter start should be final. | 86 | |
Method 'getDirectoryAreaAsHTML' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter base should be final. | 93 | |
Parameter path should be final. | 93 | |
Parameter showFiles should be final. | 94 | |
Array brackets at illegal position. | 107 | |
Line has trailing spaces. | 137 |
org/apache/oodt/cas/curation/util/ExtractorConfigWriter.java
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Utility classes should not have a public or default constructor. | 30 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 32 | |
Parameter config should be final. | 32 | |
Parameter dir should be final. | 32 | |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. | 33 | |
'<' is not preceded with whitespace. | 39 | |
'<' is not followed by whitespace. | 39 | |
'>' is not preceded with whitespace. | 39 | |
'if' construct must use '{}'s. | 42 |
org/apache/oodt/cas/curation/servlet/BeginIngestionTaskServlet.java
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 50 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter conf should be final. | 53 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter req should be final. | 57 | |
Parameter res should be final. | 57 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 63 | |
Comment matches to-do format 'TODO:'. | 69 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 106 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter req should be final. | 118 | |
Parameter res should be final. | 118 | |
Missing a Javadoc comment. | 127 | |
Parameter ecasUrlStr should be final. | 127 | |
Line is longer than 80 characters. | 132 |
org/apache/oodt/cas/curation/service/PolicyResource.java
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 61 | |
Variable 'uriInfo' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 69 | |
Parameter dir should be final. | 71 | |
Parameter name should be final. | 71 | |
Line has trailing spaces. | 76 | |
Missing a Javadoc comment. | 77 | |
Parameter context should be final. | 77 | |
'{' is not preceded with whitespace. | 77 | |
Line has trailing spaces. | 78 | |
Method 'browseCatalog' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter path should be final. | 85 | |
Parameter format should be final. | 86 | |
Parameter pageNum should be final. | 87 | |
Parameter req should be final. | 88 | |
Parameter res should be final. | 88 | |
Line has trailing spaces. | 90 | |
Comment matches to-do format 'TODO:'. | 91 | |
Avoid inline conditionals. | 105 | |
':' is not preceded with whitespace. | 105 | |
':' is not followed by whitespace. | 105 | |
Avoid inline conditionals. | 106 | |
Line has trailing spaces. | 119 | |
Missing a Javadoc comment. | 120 | |
Parameter policy should be final. | 120 | |
Parameter productTypeName should be final. | 121 | |
Parameter format should be final. | 122 | |
Parameter pageNum should be final. | 122 | |
Line has trailing spaces. | 123 | |
Line has trailing spaces. | 146 | |
Missing a Javadoc comment. | 147 | |
Parameter page should be final. | 147 | |
Parameter policy should be final. | 147 | |
Parameter productTypeName should be final. | 148 | |
Line has trailing spaces. | 151 | |
Line has trailing spaces. | 169 | |
Missing a Javadoc comment. | 170 | |
Parameter page should be final. | 170 | |
Parameter policy should be final. | 170 | |
Parameter productTypeName should be final. | 171 | |
Missing a Javadoc comment. | 175 | |
Parameter format should be final. | 175 | |
Missing a Javadoc comment. | 190 | |
Parameter policy should be final. | 190 | |
Parameter format should be final. | 190 | |
Missing a Javadoc comment. | 212 | |
Parameter policyDirs should be final. | 212 | |
Missing a Javadoc comment. | 226 | |
Parameter policyDirs should be final. | 226 | |
'<' is not preceded with whitespace. | 227 | |
'<' is not followed by whitespace. | 227 | |
'>' is not preceded with whitespace. | 227 | |
'<' is not preceded with whitespace. | 227 | |
'<' is not followed by whitespace. | 227 | |
'>' is not preceded with whitespace. | 227 | |
'>' is not followed by whitespace. | 227 | |
Missing a Javadoc comment. | 237 | |
Parameter policy should be final. | 237 | |
Parameter typeNames should be final. | 237 | |
Line is longer than 80 characters. | 242 | |
Missing a Javadoc comment. | 255 | |
Parameter policy should be final. | 255 | |
Parameter typeNames should be final. | 255 | |
'<' is not preceded with whitespace. | 256 | |
'<' is not followed by whitespace. | 256 | |
'>' is not preceded with whitespace. | 256 | |
'<' is not preceded with whitespace. | 256 | |
'<' is not followed by whitespace. | 256 | |
'>' is not preceded with whitespace. | 256 | |
'>' is not followed by whitespace. | 256 | |
'<' is not preceded with whitespace. | 258 | |
'<' is not followed by whitespace. | 258 | |
'<' is not preceded with whitespace. | 258 | |
'<' is not followed by whitespace. | 258 | |
'>' is not preceded with whitespace. | 258 | |
'>' is not followed by whitespace. | 258 | |
'>' is not preceded with whitespace. | 258 | |
'<' is not preceded with whitespace. | 258 | |
'<' is not followed by whitespace. | 258 | |
'<' is not preceded with whitespace. | 258 | |
'<' is not followed by whitespace. | 258 | |
'>' is not preceded with whitespace. | 258 | |
'>' is not followed by whitespace. | 258 | |
'>' is not preceded with whitespace. | 258 | |
'>' is not followed by whitespace. | 258 | |
'<' is not preceded with whitespace. | 260 | |
'<' is not followed by whitespace. | 260 | |
'>' is not preceded with whitespace. | 260 | |
'<' is not preceded with whitespace. | 260 | |
'<' is not followed by whitespace. | 260 | |
'>' is not preceded with whitespace. | 260 | |
'>' is not followed by whitespace. | 260 | |
Missing a Javadoc comment. | 270 | |
Parameter policy should be final. | 270 | |
'{' is followed by whitespace. | 277 | |
'<' is not preceded with whitespace. | 280 | |
'<' is not followed by whitespace. | 280 | |
'>' is not preceded with whitespace. | 280 | |
Missing a Javadoc comment. | 291 | |
Parameter origPath should be final. | 291 | |
Missing a Javadoc comment. | 299 | |
Parameter path should be final. | 299 | |
'+' is not preceded with whitespace. | 305 | |
'+' is not followed by whitespace. | 305 | |
'+' is not preceded with whitespace. | 305 | |
'+' is not followed by whitespace. | 305 | |
'+' is not preceded with whitespace. | 306 | |
'+' is not followed by whitespace. | 306 |
org/apache/oodt/cas/curation/util/package.html
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |