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

+ NASA en Español

+ Contact NASA
Search the API    

Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
50 0 0 6895

Files

Files I W E
jpl/eda/metadata/registry/dictionary/AccessServlet.java 0 0 86
jpl/eda/metadata/registry/dictionary/DictionaryBean.java 0 0 449
jpl/eda/metadata/registry/dictionary/ManagerServlet.java 0 0 230
jpl/eda/metadata/registry/dictionary/SearchServlet.java 0 0 112
jpl/eda/metadata/registry/dictionary/package.html 0 0 1
jpl/eda/metadata/registry/element/ElementBean.java 0 0 579
jpl/eda/metadata/registry/element/ManagerServlet.java 0 0 150
jpl/eda/metadata/registry/element/PermitValBean.java 0 0 92
jpl/eda/metadata/registry/element/RelatedRefBean.java 0 0 78
jpl/eda/metadata/registry/element/SearchServlet.java 0 0 164
jpl/eda/metadata/registry/element/UserAttributeBean.java 0 0 79
jpl/eda/metadata/registry/element/package.html 0 0 1
jpl/eda/metadata/registry/resource/DataSystemRegBean.java 0 0 961
jpl/eda/metadata/registry/resource/DownloadProfileServlet.java 0 0 76
jpl/eda/metadata/registry/resource/ErrorBean.java 0 0 45
jpl/eda/metadata/registry/resource/ManagerServlet.java 0 0 247
jpl/eda/metadata/registry/resource/ResourceQueryBean.java 0 0 528
jpl/eda/metadata/registry/resource/ResourceRegBean.java 0 0 1623
jpl/eda/metadata/registry/resource/ResourceUploadHandler.java 0 0 138
jpl/eda/metadata/registry/resource/ResourceUploadServlet.java 0 0 123
jpl/eda/metadata/registry/resource/SearchServlet.java 0 0 319
jpl/eda/metadata/registry/resource/package.html 0 0 1
jpl/eda/metadata/registry/schema/AccessServlet.java 0 0 66
jpl/eda/metadata/registry/schema/ManagerServlet.java 0 0 241
jpl/eda/metadata/registry/schema/SchemaBean.java 0 0 394
jpl/eda/metadata/registry/schema/SearchServlet.java 0 0 111
jpl/eda/metadata/registry/schema/package.html 0 0 1

jpl/eda/metadata/registry/dictionary/AccessServlet.java

Error Line
Error Line does not match expected header line of 'Copyright 1999-2004 California Institute of Technology. ALL RIGHTS'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 9
Error Using the '.*' form of import should be avoided - javax.servlet.*. 10
Error Using the '.*' form of import should be avoided - javax.servlet.http.*. 11
Error Line is longer than 80 characters. 14
Error Line is longer than 80 characters. 16
Error Line is longer than 80 characters. 34
Error Line is longer than 80 characters. 37
Error Line is longer than 80 characters. 39
Error Line contains a tab character. 42
Error Missing a Javadoc comment. 47
Error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error '(' is followed by whitespace. 49
Error Parameter req should be final. 49
Error Parameter res should be final. 49
Error Line contains a tab character. 50
Error Line contains a tab character. 51
Error Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 54
Error Missing a Javadoc comment. 54
Error '(' is followed by whitespace. 54
Error Parameter req should be final. 54
Error Parameter res should be final. 54
Error Line contains a tab character. 55
Error Line contains a tab character. 56
Error Missing a Javadoc comment. 59
Error Parameter req should be final. 59
Error Parameter res should be final. 59
Error Line has trailing spaces. 60
Error Line contains a tab character. 60
Error '{' should be on the previous line. 61
Error '(' is followed by whitespace. 63
Error ')' is preceded with whitespace. 63
Error ',' is not followed by whitespace. 64
Error ',' is not followed by whitespace. 64
Error ',' is not followed by whitespace. 66
Error ',' is not followed by whitespace. 66
Error Line contains a tab character. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Line contains a tab character. 69
Error Line contains a tab character. 70
Error '(' is followed by whitespace. 70
Error ')' is preceded with whitespace. 70
Error Line contains a tab character. 71
Error ',' is not followed by whitespace. 73
Error ',' is not followed by whitespace. 73
Error Missing a Javadoc comment. 78
Error Parameter req should be final. 78
Error Parameter res should be final. 78
Error Line has trailing spaces. 79
Error Line contains a tab character. 79
Error '{' should be on the previous line. 80
Error 'if' construct must use '{}'s. 83
Error Line has trailing spaces. 83
Error ')' is preceded with whitespace. 83
Error Line contains a tab character. 84
Error ',' is not followed by whitespace. 84
Error ',' is not followed by whitespace. 84
Error Missing a Javadoc comment. 91
Error Parameter req should be final. 91
Error Parameter res should be final. 91
Error Line has trailing spaces. 92
Error Line contains a tab character. 92
Error '{' should be on the previous line. 93
Error 'if' construct must use '{}'s. 96
Error Line has trailing spaces. 96
Error ')' is preceded with whitespace. 96
Error Line contains a tab character. 97
Error ',' is not followed by whitespace. 97
Error ',' is not followed by whitespace. 97
Error ',' is not followed by whitespace. 103
Error ',' is not followed by whitespace. 103
Error Line contains a tab character. 105
Error Missing a Javadoc comment. 110
Error Parameter req should be final. 110
Error Parameter res should be final. 110
Error '{' should be on the previous line. 112
Error ',' is not followed by whitespace. 114
Error ',' is not followed by whitespace. 114
Error Line contains a tab character. 122
Error Missing a Javadoc comment. 127
Error Parameter message should be final. 127
Error Parameter req should be final. 128
Error Parameter res should be final. 128
Error '{' should be on the previous line. 130

