+ View the NASA Portal
+ NASA en Español
+ Contact NASA
Search JPL
Version 1.1.0
OODT
|
Catalog and Archive
Download
Binary
1.1.0.zip
1.1.0.tar.gz
Source
1.1.0-src.zip
1.1.0-src.tar.gz
Project Documentation
About Catalog and Archive Web Application
Project Info
Project Reports
Metrics
Checkstyle
Changes
Change Log
Developer Activity
File Activity
Project License
JavaDocs
JavaDoc Report
JavaDoc Warnings Report
Source Xref
Link Check Report
Task List
Development Process
Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files
Infos
Warnings
Errors
42
0
0
3069
Files
Files
I
W
E
jpl/eda/archive/ui/ArchiveManager.java
0
0
69
jpl/eda/archive/ui/ArchiveModel.java
0
0
326
jpl/eda/archive/ui/Dataset.java
0
0
148
jpl/eda/archive/ui/DatasetTask.java
0
0
127
jpl/eda/archive/ui/Element.java
0
0
128
jpl/eda/archive/ui/ExecutedTask.java
0
0
23
jpl/eda/archive/ui/IgnoredTask.java
0
0
13
jpl/eda/archive/ui/IncompleteTask.java
0
0
16
jpl/eda/archive/ui/PolicyManager.java
0
0
324
jpl/eda/archive/ui/ProductInfo.java
0
0
59
jpl/eda/archive/ui/ProductRegistry.java
0
0
129
jpl/eda/archive/ui/QueryManager.java
0
0
990
jpl/eda/archive/ui/QueuedTask.java
0
0
37
jpl/eda/archive/ui/Rule.java
0
0
66
jpl/eda/archive/ui/Task.java
0
0
59
jpl/eda/archive/ui/TaskInstance.java
0
0
32
jpl/eda/archive/ui/TaskManager.java
0
0
261
jpl/eda/archive/ui/TaskRule.java
0
0
79
jpl/eda/archive/ui/package.html
0
0
1
jpl/eda/archive/ui/servlets/GetProductServlet.java
0
0
65
jpl/eda/archive/ui/servlets/UploadProductServlet.java
0
0
116
jpl/eda/archive/ui/servlets/package.html
0
0
1
jpl/eda/archive/ui/ArchiveManager.java
Error
Line
Line does not match expected header line of 'Copyright 1999-2004 California Institute of Technology. ALL RIGHTS'.
1
Using the '.*' form of import should be avoided - java.net.*.
9
Class ArchiveManager should be declared as final.
17
'{' should be on the previous line.
18
Missing a Javadoc comment.
19
Missing a Javadoc comment.
20
Missing a Javadoc comment.
21
Missing a Javadoc comment.
22
Missing a Javadoc comment.
23
Line has trailing spaces.
26
Missing a Javadoc comment.
26
Parameter archiveMgrConfFileName should be final.
26
'{' should be on the previous line.
27
'{' should be on the previous line.
29
Line contains a tab character.
30
'if' is not followed by whitespace.
30
'{' is not preceded with whitespace.
30
'}' should be on the same line.
32
'else' is not followed by whitespace.
33
'{' is not preceded with whitespace.
33
Line is longer than 80 characters.
34
Line contains a tab character.
34
Line contains a tab character.
35
'{' should be on the previous line.
39
Line is longer than 80 characters.
41
'}' should be on the same line.
42
'{' should be on the previous line.
44
'{' should be on the previous line.
46
Line is longer than 80 characters.
48
'}' should be on the same line.
49
'{' should be on the previous line.
51
Line is longer than 80 characters.
53
'}' shoul d be on the same line.
56
'{' should be on the previous line.
58
Line is longer than 80 characters.
59
Line has trailing spaces.
61
Line is longer than 80 characters.
65
Line is longer than 80 characters.
66
Line is longer than 80 characters.
67
Line is longer than 80 characters.
68
Line contains a tab character.
73
Missing a Javadoc comment.
73
Parameter amcfn should be final.
73
'{' is not preceded with whitespace.
73
Line has trailing spaces.
74
'if' is not followed by whitespace.
75
'(' is followed by whitespace.
75
'{' is not preceded with whitespace.
75
Line contains a tab character.
76
Line contains a tab character.
78
Line contains a tab character.
79
Line has trailing spaces.
81
Missing a Javadoc comment.
82
'{' should be on the previous line.
83
First sentence should end with a period.
87
Expected an @return tag.
90
'{' should be on the previous line.
91
Missing a Javadoc comment.
95
'{' should be on the previous line.
96
Missing a Javadoc comment.
100
'{' should be on the previous line.
101
Missing a Javadoc comment.
105
'{' should be on the previous line.
106
Missing a Javadoc comment.
110
'{' should be on the previous line.
111
Missing a Javadoc comment.
115
'{' should be on the previous line.
116
Missing a Javadoc comment.
120
'{' should be on the previous line.
121
jpl/eda/archive/ui/ArchiveModel.java
Error
Line
Line does not match expected header line of 'Copyright 1999-2004 California Institute of Technology. ALL RIGHTS'.
1
Using the '.*' form of import should be avoided - java.util.*.
33
Using the '.*' form of import should be avoided - java.sql.*.
34
Class ArchiveModel should be declared as final.
38
Missing a Javadoc comment.
38
'{' should be on the previous line.
39
Missing a Javadoc comment.
40
Missing a Javadoc comment.
41
Missing a Javadoc comment.
42
Missing a Javadoc comment.
43
Missing a Javadoc comment.
44
Line has trailing spaces.
46
Missing a Javadoc comment.
46
'{' should be on the previous line.
47
Line has trailing spaces.
57
Missing a Javadoc comment.
63
'{' should be on the previous lin e.
64
'if' construct must use '{}'s.
65
Line has trailing spaces.
66
Line has trailing spaces.
67
Missing a Javadoc comment.
70
'{' should be on the prev ious line.
71
Line has trailing spaces.
84
Missing a Javadoc comment.
88
'{' should be on the previous line.
89
'elementList' hides a field.
90
'{' shoul d be on the previous line.
92
Line has trailing spaces.
94
Line has trailing spaces.
95
Line has trailing spaces.
104
Line is longer than 80 characters.
104
Missing a Javadoc comment.
108
'{' should be on the previous line.
109
'datasetList' hides a field.
110
'{' should be on the previous line.
112
'{' should be on the previous line.
124
Line is longer than 80 characters.
125
Missing a Javadoc comment.
134
'{' should be on the previous line.
135
'taskList' hides a field.
136
'{' should be on the previous line.
138
'{' should be on the previous line.
144
'{' should be on the previous line.
147
Missing a Javadoc comment.
156
'{' should be on the previous line.
157
'{' should be on the previous line.
160
'{' should be on the previous line.
165
Line is longer than 80 characters.
168
Line is longer than 80 characters.
169
Line is longer than 80 characters.
170
Line is longer than 80 characters.
171
Line is longer than 80 characters.
172
Line is longer than 80 characters.
173
Missing a Javadoc comment.
179
'{' should be on the previous line.
180
'ruleList' hides a field.
181
'{' should be on the previous line.
183
Line has trailing spaces.
185
Line is longer than 80 characters.
191
'{' should be on the previous line.
193
Missing a Javadoc comment.
202
'{' should be on the previous line.
203
'{' should be on the previous line.
206
Line is longer than 80 characters.
208
'{' should be on the previous line.
211
First sentence should end with a period.
223
Expected an @return tag.
226
Parameter datasetId should be final.
226
Expected @param tag for 'datasetId'.
226
'{' should be on the previous line.
227
First sentence should end with a period.
231
Expected an @return tag.
234
Parameter elementId should be final.
234
Expected @param tag for 'elementId'.
234
'{' should be on the previous line.
235
First sentence should end with a per iod.
239
Expected an @return tag.
242
Parameter taskId should be final.
242
Expected @param tag for 'taskId'.
242
'{' should be on the previous line.
243
First sentence should end with a period.
247
Expected an @return tag.
250
Parameter ruleId should be final.
250
Expected @param tag for 'ruleId'.
250
'{' should be on the previous line.
251
First sentence should end with a period.
255
Expected an @return tag.
258
Parameter datasetId should be final.
258
Expected @param tag for 'datasetId'.
258
Parameter taskId should be final.
258
Expected @param tag for 'taskId'.
258
Parameter ruleId should be final.
258
Expected @param tag for 'ruleId'.
258
'{' should be on the previous line.
259
Line has trailing spaces.
260
Line is longer than 80 characters.
260
First sentence should end with a period.
263
Expected an @return tag.
266
Parameter datasetId should be final.
266
Expected @param tag for 'datasetId'.
266
Parameter taskId should be final.
266
Expected @param tag for 'taskId'.
266
'{' should be on the previous line.
267
First sentence should end with a period.
271
Line has trailing spaces.
273
Expected an @return tag.
274
Line has trailing spaces.
274
'{' should be on the previous