Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
| Files | Infos | Warnings | Errors |
| 23 | 0 | 0 | 2719 |
Files
edu/iris/dmc/seedcodec/B1000Types.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| interfaces should describe a type and hence have methods. |
14
|
| First sentence should end with a period. |
16
|
| Redundant 'public' modifier. |
17
|
| First sentence should end with a period. |
19
|
| Redundant 'public' modifier. |
20
|
| First sentence should end with a period. |
22
|
| Redundant 'public' modifier. |
23
|
| First sentence should end with a period. |
25
|
| Redundant 'public' modifier. |
26
|
| First sentence should end with a period. |
28
|
| Redundant 'public' modifier. |
29
|
| First sentence should end with a period. |
31
|
| Redundant 'public' modifier. |
32
|
| First sentence should end with a period. |
34
|
| Redundant 'public' modifier. |
35
|
| First sentence should end with a period. |
37
|
| Redundant 'public' modifier. |
38
|
| Line has trailing spaces. |
39
|
| Line has trailing spaces. |
40
|
| '}' is not followed by whitespace. |
41
|
edu/iris/dmc/seedcodec/Codec.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
4
|
| Missing a Javadoc comment. |
15
|
| Expected an @return tag. |
22
|
| Method 'decompress' is not designed for extension - needs to be abstract, final or empty. |
22
|
| Parameter type should be final. |
22
|
| Expected @param tag for 'type'. |
22
|
| Parameter b should be final. |
23
|
| Expected @param tag for 'b'. |
23
|
| Parameter numSamples should be final. |
24
|
| Expected @param tag for 'numSamples'. |
24
|
| Parameter swapBytes should be final. |
25
|
| Expected @param tag for 'swapBytes'. |
25
|
| Expected @throws tag for 'CodecException'. |
26
|
| Expected @throws tag for 'UnsupportedCompressionType'. |
26
|
| Redundant throws: 'UnsupportedCompressionType' is subclass of 'CodecException'. |
26
|
| '{' should be on the previous line. |
27
|
| '(' is followed by whitespace. |
34
|
| ')' is preceded with whitespace. |
34
|
| '+' is not preceded with whitespace. |
38
|
| '+' should be on a new line. |
38
|
| '+' is not preceded with whitespace. |
39
|
| '+' should be on a new line. |
39
|
| '+' is not preceded with whitespace. |
40
|
| '+' is not followed by whitespace. |
40
|
| '+' is not preceded with whitespace. |
40
|
| '+' should be on a new line. |
40
|
| '=' is not preceded with whitespace. |
44
|
| '=' is not followed by whitespace. |
44
|
| '<' is not preceded with whitespace. |
44
|
| '<' is not followed by whitespace. |
44
|
| '+' is not preceded with whitespace. |
46
|
| '+' is not followed by whitespace. |
46
|
| '3' is a magic number. |
54
|
| '+' is not preceded with whitespace. |
55
|
| '+' should be on a new line. |
55
|
| '+' is not preceded with whitespace. |
56
|
| '+' should be on a new line. |
56
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| '+' is not preceded with whitespace. |
57
|
| '+' should be on a new line. |
57
|
| '=' is not preceded with whitespace. |
61
|
| '=' is not followed by whitespace. |
61
|
| '<' is not preceded with whitespace. |
61
|
| '<' is not followed by whitespace. |
61
|
| '+' is not preceded with whitespace. |
63
|
| '+' is not followed by whitespace. |
63
|
| '+' is not preceded with whitespace. |
64
|
| '+' is not followed by whitespace. |
64
|
| '3' is a magic number. |
66
|
| '3' is a magic number. |
70
|
| '4' is a magic number. |
72
|
| '+' is not preceded with whitespace. |
73
|
| '+' should be on a new line. |
73
|
| '+' is not preceded with whitespace. |
74
|
| '+' should be on a new line. |
74
|
| '+' is not preceded with whitespace. |
75
|
| '+' is not followed by whitespace. |
75
|
| '+' is not preceded with whitespace. |
75
|
| '+' should be on a new line. |
75
|
| '=' is not preceded with whitespace. |
79
|
| '=' is not followed by whitespace. |
79
|
| '<' is not preceded with whitespace. |
79
|
| '<' is not followed by whitespace. |
79
|
| '+' is not preceded with whitespace. |
81
|
| '+' is not followed by whitespace. |
81
|
| '+' is not preceded with whitespace. |
82
|
| '+' is not followed by whitespace. |
82
|
| '+' is not preceded with whitespace. |
83
|
| '+' is not followed by whitespace. |
83
|
| '3' is a magic number. |
83
|
| '4' is a magic number. |
85
|
| '4' is a magic number. |
89
|
| '4' is a magic number. |
91
|
| '+' is not preceded with whitespace. |
92
|
| '+' should be on a new line. |
92
|
| '+' is not preceded with whitespace. |
93
|
| '+' should be on a new line. |
93
|
| '+' is not preceded with whitespace. |
94
|
| '+' is not followed by whitespace. |
94
|
| '+' is not preceded with whitespace. |
94
|
| '+' should be on a new line. |
94
|
| '=' is not preceded with whitespace. |
98
|
| '=' is not followed by whitespace. |
98
|
| '<' is not preceded with whitespace. |
98
|
| '<' is not followed by whitespace. |
98
|
| '+' is not preceded with whitespace. |
100
|
| '+' is not followed by whitespace. |
100
|
| '+' is not preceded with whitespace. |
101
|
| '+' is not followed by whitespace. |
101
|
| '+' is not preceded with whitespace. |
102
|
| '+' is not followed by whitespace. |
102
|
| '3' is a magic number. |
102
|
| '4' is a magic number. |
104
|
| '5' is a magic number. |
108
|
| '8' is a magic number. |
110
|
| '+' is not preceded with whitespace. |
111
|
| '+' should be on a new line. |
111
|
| '+' is not preceded with whitespace. |
112
|
| '+' should be on a new line. |
112
|
| '+' is not preceded with whitespace. |
113
|
| '+' is not followed by whitespace. |
113
|
| '+' is not preceded with whitespace. |
113
|
| '+' should be on a new line. |
113
|
| Line is longer than 80 characters. |
117
|
| '+' is not preceded with whitespace. |
117
|
| '+' is not followed by whitespace. |
117
|
| '+' is not preceded with whitespace. |
117
|
| '+' is not followed by whitespace. |
117
|
| '10' is a magic number. |
119
|
| '11' is a magic number. |
127
|
| '15' is a magic number. |
135
|
| Line is longer than 80 characters. |
145
|
| '+' is not preceded with whitespace. |
145
|
| '+' is not followed by whitespace. |
145
|
| '+' is not preceded with whitespace. |
145
|
| '+' is not followed by whitespace. |
145
|
| Expected an @return tag. |
155
|
| Method 'getDecompressedType' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Parameter type should be final. |
155
|
| Expected @param tag for 'type'. |
155
|
| Expected @throws tag for 'UnsupportedCompressionType'. |
156
|
| '{' should be on the previous line. |
157
|
| ')' is preceded with whitespace. |
160
|
| '(' is followed by whitespace. |
164
|
| Line is longer than 80 characters. |
168
|
| '+' is not preceded with whitespace. |
168
|
| '+' is not followed by whitespace. |
168
|
| '+' is not preceded with whitespace. |
168
|
| '+' is not followed by whitespace. |
168
|
| '}' is not followed by whitespace. |
171
|
edu/iris/dmc/seedcodec/CodecException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Redundant import from the java.lang package - java.lang.Exception. |
3
|
| First sentence should end with a period. |
7
|
| Line is longer than 80 characters. |
13
|
| Missing a Javadoc comment. |
18
|
| Line has trailing spaces. |
19
|
| Line contains a tab character. |
19
|
| Missing a Javadoc comment. |
21
|
| Parameter reason should be final. |
21
|
| Line contains a tab character. |
22
|
| Line has trailing spaces. |
24
|
| '}' is not followed by whitespace. |
25
|
edu/iris/dmc/seedcodec/DecompressedData.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
3
|
| Missing a Javadoc comment. |
15
|
| Parameter data should be final. |
15
|
| Missing a Javadoc comment. |
18
|
| Parameter data should be final. |
18
|
| Missing a Javadoc comment. |
21
|
| Parameter data should be final. |
21
|
| Missing a Javadoc comment. |
24
|
| Parameter data should be final. |
24
|
| Line is longer than 80 characters. |
33
|
| Expected an @return tag. |
35
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Expected an @return tag. |
49
|
| Method 'getTypeString' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Expected an @return tag. |
65
|
| Method 'getAsInt' is not designed for extension - needs to be abstract, final or empty. |
65
|
| '=' is not preceded with whitespace. |
71
|
| '=' is not followed by whitespace. |
71
|
| '<' is not preceded with whitespace. |
71
|
| '<' is not followed by whitespace. |
71
|
| Expected an @return tag. |
82
|
| Method 'getAsShort' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Expected an @return tag. |
92
|
| Method 'getAsFloat' is not designed for extension - needs to be abstract, final or empty. |
92
|
| '=' is not preceded with whitespace. |
98
|
| '=' is not followed by whitespace. |
98
|
| '<' is not preceded with whitespace. |
98
|
| '<' is not followed by whitespace. |
98
|
| '=' is not preceded with whitespace. |
104
|
| '=' is not followed by whitespace. |
104
|
| '<' is not preceded with whitespace. |
104
|
| '<' is not followed by whitespace. |
104
|
| Expected an @return tag. |
115
|
| Method 'getAsDouble' is not designed for extension - needs to be abstract, final or empty. |
115
|
| '=' is not preceded with whitespace. |
121
|
| '=' is not followed by whitespace. |
121
|
| '<' is not preceded with whitespace. |
121
|
| '<' is not followed by whitespace. |
121
|
| '=' is not preceded with whitespace. |
127
|
| '=' is not followed by whitespace. |
127
|
| '<' is not preceded with whitespace. |
127
|
| '<' is not followed by whitespace. |
127
|
| '=' is not preceded with whitespace. |
133
|
| '=' is not followed by whitespace. |
133
|
| '<' is not preceded with whitespace. |
133
|
| '<' is not followed by whitespace. |
133
|
| Variable 'iData' must be private and have accessor methods. |
143
|
| Variable 'sData' must be private and have accessor methods. |
147
|
| Variable 'fData' must be private and have accessor methods. |
151
|
| Variable 'dData' must be private and have accessor methods. |
155
|
| '}' is not followed by whitespace. |
157
|
edu/iris/dmc/seedcodec/Steim1.java
| Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Utility classes should not have a public or default constructor. |
28
|
| Line contains a tab character. |
30
|
| Line is longer than 80 characters. |
31
|
| Line contains a tab character. |
31
|
| Line is longer than 80 characters. |
32
|
| Line contains a tab character. |
32
|
| Line is longer than 80 characters. |
33
|
| Line contains a tab character. |
33
|
| Line is longer than 80 characters. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line is longer than 80 characters. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line is longer than 80 characters. |
39
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line is longer than 80 characters. |
41
|
| Line contains a tab character. |
41
|
| Line is longer than 80 characters. |
42
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line is longer than 80 characters. |
47
|
| Line contains a tab character. |
47
|
| Parameter b should be final. |
47
|
| Parameter numSamples should be final. |
47
|
| Parameter swapBytes should be final. |
47
|
| Parameter bias should be final. |
47
|
| Line is longer than 80 characters. |
48
|
| Line contains a tab character. |
48
|
| Line is longer than 80 characters. |
49
|
| Line contains a tab character. |
49
|
| Line is longer than 80 characters. |
50
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| '64' is a magic number. |
52
|
| Line has trailing spaces. |
53
|
| Line is longer than 80 characters. |
53
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| '64' is a magic number. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| '=' is not preceded with whitespace. |
59
|
| '=' is not followed by whitespace. |
59
|
| '=' is not preceded with whitespace. |
59
|
| '=' is not followed by whitespace. |
59
|
| Line contains a tab character. |
60
|
| '=' is not preceded with whitespace. |
60
|
| '=' is not followed by whitespace. |
60
|
| Line contains a tab character. |
61
|
| Line is longer than 80 characters. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| '=' is not preceded with whitespace. |
64
|
| '=' is not followed by whitespace. |
64
|
| '<' is not preceded with whitespace. |
64
|
| ')' is preceded with whitespace. |
64
|
| Line contains a tab character. |
65
|
| Line is longer than 80 characters. |
66
|
| Line contains a tab character. |
66
|
| '*' is not preceded with whitespace. |
66
|
| '*' is not followed by whitespace. |
66
|
| '64' is a magic number. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| '==' is not preceded with whitespace. |
68
|
| '==' is not followed by whitespace. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line is longer than 80 characters. |
71
|
| Line contains a tab character. |
71
|
| Line is longer than 80 characters. |
72
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| '3' is a magic number. |
73
|
| Line is longer than 80 characters. |
74
|
| Line contains a tab character. |
74
|
| Line is longer than 80 characters. |
75
|
| Line contains a tab character. |
75
|
| 'if' construct must use '{}'s. |
76
|
| Line is longer than 80 characters. |
76
|
| Line contains a tab character. |
76
|
| '3' is a magic number. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line is longer than 80 characters. |
79
|
| Line contains a tab character. |
79
|
| Line is longer than 80 characters. |
80
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line is longer than 80 characters. |
82
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line is longer than 80 characters. |
88
|
| '+' is not preceded with whitespace. |
88
|
| '+' is not followed by whitespace. |
88
|
| '+' is not preceded with whitespace. |
88
|
| '+' is not followed by whitespace. |
88
|
| '+' is not preceded with whitespace. |
88
|
| '+' is not followed by whitespace. |
88
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line is longer than 80 characters. |
98
|
| Line contains a tab character. |
98
|
| Parameter b should be final. |
98
|
| Parameter numSamples should be final. |
98
|
| Parameter swapBytes should be final. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| ',' is not followed by whitespace. |
100
|
| ',' is not followed by whitespace. |
100
|
| ',' is not followed by whitespace. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
104
|
| Line is longer than 80 characters. |
105
|
| Line contains a tab character. |
105
|
| Line is longer than 80 characters. |
106
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line is longer than 80 characters. |
108
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line is longer than 80 characters. |
110
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line is longer than 80 characters. |
112
|
|
|