jpl/eda/metadata/registry/dictionary/DictionaryBean.java

Error Line
Error Line does not match expected hea der line of 'Copyright 1999-2004 California Institute of Technology. ALL RIGHTS'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 9
Error Line has trailing spaces. 15
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 21
Error '{' should be on the previous line. 22
Error Line has trailing spaces. 28
Error Method 'connect' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error '(' is followed by whitespace. 28
Error Parameter serverName should be final. 28
Error ')' is preceded with whitespace. 28
Error '{' should be on the previous line. 29
Error 'if' construct must use '{}'s. 30
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error Line contains a tab character. 32
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error ')' is preceded with whitespace. 33
Error Line contains a tab character. 34
Error '+' is not preceded with whitespace. 34
Error '+' is not followed by whitespace. 34
Error Line contains a tab character. 35
Error Line contains a tab character. 39
Error Method 'process' is not designed for extension - needs to be abstract, final or empty. 44
Error Missing a Javadoc comment. 44
Error Line contains a tab character. 46
Error '(' is followed by whitespace. 48
Error ')' is preceded with whitespace. 48
Error Line contains a tab character. 49
Error '(' is followed by whitespace. 51
Error ')' is preceded with whitespace. 51
Error Line contains a tab character. 52
Error '(' is followed by whitespace. 54
Error ')' is preceded with whitespace. 54
Error Line contains a tab character. 55
Error '(' is followed by whitespace. 57
Error ')' is preceded with whitespace. 57
Error '=' is not preceded with whitespace. 60
Error '=' is not followed by whitespace. 60
Error 'cast' is not followed by whitespace. 61
Error Line contains a tab ch aracter. 63
Error Line contains a tab character. 64
Error Line contains a tab character. 69
Error '(' is followed by whitespace. 73
Error '||' should be on a new line. 73
Error Line contains a tab character. 74
Error ')' is preceded with whitespace. 74
Error '(' is followed by whitespace. 75
Error ')' is preceded with whitespace. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 77
Error Line contains a tab character. 78
Error Line has trailing spaces. 79
Error Line contains a tab character. 79
Error Line contains a tab character. 80
Error Line contains a tab character. 81
Error Line contains a tab character. 82
Error '+' is not preceded with whitespace. 82
Error '+' is not followed by whitespace. 82
Error '+' is not preceded with whitespace. 82
Error '+' is not followed by whitespace. 82
Error Line contains a tab character. 83
Error Line contains a tab character. 84
Error Line contains a tab character. 85
Error 'if' construct must use '{}'s. 86
Error Line has trailing spaces. 86
Error Line contains a tab character. 86
Error Line contains a tab character. 87
Error 'else' construct must use '{}'s. 88
Error Line contains a tab character. 88
Error Line contains a tab character. 89
Error '(' is followed by whitespace. 92
Error ')' is preceded with whitespace. 92
Error Line contains a tab character. 93
Error Line contains a tab character. 94
Error Line contains a tab character. 95
Error '(' is followed by whitespace. 96
Error