|
|
The following document contains the results of
Checkstyle
.
|
Files
|
Infos
|
Warnings
|
Errors
|
|
50
|
0
|
0
|
6895
|
|
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.*.
|
9
|
|
Using the '.*' form of import should be avoided - javax.servlet.*.
|
10
|
|
Using the '.*' form of import should be avoided - javax.servlet.http.*.
|
11
|
|
Line is longer than 80 characters.
|
14
|
|
Line is longer than 80 characters.
|
16
|
|
Line is longer than 80 characters.
|
34
|
|
Line is longer than 80 characters.
|
37
|
|
Line is longer than 80 characters.
|
39
|
|
Line contains a tab character.
|
42
|
|
Missing a Javadoc comment.
|
47
|
|
Method 'doGet' is not designed for extension - needs to be abstract, final or empty.
|
49
|
|
Missing a Javadoc comment.
|
49
|
|
'(' is followed by whitespace.
|
49
|
|
Parameter req should be final.
|
49
|
|
Parameter res should be final.
|
49
|
|
Line contains a tab character.
|
50
|
|
Line contains a tab character.
|
51
|
|
Method 'doPost' is not designed for extension - needs to be abstract, final or empty.
|
54
|
|
Missing a Javadoc comment.
|
54
|
|
'(' is followed by whitespace.
|
54
|
|
Parameter req should be final.
|
54
|
|
Parameter res should be final.
|
54
|
|
Line contains a tab character.
|
55
|
|
Line contains a tab character.
|
56
|
|
Missing a Javadoc comment.
|
59
|
|
Parameter req should be final.
|
59
|
|
Parameter res should be final.
|
59
|
|
Line has trailing spaces.
|
60
|
|
Line contains a tab character.
|
60
|
|
'{' should be on the previous line.
|
61
|
|
'(' is followed by whitespace.
|
63
|
|
')' is preceded with whitespace.
|
63
|
|
',' is not followed by whitespace.
|
64
|
|
',' is not followed by whitespace.
|
64
|
|
',' is not followed by whitespace.
|
66
|
|
',' is not followed by whitespace.
|
66
|
|
Line contains a tab character.
|
68
|
|
'(' is followed by whitespace.
|
68
|
|
')' is preceded with whitespace.
|
68
|
|
Line contains a tab character.
|
69
|
|
Line contains a tab character.
|
70
|
|
'(' is followed by whitespace.
|
70
|
|
')' is preceded with whitespace.
|
70
|
|
Line contains a tab character.
|
71
|
|
',' is not followed by whitespace.
|
73
|
|
',' is not followed by whitespace.
|
73
|
|
Missing a Javadoc comment.
|
78
|
|
Parameter req should be final.
|
78
|
|
Parameter res should be final.
|
78
|
|
Line has trailing spaces.
|
79
|
|
Line contains a tab character.
|
79
|
|
'{' should be on the previous line.
|
80
|
|
'if' construct must use '{}'s.
|
83
|
|
Line has trailing spaces.
|
83
|
|
')' is preceded with whitespace.
|
83
|
|
Line contains a tab character.
|
84
|
|
',' is not followed by whitespace.
|
84
|
|
',' is not followed by whitespace.
|
84
|
|
Missing a Javadoc comment.
|
91
|
|
Parameter req should be final.
|
91
|
|
Parameter res should be final.
|
91
|
|
Line has trailing spaces.
|
92
|
|
Line contains a tab character.
|
92
|
|
'{' should be on the previous line.
|
93
|
|
'if' construct must use '{}'s.
|
96
|
|
Line has trailing spaces.
|
96
|
|
')' is preceded with whitespace.
|
96
|
|
Line contains a tab character.
|
97
|
|
',' is not followed by whitespace.
|
97
|
|
',' is not followed by whitespace.
|
97
|
|
',' is not followed by whitespace.
|
103
|
|
',' is not followed by whitespace.
|
103
|
|
Line contains a tab character.
|
105
|
|
Missing a Javadoc comment.
|
110
|
|
Parameter req should be final.
|
110
|
|
Parameter res should be final.
|
110
|
|
'{' should be on the previous line.
|
112
|
|
',' is not followed by whitespace.
|
114
|
|
',' is not followed by whitespace.
|
114
|
|
Line contains a tab character.
|
122
|
|
Missing a Javadoc comment.
|
127
|
|
Parameter message should be final.
|
127
|
|
Parameter req should be final.
|
128
|
|
Parameter res should be final.
|
128
|
|
'{' should be on the previous line.
|
130
|
|
Error
|
Line
|
|
Line does not match expected hea
der line of 'Copyright 1999-2004 California Institute of Technology. ALL RIGHTS'.
|
1
|
|
Using the '.*' form of import should be avoided - java.util.*.
|
9
|
|
Line has trailing spaces.
|
15
|
|
Line has trailing spaces.
|
21
|
|
Missing a Javadoc comment.
|
21
|
|
'{' should be on the previous line.
|
22
|
|
Line has trailing spaces.
|
28
|
|
Method 'connect' is not designed for extension - needs to be abstract, final or empty.
|
28
|
|
Missing a Javadoc comment.
|
28
|
|
'(' is followed by whitespace.
|
28
|
|
Parameter serverName should be final.
|
28
|
|
')' is preceded with whitespace.
|
28
|
|
'{' should be on the previous line.
|
29
|
|
'if' construct must use '{}'s.
|
30
|
|
'(' is followed by whitespace.
|
30
|
|
')' is preceded with whitespace.
|
30
|
|
Line contains a tab character.
|
32
|
|
'(' is followed by whitespace.
|
32
|
|
')' is preceded with whitespace.
|
32
|
|
')' is preceded with whitespace.
|
33
|
|
Line contains a tab character.
|
34
|
|
'+' is not preceded with whitespace.
|
34
|
|
'+' is not followed by whitespace.
|
34
|
|
Line contains a tab character.
|
35
|
|
Line contains a tab character.
|
39
|
|
Method 'process' is not designed for extension - needs to be abstract, final or empty.
|
44
|
|
Missing a Javadoc comment.
|
44
|
|
Line contains a tab character.
|
46
|
|
'(' is followed by whitespace.
|
48
|
|
')' is preceded with whitespace.
|
48
|
|
Line contains a tab character.
|
49
|
|
'(' is followed by whitespace.
|
51
|
|
')' is preceded with whitespace.
|
51
|
|
Line contains a tab character.
|
52
|
|
'(' is followed by whitespace.
|
54
|
|
')' is preceded with whitespace.
|
54
|
|
Line contains a tab character.
|
55
|
|
'(' is followed by whitespace.
|
57
|
|
')' is preceded with whitespace.
|
57
|
|
'=' is not preceded with whitespace.
|
60
|
|
'=' is not followed by whitespace.
|
60
|
|
'cast' is not followed by whitespace.
|
61
|
|
Line contains a tab ch
aracter.
|
63
|
|
Line contains a tab character.
|
64
|
|
Line contains a tab character.
|
69
|
|
'(' is followed by whitespace.
|
73
|
|
'||' should be on a new line.
|
73
|
|
Line contains a tab character.
|
74
|
|
')' is preceded with whitespace.
|
74
|
|
'(' is followed by whitespace.
|
75
|
|
')' is preceded with whitespace.
|
75
|
|
'(' is followed by whitespace.
|
76
|
|
')' is preceded with whitespace.
|
77
|
|
Line contains a tab character.
|
78
|
|
Line has trailing spaces.
|
79
|
|
Line contains a tab character.
|
79
|
|
Line contains a tab character.
|
80
|
|
Line contains a tab character.
|
81
|
|
Line contains a tab character.
|
82
|
|
'+' is not preceded with whitespace.
|
82
|
|
'+' is not followed by whitespace.
|
82
|
|
'+' is not preceded with whitespace.
|
82
|
|
'+' is not followed by whitespace.
|
82
|
|
Line contains a tab character.
|
83
|
|
Line contains a tab character.
|
84
|
|
Line contains a tab character.
|
85
|
|
'if' construct must use '{}'s.
|
86
|
|
Line has trailing spaces.
|
86
|
|
Line contains a tab character.
|
86
|
|
Line contains a tab character.
|
87
|
|
'else' construct must use '{}'s.
|
88
|
|
Line contains a tab character.
|
88
|
|
Line contains a tab character.
|
89
|
|
'(' is followed by whitespace.
|
92
|
|
')' is preceded with whitespace.
|
92
|
|
Line contains a tab character.
|
93
|
|
Line contains a tab character.
|
94
|
|
Line contains a tab character.
|
95
|
|
'(' is followed by whitespace.
|
96
|
| |