Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
110 | 0 | 0 | 8960 |
Files
edu/asu/cri/MirkE/Client.java
Error | Line |
| File does not end with a newline. |
0
|
edu/asu/cri/MirkE/Client.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Utility classes should not have a public or default constructor. |
13
|
| '{' should be on the previous line. |
14
|
| Parameter arg should be final. |
18
|
| Expected @param tag for 'arg'. |
18
|
| Array brackets at illegal position. |
18
|
| '{' should be on the previous line. |
19
|
| '{' should be on the previous line. |
21
|
| '}' should be on the same line. |
32
|
| '{' should be on the previous line. |
34
|
| Missing a Javadoc comment. |
39
|
| Parameter menuList should be final. |
39
|
| Parameter level should be final. |
39
|
| '{' should be on the previous line. |
40
|
| '{' should be on the previous line. |
43
|
| '+' is not preceded with whitespace. |
49
|
| '+' is not followed by whitespace. |
49
|
| '{' should be on the previous line. |
51
|
| '{' should be on the previous line. |
54
|
| '}' should be on the same line. |
76
|
| '{' should be on the previous line. |
78
|
| '}' should be on the same line. |
82
|
| '{' should be on the previous line. |
84
|
edu/asu/cri/MirkE/MirkE.java
Error | Line |
| File does not end with a newline. |
0
|
edu/asu/cri/MirkE/MirkE.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.trace.*. |
32
|
| First sentence should end with a period. |
44
|
| Line is longer than 80 characters. |
44
|
| '{' should be on the previous line. |
50
|
| Missing a Javadoc comment. |
51
|
| Line is longer than 80 characters. |
53
|
| Missing a Javadoc comment. |
54
|
| 'static' modifier out of order with the JLS suggestions. |
54
|
| Missing a Javadoc comment. |
55
|
| 'static' modifier out of order with the JLS suggestions. |
55
|
| Line has trailing spaces. |
56
|
| Missing a Javadoc comment. |
56
|
| 'static' modifier out of order with the JLS suggestions. |
56
|
| Missing a Javadoc comment. |
57
|
| 'static' modifier out of order with the JLS suggestions. |
57
|
| Line has trailing spaces. |
58
|
| Missing a Javadoc comment. |
58
|
| Line has trailing spaces. |
59
|
| First sentence should end with a period. |
60
|
| Variable 'colorModel' must be private and have accessor methods. |
63
|
| Line is longer than 80 characters. |
65
|
| Missing a Javadoc comment. |
66
|
| 'static' modifier out of order with the JLS suggestions. |
66
|
| Missing a Javadoc comment. |
67
|
| 'static' modifier out of order with the JLS suggestions. |
67
|
| First sentence should end with a period. |
68
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
71
|
| First sentence should end with a period. |
73
|
| Variable 'scale' must be private and have accessor methods. |
76
|
| Line has trailing spaces. |
79
|
| Method 'setDataSet' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Parameter dataSet should be final. |
82
|
| 'dataSet' hides a field. |
82
|
| Expected @param tag for 'dataSet'. |
82
|
| '{' should be on the previous line. |
83
|
| Line has trailing spaces. |
88
|
| Line contains a tab character. |
88
|
| Method 'getDataSet' is not designed for extension - needs to be abstract, final or empty. |
91
|
| '{' should be on the previous line. |
92
|
| Line has trailing spaces. |
96
|
| Missing a Javadoc comment. |
97
|
| Method 'setMainFrame' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Parameter mainFrame should be final. |
102
|
| 'mainFrame' hides a field. |
102
|
| Expected @param tag for 'mainFrame'. |
102
|
| '{' should be on the previous line. |
103
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Method 'getMainFrame' is not designed for extension - needs to be abstract, final or empty. |
110
|
| '{' should be on the previous line. |
111
|
| Missing a Javadoc comment. |
115
|
| Line contains a tab character. |
118
|
| Method 'setEventDispatcher' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Parameter eventDispatcher should be final. |
120
|
| 'eventDispatcher' hides a field. |
120
|
| Expected @param tag for 'eventDispatcher'. |
120
|
| '{' should be on the previous line. |
121
|
| Line has trailing spaces. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Method 'getEventDispatcher' is not designed for extension - needs to be abstract, final or empty. |
128
|
| '{' should be on the previous line. |
129
|
| First sentence should end with a period. |
133
|
| Line has trailing spaces. |
135
|
| Line has trailing spaces. |
137
|
| '{' should be on the previous line. |
138
|
| 'try' is not followed by whitespace. |
139
|
| '{' is not preceded with whitespace. |
139
|
| '{' is not followed by whitespace. |
139
|
| 'catch' is not preceded with whitespace. |
143
|
| '}' is not followed by whitespace. |
143
|
| 'catch' is not followed by whitespace. |
143
|
| '{' is not preceded with whitespace. |
143
|
| Line is longer than 80 characters. |
146
|
| Line contains a tab character. |
146
|
| Line has trailing spaces. |
147
|
| Line contains a tab character. |
147
|
| Line is longer than 80 characters. |
158
|
| Parameter filename should be final. |
158
|
| Expected @param tag for 'filename'. |
158
|
| Expected @throws tag for 'IOException'. |
158
|
| Expected @throws tag for 'MirkEApplicationException'. |
158
|
| ',' is not followed by whitespace. |
158
|
| Expected @throws tag for 'MirkESystemException'. |
158
|
| '{' should be on the previous line. |
160
|
| Line has trailing spaces. |
161
|
| 'try' is not followed by whitespace. |
162
|
| '{' is not preceded with whitespace. |
162
|
| '{' is not preceded with whitespace. |
164
|
| 'cast' is not followed by whitespace. |
165
|
| ',' is not followed by whitespace. |
169
|
| Line has trailing spaces. |
170
|
| Line is longer than 80 characters. |
180
|
| Parameter files should be final. |
180
|
| Expected @param tag for 'files'. |
180
|
| Expected @throws tag for 'IOException'. |
180
|
| Expected @throws tag for 'MirkEApplicationException'. |
180
|
| ',' is not followed by whitespace. |
180
|
| Expected @throws tag for 'MirkESystemException'. |
180
|
| Line has trailing spaces. |
182
|
| Line has trailing spaces. |
183
|
| Line is longer than 80 characters. |
183
|
| Line contains a tab character. |
184
|
| ',' is not followed by whitespace. |
185
|
| Line has trailing spaces. |
188
|
| ',' is not followed by whitespace. |
190
|
| Line has trailing spaces. |
193
|
| Parameter args should be final. |
197
|
| Expected @param tag for 'args'. |
197
|
| Array brackets at illegal position. |
197
|
| '{' should be on the previous line. |
198
|
| Line has trailing spaces. |
200
|
| 'if' is not followed by whitespace. |
201
|
| Line has trailing spaces. |
203
|
| Line has trailing spaces. |
204
|
| 'else' is not preceded with whitespace. |
204
|
| '}' is not followed by whitespace. |
204
|
| 'if' is not followed by whitespace. |
204
|
| '{' is not preceded with whitespace. |
204
|
| Line has trailing spaces. |
205
|
| '+' is not preceded with whitespace. |
206
|
| '+' is not followed by whitespace. |
206
|
| Line has trailing spaces. |
207
|
| 'else' is not preceded with whitespace. |
207
|
| '}' is not followed by whitespace. |
207
|
| 'else' is not followed by whitespace. |
207
|
| '{' is not preceded with whitespace. |
207
|
| Line has trailing spaces. |
208
|
| '+' is not preceded with whitespace. |
209
|
| '+' is not followed by whitespace. |
209
|
| 'try' is not followed by whitespace. |
211
|
| '{' is not preceded with whitespace. |
211
|
| Line has trailing spaces. |
212
|
| Line is longer than 80 characters. |
212
|
| Line contains a tab character. |
213
|
| ',' is not followed by whitespace. |
214
|
| Line has trailing spaces. |
219
|
edu/asu/cri/MirkE/dataStructures/DataPoint.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| Using the '.*' form of import should be avoided - java.util.*. |
26
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
29
|
| Line has trailing spaces. |
30
|
| Line is longer than 80 characters. |
30
|
| Line has trailing spaces. |
31
|
| Line is longer than 80 characters. |
31
|
| Line has trailing spaces. |
32
|
| Line is longer than 80 characters. |
32
|
| Line is longer than 80 characters. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
38
|
| Missing a Javadoc comment. |
38
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line has trailing spaces. |
41
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Parameter id should be final. |
51
|
| 'id' hides a field. |
51
|
| Expected @param tag for 'id'. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line has trailing spaces. |
54
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Missing a Javadoc comment. |
55
|
| Line has trailing spaces. |
56
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line has trailing spaces. |
59
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line has trailing spaces. |
64
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line is longer than 80 characters. |
67
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter timestamp should be final. |
69
|
| 'timestamp' hides a field. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line has trailing spaces. |
72
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Missing a Javadoc comment. |
73
|
| Line has trailing spaces. |
74
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Method 'setDescriptorMap' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter descriptorMap should be final. |
79
|
| 'descriptorMap' hides a field. |
79
|
| Expected @param tag for 'descriptorMap'. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line has trailing spaces. |
82
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Method 'getDescriptorMap' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line has trailing spaces. |
90
|
| Line contains a tab character. |
90
|
| Line has trailing spaces. |
91
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line has trailing spaces. |
94
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Missing a Javadoc comment. |
95
|
| Line has trailing spaces. |
96
|
| Line contains a tab character. |
96
|
| First sentence should end with a period. |
97
|
| Line contains a tab character. |
97
|
| Line is longer than 80 characters. |
98
|
| Line has trailing spaces. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Method 'getObservableToMeasuredValueMap' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line has trailing spaces. |
106
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line has trailing spaces. |
109
|
| Line contains a tab character. |
109
|
| Line has trailing spaces. |
111
|
| Line has trailing spaces. |
112
|
| Line is longer than 80 characters. |
113
|
| Method 'getObservationFromObservable' is not designed for extension - needs to be abstract, final or empty. |
115
|
| Parameter observable should be final. |
115
|
| Expected @param tag for 'observable'. |
115
|
| Line has trailing spaces. |
120
|
| Line has trailing spaces. |
121
|
| Line has trailing spaces. |
124
|
| Line has trailing spaces. |
126
|
| Line has trailing spaces. |
127
|
| Line is longer than 80 characters. |
130
|
| Method 'storeUnitValueForObservable' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Parameter observable should be final. |
130
|
| Expected @param tag for 'observable'. |
130
|
| Parameter unitValue should be final. |
130
|
| Line is longer than 80 characters. |
131
|
| 'observableToMeasuredValueMap' hides a field. |
131
|
| Line has trailing spaces. |
133
|
| Line has trailing spaces. |
135
|
| Line contains a tab character. |
136
|
| Line is longer than 80 characters. |
139
|
| Line contains a tab character. |
139
|
| Method 'setObservableToMeasuredValueMap' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Parameter observableToMeasuredValueMap should be final. |
139
|
| 'observableToMeasuredValueMap' hides a field. |
139
|
| Expected @param tag for 'observableToMeasuredValueMap'. |
139
|
| Line is longer than 80 characters. |
140
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Line has trailing spaces. |
142
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Line contains a tab character. |
147
|
| Line has trailing spaces. |
148
|
| Line contains a tab character. |
148
|
| Line is longer than 80 characters. |
149
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line has trailing spaces. |
151
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line has trailing spaces. |
154
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Line has trailing spaces. |
156
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
159
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| Line has trailing spaces. |
163
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line has trailing spaces. |
166
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line has trailing spaces. |
169
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Parameter object should be final. |
171
|
| Expected @param tag for 'object'. |
171
|
| 'if' construct must use '{}'s. |
172
|
| Line contains a tab character. |
172
|
| 'if' construct must use '{}'s. |
173
|
| Line contains a tab character. |
173
|
| Line has trailing spaces. |
174
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| 'cast' is not followed by whitespace. |
175
|
| Line has trailing spaces. |
176
|
| Line contains a tab character. |
176
|
| 'if' construct must use '{}'s. |
177
|
| Line is longer than 80 characters. |
177
|
| Line contains a tab character. |
177
|
| Line has trailing spaces. |
178
|
| Line contains a tab character. |
178
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
edu/asu/cri/MirkE/dataStructures/DataPointCategory.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| Using the '.*' form of import should be avoided - java.util.*. |
26
|
| First sentence should end with a period. |
28
|
| Line has trailing spaces. |
28
|
| Line is longer than 80 characters. |
30
|
| First sentence should end with a period. |
34
|
| Line contains a tab character. |
34
|
| Line has trailing spaces. |
35
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| '{' is not followed by whitespace. |
37
|
| '}' is not preceded with whitespace. |
37
|
| Line has trailing spaces. |
38
|
| Line contains a tab character. |
38
|
| First sentence should end with a period. |
39
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
40
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Parameter categoryName should be final. |
44
|
| 'categoryName' hides a field. |
44
|
| Expected @param tag for 'categoryName'. |
44
|
| Line contains a tab character. |
45
|
| Parameter categoryType should be final. |
45
|
| 'categoryType' hides a field. |
45
|
| Expected @param tag for 'categoryType'. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line has trailing spaces. |
48
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
51
|
| Missing a Javadoc comment. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line has trailing spaces. |
54
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line has trailing spaces. |
60
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter id should be final. |
64
|
| 'id' hides a field. |
64
|
| Expected @param tag for 'id'. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line has trailing spaces. |
67
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Missing a Javadoc comment. |
68
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
71
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Method 'getCategoryName' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line has trailing spaces. |
77
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Method 'setCategoryName' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter categoryName should be final. |
81
|
| 'categoryName' hides a field. |
81
|
| Expected @param tag for 'categoryName'. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line has trailing spaces. |
84
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Missing a Javadoc comment. |
85
|
| Line has trailing spaces. |
86
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
88
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Method 'getCategoryType' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line has trailing spaces. |
94
|
| 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 contains a tab character. |
98
|
| Method 'setCategoryType' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Parameter categoryType should be final. |
98
|
| 'categoryType' hides a field. |
98
|
| Expected @param tag for 'categoryType'. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line has trailing spaces. |
101
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Missing a Javadoc comment. |
102
|
| Line has trailing spaces. |
103
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line has trailing spaces. |
105
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Method 'getCategorySet' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line has trailing spaces. |
112
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line has trailing spaces. |
115
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Method 'setCategorySet' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Parameter categorySet should be final. |
119
|
| 'categorySet' hides a field. |
119
|
| Expected @param tag for 'categorySet'. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line has trailing spaces. |
122
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Method 'addDataPoint' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter dataPoint should be final. |
126
|
| Expected @param tag for 'dataPoint'. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line has trailing spaces. |
129
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line has trailing spaces. |
131
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line contains a tab character. |
134
|
| Method 'removeDataPoint' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Parameter dataPoint should be final. |
134
|
| Expected @param tag for 'dataPoint'. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
edu/asu/cri/MirkE/dataStructures/DataPointCategoryFactory.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| First sentence should end with a period. |
32
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
34
|
| Line is longer than 80 characters. |
34
|
| Line contains a tab character. |
37
|
| Missing a Javadoc comment. |
37
|
| Line has trailing spaces. |
38
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Missing a Javadoc comment. |
39
|
| First sentence should end with a period. |
41
|
| Line contains a tab character. |
41
|
| Line has trailing spaces. |
42
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| '{' is not followed by whitespace. |
44
|
| '}' is not preceded with whitespace. |
44
|
| Line has trailing spaces. |
45
|
| Line contains a tab character. |
45
|
| First sentence should end with a period. |
46
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Parameter dataSet should be final. |
50
|
| 'dataSet' hides a field. |
50
|
| Expected @param tag for 'dataSet'. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
53
|
| Line contains a tab character. |
53
|
| Line has trailing spaces. |
54
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Method 'setDataSet' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Parameter dataSet should be final. |
58
|
| 'dataSet' hides a field. |
58
|
| Expected @param tag for 'dataSet'. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line has trailing spaces. |
61
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Method 'getDataSet' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line has trailing spaces. |
68
|
| Line contains a tab character. |
68
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line has trailing spaces. |
76
|
| Line contains a tab character. |
76
|
| Method 'getDataPointCategory' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter categoryName should be final. |
76
|
| Expected @param tag for 'categoryName'. |
76
|
| Line contains a tab character. |
77
|
| Parameter categoryType should be final. |
77
|
| Expected @param tag for 'categoryType'. |
77
|
| Line contains a tab character. |
78
|
| Expected @throws tag for 'MirkEApplicationException'. |
78
|
| '{' is not preceded with whitespace. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line has trailing spaces. |
81
|
| Line contains a tab character. |
81
|
| Line is longer than 80 characters. |
82
|
| Line contains a tab character. |
82
|
| 'cast' is not followed by whitespace. |
82
|
| Line has trailing spaces. |
83
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line has trailing spaces. |
86
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
88
|
| Line contains a tab character. |
88
|
| Line is longer than 80 characters. |
89
|
| Line contains a tab character. |
89
|
| '+' should be on a new line. |
89
|
| Line is longer than 80 characters. |
90
|
| Line contains a tab character. |
90
|
| '+' should be on a new line. |
90
|
| Line is longer than 80 characters. |
91
|
| Line contains a tab character. |
91
|
| Line has trailing spaces. |
92
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line is longer than 80 characters. |
94
|
| Line contains a tab character. |
94
|
| 'cast' is not followed by whitespace. |
94
|
| Line is longer than 80 characters. |
95
|
| Line contains a tab character. |
95
|
| Line has trailing spaces. |
96
|
| 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
|
| Line contains a tab character. |
99
|
| Line has trailing spaces. |
100
|
| Line contains a tab character. |
100
|
| Line is longer than 80 characters. |
101
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line has trailing spaces. |
103
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line is longer than 80 characters. |
105
|
| Line contains a tab character. |
105
|
| Line has trailing spaces. |
106
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line has trailing spaces. |
109
|
| Line contains a tab character. |
109
|
| Line is longer than 80 characters. |
110
|
| Line contains a tab character. |
110
|
| Line is longer than 80 characters. |
111
|
| Line contains a tab character. |
111
|
| Line has trailing spaces. |
112
|
| Line contains a tab character. |
112
|
| Line is longer than 80 characters. |
113
|
| Line contains a tab character. |
113
|
| Line has trailing spaces. |
114
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line has trailing spaces. |
116
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line has trailing spaces. |
119
|
| Line contains a tab character. |
119
|
| First sentence should end with a period. |
120
|
| Line contains a tab character. |
120
|
| Line has trailing spaces. |
121
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line is longer than 80 characters. |
124
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line is longer than 80 characters. |
126
|
| Line contains a tab character. |
126
|
| Line has trailing spaces. |
127
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line has trailing spaces. |
134
|
| Line contains a tab character. |
134
|
| Line is longer than 80 characters. |
135
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line is longer than 80 characters. |
137
|
| Line contains a tab character. |
137
|
| Line has trailing spaces. |
138
|
| Line contains a tab character. |
138
|
| Line has trailing spaces. |
139
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line has trailing spaces. |
141
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line has trailing spaces. |
143
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Line has trailing spaces. |
147
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
edu/asu/cri/MirkE/dataStructures/DataSet.java
Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
6
|
| Line is longer than 80 characters. |
7
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
18
|
| First sentence should end with a period. |
38
|
| Line is longer than 80 characters. |
38
|
| Line has trailing spaces. |
39
|
| Line is longer than 80 characters. |
40
|
| Missing a Javadoc comment. |
45
|
| Line has trailing spaces. |
46
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
48
|
| Method 'getObservableFactory' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Line has trailing spaces. |
55
|
| Line has trailing spaces. |
57
|
| Method 'getDataPointCategoryFactory' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Line has trailing spaces. |
63
|
| First sentence should end with a period. |
64
|
| Line has trailing spaces. |
65
|
| Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Line has trailing spaces. |
71
|
| First sentence should end with a period. |
72
|
| Line has trailing spaces. |
73
|
| Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter connection should be final. |
76
|
| 'connection' hides a field. |
76
|
| Expected @param tag for 'connection'. |
76
|
| Line has trailing spaces. |
79
|
| Missing a Javadoc comment. |
80
|
| Line has trailing spaces. |
81
|
| First sentence should end with a period. |
82
|
| Line has trailing spaces. |
83
|
| Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Line has trailing spaces. |
89
|
| First sentence should end with a period. |
90
|
| Line has trailing spaces. |
91
|
| Method 'setConfiguration' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter configuration should be final. |
94
|
| 'configuration' hides a field. |
94
|
| Expected @param tag for 'configuration'. |
94
|
| Line has trailing spaces. |
97
|
| Missing a Javadoc comment. |
98
|
| Line has trailing spaces. |
99
|
| First sentence should end with a period. |
100
|
| Line has trailing spaces. |
101
|
| Method 'getSessionFactory' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Line has trailing spaces. |
107
|
| First sentence should end with a period. |
108
|
| Line has trailing spaces. |
109
|
| Method 'setSessionFactory' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter sessionFactory should be final. |
112
|
| 'sessionFactory' hides a field. |
112
|
| Expected @param tag for 'sessionFactory'. |
112
|
| Line has trailing spaces. |
113
|
| Line has trailing spaces. |
115
|
| Missing a Javadoc comment. |
116
|
| Line has trailing spaces. |
117
|
| First sentence should end with a period. |
118
|
| Line has trailing spaces. |
118
|
| Line is longer than 80 characters. |
118
|
| Method length is 171 lines (max allowed is 150). |
121
|
| Expected @throws tag for 'MirkESystemException'. |
121
|
| Line has trailing spaces. |
124
|
| Line has trailing spaces. |
127
|
| Line is longer than 80 characters. |
128
|
| Line has trailing spaces. |
129
|
| 'catch' is not followed by whitespace. |
130
|
| Line is longer than 80 characters. |
133
|
| ',' is not followed by whitespace. |
133
|
| 'cast' is not followed by whitespace. |
133
|
| Line has trailing spaces. |
136
|
| Line has trailing spaces. |
140
|
| Line is longer than 80 characters. |
144
|
| Line has trailing spaces. |
145
|
| Line has trailing spaces. |
146
|
| Line has trailing spaces. |
147
|
| Line has trailing spaces. |
148
|
| Line has trailing spaces. |
149
|
| Line has trailing spaces. |
151
|
| Line has trailing spaces. |
157
|
| Line has trailing spaces. |
161
|
| Line has trailing spaces. |
163
|
| Line is longer than 80 characters. |
164
|
| ',' is not followed by whitespace. |
164
|
| 'cast' is not followed by whitespace. |
164
|
| Line has trailing spaces. |
166
|
| Line has trailing spaces. |
169
|
| Line has trailing spaces. |
172
|
| Line has trailing spaces. |
174
|
| Line is longer than 80 characters. |
176
|
| ',' is not followed by whitespace. |
176
|
| 'cast' is not followed by whitespace. |
176
|
| Line has trailing spaces. |
178
|
| Line has trailing spaces. |
179
|
| Line has trailing spaces. |
180
|
| Line has trailing spaces. |
182
|
| Avoid nested blocks. |
183
|
| Line is longer than 80 characters. |
184
|
| Line has trailing spaces. |
185
|
| Line is longer than 80 characters. |
186
|
| Line has trailing spaces. |
189
|
| Avoid nested blocks. |
190
|
| Line is longer than 80 characters. |
191
|
| Line has trailing spaces. |
192
|
| Line is longer than 80 characters. |
193
|
| Line has trailing spaces. |
196
|
| Avoid nested blocks. |
197
|
| Line is longer than 80 characters. |
198
|
| Line has trailing spaces. |
199
|
| Line is longer than 80 characters. |
200
|
| Line has trailing spaces. |
203
|
| Avoid nested blocks. |
204
|
| Line is longer than 80 characters. |
205
|
| Line has trailing spaces. |
206
|
| Line is longer than 80 characters. |
207
|
| Line has trailing spaces. |
210
|
| Avoid nested blocks. |
211
|
| Line is longer than 80 characters. |
212
|
| Line has trailing spaces. |
213
|
| Line is longer than 80 characters. |
214
|
| Line has trailing spaces. |
217
|
| Avoid nested blocks. |
218
|
| Line is longer than 80 characters. |
219
|
| Line has trailing spaces. |
220
|
| Line is longer than 80 characters. |
221
|
| Line has trailing spaces. |
224
|
| Avoid nested blocks. |
225
|
| Line is longer than 80 characters. |
226
|
| Line has trailing spaces. |
227
|
| Line is longer than 80 characters. |
228
|
| Line has trailing spaces. |
231
|
| Avoid nested blocks. |
232
|
| Line is longer than 80 characters. |
233
|
| Line has trailing spaces. |
234
|
| Line is longer than 80 characters. |
235
|
| Line has trailing spaces. |
238
|
| Avoid nested blocks. |
239
|
| Line is longer than 80 characters. |
240
|
| Line has trailing spaces. |
241
|
| Line is longer than 80 characters. |
242
|
| Line has trailing spaces. |
245
|
| Line has trailing spaces. |
246
|
| Avoid nested blocks. |
247
|
| Line is longer than 80 characters. |
248
|
| Line has trailing spaces. |
249
|
| Line is longer than 80 characters. |
250
|
| Line has trailing spaces. |
253
|
| Avoid nested blocks. |
254
|
| Line is longer than 80 characters. |
255
|
| Line has trailing spaces. |
256
|
| Line is longer than 80 characters. |
257
|
| Line has trailing spaces. |
260
|
| Avoid nested blocks. |
261
|
| Line is longer than 80 characters. |
262
|
| Line has trailing spaces. |
263
|
| Line is longer than 80 characters. |
264
|
| Line has trailing spaces. |
267
|
| Avoid nested blocks. |
268
|
| Line is longer than 80 characters. |
269
|
| Line has trailing spaces. |
270
|
| Line is longer than 80 characters. |
271
|
| Line has trailing spaces. |
274
|
| Avoid nested blocks. |
275
|
| Line is longer than 80 characters. |
276
|
| Line has trailing spaces. |
277
|
| Line is longer than 80 characters. |
278
|
| Line has trailing spaces. |
281
|
| Line has trailing spaces. |
284
|
| Line is longer than 80 characters. |
287
|
| Line contains a tab character. |
287
|
| Line has trailing spaces. |
290
|
| Line has trailing spaces. |
292
|
| Line has trailing spaces. |
294
|
| Method 'getSession' is not designed for extension - needs to be abstract, final or empty. |
298
|
| Expected @throws tag for 'MirkEApplicationException'. |
298
|
| '{' is not preceded with whitespace. |
298
|
| Line has trailing spaces. |
304
|
| Line is longer than 80 characters. |
306
|
| Line has trailing spaces. |
310
|
| First sentence should end with a period. |
313
|
| Line has trailing spaces. |
314
|
| Method 'save' is not designed for extension - needs to be abstract, final or empty. |
318
|
| Parameter object should be final. |
318
|
| Expected @param tag for 'object'. |
318
|
| Expected @throws tag for 'MirkEApplicationException'. |
318
|
| '{' is not preceded with whitespace. |
318
|
| Line has trailing spaces. |
323
|
| Line has trailing spaces. |
325
|
| Line is longer than 80 characters. |
329
|
| Line has trailing spaces. |
333
|
| First sentence should end with a period. |
334
|
| Line has trailing spaces. |
335
|
| Method 'delete' is not designed for extension - needs to be abstract, final or empty. |
338
|
| Parameter object should be final. |
338
|
| Expected @param tag for 'object'. |
338
|
| Line has trailing spaces. |
343
|
| Line has trailing spaces. |
345
|
| Line has trailing spaces. |
348
|
| Line has trailing spaces. |
353
|
| Line contains a tab character. |
353
|
| Line has trailing spaces. |
354
|
| Line has trailing spaces. |
356
|
| Line has trailing spaces. |
357
|
| Line is longer than 80 characters. |
357
|
| Method 'getObservables' is not designed for extension - needs to be abstract, final or empty. |
360
|
| Expected @throws tag for 'MirkEApplicationException'. |
360
|
| '{' is not preceded with whitespace. |
360
|
| Line is longer than 80 characters. |
361
|
| Line has trailing spaces. |
362
|
| Line is longer than 80 characters. |
362
|
| Line has trailing spaces. |
363
|
| Line has trailing spaces. |
366
|
| Line has trailing spaces. |
368
|
| Line is longer than 80 characters. |
372
|
| Method 'getPlateIdentifiers' is not designed for extension - needs to be abstract, final or empty. |
372
|
| Expected @throws tag for 'MirkEApplicationException'. |
372
|
| Line is longer than 80 characters. |
373
|
| Line is longer than 80 characters. |
374
|
| Line is longer than 80 characters. |
375
|
| Line has trailing spaces. |
377
|
| Line has trailing spaces. |
380
|
| Line has trailing spaces. |
382
|
| Line is longer than 80 characters. |
383
|
| Method 'getCategoryNames' is not designed for extension - needs to be abstract, final or empty. |
386
|
| Expected @throws tag for 'MirkEApplicationException'. |
386
|
| Line is longer than 80 characters. |
387
|
| Line has trailing spaces. |
388
|
| Line is longer than 80 characters. |
388
|
| Line has trailing spaces. |
389
|
| Line has trailing spaces. |
392
|
| Line has trailing spaces. |
394
|
| Line is longer than 80 characters. |
396
|
| Method 'rowNumberToLabel' is not designed for extension - needs to be abstract, final or empty. |
398
|
| Parameter rowNumber should be final. |
398
|
| Line has trailing spaces. |
400
|
| 'cast' is not followed by whitespace. |
401
|
| Line has trailing spaces. |
402
|
| Line has trailing spaces. |
405
|
| Line has trailing spaces. |
407
|
| Line is longer than 80 characters. |
409
|
| Method 'columnNumberToColumnLabel' is not designed for extension - needs to be abstract, final or empty. |
411
|
| Parameter columnNumber should be final. |
411
|
| Line has trailing spaces. |
413
|
| Line has trailing spaces. |
416
|
| Missing a Javadoc comment. |
417
|
| Line has trailing spaces. |
418
|
| Line is longer than 80 characters. |
420
|
| Method 'getNumberOfRows' is not designed for extension - needs to be abstract, final or empty. |
422
|
| Line has trailing spaces. |
424
|
| Line has trailing spaces. |
425
|
| Line is longer than 80 characters. |
427
|
| Method 'getNumberOfColumns' is not designed for extension - needs to be abstract, final or empty. |
429
|
| Line has trailing spaces. |
431
|
| Line has trailing spaces. |
432
|
| Missing a Javadoc comment. |
433
|
| Line has trailing spaces. |
434
|
| First sentence should end with a period. |
435
|
| Line is longer than 80 characters. |
436
|
| Line has trailing spaces. |
439
|
| Line is longer than 80 characters. |
439
|
| Method 'computePlateDimensions' is not designed for extension - needs to be abstract, final or empty. |
439
|
| Expected @throws tag for 'MirkEApplicationException'. |
439
|
| Line contains a tab character. |
439
|
| Line has trailing spaces. |
440
|
| Line is longer than 80 characters. |
441
|
| Line has trailing spaces. |
442
|
| Line has trailing spaces. |
444
|
| Line is longer than 80 characters. |
446
|
| 'cast' is not followed by whitespace. |
446
|
| Line has trailing spaces. |
447
|
| Line has trailing spaces. |
454
|
| Line is longer than 80 characters. |
460
|
| Method 'getMeasuredPlateRowColumnVector' is not designed for extension - needs to be abstract, final or empty. |
460
|
| Expected @throws tag for 'MirkEApplicationException'. |
460
|
| Line has trailing spaces. |
462
|
| Line has trailing spaces. |
464
|
| '=' is not preceded with whitespace. |
465
|
| '=' is not followed by whitespace. |
465
|
| ';' is not followed by whitespace. |
465
|
| '<' is not preceded with whitespace. |
465
|
| '<' is not followed by whitespace. |
465
|
| ';' is not followed by whitespace. |
465
|
| Line has trailing spaces. |
467
|
| Line is longer than 80 characters. |
468
|
| '=' is not preceded with whitespace. |
468
|
| '=' is not followed by whitespace. |
468
|
| ';' is not followed by whitespace. |
468
|
| '<' is not preceded with whitespace. |
468
|
| '<' is not followed by whitespace. |
468
|
| ';' is not followed by whitespace. |
468
|
| Line has trailing spaces. |
470
|
| Line is longer than 80 characters. |
471
|
| '+' should be on a new line. |
471
|
| Line has trailing spaces. |
472
|
| '+' should be on a new line. |
472
|
| Line has trailing spaces. |
473
|
| '+' is not preceded with whitespace. |
473
|
| '+' is not followed by whitespace. |
473
|
| '+' is not preceded with whitespace. |
473
|
| '+' is not followed by whitespace. |
473
|
| '+' should be on a new line. |
473
|
| '+' is not preceded with whitespace. |
474
|
| '+' is not followed by whitespace. |
474
|
| '+' is not preceded with whitespace. |
474
|
| '+' is not followed by whitespace. |
474
|
| Line has trailing spaces. |
475
|
| Line is longer than 80 characters. |
477
|
| '+' is not preceded with whitespace. |
477
|
| '+' is not followed by whitespace. |
477
|
| '+' is not preceded with whitespace. |
477
|
| '+' is not followed by whitespace. |
477
|
| '+' is not preceded with whitespace. |
477
|
| '+' is not followed by whitespace. |
477
|
| '+' is not preceded with whitespace. |
477
|
| '+' is not followed by whitespace. |
477
|
| Line has trailing spaces. |
478
|
| Line has trailing spaces. |
483
|
| Line has trailing spaces. |
486
|
| First sentence should end with a period. |
487
|
| Line has trailing spaces. |
488
|
| Line has trailing spaces. |
489
|
| Method 'find' is not designed for extension - needs to be abstract, final or empty. |
492
|
| Parameter query should be final. |
492
|
| Expected @throws tag for 'MirkEApplicationException'. |
492
|
| Line has trailing spaces. |
497
|
| Line has trailing spaces. |
499
|
| Line has trailing spaces. |
501
|
| Line contains a tab character. |
501
|
| Line has trailing spaces. |
502
|
| Line has trailing spaces. |
504
|
| Line has trailing spaces. |
507
|
| Line has trailing spaces. |
510
|
edu/asu/cri/MirkE/dataStructures/DataSetTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Missing a Javadoc comment. |
23
|
| Variable 'dataSet' must be private and have accessor methods. |
23
|
| Line has trailing spaces. |
24
|
| Parameter args should be final. |
28
|
| Expected @param tag for 'args'. |
28
|
| Line has trailing spaces. |
30
|
| Method 'setUp' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Missing a Javadoc comment. |
35
|
| Line has trailing spaces. |
36
|
| 'try' is not followed by whitespace. |
37
|
| '{' is not preceded with whitespace. |
37
|
| Line has trailing spaces. |
40
|
| Line has trailing spaces. |
41
|
| 'catch' is not followed by whitespace. |
42
|
| '{' is not preceded with whitespace. |
42
|
| ',' is not followed by whitespace. |
44
|
| 'catch' is not followed by whitespace. |
46
|
| '{' is not preceded with whitespace. |
46
|
| ',' is not followed by whitespace. |
48
|
| Line has trailing spaces. |
53
|
| Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Line has trailing spaces. |
60
|
| Parameter arg0 should be final. |
65
|
| Expected @param tag for 'arg0'. |
65
|
| Line has trailing spaces. |
68
|
| Line has trailing spaces. |
70
|
| Line has trailing spaces. |
73
|
| Line has trailing spaces. |
75
|
| Method 'testSaveUnit' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Expected @throws tag for 'Exception'. |
80
|
| Line has trailing spaces. |
82
|
| Line has trailing spaces. |
84
|
| '39.3' is a magic number. |
85
|
| '=' is not followed by whitespace. |
86
|
| 'try' is not followed by whitespace. |
88
|
| '{' is not preceded with whitespace. |
88
|
| 'catch' is not preceded with whitespace. |
93
|
| '}' is not followed by whitespace. |
93
|
| 'catch' is not followed by whitespace. |
93
|
| '{' is not preceded with whitespace. |
93
|
| ',' is not followed by whitespace. |
94
|
| Line has trailing spaces. |
99
|
| Line has trailing spaces. |
100
|
| 'cast' is not followed by whitespace. |
100
|
| Line has trailing spaces. |
101
|
| '0.0001' is a magic number. |
105
|
| Line has trailing spaces. |
106
|
| '0.0001' is a magic number. |
110
|
| Line has trailing spaces. |
111
|
| '0.0001' is a magic number. |
115
|
| Line has trailing spaces. |
116
|
| '39.3' is a magic number. |
119
|
| '0.0001' is a magic number. |
120
|
| Line has trailing spaces. |
122
|
| Line has trailing spaces. |
127
|
| Line has trailing spaces. |
129
|
| Line has trailing spaces. |
134
|
| Line has trailing spaces. |
136
|
| Line has trailing spaces. |
138
|
| Line has trailing spaces. |
142
|
| Line has trailing spaces. |
144
|
| Line has trailing spaces. |
148
|
edu/asu/cri/MirkE/dataStructures/IndexObservable.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| Line has trailing spaces. |
29
|
| Line contains a tab character. |
29
|
| Line has trailing spaces. |
30
|
| Line contains a tab character. |
30
|
edu/asu/cri/MirkE/dataStructures/Magnitude.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
26
|
| Missing a Javadoc comment. |
31
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
33
|
| First sentence should end with a period. |
34
|
| Line has trailing spaces. |
39
|
| Parameter name should be final. |
44
|
| 'name' hides a field. |
44
|
| Expected @param tag for 'name'. |
44
|
| Line has trailing spaces. |
47
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter id should be final. |
57
|
| 'id' hides a field. |
57
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Line has trailing spaces. |
66
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Parameter name should be final. |
70
|
| 'name' hides a field. |
70
|
| Line has trailing spaces. |
73
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
77
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Parameter object should be final. |
77
|
| 'cast' is not followed by whitespace. |
79
|
| Line has trailing spaces. |
80
|
| Line has trailing spaces. |
85
|
edu/asu/cri/MirkE/dataStructures/MeasuredValue.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
6
|
| Line is longer than 80 characters. |
7
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
24
|
| Line has trailing spaces. |
25
|
| Line has trailing spaces. |
26
|
| Line has trailing spaces. |
27
|
| First sentence should end with a period. |
31
|
| Line is longer than 80 characters. |
31
|
| Line has trailing spaces. |
32
|
| '{' is not preceded with whitespace. |
35
|
| First sentence should end with a period. |
36
|
| Line has trailing spaces. |
37
|
| '{' is not followed by whitespace. |
39
|
| '}' is not preceded with whitespace. |
39
|
| Line has trailing spaces. |
40
|
| First sentence should end with a period. |
41
|
| Line has trailing spaces. |
42
|
| Parameter value should be final. |
48
|
| Expected @param tag for 'value'. |
48
|
| Parameter standardDeviation should be final. |
49
|
| 'standardDeviation' hides a field. |
49
|
| Expected @param tag for 'standardDeviation'. |
49
|
| Parameter units should be final. |
50
|
| Expected @param tag for 'units'. |
50
|
| Line has trailing spaces. |
55
|
| First sentence should end with a period. |
56
|
| Line has trailing spaces. |
57
|
| Parameter value should be final. |
63
|
| Expected @param tag for 'value'. |
63
|
| Parameter standardDeviation should be final. |
64
|
| 'standardDeviation' hides a field. |
64
|
| Expected @param tag for 'standardDeviation'. |
64
|
| Parameter units should be final. |
65
|
| Expected @param tag for 'units'. |
65
|
| Line has trailing spaces. |
70
|
| First sentence should end with a period. |
71
|
| Line has trailing spaces. |
71
|
| Line has trailing spaces. |
73
|
| Parameter unitValue should be final. |
76
|
| Expected @param tag for 'unitValue'. |
76
|
| Line has trailing spaces. |
81
|
| First sentence should end with a period. |
82
|
| Line has trailing spaces. |
82
|
| Line is longer than 80 characters. |
82
|
| Line has trailing spaces. |
83
|
| Line has trailing spaces. |
87
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter measuredValue should be final. |
87
|
| Expected @param tag for 'measuredValue'. |
87
|
| Line has trailing spaces. |
88
|
| Line has trailing spaces. |
89
|
| Line has trailing spaces. |
90
|
| Line has trailing spaces. |
91
|
| Line has trailing spaces. |
92
|
| Line has trailing spaces. |
93
|
| Line has trailing spaces. |
94
|
| Line has trailing spaces. |
95
|
| Line has trailing spaces. |
96
|
| Line is longer than 80 characters. |
96
|
| '+' should be on a new line. |
96
|
| Line has trailing spaces. |
97
|
| Line has trailing spaces. |
98
|
| Line has trailing spaces. |
99
|
| Line has trailing spaces. |
100
|
| Line has trailing spaces. |
101
|
| Line has trailing spaces. |
102
|
| Line has trailing spaces. |
103
|
| Line has trailing spaces. |
104
|
| Line has trailing spaces. |
105
|
| Line has trailing spaces. |
106
|
| Line has trailing spaces. |
107
|
| Line has trailing spaces. |
108
|
| Line has trailing spaces. |
109
|
| Line has trailing spaces. |
110
|
| Line is longer than 80 characters. |
110
|
| Line has trailing spaces. |
112
|
| '+' should be on a new line. |
112
|
| Line has trailing spaces. |
113
|
| Line has trailing spaces. |
114
|
| Line has trailing spaces. |
115
|
| Line has trailing spaces. |
116
|
| Line has trailing spaces. |
117
|
| '}' is not followed by whitespace. |
118
|
| Line has trailing spaces. |
119
|
| Line has trailing spaces. |
120
|
| Line has trailing spaces. |
121
|
| Line has trailing spaces. |
122
|
| First sentence should end with a period. |
123
|
| Line has trailing spaces. |
123
|
| Line is longer than 80 characters. |
123
|
| Line has trailing spaces. |
127
|
| Method 'add' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Parameter unitValue should be final. |
127
|
| Expected @param tag for 'unitValue'. |
127
|
| Line has trailing spaces. |
130
|
| First sentence should end with a period. |
131
|
| Line has trailing spaces. |
131
|
| Line is longer than 80 characters. |
131
|
| Line has trailing spaces. |
135
|
| Method 'subtract' is not designed for extension - needs to be abstract, final or empty. |
135
|
| Parameter unitValue should be final. |
135
|
| Expected @param tag for 'unitValue'. |
135
|
| Line has trailing spaces. |
138
|
| First sentence should end with a period. |
139
|
| Line has trailing spaces. |
139
|
| Line is longer than 80 characters. |
139
|
| Line has trailing spaces. |
140
|
| Line has trailing spaces. |
141
|
| Line has trailing spaces. |
142
|
| Line has trailing spaces. |
143
|
| Line has trailing spaces. |
144
|
| Line has trailing spaces. |
145
|
| Line has trailing spaces. |
146
|
| Method 'subtract' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Parameter measuredValue should be final. |
146
|
| Expected @param tag for 'measuredValue'. |
146
|
| Line has trailing spaces. |
147
|
| Line has trailing spaces. |
148
|
| Line has trailing spaces. |
149
|
| Line has trailing spaces. |
150
|
| Line has trailing spaces. |
151
|
| Line has trailing spaces. |
152
|
| Line has trailing spaces. |
153
|
| Line has trailing spaces. |
154
|
| Line has trailing spaces. |
156
|
| '+' should be on a new line. |
156
|
| Line has trailing spaces. |
157
|
| Line has trailing spaces. |
158
|
| Line has trailing spaces. |
160
|
| Line has trailing spaces. |
161
|
| Line has trailing spaces. |
162
|
| Line has trailing spaces. |
163
|
| Line has trailing spaces. |
164
|
| Line has trailing spaces. |
165
|
| Line has trailing spaces. |
166
|
| Line has trailing spaces. |
167
|
| Line has trailing spaces. |
168
|
| Line has trailing spaces. |
169
|
| Line has trailing spaces. |
170
|
| Line is longer than 80 characters. |
170
|
| Line has trailing spaces. |
172
|
| '+' should be on a new line. |
172
|
| Line has trailing spaces. |
173
|
| Line has trailing spaces. |
174
|
| Line has trailing spaces. |
176
|
| Line has trailing spaces. |
177
|
| Line has trailing spaces. |
178
|
| '}' is not followed by whitespace. |
179
|
| Line has trailing spaces. |
180
|
| Line has trailing spaces. |
181
|
| Line has trailing spaces. |
182
|
| Line has trailing spaces. |
183
|
| Line has trailing spaces. |
184
|
| First sentence should end with a period. |
185
|
| Line has trailing spaces. |
185
|
| Method 'multiply' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Parameter scalarMultiplier should be final. |
189
|
| Expected @param tag for 'scalarMultiplier'. |
189
|
| Line has trailing spaces. |
191
|
| Line is longer than 80 characters. |
194
|
| Line has trailing spaces. |
195
|
| Line has trailing spaces. |
196
|
| Line has trailing spaces. |
199
|
| Line has trailing spaces. |
202
|
| First sentence should end with a period. |
203
|
| Line has trailing spaces. |
203
|
| Line has trailing spaces. |
204
|
| Line has trailing spaces. |
206
|
| Line has trailing spaces. |
208
|
| Method 'multiply' is not designed for extension - needs to be abstract, final or empty. |
210
|
| Parameter measuredValue should be final. |
210
|
| Expected @param tag for 'measuredValue'. |
210
|
| Line has trailing spaces. |
212
|
| Line has trailing spaces. |
213
|
| Line is longer than 80 characters. |
213
|
| Line has trailing spaces. |
214
|
| Line is longer than 80 characters. |
215
|
| '*' should be on a new line. |
215
|
| Line has trailing spaces. |
216
|
| Line has trailing spaces. |
217
|
| '+' should be on a new line. |
217
|
| '*' should be on a new line. |
218
|
| Line has trailing spaces. |
219
|
| Line has trailing spaces. |
221
|
| Line has trailing spaces. |
222
|
| Line has trailing spaces. |
225
|
| Line has trailing spaces. |
228
|
| First sentence should end with a period. |
229
|
| Line has trailing spaces. |
229
|
| Line has trailing spaces. |
230
|
| Line has trailing spaces. |
231
|
| Line has trailing spaces. |
232
|
| Line has trailing spaces. |
233
|
| Line has trailing spaces. |
234
|
| Line has trailing spaces. |
235
|
| Method 'divide' is not designed for extension - needs to be abstract, final or empty. |
235
|
| Parameter measuredValue should be final. |
235
|
| Expected @param tag for 'measuredValue'. |
235
|
| Line has trailing spaces. |
236
|
| Line has trailing spaces. |
237
|
| Line has trailing spaces. |
238
|
| Line has trailing spaces. |
239
|
| Line has trailing spaces. |
240
|
| Line has trailing spaces. |
241
|
| '{' is not preceded with whitespace. |
241
|
| Line has trailing spaces. |
242
|
| Line has trailing spaces. |
243
|
| Line is longer than 80 characters. |
243
|
| Line has trailing spaces. |
244
|
| Line has trailing spaces. |
245
|
| Line has trailing spaces. |
246
|
| Line is longer than 80 characters. |
247
|
| Line has trailing spaces. |
248
|
| Line has trailing spaces. |
250
|
| '+' should be on a new line. |
250
|
| Line is longer than 80 characters. |
251
|
| '*' is not preceded with whitespace. |
251
|
| '*' is not followed by whitespace. |
251
|
| '/' is not preceded with whitespace. |
251
|
| '/' is not followed by whitespace. |
251
|
| ',' is not followed by whitespace. |
251
|
| Line has trailing spaces. |
253
|
| Line has trailing spaces. |
254
|
| Empty statement. |
256
|
| Line has trailing spaces. |
257
|
| Line is longer than 80 characters. |
258
|
| Line has trailing spaces. |
260
|
| '+' should be on a new line. |
260
|
| Line is longer than 80 characters. |
261
|
| '*' is not preceded with whitespace. |
261
|
| '*' is not followed by whitespace. |
261
|
| '/' is not preceded with whitespace. |
261
|
| '/' is not followed by whitespace. |
261
|
| ',' is not followed by whitespace. |
261
|
| Line has trailing spaces. |
266
|
| Line has trailing spaces. |
269
|
| Line has trailing spaces. |
270
|
| Line has trailing spaces. |
271
|
| Line has trailing spaces. |
272
|
| First sentence should end with a period. |
273
|
| Line has trailing spaces. |
273
|
| Line has trailing spaces. |
274
|
| Line has trailing spaces. |
275
|
| Line has trailing spaces. |
276
|
| Line has trailing spaces. |
277
|
| Method 'raiseToPower' is not designed for extension - needs to be abstract, final or empty. |
277
|
| Parameter power should be final. |
277
|
| Expected @param tag for 'power'. |
277
|
| Line has trailing spaces. |
278
|
| Line has trailing spaces. |
279
|
| Line has trailing spaces. |
280
|
| Line has trailing spaces. |
281
|
| Line has trailing spaces. |
282
|
| Line has trailing spaces. |
283
|
| Line is longer than 80 characters. |
283
|
| Line has trailing spaces. |
284
|
| Line is longer than 80 characters. |
285
|
| Line has trailing spaces. |
286
|
| Line has trailing spaces. |
287
|
| Line has trailing spaces. |
288
|
| Line has trailing spaces. |
289
|
| Line has trailing spaces. |
290
|
| Line has trailing spaces. |
291
|
| Line has trailing spaces. |
292
|
| Line has trailing spaces. |
293
|
| Missing a Javadoc comment. |
294
|
| Line has trailing spaces. |
295
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
299
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
299
|
| Parameter object should be final. |
299
|
| 'cast' is not followed by whitespace. |
301
|
| Line has trailing spaces. |
302
|
| Line is longer than 80 characters. |
303
|
| Line is longer than 80 characters. |
304
|
| Line has trailing spaces. |
305
|
| Line is longer than 80 characters. |
306
|
| Line has trailing spaces. |
311
|
| Line has trailing spaces. |
313
|
| Line has trailing spaces. |
314
|
| Method 'setStandardDeviation' is not designed for extension - needs to be abstract, final or empty. |
318
|
| Parameter standardDeviation should be final. |
318
|
| 'standardDeviation' hides a field. |
318
|
| Expected @param tag for 'standardDeviation'. |
318
|
| Line has trailing spaces. |
321
|
| Method 'getStandardDeviation' is not designed for extension - needs to be abstract, final or empty. |
325
|
| Line has trailing spaces. |
328
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
332
|
| Line has trailing spaces. |
333
|
| Line is longer than 80 characters. |
333
|
edu/asu/cri/MirkE/dataStructures/MeasuredValueTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Missing a Javadoc comment. |
17
|
| Variable 'firstMeasuredValueWithUnitA' must be private and have accessor methods. |
17
|
| Missing a Javadoc comment. |
18
|
| Variable 'secondMeasuredValueWithUnitA' must be private and have accessor methods. |
18
|
| Missing a Javadoc comment. |
19
|
| Variable 'firstMeasuredValueWithUnitB' must be private and have accessor methods. |
19
|
| Missing a Javadoc comment. |
20
|
| Variable 'secondMeasuredValueWithUnitB' must be private and have accessor methods. |
20
|
| Missing a Javadoc comment. |
21
|
| Variable 'zeroMeasuredValueWithUnitA' must be private and have accessor methods. |
21
|
| Line has trailing spaces. |
22
|
| Parameter args should be final. |
26
|
| Expected @param tag for 'args'. |
26
|
| Line has trailing spaces. |
28
|
| Method 'setUp' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
36
|
| '.1' is a magic number. |
36
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
41
|
| Line has trailing spaces. |
42
|
| '.1' is a magic number. |
42
|
| Line has trailing spaces. |
44
|
| Line has trailing spaces. |
46
|
| '2.2' is a magic number. |
46
|
| Line has trailing spaces. |
47
|
| '.3' is a magic number. |
47
|
| Line has trailing spaces. |
49
|
| Line has trailing spaces. |
52
|
| '2.2' is a magic number. |
52
|
| Line has trailing spaces. |
53
|
| '.3' is a magic number. |
53
|
| Line has trailing spaces. |
55
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
58
|
| Line has trailing spaces. |
61
|
| Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Missing a Javadoc comment. |
65
|
| Line has trailing spaces. |
68
|
| Line has trailing spaces. |
70
|
| Method 'testAdd' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Line is longer than 80 characters. |
73
|
| Line is longer than 80 characters. |
74
|
| Line has trailing spaces. |
78
|
| Method 'testSubtract' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Line is longer than 80 characters. |
81
|
| Line is longer than 80 characters. |
82
|
| Line has trailing spaces. |
83
|
| First sentence should end with a period. |
86
|
| Method 'testMultiplyMeasuredValue' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Line is longer than 80 characters. |
90
|
| Line is longer than 80 characters. |
91
|
| Line is longer than 80 characters. |
92
|
| Line is longer than 80 characters. |
93
|
| Line has trailing spaces. |
94
|
| Line has trailing spaces. |
98
|
| Method 'testDivide' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Line is longer than 80 characters. |
101
|
| Line is longer than 80 characters. |
102
|
| Line has trailing spaces. |
103
|
| Line has trailing spaces. |
107
|
| Method 'testRaiseToPower' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Line is longer than 80 characters. |
110
|
| '/' is not preceded with whitespace. |
110
|
| '/' is not followed by whitespace. |
110
|
| Line is longer than 80 characters. |
111
|
| '/' is not preceded with whitespace. |
111
|
| '/' is not followed by whitespace. |
111
|
| Line has trailing spaces. |
112
|
edu/asu/cri/MirkE/dataStructures/Observable.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| Line has trailing spaces. |
25
|
| Line has trailing spaces. |
30
|
| Line is longer than 80 characters. |
31
|
| First sentence should end with a period. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
39
|
| First sentence should end with a period. |
40
|
| Line contains a tab character. |
40
|
| Line has trailing spaces. |
41
|
| Line contains a tab character. |
41
|
| Line has trailing spaces. |
42
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Parameter name should be final. |
44
|
| 'name' hides a field. |
44
|
| Expected @param tag for 'name'. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Missing a Javadoc comment. |
48
|
| Line has trailing spaces. |
49
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line has trailing spaces. |
56
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Parameter id should be final. |
60
|
| 'id' hides a field. |
60
|
| Expected @param tag for 'id'. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line has trailing spaces. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Missing a Javadoc comment. |
64
|
| Line has trailing spaces. |
65
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line has trailing spaces. |
67
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line has trailing spaces. |
73
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line has trailing spaces. |
75
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter name should be final. |
78
|
| 'name' hides a field. |
78
|
| Expected @param tag for 'name'. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line has trailing spaces. |
81
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
edu/asu/cri/MirkE/dataStructures/PlateDescription.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| Line contains a tab character. |
31
|
| Missing a Javadoc comment. |
31
|
| Line has trailing spaces. |
32
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
40
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter id should be final. |
44
|
| 'id' hides a field. |
44
|
| Expected @param tag for 'id'. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
48
|
| Missing a Javadoc comment. |
48
|
| Line has trailing spaces. |
49
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line has trailing spaces. |
51
|
| Line contains a tab character. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Method 'setPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter plateIdentifier should be final. |
54
|
| 'plateIdentifier' hides a field. |
54
|
| Expected @param tag for 'plateIdentifier'. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line has trailing spaces. |
57
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line has trailing spaces. |
59
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Method 'getPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line has trailing spaces. |
65
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Missing a Javadoc comment. |
66
|
| Line has trailing spaces. |
67
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Method 'setNumberOfRows' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter numberOfRows should be final. |
71
|
| 'numberOfRows' hides a field. |
71
|
| Expected @param tag for 'numberOfRows'. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line has trailing spaces. |
74
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Method 'getNumberOfRows' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line has trailing spaces. |
81
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Missing a Javadoc comment. |
82
|
| Line has trailing spaces. |
83
|
| 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 contains a tab character. |
87
|
| Method 'setNumberOfColumns' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter numberOfColumns should be final. |
87
|
| 'numberOfColumns' hides a field. |
87
|
| Expected @param tag for 'numberOfColumns'. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line has trailing spaces. |
90
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Method 'getNumberOfColumns' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line has trailing spaces. |
97
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Missing a Javadoc comment. |
98
|
| Line has trailing spaces. |
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 contains a tab character. |
103
|
| Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line has trailing spaces. |
106
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Parameter timestamp should be final. |
110
|
| 'timestamp' hides a field. |
110
|
| Expected @param tag for 'timestamp'. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line has trailing spaces. |
113
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
117
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Line is longer than 80 characters. |
118
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
edu/asu/cri/MirkE/dataStructures/PlateWellCategory.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| Line contains a tab character. |
31
|
| Missing a Javadoc comment. |
31
|
| Line has trailing spaces. |
32
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
40
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter id should be final. |
44
|
| 'id' hides a field. |
44
|
| Expected @param tag for 'id'. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| First sentence should end with a period. |
48
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| '{' is not followed by whitespace. |
50
|
| '}' is not preceded with whitespace. |
50
|
| Line has trailing spaces. |
51
|
| Line contains a tab character. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| 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
|
| Line has trailing spaces. |
58
|
| Line contains a tab character. |
58
|
| Parameter plateIdentifier should be final. |
58
|
| 'plateIdentifier' hides a field. |
58
|
| Expected @param tag for 'plateIdentifier'. |
58
|
| Line contains a tab character. |
59
|
| Parameter plateRow should be final. |
59
|
| 'plateRow' hides a field. |
59
|
| Expected @param tag for 'plateRow'. |
59
|
| Line contains a tab character. |
60
|
| Parameter plateColumn should be final. |
60
|
| 'plateColumn' hides a field. |
60
|
| Expected @param tag for 'plateColumn'. |
60
|
| Line contains a tab character. |
61
|
| Parameter categoryName should be final. |
61
|
| 'categoryName' hides a field. |
61
|
| Expected @param tag for 'categoryName'. |
61
|
| Line has trailing spaces. |
62
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line has trailing spaces. |
68
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Missing a Javadoc comment. |
69
|
| Line has trailing spaces. |
70
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
71
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Method 'setCategoryName' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Parameter categoryName should be final. |
74
|
| 'categoryName' hides a field. |
74
|
| Expected @param tag for 'categoryName'. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line has trailing spaces. |
77
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Method 'getCategoryName' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line has trailing spaces. |
84
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Missing a Javadoc comment. |
85
|
| Line has trailing spaces. |
86
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Method 'setPlateRow' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Parameter plateRow should be final. |
90
|
| 'plateRow' hides a field. |
90
|
| Expected @param tag for 'plateRow'. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line has trailing spaces. |
93
|
| 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
|
| Method 'getPlateRow' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line has trailing spaces. |
100
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Missing a Javadoc comment. |
101
|
| Line has trailing spaces. |
102
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Method 'setPlateColumn' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter plateColumn should be final. |
106
|
| 'plateColumn' hides a field. |
106
|
| Expected @param tag for 'plateColumn'. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line has trailing spaces. |
109
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Method 'getPlateColumn' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line has trailing spaces. |
116
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Missing a Javadoc comment. |
117
|
| Line has trailing spaces. |
118
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line has trailing spaces. |
120
|
| Line contains a tab character. |
120
|
| Line has trailing spaces. |
121
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Method 'setPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Parameter plateIdentifier should be final. |
123
|
| 'plateIdentifier' hides a field. |
123
|
| Expected @param tag for 'plateIdentifier'. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line has trailing spaces. |
126
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line has trailing spaces. |
128
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Method 'getPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line has trailing spaces. |
134
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line has trailing spaces. |
136
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Line has trailing spaces. |
140
|
| Line contains a tab character. |
140
|
| Line is longer than 80 characters. |
141
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
edu/asu/cri/MirkE/dataStructures/PlateWellDataPoint.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| First sentence should end with a period. |
26
|
| Line contains a tab character. |
31
|
| Missing a Javadoc comment. |
31
|
| Line has trailing spaces. |
32
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
40
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter id should be final. |
44
|
| 'id' hides a field. |
44
|
| Expected @param tag for 'id'. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Missing a Javadoc comment. |
48
|
| Line has trailing spaces. |
49
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Method 'setObservableName' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter observableName should be final. |
53
|
| 'observableName' hides a field. |
53
|
| Expected @param tag for 'observableName'. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line has trailing spaces. |
56
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Method 'getObservableName' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line has trailing spaces. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Missing a Javadoc comment. |
64
|
| Line has trailing spaces. |
65
|
| Line contains a tab character. |
65
|
| Line has trailing spaces. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Method 'setObservedUnits' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter observedUnits should be final. |
69
|
| 'observedUnits' hides a field. |
69
|
| Expected @param tag for 'observedUnits'. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line has trailing spaces. |
72
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Method 'getObservedUnits' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line has trailing spaces. |
79
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Missing a Javadoc comment. |
80
|
| Line has trailing spaces. |
81
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Method 'setObservedValue' is not designed for extension - needs to be abstract, final or empty. |
84
|
| Parameter observedValue should be final. |
84
|
| 'observedValue' hides a field. |
84
|
| Expected @param tag for 'observedValue'. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line has trailing spaces. |
87
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Method 'getObservedValue' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line has trailing spaces. |
94
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Missing a Javadoc comment. |
95
|
| Line has trailing spaces. |
96
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Method 'setPlateRow' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Parameter plateRow should be final. |
100
|
| 'plateRow' hides a field. |
100
|
| Expected @param tag for 'plateRow'. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line has trailing spaces. |
103
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Method 'getPlateRow' is not designed for extension - needs to be abstract, final or empty. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line has trailing spaces. |
110
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Missing a Javadoc comment. |
111
|
| Line has trailing spaces. |
112
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Method 'setPlateColumn' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Parameter plateColumn should be final. |
116
|
| 'plateColumn' hides a field. |
116
|
| Expected @param tag for 'plateColumn'. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line has trailing spaces. |
119
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Method 'getPlateColumn' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line has trailing spaces. |
126
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Missing a Javadoc comment. |
127
|
| Line has trailing spaces. |
128
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Line contains a tab character. |
133
|
| Line contains a tab character. |
134
|
| Line has trailing spaces. |
135
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Parameter timestamp should be final. |
139
|
| 'timestamp' hides a field. |
139
|
| Expected @param tag for 'timestamp'. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Line has trailing spaces. |
142
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Missing a Javadoc comment. |
143
|
| Line has trailing spaces. |
144
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| Line has trailing spaces. |
146
|
| Line contains a tab character. |
146
|
| Line has trailing spaces. |
147
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Method 'setPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Parameter plateIdentifier should be final. |
149
|
| 'plateIdentifier' hides a field. |
149
|
| Expected @param tag for 'plateIdentifier'. |
149
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Line has trailing spaces. |
152
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line has trailing spaces. |
154
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Method 'getPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Line contains a tab character. |
158
|
| Line has trailing spaces. |
159
|
| Line contains a tab character. |
159
|
| Line has trailing spaces. |
160
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line has trailing spaces. |
162
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
165
|
| Line has trailing spaces. |
166
|
| Line contains a tab character. |
166
|
| Line is longer than 80 characters. |
167
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line has trailing spaces. |
169
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line has trailing spaces. |
171
|
| Line contains a tab character. |
171
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| Line has trailing spaces. |
178
|
| Line contains a tab character. |
178
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| Line has trailing spaces. |
181
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| Line has trailing spaces. |
183
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| Line contains a tab character. |
185
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| Line has trailing spaces. |
188
|
| Line contains a tab character. |
188
|
| Line contains a tab character. |
189
|
| Line has trailing spaces. |
190
|
| Line contains a tab character. |
190
|
| Line is longer than 80 characters. |
191
|
| Line contains a tab character. |
191
|
| Line has trailing spaces. |
192
|
| Line contains a tab character. |
192
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
edu/asu/cri/MirkE/dataStructures/PlateWellDescriptor.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| Line contains a tab character. |
31
|
| Missing a Javadoc comment. |
31
|
| Line has trailing spaces. |
32
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
40
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter id should be final. |
44
|
| 'id' hides a field. |
44
|
| Expected @param tag for 'id'. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
48
|
| Missing a Javadoc comment. |
48
|
| Line has trailing spaces. |
49
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
50
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Method 'setPlateWellType' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter plateWellType should be final. |
53
|
| 'plateWellType' hides a field. |
53
|
| Expected @param tag for 'plateWellType'. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line has trailing spaces. |
56
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Method 'getPlateWellType' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line has trailing spaces. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Missing a Javadoc comment. |
64
|
| Line has trailing spaces. |
65
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Method 'setPlateRow' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter plateRow should be final. |
69
|
| 'plateRow' hides a field. |
69
|
| Expected @param tag for 'plateRow'. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line has trailing spaces. |
72
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Method 'getPlateRow' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line has trailing spaces. |
79
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Missing a Javadoc comment. |
80
|
| Line has trailing spaces. |
81
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Method 'setPlateColumn' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter plateColumn should be final. |
85
|
| 'plateColumn' hides a field. |
85
|
| Expected @param tag for 'plateColumn'. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
88
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Method 'getPlateColumn' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line has trailing spaces. |
95
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Missing a Javadoc comment. |
96
|
| Line has trailing spaces. |
97
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line has trailing spaces. |
99
|
| Line contains a tab character. |
99
|
| Line has trailing spaces. |
100
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Method 'setPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Parameter plateIdentifier should be final. |
102
|
| 'plateIdentifier' hides a field. |
102
|
| Expected @param tag for 'plateIdentifier'. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line has trailing spaces. |
105
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line has trailing spaces. |
107
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Method 'getPlateIdentifier' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
114
|
| Line has trailing spaces. |
115
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line has trailing spaces. |
118
|
| Line contains a tab character. |
119
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Line has trailing spaces. |
120
|
| Line contains a tab character. |
120
|
| Line is longer than 80 characters. |
121
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line has trailing spaces. |
123
|
edu/asu/cri/MirkE/dataStructures/Unit.java
Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Line has trailing spaces. |
23
|
| Line has trailing spaces. |
29
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
32
|
| Line is longer than 80 characters. |
33
|
| Line has trailing spaces. |
34
|
| Line is longer than 80 characters. |
34
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
37
|
| Line is longer than 80 characters. |
38
|
| Line has trailing spaces. |
39
|
| Line has trailing spaces. |
43
|
| Line has trailing spaces. |
45
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
58
|
| Line has trailing spaces. |
59
|
| Line has trailing spaces. |
61
|
| Line has trailing spaces. |
63
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Line has trailing spaces. |
69
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Parameter id should be final. |
73
|
| 'id' hides a field. |
73
|
| Expected @param tag for 'id'. |
73
|
| Line has trailing spaces. |
76
|
| Line has trailing spaces. |
77
|
| Line has trailing spaces. |
78
|
| Line has trailing spaces. |
79
|
| Line has trailing spaces. |
80
|
| Line has trailing spaces. |
81
|
| Line has trailing spaces. |
82
|
| Line has trailing spaces. |
83
|
| Line has trailing spaces. |
84
|
| Line has trailing spaces. |
85
|
| Method 'getUnitAbbreviation' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Line has trailing spaces. |
86
|
| Line has trailing spaces. |
88
|
| Line has trailing spaces. |
89
|
| Line has trailing spaces. |
90
|
| Line has trailing spaces. |
91
|
| Line has trailing spaces. |
92
|
| Method 'setUnitAbbreviation' is not designed for extension - needs to be abstract, final or empty. |
92
|
| Parameter unitAbbreviation should be final. |
92
|
| 'unitAbbreviation' hides a field. |
92
|
| Line has trailing spaces. |
93
|
| Line has trailing spaces. |
94
|
| Line has trailing spaces. |
95
|
| Line has trailing spaces. |
96
|
| Line has trailing spaces. |
97
|
| Line has trailing spaces. |
98
|
| Line has trailing spaces. |
99
|
| Line has trailing spaces. |
100
|
| Line has trailing spaces. |
105
|
| Missing a Javadoc comment. |
110
|
| Line has trailing spaces. |
111
|
| First sentence should end with a period. |
112
|
| Line has trailing spaces. |
112
|
| Line has trailing spaces. |
116
|
| Line has trailing spaces. |
118
|
| Line has trailing spaces. |
120
|
| Parameter unitField should be final. |
124
|
| 'unitField' hides a field. |
124
|
| '{' is not preceded with whitespace. |
124
|
| Line has trailing spaces. |
130
|
| Line is longer than 80 characters. |
134
|
| Line is longer than 80 characters. |
135
|
| Line has trailing spaces. |
139
|
| Parameter unitName should be final. |
139
|
| 'unitName' hides a field. |
139
|
| Line has trailing spaces. |
140
|
| Parameter unitConversionMultiplier should be final. |
140
|
| 'unitConversionMultiplier' hides a field. |
140
|
| Line has trailing spaces. |
141
|
| Parameter unitConversionOffset should be final. |
141
|
| 'unitConversionOffset' hides a field. |
141
|
| Parameter referenceUnit should be final. |
142
|
| Line is longer than 80 characters. |
144
|
| Line is longer than 80 characters. |
145
|
| '*' is not preceded with whitespace. |
145
|
| '*' is not followed by whitespace. |
145
|
| Line has trailing spaces. |
146
|
| Line has trailing spaces. |
149
|
| Line is longer than 80 characters. |
154
|
| Line is longer than 80 characters. |
155
|
| Line has trailing spaces. |
159
|
| Parameter unitName should be final. |
159
|
| 'unitName' hides a field. |
159
|
| Parameter unitAbbreviation should be final. |
160
|
| 'unitAbbreviation' hides a field. |
160
|
| Expected @param tag for 'unitAbbreviation'. |
160
|
| Line has trailing spaces. |
161
|
| Parameter unitConversionMultiplier should be final. |
161
|
| 'unitConversionMultiplier' hides a field. |
161
|
| Line has trailing spaces. |
162
|
| Parameter unitConversionOffset should be final. |
162
|
| 'unitConversionOffset' hides a field. |
162
|
| Parameter referenceUnit should be final. |
163
|
| Line is longer than 80 characters. |
166
|
| Line is longer than 80 characters. |
167
|
| '*' is not preceded with whitespace. |
167
|
| '*' is not followed by whitespace. |
167
|
| Line has trailing spaces. |
168
|
| Line has trailing spaces. |
171
|
| Method 'getUnitConversionMultiplier' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Line has trailing spaces. |
177
|
| Line has trailing spaces. |
178
|
| Parameter unitConversionMultiplier should be final. |
182
|
| 'unitConversionMultiplier' hides a field. |
182
|
| Line has trailing spaces. |
185
|
| Method 'getUnitConversionOffset' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Line has trailing spaces. |
192
|
| Parameter unitConversionOffset should be final. |
196
|
| 'unitConversionOffset' hides a field. |
196
|
| Line has trailing spaces. |
199
|
| Method 'getUnitField' is not designed for extension - needs to be abstract, final or empty. |
203
|
| Line has trailing spaces. |
206
|
| Parameter unitField should be final. |
210
|
| 'unitField' hides a field. |
210
|
| Line has trailing spaces. |
213
|
| Method 'getUnitName' is not designed for extension - needs to be abstract, final or empty. |
217
|
| Line has trailing spaces. |
220
|
| Parameter unitName should be final. |
224
|
| 'unitName' hides a field. |
224
|
| Line has trailing spaces. |
227
|
| First sentence should end with a period. |
228
|
| Line has trailing spaces. |
231
|
| Method 'convertTo' is not designed for extension - needs to be abstract, final or empty. |
236
|
| Line has trailing spaces. |
237
|
| Parameter quantity should be final. |
237
|
| Parameter resultUnit should be final. |
238
|
| 'if' is not followed by whitespace. |
239
|
| '{' is not preceded with whitespace. |
239
|
| Line has trailing spaces. |
240
|
| Line is longer than 80 characters. |
241
|
| '-' is not preceded with whitespace. |
241
|
| '-' is not followed by whitespace. |
241
|
| '/' is not preceded with whitespace. |
241
|
| '/' is not followed by whitespace. |
241
|
| Line is longer than 80 characters. |
242
|
| '*' is not preceded with whitespace. |
242
|
| '*' is not followed by whitespace. |
242
|
| Line has trailing spaces. |
243
|
| Line has trailing spaces. |
245
|
| 'else' is not followed by whitespace. |
246
|
| '{' is not preceded with whitespace. |
246
|
| Line has trailing spaces. |
251
|
| Method 'isCompatible' is not designed for extension - needs to be abstract, final or empty. |
257
|
| Parameter unit should be final. |
257
|
| '{' is not preceded with whitespace. |
257
|
| Conditional logic can be removed. |
258
|
| 'if' is not followed by whitespace. |
258
|
| '{' is not preceded with whitespace. |
258
|
| 'else' is not preceded with whitespace. |
260
|
| '}' is not followed by whitespace. |
260
|
| 'else' is not followed by whitespace. |
260
|
| '{' is not preceded with whitespace. |
260
|
| Line has trailing spaces. |
264
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
268
|
| Line has trailing spaces. |
275
|
| Line has trailing spaces. |
278
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
282
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
282
|
| Parameter object should be final. |
282
|
| 'cast' is not followed by whitespace. |
284
|
| Line has trailing spaces. |
285
|
| '&&' should be on a new line. |
288
|
| Line has trailing spaces. |
290
|
| Line has trailing spaces. |
291
|
| Line has trailing spaces. |
295
|
| Line has trailing spaces. |
298
|
| Missing a Javadoc comment. |
299
|
| Line has trailing spaces. |
302
|
| Line has trailing spaces. |
303
|
| Parameter unitName should be final. |
305
|
| Expected @param tag for 'unitName'. |
305
|
| 'cast' is not followed by whitespace. |
307
|
| Line has trailing spaces. |
320
|
| Line is longer than 80 characters. |
320
|
| Parameter unitName should be final. |
323
|
| Expected @param tag for 'unitName'. |
323
|
| Line has trailing spaces. |
324
|
| Parameter unitConversionMultiplier should be final. |
324
|
| Expected @param tag for 'unitConversionMultiplier'. |
324
|
| Line has trailing spaces. |
325
|
| Parameter unitConversionOffset should be final. |
325
|
| Expected @param tag for 'unitConversionOffset'. |
325
|
| Parameter referenceUnit should be final. |
326
|
| Expected @param tag for 'referenceUnit'. |
326
|
| 'cast' is not followed by whitespace. |
328
|
| Line is longer than 80 characters. |
329
|
| '==' is not preceded with whitespace. |
329
|
| '==' is not followed by whitespace. |
329
|
| Line has trailing spaces. |
331
|
| Line has trailing spaces. |
334
|
| Line has trailing spaces. |
336
|
| Line has trailing spaces. |
339
|
| Line has trailing spaces. |
340
|
| Line has trailing spaces. |
341
|
| Line has trailing spaces. |
347
|
| Line has trailing spaces. |
354
|
| Line is longer than 80 characters. |
354
|
| Line has trailing spaces. |
357
|
| Parameter unitName should be final. |
357
|
| Expected @param tag for 'unitName'. |
357
|
| Parameter unitAbbreviation should be final. |
358
|
| Expected @param tag for 'unitAbbreviation'. |
358
|
| Line has trailing spaces. |
359
|
| Parameter unitConversionMultiplier should be final. |
359
|
| Expected @param tag for 'unitConversionMultiplier'. |
359
|
| Line has trailing spaces. |
360
|
| Parameter unitConversionOffset should be final. |
360
|
| Expected @param tag for 'unitConversionOffset'. |
360
|
| Parameter referenceUnit should be final. |
361
|
| Expected @param tag for 'referenceUnit'. |
361
|
| 'cast' is not followed by whitespace. |
363
|
| Line is longer than 80 characters. |
364
|
| '==' is not preceded with whitespace. |
364
|
| '==' is not followed by whitespace. |
364
|
| Line has trailing spaces. |
366
|
| Line has trailing spaces. |
370
|
| Line has trailing spaces. |
373
|
| Line has trailing spaces. |
375
|
edu/asu/cri/MirkE/dataStructures/UnitTest.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Missing a Javadoc comment. |
17
|
| Variable 'fahrenheit' must be private and have accessor methods. |
17
|
| Missing a Javadoc comment. |
18
|
| Variable 'celsius' must be private and have accessor methods. |
18
|
| Missing a Javadoc comment. |
19
|
| Variable 'kelvin' must be private and have accessor methods. |
19
|
| Line has trailing spaces. |
20
|
| Missing a Javadoc comment. |
20
|
| Variable 'meters' must be private and have accessor methods. |
20
|
| Missing a Javadoc comment. |
21
|
| Variable 'inches' must be private and have accessor methods. |
21
|
| Line has trailing spaces. |
22
|
| Parameter args should be final. |
26
|
| Expected @param tag for 'args'. |
26
|
| Method 'setUp' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Missing a Javadoc comment. |
32
|
| '-273' is a magic number. |
35
|
| '1.8' is a magic number. |
36
|
| '32' is a magic number. |
36
|
| '39.3' is a magic number. |
38
|
| Method 'tearDown' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Missing a Javadoc comment. |
44
|
| Parameter arg0 should be final. |
52
|
| Expected @param tag for 'arg0'. |
52
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
59
|
| Method 'testConvertTo' is not designed for extension - needs to be abstract, final or empty. |
59
|
| '0.0254' is a magic number. |
62
|
| '0.0001' is a magic number. |
63
|
| Line has trailing spaces. |
64
|
| '0.0001' is a magic number. |
68
|
| '0.0001' is a magic number. |
73
|
| Line has trailing spaces. |
77
|
| '32' is a magic number. |
77
|
| '0.0001' is a magic number. |
78
|
| Line has trailing spaces. |
79
|
| '32' is a magic number. |
81
|
| '0.0001' is a magic number. |
83
|
| Line has trailing spaces. |
84
|
| '63' is a magic number. |
86
|
| '63' is a magic number. |
87
|
| '0.0001' is a magic number. |
88
|
| Line has trailing spaces. |
89
|
| '100' is a magic number. |
91
|
| '-173' is a magic number. |
92
|
| '0.0001' is a magic number. |
93
|
| Line has trailing spaces. |
94
|
| '100' is a magic number. |
96
|
| '373' is a magic number. |
97
|
| '0.0001' is a magic number. |
98
|
| Line has trailing spaces. |
99
|
| '100' is a magic number. |
101
|
| '310.928' is a magic number. |
102
|
| '0.2' is a magic number. |
103
|
| Line has trailing spaces. |
105
|
| Line has trailing spaces. |
107
|
| Method 'testIsCompatible' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Line has trailing spaces. |
114
|
| Line has trailing spaces. |
117
|
| Line has trailing spaces. |
121
|
| Line has trailing spaces. |
123
|
| Method 'testEquals' is not designed for extension - needs to be abstract, final or empty. |
125
|
edu/asu/cri/MirkE/dataStructures/UnitValue.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
6
|
| Line is longer than 80 characters. |
7
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
27
|
| First sentence should end with a period. |
34
|
| Line has trailing spaces. |
35
|
| Line is longer than 80 characters. |
36
|
| Line has trailing spaces. |
37
|
| Missing a Javadoc comment. |
40
|
| Line has trailing spaces. |
41
|
| Line has trailing spaces. |
43
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Line has trailing spaces. |
49
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Parameter id should be final. |
53
|
| 'id' hides a field. |
53
|
| Expected @param tag for 'id'. |
53
|
| Line has trailing spaces. |
56
|
| Missing a Javadoc comment. |
57
|
| Method 'isEditable' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Line has trailing spaces. |
64
|
| Line has trailing spaces. |
67
|
| Method 'setEditable' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter editable should be final. |
69
|
| 'editable' hides a field. |
69
|
| Expected @param tag for 'editable'. |
69
|
| Line has trailing spaces. |
72
|
| Missing a Javadoc comment. |
73
|
| Line has trailing spaces. |
74
|
| Method 'getUnits' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Line has trailing spaces. |
81
|
| Method 'setUnits' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Parameter unit should be final. |
85
|
| Line has trailing spaces. |
88
|
| Missing a Javadoc comment. |
89
|
| Line has trailing spaces. |
90
|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter value should be final. |
94
|
| 'value' hides a field. |
94
|
| Expected @param tag for 'value'. |
94
|
| Line has trailing spaces. |
97
|
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Line has trailing spaces. |
104
|
| Line has trailing spaces. |
106
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
109
|
| '+' is not preceded with whitespace. |
110
|
| '+' is not followed by whitespace. |
110
|
| '+' is not preceded with whitespace. |
110
|
| '+' is not followed by whitespace. |
110
|
| Line has trailing spaces. |
111
|
| Line has trailing spaces. |
114
|
| First sentence should end with a period. |
115
|
| '{' is not followed by whitespace. |
117
|
| '}' is not preceded with whitespace. |
117
|
| Line has trailing spaces. |
118
|
| First sentence should end with a period. |
119
|
| Line has trailing spaces. |
124
|
| Parameter value should be final. |
124
|
| 'value' hides a field. |
124
|
| Expected @param tag for 'value'. |
124
|
| Parameter units should be final. |
125
|
| 'units' hides a field. |
125
|
| Expected @param tag for 'units'. |
125
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
133
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Parameter object should be final. |
133
|
| 'cast' is not followed by whitespace. |
135
|
| Line has trailing spaces. |
136
|
| Line is longer than 80 characters. |
138
|
| Line has trailing spaces. |
139
|
| Line is longer than 80 characters. |
140
|
| Line has trailing spaces. |
145
|
edu/asu/cri/MirkE/dataStructures/package.html
Error | Line |
| Missing package documentation file. | 0 |
edu/asu/cri/MirkE/exceptions/MenuException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
5
|
| Line has trailing spaces. |
7
|
| '{' should be on the previous line. |
12
|
| First sentence should end with a period. |
13
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| First sentence should end with a period. |
17
|
| Line contains a tab character. |
17
|
| First sentence should end with a period. |
22
|
| Line has trailing spaces. |
24
|
| Parameter message should be final. |
27
|
| '{' should be on the previous line. |
28
|
| First sentence should end with a period. |
32
|
| Line has trailing spaces. |
34
|
| Parameter message should be final. |
38
|
| Parameter causedByArg should be final. |
38
|
| '{' should be on the previous line. |
39
|
| First sentence should end with a period. |
44
|
| Line has trailing spaces. |
46
|
| Parameter causedByArg should be final. |
49
|
| '{' should be on the previous line. |
50
|
| First sentence should end with a period. |
55
|
| Line has trailing spaces. |
58
|
| Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter out should be final. |
61
|
| Expected @param tag for 'out'. |
61
|
| '{' should be on the previous line. |
62
|
edu/asu/cri/MirkE/exceptions/MirkEApplicationException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| '{' is not preceded with whitespace. |
31
|
| First sentence should end with a period. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| First sentence should end with a period. |
37
|
| Line contains a tab character. |
37
|
| '(' is followed by whitespace. |
42
|
| Parameter msg should be final. |
42
|
| ')' is preceded with whitespace. |
42
|
| '{' should be on the previous line. |
43
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| First sentence should end with a period. |
47
|
| '(' is followed by whitespace. |
53
|
| Parameter msg should be final. |
53
|
| Parameter object should be final. |
53
|
| ')' is preceded with whitespace. |
53
|
| '{' should be on the previous line. |
54
|
| '(' is followed by whitespace. |
55
|
| First sentence should end with a period. |
58
|
| '(' is followed by whitespace. |
63
|
| Parameter object should be final. |
63
|
| ')' is preceded with whitespace. |
63
|
| '{' should be on the previous line. |
64
|
| '(' is followed by whitespace. |
65
|
| First sentence should end with a period. |
72
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
77
|
| '{' should be on the previous line. |
78
|
| Line has trailing spaces. |
86
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
91
|
| '(' is followed by whitespace. |
91
|
| Parameter object should be final. |
91
|
| Expected @param tag for 'object'. |
91
|
| ')' is preceded with whitespace. |
91
|
| '{' should be on the previous line. |
92
|
| '(' is followed by whitespace. |
93
|
| ')' is preceded with whitespace. |
93
|
| First sentence should end with a period. |
96
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
101
|
| '{' should be on the previous line. |
102
|
| Line has trailing spaces. |
104
|
| Line contains a tab character. |
104
|
edu/asu/cri/MirkE/exceptions/MirkEFileNotFoundException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| '{' is not preceded with whitespace. |
31
|
| Line has trailing spaces. |
32
|
| First sentence should end with a period. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line has trailing spaces. |
38
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Missing a Javadoc comment. |
39
|
| ';' is preceded with whitespace. |
39
|
| Line has trailing spaces. |
40
|
| Line contains a tab character. |
40
|
| First sentence should end with a period. |
42
|
| '(' is followed by whitespace. |
47
|
| Parameter msg should be final. |
47
|
| ')' is preceded with whitespace. |
47
|
| '{' should be on the previous line. |
48
|
| '(' is followed by whitespace. |
49
|
| ')' is preceded with whitespace. |
49
|
| First sentence should end with a period. |
52
|
| '(' is followed by whitespace. |
56
|
| ')' is preceded with whitespace. |
56
|
| '{' should be on the previous line. |
57
|
| '(' is followed by whitespace. |
58
|
| ')' is preceded with whitespace. |
58
|
| First sentence should end with a period. |
61
|
| '(' is followed by whitespace. |
66
|
| Parameter object should be final. |
66
|
| ')' is preceded with whitespace. |
66
|
| '{' should be on the previous line. |
67
|
| Line has trailing spaces. |
69
|
| First sentence should end with a period. |
76
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
81
|
| '{' should be on the previous line. |
82
|
| Line has trailing spaces. |
90
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
95
|
| '(' is followed by whitespace. |
95
|
| Parameter object should be final. |
95
|
| Expected @param tag for 'object'. |
95
|
| ')' is preceded with whitespace. |
95
|
| '{' should be on the previous line. |
96
|
| '(' is followed by whitespace. |
97
|
| ')' is preceded with whitespace. |
97
|
| First sentence should end with a period. |
100
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
105
|
| '{' should be on the previous line. |
106
|
| Line has trailing spaces. |
108
|
| Line contains a tab character. |
108
|
edu/asu/cri/MirkE/exceptions/MirkEIOException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| Line has trailing spaces. |
38
|
| First sentence should end with a period. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line has trailing spaces. |
44
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Missing a Javadoc comment. |
45
|
| Line has trailing spaces. |
47
|
| First sentence should end with a period. |
48
|
| Line has trailing spaces. |
52
|
| '(' is followed by whitespace. |
54
|
| Parameter msg should be final. |
54
|
| ')' is preceded with whitespace. |
54
|
| '{' should be on the previous line. |
55
|
| '(' is followed by whitespace. |
56
|
| First sentence should end with a period. |
59
|
| '(' is followed by whitespace. |
64
|
| Parameter object should be final. |
64
|
| ')' is preceded with whitespace. |
64
|
| '{' should be on the previous line. |
65
|
| Line contains a tab character. |
66
|
| First sentence should end with a period. |
73
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
78
|
| '{' should be on the previous line. |
79
|
| Line has trailing spaces. |
87
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
92
|
| '(' is followed by whitespace. |
92
|
| Parameter object should be final. |
92
|
| Expected @param tag for 'object'. |
92
|
| ')' is preceded with whitespace. |
92
|
| '{' should be on the previous line. |
93
|
| '(' is followed by whitespace. |
94
|
| ')' is preceded with whitespace. |
94
|
| First sentence should end with a period. |
97
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
102
|
| '{' should be on the previous line. |
103
|
| Line has trailing spaces. |
105
|
| Line contains a tab character. |
105
|
edu/asu/cri/MirkE/exceptions/MirkESystemException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| '{' is not preceded with whitespace. |
31
|
| Line has trailing spaces. |
32
|
| Missing a Javadoc comment. |
33
|
| Name '_msg' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
33
|
| Variable '_msg' must be private and have accessor methods. |
33
|
| Missing a Javadoc comment. |
34
|
| Variable 'exitIndicator' must be private and have accessor methods. |
34
|
| First sentence should end with a period. |
35
|
| '(' is followed by whitespace. |
40
|
| Parameter msg should be final. |
40
|
| ')' is preceded with whitespace. |
40
|
| '{' should be on the previous line. |
41
|
| '(' is followed by whitespace. |
42
|
| ')' is preceded with whitespace. |
42
|
| First sentence should end with a period. |
45
|
| Unused @param tag for 'Throwable'. |
49
|
| '(' is followed by whitespace. |
51
|
| Parameter msg should be final. |
51
|
| Parameter obj should be final. |
51
|
| Expected @param tag for 'obj'. |
51
|
| ')' is preceded with whitespace. |
51
|
| '{' should be on the previous line. |
52
|
| '(' is followed by whitespace. |
53
|
| First sentence should end with a period. |
56
|
| Unused @param tag for 'Throwable'. |
59
|
| '(' is followed by whitespace. |
61
|
| Parameter obj should be final. |
61
|
| Expected @param tag for 'obj'. |
61
|
| ')' is preceded with whitespace. |
61
|
| '{' should be on the previous line. |
62
|
| '(' is followed by whitespace. |
63
|
| Line has trailing spaces. |
65
|
| Line has trailing spaces. |
66
|
| First sentence should end with a period. |
67
|
| Line has trailing spaces. |
68
|
| Line is longer than 80 characters. |
68
|
| Unused @param tag for 'Throwable'. |
71
|
| Unused @param tag for 'boolean'. |
72
|
| Parameter obj should be final. |
74
|
| Expected @param tag for 'obj'. |
74
|
| Parameter flag should be final. |
74
|
| Expected @param tag for 'flag'. |
74
|
| ')' is preceded with whitespace. |
74
|
| '{' should be on the previous line. |
75
|
| '(' is followed by whitespace. |
76
|
| Line has trailing spaces. |
79
|
| First sentence should end with a period. |
80
|
| Line has trailing spaces. |
81
|
| Line is longer than 80 characters. |
81
|
| Unused @param tag for 'Throwable'. |
84
|
| Unused @param tag for 'boolean'. |
85
|
| '(' is followed by whitespace. |
87
|
| Parameter flag should be final. |
87
|
| Expected @param tag for 'flag'. |
87
|
| ')' is preceded with whitespace. |
87
|
| '{' should be on the previous line. |
88
|
| '(' is followed by whitespace. |
89
|
| ')' is preceded with whitespace. |
89
|
| Line is longer than 80 characters. |
93
|
| Line is longer than 80 characters. |
95
|
| First sentence should end with a period. |
97
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
102
|
| '{' should be on the previous line. |
103
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
114
|
| '(' is followed by whitespace. |
114
|
| Parameter obj should be final. |
114
|
| Expected @param tag for 'obj'. |
114
|
| ')' is preceded with whitespace. |
114
|
| '{' should be on the previous line. |
115
|
| '(' is followed by whitespace. |
116
|
| ')' is preceded with whitespace. |
116
|
| First sentence should end with a period. |
119
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
124
|
| '{' should be on the previous line. |
125
|
| Line has trailing spaces. |
128
|
| Method 'setMyMessage' is not designed for extension - needs to be abstract, final or empty. |
129
|
| Missing a Javadoc comment. |
129
|
| Parameter msg should be final. |
129
|
| '{' is not preceded with whitespace. |
129
|
| 'if' is not followed by whitespace. |
130
|
| '{' is not preceded with whitespace. |
130
|
| '{' is not followed by whitespace. |
130
|
| ';' is not followed by whitespace. |
130
|
| '}' is not preceded with whitespace. |
130
|
| '}' should be on the same line. |
130
|
| 'else' is not followed by whitespace. |
131
|
| '{' is not preceded with whitespace. |
131
|
| '{' is not followed by whitespace. |
131
|
| '=' is not preceded with whitespace. |
131
|
| '=' is not followed by whitespace. |
131
|
| '+' is not preceded with whitespace. |
131
|
| '+' is not followed by whitespace. |
131
|
| '+' is not preceded with whitespace. |
131
|
| '+' is not followed by whitespace. |
131
|
| ';' is not followed by whitespace. |
131
|
| '}' is not preceded with whitespace. |
131
|
| Line has trailing spaces. |
132
|
| Method 'getMyMessage' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Missing a Javadoc comment. |
134
|
| '{' is not preceded with whitespace. |
134
|
| '+' is not preceded with whitespace. |
135
|
| '+' is not followed by whitespace. |
135
|
| '+' is not followed by whitespace. |
135
|
| Line has trailing spaces. |
136
|
| Line has trailing spaces. |
138
|
| Line has trailing spaces. |
139
|
edu/asu/cri/MirkE/exceptions/MirkETransactionException.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| Line has trailing spaces. |
32
|
| '{' should be on the previous line. |
34
|
| Line has trailing spaces. |
36
|
| First sentence should end with a period. |
37
|
| '(' is followed by whitespace. |
42
|
| Parameter msg should be final. |
42
|
| ')' is preceded with whitespace. |
42
|
| '{' should be on the previous line. |
43
|
| '(' is followed by whitespace. |
44
|
| ')' is preceded with whitespace. |
44
|
| First sentence should end with a period. |
47
|
| Line is longer than 80 characters. |
53
|
| '(' is followed by whitespace. |
53
|
| Parameter object should be final. |
53
|
| Parameter message should be final. |
53
|
| ')' is preceded with whitespace. |
53
|
| '(' is followed by whitespace. |
55
|
| First sentence should end with a period. |
58
|
| '(' is followed by whitespace. |
63
|
| Parameter object should be final. |
63
|
| ')' is preceded with whitespace. |
63
|
| '{' should be on the previous line. |
64
|
edu/asu/cri/MirkE/exceptions/package.html
Error | Line |
| Missing package documentation file. | 0 |
edu/asu/cri/MirkE/gui/DataSetColorModel.java
Error | Line |
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| Using the '.*' form of import should be avoided - java.util.*. |
25
|
| Using the '.*' form of import should be avoided - java.awt.*. |
26
|
| Using the '.*' form of import should be avoided - java.awt.color.*. |
27
|
| Using the '.*' form of import should be avoided - java.io.*. |
31
|
| Using the '.*' form of import should be avoided - java.beans.*. |
32
|
| Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.*. |
36
|
| Utility classes should not have a public or default constructor. |
44
|
| Line contains a tab character. |
45
|
| Missing a Javadoc comment. |
45
|
| Name 'wavelengthToCIE_XYZ' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
45
|
| Variable 'wavelengthToCIE_XYZ' must be private and have accessor methods. |
45
|
| Line contains a tab character. |
46
|
| Missing a Javadoc comment. |
46
|
| Variable 'rgbSpace' must be private and have accessor methods. |
46
|
| First sentence should end with a period. |
48
|
| Line contains a tab character. |
48
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
51
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Parameter mirke should be final. |
59
|
| Expected @param tag for 'mirke'. |
59
|
| Line contains a tab character. |
60
|
| Parameter query should be final. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Parameter mirke should be final. |
73
|
| Expected @param tag for 'mirke'. |
73
|
| Line is longer than 80 characters. |
74
|
| Line contains a tab character. |
74
|
| Parameter observableToMinValueMap should be final. |
74
|
| Expected @param tag for 'observableToMinValueMap'. |
74
|
| Line is longer than 80 characters. |
75
|
| Line contains a tab character. |
75
|
| Parameter observableToMeanValueMap should be final. |
75
|
| Expected @param tag for 'observableToMeanValueMap'. |
75
|
| Line is longer than 80 characters. |
76
|
| Line contains a tab character. |
76
|
| Parameter observableToMaxValueMap should be final. |
76
|
| Expected @param tag for 'observableToMaxValueMap'. |
76
|
| Expected @throws tag for 'MirkESystemException'. |
76
|
| Line is longer than 80 characters. |
78
|
| Line contains a tab character. |
78
|
| Line is longer than 80 characters. |
80
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
82
|
| Line is longer than 80 characters. |
84
|
| Line contains a tab character. |
84
|
| Line is longer than 80 characters. |
85
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line is longer than 80 characters. |
87
|
| Line contains a tab character. |
87
|
| 'cast' is not followed by whitespace. |
87
|
| Line is longer than 80 characters. |
89
|
| Line contains a tab character. |
89
|
| Line is longer than 80 characters. |
91
|
| Line contains a tab character. |
91
|
| Line is longer than 80 characters. |
92
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
94
|
| Line is longer than 80 characters. |
96
|
| Line contains a tab character. |
96
|
| 'cast' is not followed by whitespace. |
96
|
| Line is longer than 80 characters. |
97
|
| Line contains a tab character. |
97
|
| 'cast' is not followed by whitespace. |
97
|
| Line is longer than 80 characters. |
98
|
| Line contains a tab character. |
98
|
| 'cast' is not followed by whitespace. |
98
|
| Line has trailing spaces. |
100
|
| Line contains a tab character. |
100
|
| Line has trailing spaces. |
101
|
| Line is longer than 80 characters. |
101
|
| Line contains a tab character. |
101
|
| Line is longer than 80 characters. |
102
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line is longer than 80 characters. |
107
|
| Line contains a tab character. |
107
|
| '-' is not preceded with whitespace. |
107
|
| '-' is not followed by whitespace. |
107
|
| '/' is not preceded with whitespace. |
107
|
| '/' is not followed by whitespace. |
107
|
| Line contains a tab character. |
108
|
| 'catch' is not followed by whitespace. |
108
|
| '{' is not preceded with whitespace. |
108
|
| Line has trailing spaces. |
109
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line has trailing spaces. |
111
|
| Line contains a tab character. |
111
|
| Line has trailing spaces. |
112
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| 'catch' is not preceded with whitespace. |
113
|
| '}' is not followed by whitespace. |
113
|
| 'catch' is not followed by whitespace. |
113
|
| '{' is not preceded with whitespace. |
113
|
| Line has trailing spaces. |
114
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line has trailing spaces. |
116
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
123
|
| Line is longer than 80 characters. |
125
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Name 'getWavelengthToCIE_XYZ' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
128
|
| Expected @throws tag for 'MirkEFileNotFoundException'. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line has trailing spaces. |
131
|
| Line is longer than 80 characters. |
132
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| 'try' is not followed by whitespace. |
135
|
| '{' is not preceded with whitespace. |
135
|
| Line is longer than 80 characters. |
136
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| 'catch' is not preceded with whitespace. |
137
|
| '}' is not followed by whitespace. |
137
|
| '{' is not preceded with whitespace. |
137
|
| Line contains a tab character. |
139
|
| 'cast' is not followed by whitespace. |
139
|
| Line contains a tab character. |
140
|
| 'catch' is not preceded with whitespace. |
140
|
| '}' is not followed by whitespace. |
140
|
| 'catch' is not followed by whitespace. |
140
|
| '{' is not preceded with whitespace. |
140
|
| Line has trailing spaces. |
141
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Line has trailing spaces. |
144
|
| Line contains a tab character. |
144
|
| Line is longer than 80 characters. |
145
|
| Line contains a tab character. |
145
|
| 'cast' is not followed by whitespace. |
145
|
| Line contains a tab character. |
146
|
| Line has trailing spaces. |
147
|
| Line is longer than 80 characters. |
147
|
| Line contains a tab character. |
147
|
| Line is longer than 80 characters. |
148
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| First sentence should end with a period. |
154
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| '{' is not followed by whitespace. |
156
|
| '}' is not preceded with whitespace. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| Line is longer than 80 characters. |
159
|
| Line contains a tab character. |
159
|
| Unclosed HTML tag found: <code>wavelength<code> of monochromatic light at a standard |
159
|
| Line is longer than 80 characters. |
161
|
| Line contains a tab character. |
161
|
| Name 'wavelengthToCIE_XYZcomponents' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
161
|
| Parameter wavelength should be final. |
161
|
| Expected @param tag for 'wavelength'. |
161
|
| Expected @throws tag for 'MirkEApplicationException'. |
161
|
| Expected @throws tag for 'MirkEFileNotFoundException'. |
161
|
| Line is longer than 80 characters. |
164
|
| Line contains a tab character. |
164
|
| Name 'CIE_XYZcomponentsFromWavelength' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
164
|
| 'cast' is not followed by whitespace. |
164
|
| Line is longer than 80 characters. |
166
|
| Line contains a tab character. |
166
|
| Name 'CIE_XYZcomponents' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
166
|
| Line contains a tab character. |
167
|
| '=' is not preceded with whitespace. |
167
|
| '=' is not followed by whitespace. |
167
|
| ';' is not followed by whitespace. |
167
|
| '<' is not preceded with whitespace. |
167
|
| '<' is not followed by whitespace. |
167
|
| ';' is not followed by whitespace. |
167
|
| Line is longer than 80 characters. |
168
|
| Line contains a tab character. |
168
|
| 'cast' is not followed by whitespace. |
168
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
171
|
| Line contains a tab character. |
172
|
| First sentence should end with a period. |
174
|
| Line is longer than 80 characters. |
174
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
176
|
| Line is longer than 80 characters. |
177
|
| Line contains a tab character. |
177
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| Parameter wavelength should be final. |
182
|
| Line is longer than 80 characters. |
183
|
| Line contains a tab character. |
183
|
| Parameter alpha should be final. |
183
|
| Expected @throws tag for 'MirkEApplicationException'. |
183
|
| ',' is not followed by whitespace. |
183
|
| Expected @throws tag for 'MirkEFileNotFoundException'. |
183
|
| '{' is not preceded with whitespace. |
183
|
| Line is longer than 80 characters. |
184
|
| Line contains a tab character. |
184
|
| 'cast' is not followed by whitespace. |
184
|
| Line contains a tab character. |
185
|
| 'cast' is not followed by whitespace. |
185
|
| Line contains a tab character. |
186
|
| First sentence should end with a period. |
188
|
| Line is longer than 80 characters. |
188
|
| Line contains a tab character. |
188
|
| Line contains a tab character. |
190
|
| Line is longer than 80 characters. |
191
|
| Line contains a tab character. |
191
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
| Line contains a tab character. |
195
|
| Line contains a tab character. |
196
|
| Parameter wavelength should be final. |
196
|
| Line is longer than 80 characters. |
197
|
| Line contains a tab character. |
197
|
| Parameter alpha should be final. |
197
|
| Expected @throws tag for 'MirkEApplicationException'. |
197
|
| Expected @throws tag for 'MirkEFileNotFoundException'. |
197
|
| Line contains a tab character. |
198
|
| Line contains a tab character. |
199
|
| 'cast' is not followed by whitespace. |
199
|
| Line contains a tab character. |
200
|
| First sentence should end with a period. |
202
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
206
|
| Line contains a tab character. |
207
|
| Line contains a tab character. |
208
|
| Line is longer than 80 characters. |
209
|
| Line contains a tab character. |
209
|
| Parameter xyzValues should be final. |
209
|
| Expected @param tag for 'xyzValues'. |
209
|
| Expected @throws tag for 'MirkEApplicationException'. |
209
|
| '{' is not preceded with whitespace. |
209
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
211
|
| First sentence should end with a period. |
213
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
214
|
| Line contains a tab character. |
215
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
219
|
| Line contains a tab character. |
220
|
| Line contains a tab character. |
221
|
| Parameter xyzValues should be final. |
221
|
| Expected @param tag for 'xyzValues'. |
221
|
| Line is longer than 80 characters. |
222
|
| Line contains a tab character. |
222
|
| Parameter alpha should be final. |
222
|
| Expected @param tag for 'alpha'. |
222
|
| Expected @throws tag for 'MirkEApplicationException'. |
222
|
| '{' is not preceded with whitespace. |
222
|
| Line contains a tab character. |
224
|
| Line is longer than 80 characters. |
225
|
| Line contains a tab character. |
225
|
| Line contains a tab character. |
226
|
| Line is longer than 80 characters. |
228
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
229
|
| Line contains a tab character. |
230
|
| Line contains a tab character. |
232
|
| Line contains a tab character. |
233
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
236
|
| Line is longer than 80 characters. |
237
|
| Line contains a tab character. |
237
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
239
|
| Line contains a tab character. |
240
|
| First sentence should end with a period. |
242
|
| Line is longer than 80 characters. |
242
|
| Line contains a tab character. |
242
|
| Line contains a tab character. |
243
|
| Line contains a tab character. |
244
|
| Line is longer than 80 characters. |
245
|
| Line contains a tab character. |
245
|
| Line contains a tab character. |
246
|
| Line contains a tab character. |
247
|
| Line contains a tab character. |
248
|
| Line contains a tab character. |
249
|
| Line contains a tab character. |
250
|
| Parameter wavelength should be final. |
250
|
| Line is longer than 80 characters. |
251
|
| Line contains a tab character. |
251
|
| Parameter alpha should be final. |
251
|
| Line contains a tab character. |
252
|
| Expected @throws tag for 'MirkEApplicationException'. |
252
|
| Expected @throws tag for 'MirkEFileNotFoundException'. |
252
|
| Line contains a tab character. |
253
|
| '{' should be on the previous line. |
253
|
| Line contains a tab character. |
255
|
| Line contains a tab character. |
256
|
| Line contains a tab character. |
257
|
| Line contains a tab character. |
258
|
| Line contains a tab character. |
259
|
| Line contains a tab character. |
260
|
| Line is longer than 80 characters. |
262
|
| Line contains a tab character. |
262
|
| Line contains a tab character. |
263
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
267
|
| Line contains a tab character. |
268
|
| Line contains a tab character. |
269
|
| Line is longer than 80 characters. |
270
|
| Line contains a tab character. |
270
|
| Parameter observableToMeanValueMap should be final. |
270
|
| Expected @param tag for 'observableToMeanValueMap'. |
270
|
| Line contains a tab character. |
271
|
| Expected @throws tag for 'MirkEApplicationException'. |
271
|
| ',' is not followed by whitespace. |
271
|
| Expected @throws tag for 'MirkEFileNotFoundException'. |
271
|
| '{' is not preceded with whitespace. |
271
|
| Line contains a tab character. |
272
|
| Line contains a tab character. |
273
|
| ';' is not followed by whitespace. |
273
|
| Line contains a tab character. |
275
|
| Line contains a tab character. |
276
|
| Line is longer than 80 characters. |
277
|
| Line contains a tab character. |
277
|
| 'cast' is not followed by whitespace. |
277
|
| Line contains a tab character. |
279
|
| Line contains a tab character. |
280
|
| 'cast' is not followed by whitespace. |
280
|
| Line contains a tab character. |
281
|
| 'cast' is not followed by whitespace. |
281
|
| Line contains a tab character. |
282
|
| Line contains a tab character. |
284
|
| Line contains a tab character. |
285
|
| '600' is a magic number. |
285
|
| Line is longer than 80 characters. |
286
|
| Line contains a tab character. |
286
|
| '.5' is a magic number. |
286
|
| 'cast' is not followed by whitespace. |
286
|
| '*' is not preceded with whitespace. |
286
|
| '*' is not followed by whitespace. |
286
|
| Line contains a tab character. |
287
|
| First sentence should end with a period. |
289
|
| Line contains a tab character. |
289
|
| Line contains a tab character. |
291
|
| Line contains a tab character. |
293
|
| Line contains a tab character. |
294
|
| Line contains a tab character. |
295
|
| Parameter values should be final. |
295
|
| Expected @param tag for 'values'. |
295
|
| Line contains a tab character. |
296
|
| Line contains a tab character. |
298
|
| '=' is not preceded with whitespace. |
298
|
| '=' is not followed by whitespace. |
298
|
| ';' is not followed by whitespace. |
298
|
| '<' is not preceded with whitespace. |
298
|
| '<' is not followed by whitespace. |
298
|
| ';' is not followed by whitespace. |
298
|
| Line contains a tab character. |
299
|
| Line contains a tab character. |
300
|
| Line contains a tab character. |
302
|
| Line contains a tab character. |
303
|
edu/asu/cri/MirkE/gui/EventDispatcher.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.*. |
25
|
| Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.util.*. |
26
|
| Using the '.*' form of import should be avoided - java.awt.event.*. |
29
|
| Using the '.*' form of import should be avoided - javax.swing.*. |
30
|
| Using the '.*' form of import should be avoided - java.io.*. |
31
|
| '{' should be on the previous line. |
41
|
| Missing a Javadoc comment. |
42
|
| Line has trailing spaces. |
43
|
| Line has trailing spaces. |
44
|
| First sentence should end with a period. |
45
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
48
|
| First sentence should end with a period. |
50
|
| Parameter mirke should be final. |
53
|
| 'mirke' hides a field. |
53
|
| Expected @param tag for 'mirke'. |
53
|
| '{' should be on the previous line. |
54
|
| First sentence should end with a period. |
58
|
| '{' should be on the previous line. |
61
|
| Method 'setMirke' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter mirke should be final. |
68
|
| 'mirke' hides a field. |
68
|
| Expected @param tag for 'mirke'. |
68
|
| '{' should be on the previous line. |
69
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Method 'getMirke' is not designed for extension - needs to be abstract, final or empty. |
76
|
| '{' should be on the previous line. |
77
|
| Line has trailing spaces. |
81
|
| Missing a Javadoc comment. |
82
|
| Variable 'currentPath' must be private and have accessor methods. |
82
|
| Line has trailing spaces. |
83
|
| First sentence should end with a period. |
84
|
| Line contains a tab character. |
87
|
| Line is longer than 80 characters. |
88
|
| Method 'importDataSet' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Expected @throws tag for 'java.io.IOException'. |
88
|
| Expected @throws tag for 'MirkEApplicationException'. |
88
|
| ',' is not followed by whitespace. |
88
|
| Expected @throws tag for 'MirkESystemException'. |
88
|
| Line has trailing spaces. |
94
|
| '{' should be on the previous line. |
104
|
| Line has trailing spaces. |
107
|
| Line has trailing spaces. |
110
|
| Line has trailing spaces. |
112
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
114
|
| '{' should be on the previous line. |
115
|
| First sentence should end with a period. |
119
|
| Method 'plotGrowthCurves' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Expected @throws tag for 'IOException'. |
123
|
| Expected @throws tag for 'MirkEApplicationException'. |
123
|
| Method 'metabolicAssays' is not designed for extension - needs to be abstract, final or empty. |
134
|
| Expected @throws tag for 'MirkEApplicationException'. |
134
|
| '{' should be on the previous line. |
135
|
| Line has trailing spaces. |
139
|
| Line has trailing spaces. |
142
|
| Line has trailing spaces. |
144
|
| Method 'showPerWellAnalysis' is not designed for extension - needs to be abstract, final or empty. |
144
|
| Expected @throws tag for 'MirkEApplicationException'. |
144
|
| '{' should be on the previous line. |
145
|
| Line is longer than 80 characters. |
146
|
| Line has trailing spaces. |
148
|
| Line has trailing spaces. |
150
|
| First sentence should end with a period. |
151
|
| Line has trailing spaces. |
151
|
| Line has trailing spaces. |
152
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
157
|
| Parameter event should be final. |
157
|
| Expected @param tag for 'event'. |
157
|
| '{' should be on the previous line. |
158
|
| '{' should be on the previous line. |
160
|
| '}' should be on the same line. |
166
|
| '{' should be on the previous line. |
168
|
| '+' is not preceded with whitespace. |
170
|
| '+' is not followed by whitespace. |
170
|
edu/asu/cri/MirkE/gui/MainFrame.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| '{' should be on the previous line. |
55
|
| Missing a Javadoc comment. |
56
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
60
|
| Line has trailing spaces. |
61
|
| First sentence should end with a period. |
62
|
| Line has trailing spaces. |
63
|
| Line has trailing spaces. |
64
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
66
|
| Line contains a tab character. |
69
|
| Method 'setMirke' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter mirke should be final. |
71
|
| 'mirke' hides a field. |
71
|
| Expected @param tag for 'mirke'. |
71
|
| '{' should be on the previous line. |
72
|
| Line contains a tab character. |
77
|
| Method 'getMirke' is not designed for extension - needs to be abstract, final or empty. |
79
|
| '{' should be on the previous line. |
80
|
| First sentence should end with a period. |
84
|
| '{' should be on the previous line. |
87
|
| First sentence should end with a period. |
92
|
| Line has trailing spaces. |
93
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Parameter mirke should be final. |
96
|
| 'mirke' hides a field. |
96
|
| Expected @param tag for 'mirke'. |
96
|
| '{' should be on the previous line. |
97
|
| Line contains a tab character. |
104
|
| Method 'scheduleInitialization' is not designed for extension - needs to be abstract, final or empty. |
105
|
| '{' should be on the previous line. |
106
|
| '{' should be on the previous line. |
110
|
| 'try' is not followed by whitespace. |
111
|
| '{' is not preceded with whitespace. |
111
|
| Line is longer than 80 characters. |
113
|
| 'catch' is not preceded with whitespace. |
113
|
| '}' is not followed by whitespace. |
113
|
| 'catch' is not followed by whitespace. |
113
|
| '{' is not preceded with whitespace. |
113
|
| Must have at least one statement. |
113
|
| '{' is not followed by whitespace. |
113
|
| '}' is not preceded with whitespace. |
113
|
| '}' is not followed by whitespace. |
113
|
| Line has trailing spaces. |
114
|
| Line has trailing spaces. |
118
|
| First sentence should end with a period. |
119
|
| Method 'createAndShow' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Expected @throws tag for 'MirkEApplicationException'. |
122
|
| '{' should be on the previous line. |
123
|
| Line has trailing spaces. |
124
|
| '{' should be on the previous line. |
132
|
| '{' should be on the previous line. |
141
|
| '}' should be on the same line. |
143
|
| '{' should be on the previous line. |
145
|
| Line has trailing spaces. |
149
|
| '9' is a magic number. |
163
|
| '{' should be on the previous line. |
164
|
| Line has trailing spaces. |
172
|
| First sentence should end with a period. |
178
|
| Method 'createMenuBarFromXml' is not designed for extension - needs to be abstract, final or empty. |
184
|
| '{' should be on the previous line. |
185
|
| '{' should be on the previous line. |
193
|
| '{' should be on the previous line. |
204
|
| '}' should be on the same line. |
208
|
| '{' should be on the previous line. |
210
|
| '}' should be on the same line. |
212
|
| '{' should be on the previous line. |
214
|
| '+' is not preceded with whitespace. |
215
|
| '+' is not followed by whitespace. |
215
|
| Line has trailing spaces. |
216
|
| Line has trailing spaces. |
220
|
| First sentence should end with a period. |
224
|
| Line has trailing spaces. |
226
|
| Line has trailing spaces. |
227
|
| Parameter menuList should be final. |
230
|
| '{' should be on the previous line. |
231
|
| '{' should be on the previous line. |
238
|
| Line has trailing spaces. |
239
|
| '{' should be on the previous line. |
244
|
| '{' should be on the previous line. |
251
|
| '{' should be on the previous line. |
254
|
| '}' should be on the same line. |
256
|
| '{' should be on the previous line. |
258
|
| '{' should be on the previous line. |
261
|
| '}' should be on the same line. |
263
|
| '{' should be on the previous line. |
265
|
| '}' should be on the same line. |
268
|
| '{' should be on the previous line. |
270
|
| '}' should be on the same line. |
275
|
| '{' should be on the previous line. |
277
|
| Line has trailing spaces. |
278
|
| Line has trailing spaces. |
282
|
| First sentence should end with a period. |
286
|
| Line has trailing spaces. |
288
|
| Parameter itemDetail should be final. |
292
|
| '{' should be on the previous line. |
293
|
| '{' should be on the previous line. |
298
|
| Line has trailing spaces. |
310
|
| First sentence should end with a period. |
311
|
| Line has trailing spaces. |
313
|
| Parameter keyStroke should be final. |
317
|
| '{' should be on the previous line. |
318
|
| '{' should be on the previous line. |
323
|
| '}' should be on the same line. |
327
|
| '{' should be on the previous line. |
329
|
| Line has trailing spaces. |
330
|
| '+' is not preceded with whitespace. |
331
|
| '+' is not followed by whitespace. |
331
|
edu/asu/cri/MirkE/gui/MenuActionListener.java
Error | Line |
| File does not end with a newline. |
0
|
edu/asu/cri/MirkE/gui/MenuActionListener.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
10
|
| Line has trailing spaces. |
13
|
| '{' should be on the previous line. |
18
|
| Variable 'eventHandlers' must be private and have accessor methods. |
22
|
| First sentence should end with a period. |
24
|
| '{' should be on the previous line. |
28
|
| Line has trailing spaces. |
31
|
| First sentence should end with a period. |
32
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Parameter event should be final. |
36
|
| Expected @param tag for 'event'. |
36
|
| '{' should be on the previous line. |
37
|
| '{' should be on the previous line. |
44
|
| Line has trailing spaces. |
52
|
| '{' should be on the previous line. |
55
|
| Line has trailing spaces. |
60
|
| '}' should be on the same line. |
67
|
| '{' should be on the previous line. |
69
|
edu/asu/cri/MirkE/gui/MirkeContext.java
Error | Line |
| File does not end with a newline. |
0
|
edu/asu/cri/MirkE/gui/MirkeContext.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Utility classes should not have a public or default constructor. |
11
|
| '{' should be on the previous line. |
12
|
| First sentence should end with a period. |
13
|
| First sentence should end with a period. |
18
|
| First sentence should end with a period. |
24
|
| Line has trailing spaces. |
26
|
| '{' should be on the previous line. |
30
|
| First sentence should end with a period. |
34
|
| Line has trailing spaces. |
36
|
| Parameter mirkeArg should be final. |
39
|
| '{' should be on the previous line. |
40
|
| First sentence should end with a period. |
44
|
| Line has trailing spaces. |
46
|
| '{' should be on the previous line. |
50
|
| First sentence should end with a period. |
54
|
| Parameter currentDirectoryArg should be final. |
58
|
| '{' should be on the previous line. |
59
|
edu/asu/cri/MirkE/gui/PlateView.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| First sentence should end with a period. |
39
|
| Line has trailing spaces. |
39
|
| Line is longer than 80 characters. |
39
|
| Line contains a tab character. |
45
|
| Missing a Javadoc comment. |
45
|
| Line contains a tab character. |
46
|
| Missing a Javadoc comment. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Missing a Javadoc comment. |
48
|
| Variable 'listenerList' must be private and have accessor methods. |
48
|
| Line contains a tab character. |
49
|
| Missing a Javadoc comment. |
49
|
| Variable 'plateViewEvent' must be private and have accessor methods. |
49
|
| Line has trailing spaces. |
50
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Missing a Javadoc comment. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Method 'setSelectableParameter' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Parameter selectableParameter should be final. |
56
|
| 'selectableParameter' hides a field. |
56
|
| Expected @param tag for 'selectableParameter'. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line has trailing spaces. |
59
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line has trailing spaces. |
62
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Method 'getSelectableParameter' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Missing a Javadoc comment. |
70
|
| Line contains a tab character. |
71
|
| Missing a Javadoc comment. |
71
|
| Line has trailing spaces. |
72
|
| Line contains a tab character. |
72
|
| First sentence should end with a period. |
73
|
| Line contains a tab character. |
73
|
| Line has trailing spaces. |
74
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line has trailing spaces. |
79
|
| Line contains a tab character. |
79
|
| Parameter mirke should be final. |
79
|
| 'mirke' hides a field. |
79
|
| Expected @param tag for 'mirke'. |
79
|
| Line contains a tab character. |
80
|
| Parameter selectableParameter should be final. |
80
|
| 'selectableParameter' hides a field. |
80
|
| Expected @param tag for 'selectableParameter'. |
80
|
| Expected @throws tag for 'MirkEApplicationException'. |
80
|
| '{' is not preceded with whitespace. |
80
|
| Line contains a tab character. |
81
|
| Line has trailing spaces. |
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 has trailing spaces. |
86
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line has trailing spaces. |
89
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line has trailing spaces. |
91
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Expected @throws tag for 'MirkEApplicationException'. |
93
|
| Line is longer than 80 characters. |
94
|
| 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 contains a tab character. |
98
|
| Line has trailing spaces. |
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 contains a tab character. |
103
|
| Method 'createPlateViewGUI' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Expected @throws tag for 'MirkEApplicationException'. |
103
|
| '{' is not preceded with whitespace. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| '5' is a magic number. |
106
|
| '5' is a magic number. |
106
|
| '5' is a magic number. |
106
|
| '5' is a magic number. |
106
|
| Line contains a tab character. |
107
|
| '8' is a magic number. |
107
|
| Line contains a tab character. |
108
|
| '8' is a magic number. |
108
|
| Line has trailing spaces. |
109
|
| Line contains a tab character. |
109
|
| Line has trailing spaces. |
110
|
| Line contains a tab character. |
110
|
| Line has trailing spaces. |
111
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line has trailing spaces. |
115
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line has trailing spaces. |
117
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| '=' is not preceded with whitespace. |
118
|
| '=' is not followed by whitespace. |
118
|
| ';' is not followed by whitespace. |
118
|
| '<' is not preceded with whitespace. |
118
|
| '<' is not followed by whitespace. |
118
|
| ';' is not followed by whitespace. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line has trailing spaces. |
121
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line has trailing spaces. |
124
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line has trailing spaces. |
126
|
| Line contains a tab character. |
126
|
| Line is longer than 80 characters. |
127
|
| Line contains a tab character. |
127
|
| '=' is not preceded with whitespace. |
127
|
| '=' is not followed by whitespace. |
127
|
| ';' is not followed by whitespace. |
127
|
| '<' is not preceded with whitespace. |
127
|
| '<' is not followed by whitespace. |
127
|
| ';' is not followed by whitespace. |
127
|
| Line contains a tab character. |
128
|
| Line has trailing spaces. |
129
|
| Line contains a tab character. |
129
|
| Line is longer than 80 characters. |
130
|
| Line contains a tab character. |
130
|
| Line has trailing spaces. |
131
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line has trailing spaces. |
134
|
| Line contains a tab character. |
134
|
| Line has trailing spaces. |
135
|
| Line contains a tab character. |
135
|
| '25' is a magic number. |
135
|
| Line is longer than 80 characters. |
136
|
| Line contains a tab character. |
136
|
| '25' is a magic number. |
136
|
| Line contains a tab character. |
137
|
| Line has trailing spaces. |
138
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| '=' is not preceded with whitespace. |
139
|
| '=' is not followed by whitespace. |
139
|
| ';' is not followed by whitespace. |
139
|
| '<' is not preceded with whitespace. |
139
|
| '<' is not followed by whitespace. |
139
|
| ';' is not followed by whitespace. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Line has trailing spaces. |
142
|
| Line contains a tab character. |
142
|
| Line is longer than 80 characters. |
143
|
| Line contains a tab character. |
143
|
| '=' is not preceded with whitespace. |
143
|
| '=' is not followed by whitespace. |
143
|
| ';' is not followed by whitespace. |
143
|
| '<' is not preceded with whitespace. |
143
|
| '<' is not followed by whitespace. |
143
|
| ';' is not followed by whitespace. |
143
|
| Line contains a tab character. |
144
|
| Line is longer than 80 characters. |
145
|
| Line contains a tab character. |
145
|
| Line has trailing spaces. |
146
|
| Line contains a tab character. |
146
|
| Line is longer than 80 characters. |
147
|
| Line contains a tab character. |
147
|
| '+' should be on a new line. |
147
|
| Line has trailing spaces. |
148
|
| Line is longer than 80 characters. |
148
|
| Line contains a tab character. |
148
|
| '+' should be on a new line. |
148
|
| Line has trailing spaces. |
149
|
| Line is longer than 80 characters. |
149
|
| Line contains a tab character. |
149
|
| '+' is not preceded with whitespace. |
149
|
| '+' is not followed by whitespace. |
149
|
| '+' is not preceded with whitespace. |
149
|
| '+' is not followed by whitespace. |
149
|
| '+' should be on a new line. |
149
|
| Line is longer than 80 characters. |
150
|
| Line contains a tab character. |
150
|
| '+' is not preceded with whitespace. |
150
|
| '+' is not followed by whitespace. |
150
|
| '+' is not preceded with whitespace. |
150
|
| '+' is not followed by whitespace. |
150
|
| Line has trailing spaces. |
151
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line has trailing spaces. |
153
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line has trailing spaces. |
157
|
| Line contains a tab character. |
157
|
| Line has trailing spaces. |
158
|
| Line contains a tab character. |
158
|
| Line has trailing spaces. |
159
|
| Line is longer than 80 characters. |
159
|
| Line contains a tab character. |
159
|
| Line is longer than 80 characters. |
160
|
| Line contains a tab character. |
160
|
| Line is longer than 80 characters. |
161
|
| Line contains a tab character. |
161
|
| Line is longer than 80 characters. |
162
|
| Line contains a tab character. |
162
|
| Line has trailing spaces. |
163
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line has trailing spaces. |
165
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line has trailing spaces. |
167
|
| Line contains a tab character. |
167
|
| Line has trailing spaces. |
168
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Line has trailing spaces. |
172
|
| Line contains a tab character. |
172
|
| Line has trailing spaces. |
173
|
| Line is longer than 80 characters. |
173
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line has trailing spaces. |
175
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| Line has trailing spaces. |
177
|
| Line contains a tab character. |
177
|
| Line contains a tab character. |
178
|
| Line has trailing spaces. |
179
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| Method 'rowNumberToLabel' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Parameter rowNumber should be final. |
182
|
| Expected @param tag for 'rowNumber'. |
182
|
| Line contains a tab character. |
183
|
| Line has trailing spaces. |
184
|
| Line contains a tab character. |
184
|
| Line contains a tab character. |
185
|
| 'cast' is not followed by whitespace. |
185
|
| Line has trailing spaces. |
186
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| Line contains a tab character. |
188
|
| Line has trailing spaces. |
189
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
190
|
| Line has trailing spaces. |
191
|
| Line contains a tab character. |
191
|
| Line contains a tab character. |
192
|
| Line has trailing spaces. |
193
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
| Line contains a tab character. |
195
|
| Line contains a tab character. |
196
|
| Method 'columnNumberToColumnLabel' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Parameter columnNumber should be final. |
196
|
| Expected @param tag for 'columnNumber'. |
196
|
| Line contains a tab character. |
197
|
| Line has trailing spaces. |
198
|
| Line contains a tab character. |
198
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Line has trailing spaces. |
201
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Line has trailing spaces. |
203
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
| Line contains a tab character. |
206
|
| Method 'setMirke' is not designed for extension - needs to be abstract, final or empty. |
206
|
| Parameter mirke should be final. |
206
|
| 'mirke' hides a field. |
206
|
| Expected @param tag for 'mirke'. |
206
|
| Line contains a tab character. |
207
|
| Line contains a tab character. |
208
|
| Line has trailing spaces. |
209
|
| Line contains a tab character. |
209
|
| Line contains a tab character. |
210
|
| Line has trailing spaces. |
211
|
| Line contains a tab character. |
211
|
| Line contains a tab character. |
212
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
214
|
| Method 'getMirke' is not designed for extension - needs to be abstract, final or empty. |
214
|
| Line contains a tab character. |
215
|
| Line contains a tab character. |
216
|
| Line has trailing spaces. |
217
|
| Line contains a tab character. |
217
|
| First sentence should end with a period. |
218
|
| Line is longer than 80 characters. |
218
|
| Line contains a tab character. |
218
|
| Line has trailing spaces. |
219
|
| Line contains a tab character. |
219
|
| Line contains a tab character. |
220
|
| Line contains a tab character. |
221
|
| Line is longer than 80 characters. |
222
|
| Line contains a tab character. |
222
|
| Method 'addPlateViewListener' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Parameter plateViewEventListener should be final. |
222
|
| Expected @param tag for 'plateViewEventListener'. |
222
|
| Line is longer than 80 characters. |
223
|
| Line contains a tab character. |
223
|
| Line contains a tab character. |
224
|
| Line has trailing spaces. |
225
|
| Line contains a tab character. |
225
|
| Line is longer than 80 characters. |
226
|
| Line contains a tab character. |
226
|
| Line has trailing spaces. |
227
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
229
|
| Line is longer than 80 characters. |
230
|
| Line contains a tab character. |
230
|
| Method 'removePlateViewListener' is not designed for extension - needs to be abstract, final or empty. |
230
|
| Parameter plateViewEventListener should be final. |
230
|
| Expected @param tag for 'plateViewEventListener'. |
230
|
| Line is longer than 80 characters. |
231
|
| Line contains a tab character. |
231
|
| Line contains a tab character. |
232
|
| Line has trailing spaces. |
233
|
| Line contains a tab character. |
233
|
| First sentence should end with a period. |
234
|
| Line is longer than 80 characters. |
234
|
| Line contains a tab character. |
234
|
| Line has trailing spaces. |
235
|
| Line contains a tab character. |
235
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Method 'firePlateViewUpdated' is not designed for extension - needs to be abstract, final or empty. |
237
|
| Line has trailing spaces. |
238
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
239
|
| Line has trailing spaces. |
240
|
| Line contains a tab character. |
240
|
| '-' is not preceded with whitespace. |
240
|
| '-' is not followed by whitespace. |
240
|
| '>=' is not preceded with whitespace. |
240
|
| '>=' is not followed by whitespace. |
240
|
| '-=' is not preceded with whitespace. |
240
|
| '-=' is not followed by whitespace. |
240
|
| Line contains a tab character. |
241
|
| Line has trailing spaces. |
242
|
| Line contains a tab character. |
242
|
| Line is longer than 80 characters. |
243
|
| Line contains a tab character. |
243
|
| Line contains a tab character. |
244
|
| Line is longer than 80 characters. |
245
|
| Line contains a tab character. |
245
|
| Line has trailing spaces. |
246
|
| Line contains a tab character. |
246
|
| Line has trailing spaces. |
247
|
| Line contains a tab character. |
247
|
| Line is longer than 80 characters. |
248
|
| Line contains a tab character. |
248
|
| 'cast' is not followed by whitespace. |
248
|
| '+' is not preceded with whitespace. |
248
|
| '+' is not followed by whitespace. |
248
|
| Line contains a tab character. |
249
|
| Line contains a tab character. |
250
|
| Line has trailing spaces. |
251
|
| Line contains a tab character. |
251
|
edu/asu/cri/MirkE/gui/PlateViewEvent.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| Line contains a tab character. |
31
|
| Missing a Javadoc comment. |
31
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Method 'setPlateView' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Parameter plateView should be final. |
36
|
| 'plateView' hides a field. |
36
|
| Expected @param tag for 'plateView'. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Method 'getPlateView' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line has trailing spaces. |
46
|
| Line contains a tab character. |
46
|
| First sentence should end with a period. |
47
|
| Line contains a tab character. |
47
|
| Line has trailing spaces. |
48
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line has trailing spaces. |
51
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
53
|
| Line contains a tab character. |
53
|
| First sentence should end with a period. |
54
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Parameter plateView should be final. |
57
|
| 'plateView' hides a field. |
57
|
| Expected @param tag for 'plateView'. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
edu/asu/cri/MirkE/gui/PlateViewEventListener.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| Using the '.*' form of import should be avoided - java.util.*. |
26
|
| '{' is not preceded with whitespace. |
30
|
| Line contains a tab character. |
31
|
| Line has trailing spaces. |
32
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Redundant 'public' modifier. |
34
|
| Expected @param tag for 'plateViewEvent'. |
34
|
edu/asu/cri/MirkE/gui/PlateWellPropertySelectionWidget.java
Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Line is longer than 80 characters. |
7
|
| Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.*. |
26
|
| Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.dataStructures.*. |
28
|
| First sentence should end with a period. |
49
|
| Line has trailing spaces. |
49
|
| Line is longer than 80 characters. |
49
|
| '{' should be on the previous line. |
57
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
59
|
| Missing a Javadoc comment. |
60
|
| Missing a Javadoc comment. |
61
|
| Missing a Javadoc comment. |
62
|
| Missing a Javadoc comment. |
63
|
| Missing a Javadoc comment. |
64
|
| First sentence should end with a period. |
66
|
| Line contains a tab character. |
69
|
| Line is longer than 80 characters. |
70
|
| Parameter mirke should be final. |
70
|
| 'mirke' hides a field. |
70
|
| Expected @param tag for 'mirke'. |
70
|
| Expected @throws tag for 'MirkEApplicationException'. |
70
|
| First sentence should end with a period. |
81
|
| Line has trailing spaces. |
82
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
86
|
| Parameter mirke should be final. |
88
|
| 'mirke' hides a field. |
88
|
| Expected @param tag for 'mirke'. |
88
|
| Parameter selectableParameters should be final. |
89
|
| 'selectableParameters' hides a field. |
89
|
| Expected @param tag for 'selectableParameters'. |
89
|
| Expected @throws tag for 'MirkEApplicationException'. |
89
|
| '{' should be on the previous line. |
90
|
| Line contains a tab character. |
101
|
| Line is longer than 80 characters. |
102
|
| Method 'createPlateWellPropertySelectionWidgetGUI' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Expected @throws tag for 'MirkEApplicationException'. |
102
|
| Line has trailing spaces. |
107
|
| Line has trailing spaces. |
109
|
| '{' should be on the previous line. |
113
|
| Line is longer than 80 characters. |
124
|
| Method 'addTabPanel' is not designed for extension - needs to be abstract, final or empty. |
124
|
| Parameter selectableParameter should be final. |
124
|
| Expected @param tag for 'selectableParameter'. |
124
|
| Expected @throws tag for 'MirkEApplicationException'. |
124
|
| '{' should be on the previous line. |
127
|
| Line has trailing spaces. |
139
|
| Line is longer than 80 characters. |
142
|
| Method 'createTabPanel' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Parameter selectableParameter should be final. |
142
|
| Expected @param tag for 'selectableParameter'. |
142
|
| Expected @throws tag for 'MirkEApplicationException'. |
142
|
| '5' is a magic number. |
148
|
| '5' is a magic number. |
148
|
| '5' is a magic number. |
148
|
| '5' is a magic number. |
148
|
| '8' is a magic number. |
149
|
| '8' is a magic number. |
150
|
| '20' is a magic number. |
179
|
| Line contains a tab character. |
192
|
| Line has trailing spaces. |
193
|
| Line is longer than 80 characters. |
194
|
| Line contains a tab character. |
194
|
| Line has trailing spaces. |
195
|
| Line contains a tab character. |
195
|
| Line contains a tab character. |
196
|
| Line has trailing spaces. |
197
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
198
|
| Line has trailing spaces. |
199
|
| Line contains a tab character. |
199
|
| Line is longer than 80 characters. |
200
|
| Line contains a tab character. |
200
|
| Line is longer than 80 characters. |
201
|
| Line contains a tab character. |
201
|
| Line is longer than 80 characters. |
202
|
| Line contains a tab character. |
202
|
| Line has trailing spaces. |
203
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
| Line contains a tab character. |
208
|
| '3' is a magic number. |
210
|
| Line has trailing spaces. |
222
|
| Line contains a tab character. |
222
|
| Line contains a tab character. |
223
|
| Line contains a tab character. |
224
|
| Method 'removeTabPanel' is not designed for extension - needs to be abstract, final or empty. |
225
|
| Parameter selectableParameter should be final. |
225
|
| Expected @param tag for 'selectableParameter'. |
225
|
| '{' should be on the previous line. |
226
|
| Line is longer than 80 characters. |
229
|
| Line has trailing spaces. |
238
|
| Line has trailing spaces. |
240
|
| Line contains a tab character. |
241
|
| Method 'actionPerformed' is not designed for extension - needs to be abstract, final or empty. |
242
|
| Parameter actionEvent should be final. |
242
|
| Expected @param tag for 'actionEvent'. |
242
|
| '{' should be on the previous line. |
243
|
| 'try' is not followed by whitespace. |
244
|
| '{' is not preceded with whitespace. |
244
|
| Line contains a tab character. |
245
|
| 'catch' is not preceded with whitespace. |
246
|
| '}' is not followed by whitespace. |
246
|
| 'catch' is not followed by whitespace. |
246
|
| '{' is not preceded with whitespace. |
246
|
| Line is longer than 80 characters. |
247
|
| Line is longer than 80 characters. |
248
|
| Line is longer than 80 characters. |
257
|
| Method 'performAction' is not designed for extension - needs to be abstract, final or empty. |
257
|
| Parameter actionEvent should be final. |
257
|
| Expected @param tag for 'actionEvent'. |
257
|
| Expected @throws tag for 'MirkEApplicationException'. |
257
|
| '{' is not preceded with whitespace. |
257
|
| '{' should be on the previous line. |
263
|
| '{' should be on the previous line. |
265
|
| 'try' is not followed by whitespace. |
266
|
| '{' is not preceded with whitespace. |
266
|
| 'catch' is not preceded with whitespace. |
268
|
| '}' is not followed by whitespace. |
268
|
| 'catch' is not followed by whitespace. |
268
|
| '{' is not preceded with whitespace. |
268
|
| Must have at least one statement. |
268
|
| '{' is not followed by whitespace. |
268
|
| '}' is not preceded with whitespace. |
268
|
| '}' should be on the same line. |
269
|
| '{' should be on the previous line. |
271
|
| '}' should be on the same line. |
274
|
| '{' should be on the previous line. |
276
|
| Line is longer than 80 characters. |
283
|
| Line is longer than 80 characters. |
284
|
| '{' should be on the previous line. |
289
|
| Line has trailing spaces. |
326
|
| Line is longer than 80 characters. |
326
|
| Line is longer than 80 characters. |
331
|
| '{' should be on the previous line. |
339
|
| Line has trailing spaces. |
340
|
| Line is longer than 80 characters. |
340
|
| '{' should be on the previous line. |
345
|
| Line is longer than 80 characters. |
360
|
| '}' should be on the same line. |
371
|
| '{' should be on the previous line. |
373
|
| Line is longer than 80 characters. |
375
|
| Line has trailing spaces. |
382
|
| Line contains a tab character. |
382
|
| Parameter event should be final. |
385
|
| Expected @param tag for 'event'. |
385
|
| '{' should be on the previous line. |
386
|
| Line is longer than 80 characters. |
387
|
| Line contains a tab character. |
387
|
| Line contains a tab character. |
392
|
| Line has trailing spaces. |
393
|
| Line contains a tab character. |
393
|
| Line has trailing spaces. |
395
|
| Line contains a tab character. |
395
|
| Line has trailing spaces. |
397
|
| Line has trailing spaces. |
402
|
| Line contains a tab character. |
402
|
| Parameter event should be final. |
405
|
| Expected @param tag for 'event'. |
405
|
| '{' should be on the previous line. |
406
|
| Line has trailing spaces. |
409
|
| Line contains a tab character. |
412
|
| Line has trailing spaces. |
413
|
| Line contains a tab character. |
413
|
| Line has trailing spaces. |
415
|
| Line contains a tab character. |
415
|
| Line has trailing spaces. |
417
|
| Line has trailing spaces. |
422
|
| Line contains a tab character. |
422
|
| Parameter event should be final. |
425
|
| Expected @param tag for 'event'. |
425
|
| '{' should be on the previous line. |
426
|
| Line has trailing spaces. |
429
|
| Line contains a tab character. |
432
|
| Line has trailing spaces. |
433
|
| Line contains a tab character. |
433
|
| Line has trailing spaces. |
435
|
| Line contains a tab character. |
435
|
| Line has trailing spaces. |
437
|
edu/asu/cri/MirkE/gui/WellButton.java
Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Line is longer than 80 characters. |
7
|
| Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.*. |
26
|
| Line has trailing spaces. |
48
|
| Line is longer than 80 characters. |
48
|
| Line has trailing spaces. |
56
|
| Line is longer than 80 characters. |
61
|
| Line contains a tab character. |
62
|
| Missing a Javadoc comment. |
62
|
| Line has trailing spaces. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Missing a Javadoc comment. |
64
|
| Line has trailing spaces. |
65
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Missing a Javadoc comment. |
66
|
| Line has trailing spaces. |
67
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Missing a Javadoc comment. |
68
|
| Line contains a tab character. |
69
|
| Missing a Javadoc comment. |
69
|
| Line contains a tab character. |
70
|
| Missing a Javadoc comment. |
70
|
| Line has trailing spaces. |
71
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Missing a Javadoc comment. |
72
|
| Line contains a tab character. |
74
|
| Missing a Javadoc comment. |
74
|
| Line has trailing spaces. |
75
|
| Line contains a tab character. |
75
|
| First sentence should end with a period. |
76
|
| Line contains a tab character. |
76
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
80
|
| Line contains a tab character. |
82
|
| Missing a Javadoc comment. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| '4' is a magic number. |
85
|
| Line has trailing spaces. |
86
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
88
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
92
|
| Line has trailing spaces. |
93
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Method 'setSelectableParameter' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter selectableParameter should be final. |
96
|
| 'selectableParameter' hides a field. |
96
|
| Expected @param tag for 'selectableParameter'. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line has trailing spaces. |
99
|
| Line contains a tab character. |
99
|
| Line has trailing spaces. |
100
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Method 'getSelectableParameter' is not designed for extension - needs to be abstract, final or empty. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line has trailing spaces. |
106
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Missing a Javadoc comment. |
107
|
| Line has trailing spaces. |
108
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Method 'setMirke' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Parameter mirke should be final. |
114
|
| 'mirke' hides a field. |
114
|
| Expected @param tag for 'mirke'. |
114
|
| Expected @throws tag for 'MirkEApplicationException'. |
114
|
| '{' is not preceded with whitespace. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line has trailing spaces. |
117
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line has trailing spaces. |
119
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Method 'getMirke' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line has trailing spaces. |
125
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Missing a Javadoc comment. |
126
|
| Line has trailing spaces. |
127
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Method 'setPlateRowLabel' is not designed for extension - needs to be abstract, final or empty. |
131
|
| Parameter plateRowLabel should be final. |
131
|
| 'plateRowLabel' hides a field. |
131
|
| Expected @param tag for 'plateRowLabel'. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line has trailing spaces. |
134
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Method 'getPlateRowLabel' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line has trailing spaces. |
141
|
| Line contains a tab character. |
141
|
| Line has trailing spaces. |
142
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Missing a Javadoc comment. |
143
|
| Line has trailing spaces. |
144
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Method 'getPlateColumnLabel' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line has trailing spaces. |
151
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Method 'setPlateColumnLabel' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Parameter plateColumnLabel should be final. |
155
|
| 'plateColumnLabel' hides a field. |
155
|
| Expected @param tag for 'plateColumnLabel'. |
155
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line has trailing spaces. |
158
|
| Line contains a tab character. |
158
|
| First sentence should end with a period. |
159
|
| Line has trailing spaces. |
159
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Parameter mirke should be final. |
167
|
| 'mirke' hides a field. |
167
|
| Expected @param tag for 'mirke'. |
167
|
| Line contains a tab character. |
168
|
| Parameter plateRowLabel should be final. |
168
|
| 'plateRowLabel' hides a field. |
168
|
| Expected @param tag for 'plateRowLabel'. |
168
|
| Line contains a tab character. |
169
|
| Parameter plateColumnLabel should be final. |
169
|
| 'plateColumnLabel' hides a field. |
169
|
| Expected @param tag for 'plateColumnLabel'. |
169
|
| Line contains a tab character. |
170
|
| Parameter plateWellType should be final. |
170
|
| 'plateWellType' hides a field. |
170
|
| Expected @param tag for 'plateWellType'. |
170
|
| Line is longer than 80 characters. |
171
|
| Line contains a tab character. |
171
|
| Parameter selectableParameter should be final. |
171
|
| 'selectableParameter' hides a field. |
171
|
| Expected @param tag for 'selectableParameter'. |
171
|
| Expected @throws tag for 'MirkEApplicationException'. |
171
|
| Line contains a tab character. |
172
|
| Line has trailing spaces. |
173
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| Line contains a tab character. |
178
|
| Line has trailing spaces. |
179
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| Line has trailing spaces. |
183
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| Line has trailing spaces. |
185
|
| Line contains a tab character. |
185
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| Line contains a tab character. |
188
|
| Method 'paintComponent' is not designed for extension - needs to be abstract, final or empty. |
188
|
| Parameter graphics should be final. |
188
|
| Expected @param tag for 'graphics'. |
188
|
| '{' is not preceded with whitespace. |
188
|
| Line contains a tab character. |
189
|
| Line has trailing spaces. |
190
|
| Line contains a tab character. |
190
|
| Line contains a tab character. |
191
|
| Line is longer than 80 characters. |
192
|
| Line contains a tab character. |
192
|
| Line has trailing spaces. |
193
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
| Line has trailing spaces. |
195
|
| Line contains a tab character. |
195
|
| Line contains a tab character. |
196
|
| Line is longer than 80 characters. |
197
|
| Line contains a tab character. |
197
|
| Line is longer than 80 characters. |
198
|
| Line contains a tab character. |
198
|
| Line is longer than 80 characters. |
199
|
| Line contains a tab character. |
199
|
| Line has trailing spaces. |
200
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Line is longer than 80 characters. |
203
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
205
|
| Line has trailing spaces. |
206
|
| Line contains a tab character. |
206
|
| Line contains a tab character. |
207
|
| 'try' is not followed by whitespace. |
207
|
| '{' is not preceded with whitespace. |
207
|
| Line contains a tab character. |
208
|
| Line is longer than 80 characters. |
209
|
| Line contains a tab character. |
209
|
| Line is longer than 80 characters. |
210
|
| Line contains a tab character. |
210
|
| Line is longer than 80 characters. |
211
|
| Line contains a tab character. |
211
|
| Line has trailing spaces. |
212
|
| Line contains a tab character. |
212
|
| Line contains a tab character. |
213
|
| '{' is not preceded with whitespace. |
213
|
| Must have at least one statement. |
213
|
| Line has trailing spaces. |
214
|
| Line contains a tab character. |
214
|
| Line is longer than 80 characters. |
215
|
| Line contains a tab character. |
215
|
| Line has trailing spaces. |
216
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| Line has trailing spaces. |
218
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
219
|
| '3' is a magic number. |
219
|
| Line is longer than 80 characters. |
220
|
| Line contains a tab character. |
220
|
| '3' is a magic number. |
220
|
| Line is longer than 80 characters. |
221
|
| Line contains a tab character. |
221
|
| '-' is not preceded with whitespace. |
221
|
| '-' is not followed by whitespace. |
221
|
| '6' is a magic number. |
221
|
| Line is longer than 80 characters. |
222
|
| Line contains a tab character. |
222
|
| '-' is not preceded with whitespace. |
222
|
| '-' is not followed by whitespace. |
222
|
| '6' is a magic number. |
222
|
| Line has trailing spaces. |
223
|
| Line contains a tab character. |
223
|
| Line has trailing spaces. |
224
|
| Line contains a tab character. |
224
|
| Line is longer than 80 characters. |
225
|
| Line contains a tab character. |
225
|
| Line contains a tab character. |
226
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
229
|
| Line contains a tab character. |
230
|
| Line has trailing spaces. |
231
|
| Line contains a tab character. |
231
|
| Line contains a tab character. |
232
|
| Line is longer than 80 characters. |
233
|
| Line contains a tab character. |
233
|
| ',' is not followed by whitespace. |
233
|
| ',' is not followed by whitespace. |
233
|
| '-' is not preceded with whitespace. |
233
|
| '-' is not followed by whitespace. |
233
|
| '4' is a magic number. |
233
|
| ',' is not followed by whitespace. |
233
|
| '-' is not preceded with whitespace. |
233
|
| '-' is not followed by whitespace. |
233
|
| '4' is a magic number. |
233
|
| Line has trailing spaces. |
234
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
235
|
| Line has trailing spaces. |
236
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Line contains a tab character. |
238
|
| Line has trailing spaces. |
239
|
| Line contains a tab character. |
239
|
| First sentence should end with a period. |
240
|
| Line is longer than 80 characters. |
240
|
| Line contains a tab character. |
240
|
| Line contains a tab character. |
241
|
| Line has trailing spaces. |
242
|
| Line contains a tab character. |
242
|
| Line contains a tab character. |
243
|
| Line has trailing spaces. |
244
|
| Line contains a tab character. |
244
|
| Method 'update' is not designed for extension - needs to be abstract, final or empty. |
244
|
| Expected @throws tag for 'MirkEApplicationException'. |
244
|
| Line is longer than 80 characters. |
245
|
| Line contains a tab character. |
245
|
| '+' is not preceded with whitespace. |
245
|
| '+' is not followed by whitespace. |
245
|
| '+' is not preceded with whitespace. |
245
|
| '+' is not followed by whitespace. |
245
|
| '+' is not preceded with whitespace. |
245
|
| '+' is not followed by whitespace. |
245
|
| '+' is not preceded with whitespace. |
245
|
| '+' is not followed by whitespace. |
245
|
| '+' is not preceded with whitespace. |
245
|
| '+' is not followed by whitespace. |
245
|
| '+' is not preceded with whitespace. |
245
|
| '+' is not followed by whitespace. |
245
|
| Line has trailing spaces. |
246
|
| Line contains a tab character. |
246
|
| Line has trailing spaces. |
247
|
| Line contains a tab character. |
247
|
| Line has trailing spaces. |
248
|
| Line contains a tab character. |
248
|
| Line contains a tab character. |
249
|
| Line contains a tab character. |
250
|
| Line contains a tab character. |
251
|
| Line contains a tab character. |
252
|
| Line has trailing spaces. |
253
|
| Line contains a tab character. |
253
|
| Line contains a tab character. |
254
|
| Line has trailing spaces. |
255
|
| Line contains a tab character. |
255
|
| Line contains a tab character. |
256
|
| Line has trailing spaces. |
257
|
| Line contains a tab character. |
257
|
| Line contains a tab character. |
258
|
| Line has trailing spaces. |
259
|
| Line contains a tab character. |
259
|
| Line contains a tab character. |
260
|
| Line has trailing spaces. |
261
|
| Line contains a tab character. |
261
|
| Line contains a tab character. |
262
|
| Line has trailing spaces. |
263
|
| Line contains a tab character. |
263
|
| Line contains a tab character. |
264
|
| Line has trailing spaces. |
265
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Line contains a tab character. |
267
|
| Line contains a tab character. |
268
|
| Line contains a tab character. |
269
|
| Line is longer than 80 characters. |
270
|
| Line contains a tab character. |
270
|
| Line has trailing spaces. |
271
|
| Line contains a tab character. |
271
|
| Line is longer than 80 characters. |
272
|
| Line contains a tab character. |
272
|
| Line is longer than 80 characters. |
273
|
| Line contains a tab character. |
273
|
| '+' is not preceded with whitespace. |
273
|
| '+' is not followed by whitespace. |
273
|
| '+' is not preceded with whitespace. |
273
|
| '+' is not followed by whitespace. |
273
|
| Line is longer than 80 characters. |
274
|
| Line contains a tab character. |
274
|
| '+' is not preceded with whitespace. |
274
|
| '+' is not followed by whitespace. |
274
|
| '+' is not preceded with whitespace. |
274
|
| '+' is not followed by whitespace. |
274
|
| '+' is not preceded with whitespace. |
274
|
| '+' is not followed by whitespace. |
274
|
| '+' is not preceded with whitespace. |
274
|
| '+' is not followed by whitespace. |
274
|
| '+' is not preceded with whitespace. |
274
|
| '+' is not followed by whitespace. |
274
|
| '+' is not preceded with whitespace. |
274
|
| '+' is not followed by whitespace. |
274
|
| Line is longer than 80 characters. |
275
|
| Line contains a tab character. |
275
|
| '+' is not preceded with whitespace. |
275
|
| '+' is not followed by whitespace. |
275
|
| '+' is not preceded with whitespace. |
275
|
| '+' is not followed by whitespace. |
275
|
| Line has trailing spaces. |
276
|
| Line contains a tab character. |
276
|
| Line is longer than 80 characters. |
277
|
| Line contains a tab character. |
277
|
| Line is longer than 80 characters. |
278
|
| Line contains a tab character. |
278
|
| 'cast' is not followed by whitespace. |
278
|
| Line contains a tab character. |
279
|
| Line is longer than 80 characters. |
280
|
| Line contains a tab character. |
280
|
| Line has trailing spaces. |
281
|
| Line contains a tab character. |
281
|
| Line is longer than 80 characters. |
282
|
| Line contains a tab character. |
282
|
| 'cast' is not followed by whitespace. |
282
|
| Line contains a tab character. |
283
|
| Line is longer than 80 characters. |
284
|
| Line contains a tab character. |
284
|
| Line has trailing spaces. |
285
|
| Line contains a tab character. |
285
|
| Line has trailing spaces. |
286
|
| Line is longer than 80 characters. |
286
|
| Line contains a tab character. |
286
|
| 'cast' is not followed by whitespace. |
286
|
| Line contains a tab character. |
287
|
| Line is longer than 80 characters. |
288
|
| Line contains a tab character. |
288
|
| Line contains a tab character. |
289
|
| Line contains a tab character. |
290
|
| Line has trailing spaces. |
291
|
| Line contains a tab character. |
291
|
| Line contains a tab character. |
292
|
| Line contains a tab character. |
293
|
| Line has trailing spaces. |
294
|
| Line contains a tab character. |
294
|
| Line contains a tab character. |
295
|
| Line contains a tab character. |
296
|
| Line has trailing spaces. |
297
|
| Line contains a tab character. |
297
|
| Line contains a tab character. |
298
|
| Line contains a tab character. |
299
|
| Line contains a tab character. |
300
|
| Method 'updateToolTipText' is not designed for extension - needs to be abstract, final or empty. |
300
|
| Line is longer than 80 characters. |
301
|
| Line contains a tab character. |
301
|
| Line has trailing spaces. |
302
|
| Line contains a tab character. |
302
|
| Line is longer than 80 characters. |
303
|
| Line contains a tab character. |
303
|
| Line has trailing spaces. |
304
|
| Line contains a tab character. |
304
|
| Line is longer than 80 characters. |
305
|
| Line contains a tab character. |
305
|
| Line contains a tab character. |
306
|
| Line is longer than 80 characters. |
307
|
| Line contains a tab character. |
307
|
| 'cast' is not followed by whitespace. |
307
|
| Line has trailing spaces. |
308
|
| Line contains a tab character. |
308
|
| Line is longer than 80 characters. |
309
|
| Line contains a tab character. |
309
|
| Line has trailing spaces. |
310
|
| Line contains a tab character. |
310
|
| Line is longer than 80 characters. |
311
|
| Line contains a tab character. |
311
|
| 'cast' is not followed by whitespace. |
311
|
| Line has trailing spaces. |
312
|
| Line contains a tab character. |
312
|
| Line is longer than 80 characters. |
313
|
| Line contains a tab character. |
313
|
| Line contains a tab character. |
314
|
| Line has trailing spaces. |
315
|
| Line contains a tab character. |
315
|
| Line has trailing spaces. |
316
|
| Line contains a tab character. |
316
|
| Line contains a tab character. |
317
|
| Line has trailing spaces. |
318
|
| Line contains a tab character. |
318
|
| Line contains a tab character. |
319
|
| Line contains a tab character. |
320
|
| Line contains a tab character. |
321
|
| Line contains a tab character. |
322
|
| Line has trailing spaces. |
323
|
| Line contains a tab character. |
323
|
| Method 'toggleWellState' is not designed for extension - needs to be abstract, final or empty. |
323
|
| Expected @throws tag for 'MirkEApplicationException'. |
323
|
| '{' is not preceded with whitespace. |
323
|
| Line is longer than 80 characters. |
324
|
| Line contains a tab character. |
324
|
| '+' is not preceded with whitespace. |
324
|
| '+' is not followed by whitespace. |
324
|
| '+' is not preceded with whitespace. |
324
|
| '+' is not followed by whitespace. |
324
|
| '+' is not preceded with whitespace. |
324
|
| '+' is not followed by whitespace. |
324
|
| '+' is not preceded with whitespace. |
324
|
| '+' is not followed by whitespace. |
324
|
| '+' is not preceded with whitespace. |
324
|
| '+' is not followed by whitespace. |
324
|
| '+' is not preceded with whitespace. |
324
|
| '+' is not followed by whitespace. |
324
|
| Line has trailing spaces. |
325
|
| Line contains a tab character. |
325
|
| Line contains a tab character. |
326
|
| Line is longer than 80 characters. |
327
|
| Line contains a tab character. |
327
|
| Line is longer than 80 characters. |
328
|
| Line contains a tab character. |
328
|
| Line contains a tab character. |
329
|
| Line is longer than 80 characters. |
330
|
| Line contains a tab character. |
330
|
| 'cast' is not followed by whitespace. |
330
|
| Line has trailing spaces. |
331
|
| Line contains a tab character. |
331
|
| Line contains a tab character. |
332
|
| Line contains a tab character. |
333
|
| Line has trailing spaces. |
334
|
| Line contains a tab character. |
334
|
| Line contains a tab character. |
335
|
| Line has trailing spaces. |
336
|
| Line contains a tab character. |
336
|
| Line contains a tab character. |
337
|
| Line is longer than 80 characters. |
338
|
| Line contains a tab character. |
338
|
| Line is longer than 80 characters. |
339
|
| Line contains a tab character. |
339
|
| Line has trailing spaces. |
340
|
| Line contains a tab character. |
340
|
| Line is longer than 80 characters. |
341
|
| Line contains a tab character. |
341
|
| Line contains a tab character. |
342
|
| Line is longer than 80 characters. |
343
|
| Line contains a tab character. |
343
|
| Line is longer than 80 characters. |
345
|
| Line contains a tab character. |
345
|
| Line is longer than 80 characters. |
346
|
| Line contains a tab character. |
346
|
| Line is longer than 80 characters. |
347
|
| Line contains a tab character. |
347
|
| Line is longer than 80 characters. |
348
|
| Line contains a tab character. |
348
|
| Line is longer than 80 characters. |
349
|
| Line contains a tab character. |
349
|
| Line contains a tab character. |
350
|
| Line has trailing spaces. |
351
|
| Line contains a tab character. |
351
|
| Line contains a tab character. |
352
|
| Line contains a tab character. |
353
|
| Line has trailing spaces. |
354
|
| Line contains a tab character. |
354
|
| Line contains a tab character. |
355
|
| Line contains a tab character. |
356
|
| Line has trailing spaces. |
357
|
| Line contains a tab character. |
357
|
| Line contains a tab character. |
358
|
| Line has trailing spaces. |
359
|
| Line contains a tab character. |
359
|
| Line contains a tab character. |
360
|
| Line contains a tab character. |
361
|
| Line contains a tab character. |
362
|
| Parameter mouseEvent should be final. |
362
|
| Expected @param tag for 'mouseEvent'. |
362
|
| Line contains a tab character. |
363
|
| Line contains a tab character. |
364
|
| Line has trailing spaces. |
365
|
| Line contains a tab character. |
365
|
| Line contains a tab character. |
366
|
| Line has trailing spaces. |
367
|
| Line contains a tab character. |
367
|
| Line contains a tab character. |
368
|
| Line contains a tab character. |
369
|
| Line contains a tab character. |
370
|
| Method 'mouseEntered' is not designed for extension - needs to be abstract, final or empty. |
370
|
| Parameter mouseEvent should be final. |
370
|
| Expected @param tag for 'mouseEvent'. |
370
|
| Line contains a tab character. |
371
|
| Line has trailing spaces. |
372
|
| Line contains a tab character. |
372
|
| Line contains a tab character. |
373
|
| Line contains a tab character. |
374
|
| 'catch' is not followed by whitespace. |
374
|
| '{' is not preceded with whitespace. |
374
|
| Must have at least one statement. |
374
|
| Line has trailing spaces. |
375
|
| Line contains a tab character. |
375
|
| Line contains a tab character. |
376
|
| Line contains a tab character. |
377
|
| Line contains a tab character. |
378
|
| Line has trailing spaces. |
379
|
| Line contains a tab character. |
379
|
| Line contains a tab character. |
380
|
| Line has trailing spaces. |
381
|
| Line contains a tab character. |
381
|
| Line contains a tab character. |
382
|
| Line contains a tab character. |
383
|
| Line contains a tab character. |
384
|
| Parameter mouseEvent should be final. |
384
|
| Expected @param tag for 'mouseEvent'. |
384
|
| Line has trailing spaces. |
385
|
| Line contains a tab character. |
385
|
| Line contains a tab character. |
386
|
| Line has trailing spaces. |
387
|
| Line contains a tab character. |
387
|
| Line contains a tab character. |
388
|
| Line has trailing spaces. |
389
|
| Line contains a tab character. |
389
|
| Line contains a tab character. |
390
|
| Line contains a tab character. |
391
|
| Line contains a tab character. |
392
|
| Method 'mousePressed' is not designed for extension - needs to be abstract, final or empty. |
392
|
| Parameter mouseEvent should be final. |
392
|
| Expected @param tag for 'mouseEvent'. |
392
|
| Line contains a tab character. |
393
|
| 'try' is not followed by whitespace. |
393
|
| '{' is not preceded with whitespace. |
393
|
| Line contains a tab character. |
394
|
| Line contains a tab character. |
395
|
| 'catch' is not followed by whitespace. |
395
|
| '{' is not preceded with whitespace. |
395
|
| Must have at least one statement. |
395
|
| Line has trailing spaces. |
396
|
| Line contains a tab character. |
396
|
| Line contains a tab character. |
397
|
| Line has trailing spaces. |
398
|
| Line contains a tab character. |
398
|
| Line has trailing spaces. |
399
|
| Line contains a tab character. |
399
|
| Line contains a tab character. |
400
|
| Line has trailing spaces. |
401
|
| Line contains a tab character. |
401
|
| Line contains a tab character. |
402
|
| Line contains a tab character. |
403
|
| Line contains a tab character. |
404
|
| Parameter mouseEvent should be final. |
404
|
| Expected @param tag for 'mouseEvent'. |
404
|
| Line has trailing spaces. |
405
|
| Line contains a tab character. |
405
|
| Line has trailing spaces. |
406
|
| Line contains a tab character. |
406
|
| Line has trailing spaces. |
407
|
| Line contains a tab character. |
407
|
| Line contains a tab character. |
408
|
| Line has trailing spaces. |
409
|
| Line contains a tab character. |
409
|
| Line contains a tab character. |
410
|
| Line contains a tab character. |
411
|
| Line contains a tab character. |
412
|
| Method 'plateViewChanged' is not designed for extension - needs to be abstract, final or empty. |
412
|
| Parameter plateViewEvent should be final. |
412
|
| Expected @param tag for 'plateViewEvent'. |
412
|
| Line has trailing spaces. |
413
|
| Line is longer than 80 characters. |
413
|
| Line contains a tab character. |
413
|
| Line has trailing spaces. |
414
|
| Line contains a tab character. |
414
|
| Line contains a tab character. |
415
|
| Line contains a tab character. |
416
|
| Line has trailing spaces. |
417
|
| Line contains a tab character. |
417
|
| Line contains a tab character. |
418
|
edu/asu/cri/MirkE/gui/package.html
Error | Line |
| Missing package documentation file. | 0 |
edu/asu/cri/MirkE/io/VictorTextFileDataSetLoader.java
Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
5
|
| Line is longer than 80 characters. |
6
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
17
|
| First sentence should end with a period. |
49
|
| Line is longer than 80 characters. |
49
|
| Line has trailing spaces. |
50
|
| Utility classes should not have a public or default constructor. |
52
|
| Line is longer than 80 characters. |
53
|
| Missing a Javadoc comment. |
54
|
| 'static' modifier out of order with the JLS suggestions. |
54
|
| Missing a Javadoc comment. |
55
|
| 'static' modifier out of order with the JLS suggestions. |
55
|
| Missing a Javadoc comment. |
56
|
| 'static' modifier out of order with the JLS suggestions. |
56
|
| Missing a Javadoc comment. |
57
|
| 'static' modifier out of order with the JLS suggestions. |
57
|
| Missing a Javadoc comment. |
58
|
| 'static' modifier out of order with the JLS suggestions. |
58
|
| Line has trailing spaces. |
59
|
| First sentence should end with a period. |
60
|
| Line has trailing spaces. |
67
|
| Line has trailing spaces. |
69
|
| Parameter filename should be final. |
69
|
| Expected @param tag for 'filename'. |
69
|
| Expected @throws tag for 'IOException'. |
70
|
| Expected @throws tag for 'MirkEApplicationException'. |
70
|
| Expected @throws tag for 'MirkESystemException'. |
70
|
| '{' is not preceded with whitespace. |
70
|
| Line has trailing spaces. |
75
|
| First sentence should end with a period. |
76
|
| Line has trailing spaces. |
77
|
| Line has trailing spaces. |
79
|
| Line has trailing spaces. |
83
|
| Line has trailing spaces. |
85
|
| Parameter files should be final. |
85
|
| Expected @param tag for 'files'. |
85
|
| Expected @throws tag for 'IOException'. |
86
|
| Expected @throws tag for 'MirkEApplicationException'. |
86
|
| Expected @throws tag for 'MirkESystemException'. |
86
|
| '{' should be on the previous line. |
87
|
| Line has trailing spaces. |
89
|
| '=' is not preceded with whitespace. |
90
|
| '=' is not followed by whitespace. |
90
|
| ';' is not followed by whitespace. |
90
|
| '<' is not preceded with whitespace. |
90
|
| '<' is not followed by whitespace. |
90
|
| ';' is not followed by whitespace. |
90
|
| Line has trailing spaces. |
91
|
| Line has trailing spaces. |
94
|
| Line has trailing spaces. |
97
|
| First sentence should end with a period. |
98
|
| Line has trailing spaces. |
99
|
| Line has trailing spaces. |
101
|
| Line has trailing spaces. |
105
|
| Line is longer than 80 characters. |
107
|
| Parameter file should be final. |
107
|
| Expected @param tag for 'file'. |
107
|
| Expected @throws tag for 'IOException'. |
107
|
| Expected @throws tag for 'MirkEApplicationException'. |
107
|
| Expected @throws tag for 'MirkESystemException'. |
107
|
| Line has trailing spaces. |
108
|
| Line has trailing spaces. |
111
|
| First sentence should end with a period. |
112
|
| Line has trailing spaces. |
113
|
| Line has trailing spaces. |
116
|
| Method length is 225 lines (max allowed is 150). |
121
|
| Parameter file should be final. |
121
|
| Expected @param tag for 'file'. |
121
|
| Parameter dataSet should be final. |
122
|
| Expected @throws tag for 'IOException'. |
122
|
| Expected @throws tag for 'MirkEApplicationException'. |
122
|
| Line has trailing spaces. |
123
|
| Line has trailing spaces. |
126
|
| Line has trailing spaces. |
131
|
| Line has trailing spaces. |
132
|
| Line has trailing spaces. |
139
|
| Line has trailing spaces. |
142
|
| Line has trailing spaces. |
144
|
| Line has trailing spaces. |
145
|
| Line is longer than 80 characters. |
146
|
| Line has trailing spaces. |
150
|
| Line is longer than 80 characters. |
152
|
| Line has trailing spaces. |
153
|
| Line is longer than 80 characters. |
154
|
| Line is longer than 80 characters. |
155
|
| Line has trailing spaces. |
161
|
| Line is longer than 80 characters. |
162
|
| Line has trailing spaces. |
163
|
| Line has trailing spaces. |
167
|
| Line has trailing spaces. |
171
|
| Line has trailing spaces. |
175
|
| Line has trailing spaces. |
176
|
| Line has trailing spaces. |
177
|
| Line is longer than 80 characters. |
178
|
| Line has trailing spaces. |
181
|
| switch without "default" clause. |
182
|
| Line has trailing spaces. |
183
|
| Line is longer than 80 characters. |
183
|
| Avoid nested blocks. |
183
|
| Line is longer than 80 characters. |
184
|
| Line has trailing spaces. |
189
|
| Line has trailing spaces. |
191
|
| Line has trailing spaces. |
194
|
| Line is longer than 80 characters. |
194
|
| 'cast' is not followed by whitespace. |
194
|
| Line has trailing spaces. |
196
|
| Must have at least one statement. |
197
|
| Line is longer than 80 characters. |
198
|
| Line has trailing spaces. |
199
|
| Line has trailing spaces. |
201
|
| Line has trailing spaces. |
202
|
| Line is longer than 80 characters. |
202
|
| Line has trailing spaces. |
203
|
| Must have at least one statement. |
204
|
| Line has trailing spaces. |
205
|
| Line has trailing spaces. |
206
|
| Line has trailing spaces. |
210
|
| Line has trailing spaces. |
214
|
| Line is longer than 80 characters. |
215
|
| 'cast' is not followed by whitespace. |
217
|
| Line has trailing spaces. |
218
|
| Line is longer than 80 characters. |
219
|
| 'cast' is not followed by whitespace. |
219
|
| Line has trailing spaces. |
220
|
| Must have at least one statement. |
221
|
| Line has trailing spaces. |
222
|
| Line has trailing spaces. |
224
|
| Line is longer than 80 characters. |
224
|
| Line has trailing spaces. |
226
|
| 'cast' is not followed by whitespace. |
227
|
| Line has trailing spaces. |
228
|
| Line is longer than 80 characters. |
229
|
| Line is longer than 80 characters. |
230
|
| 'cast' is not followed by whitespace. |
230
|
| Line is longer than 80 characters. |
231
|
| 'cast' is not followed by whitespace. |
231
|
| Line has trailing spaces. |
232
|
| Line is longer than 80 characters. |
234
|
| '||' is not preceded with whitespace. |
234
|
| '||' is not followed by whitespace. |
234
|
| Line is longer than 80 characters. |
235
|
| Line is longer than 80 characters. |
236
|
| Line is longer than 80 characters. |
237
|
| Line is longer than 80 characters. |
238
|
| Line is longer than 80 characters. |
239
|
| Line has trailing spaces. |
240
|
| Line is longer than 80 characters. |
241
|
| Line has trailing spaces. |
243
|
| Line is longer than 80 characters. |
244
|
| Line has trailing spaces. |
245
|
| Line has trailing spaces. |
250
|
| Line contains a tab character. |
250
|
| Line has trailing spaces. |
252
|
| Line has trailing spaces. |
254
|
| Avoid nested blocks. |
255
|
| Line has trailing spaces. |
261
|
| Avoid nested blocks. |
262
|
| Line is longer than 80 characters. |
263
|
| Line contains a tab character. |
263
|
| Line has trailing spaces. |
264
|
| Line is longer than 80 characters. |
265
|
| Line contains a tab character. |
265
|
| Line is longer than 80 characters. |
267
|
| Line has trailing spaces. |
268
|
| Line is longer than 80 characters. |
272
|
| Line has trailing spaces. |
273
|
| '>' is not preceded with whitespace. |
274
|
| '>' is not followed by whitespace. |
274
|
| Line has trailing spaces. |
275
|
| Line is longer than 80 characters. |
276
|
| Line has trailing spaces. |
279
|
| Line contains a tab character. |
279
|
| Line has trailing spaces. |
280
|
| Line is longer than 80 characters. |
281
|
| Line contains a tab character. |
281
|
| Line has trailing spaces. |
282
|
| Line has trailing spaces. |
284
|
| Avoid nested blocks. |
285
|
| Line has trailing spaces. |
290
|
| '==' is not preceded with whitespace. |
291
|
| '==' is not followed by whitespace. |
291
|
| Line has trailing spaces. |
293
|
| Line has trailing spaces. |
295
|
| Line is longer than 80 characters. |
296
|
| Line has trailing spaces. |
297
|
| Line is longer than 80 characters. |
298
|
| '=' is not preceded with whitespace. |
298
|
| '=' is not followed by whitespace. |
298
|
| ';' is not followed by whitespace. |
298
|
| '<' is not preceded with whitespace. |
298
|
| '<' is not followed by whitespace. |
298
|
| ';' is not followed by whitespace. |
298
|
| Line is longer than 80 characters. |
299
|
| Line has trailing spaces. |
300
|
| Line is longer than 80 characters. |
301
|
| Line is longer than 80 characters. |
302
|
| Line is longer than 80 characters. |
304
|
| Line is longer than 80 characters. |
305
|
| Line has trailing spaces. |
307
|
| Line has trailing spaces. |
310
|
| Must have at least one statement. |
311
|
| Line has trailing spaces. |
313
|
| Line contains a tab character. |
313
|
| Line has trailing spaces. |
316
|
| Avoid nested blocks. |
317
|
| Line has trailing spaces. |
318
|
| Line has trailing spaces. |
321
|
| Line has trailing spaces. |
323
|
| Line has trailing spaces. |
324
|
| Line has trailing spaces. |
325
|
| Line has trailing spaces. |
326
|
| Line has trailing spaces. |
329
|
| Line has trailing spaces. |
330
|
| Line has trailing spaces. |
331
|
| Line has trailing spaces. |
336
|
| Line is longer than 80 characters. |
337
|
| Line has trailing spaces. |
338
|
| Line has trailing spaces. |
340
|
| Line has trailing spaces. |
344
|
| Line has trailing spaces. |
347
|
| Line has trailing spaces. |
349
|
| Line has trailing spaces. |
350
|
| Line has trailing spaces. |
351
|
| Parameter time should be final. |
354
|
| Expected @param tag for 'time'. |
354
|
| Line has trailing spaces. |
356
|
| Line has trailing spaces. |
361
|
| Line has trailing spaces. |
365
|
| Line has trailing spaces. |
367
|
| Line is longer than 80 characters. |
370
|
| Line has trailing spaces. |
371
|
| '12' is a magic number. |
373
|
| Line has trailing spaces. |
375
|
| Line is longer than 80 characters. |
376
|
| 'cast' is not followed by whitespace. |
381
|
| Line has trailing spaces. |
382
|
| Line has trailing spaces. |
383
|
| Line is longer than 80 characters. |
383
|
| Line has trailing spaces. |
384
|
| Line has trailing spaces. |
387
|
| Line is longer than 80 characters. |
390
|
| Line has trailing spaces. |
391
|
| Line is longer than 80 characters. |
392
|
| '1970' is a magic number. |
392
|
| 'cast' is not followed by whitespace. |
397
|
| Line has trailing spaces. |
398
|
| Line is longer than 80 characters. |
399
|
| Line has trailing spaces. |
402
|
| Line has trailing spaces. |
405
|
| Line is longer than 80 characters. |
406
|
| Line has trailing spaces. |
413
|
| Parameter dataSet should be final. |
413
|
| Expected @param tag for 'dataSet'. |
413
|
| Parameter observables should be final. |
414
|
| Expected @param tag for 'observables'. |
414
|
| Parameter protocolDescriptionMap should be final. |
415
|
| Expected @param tag for 'protocolDescriptionMap'. |
415
|
| Expected @throws tag for 'MirkEApplicationException'. |
415
|
| '{' is not preceded with whitespace. |
415
|
| Line has trailing spaces. |
416
|
| Line is longer than 80 characters. |
417
|
| Line has trailing spaces. |
418
|
| Line has trailing spaces. |
420
|
| Line has trailing spaces. |
422
|
| Line is longer than 80 characters. |
424
|
| Line is longer than 80 characters. |
425
|
| Line is longer than 80 characters. |
426
|
| Line is longer than 80 characters. |
428
|
| Line has trailing spaces. |
432
|
| Line is longer than 80 characters. |
433
|
| Line is longer than 80 characters. |
435
|
| Line has trailing spaces. |
440
|
| Line is longer than 80 characters. |
442
|
| Line is longer than 80 characters. |
444
|
| Line has trailing spaces. |
448
|
| Line is longer than 80 characters. |
449
|
| Line is longer than 80 characters. |
451
|
| Line has trailing spaces. |
456
|
| 'try' is not followed by whitespace. |
457
|
| '{' is not preceded with whitespace. |
457
|
| Line has trailing spaces. |
458
|
| Line has trailing spaces. |
460
|
| Line has trailing spaces. |
462
|
| Line has trailing spaces. |
463
|
| Line has trailing spaces. |
464
|
| Line is longer than 80 characters. |
467
|
| 'cast' is not followed by whitespace. |
467
|
| Line has trailing spaces. |
468
|
| Line is longer than 80 characters. |
469
|
| Line is longer than 80 characters. |
470
|
| Line has trailing spaces. |
471
|
| Line is longer than 80 characters. |
472
|
| Line has trailing spaces. |
474
|
| 'catch' is not followed by whitespace. |
477
|
| '{' is not preceded with whitespace. |
477
|
| Line is longer than 80 characters. |
478
|
| Line has trailing spaces. |
479
|
| Line has trailing spaces. |
481
|
| Line has trailing spaces. |
483
|
| Line has trailing spaces. |
485
|
| Line has trailing spaces. |
486
|
| Line is longer than 80 characters. |
488
|
| Parameter victorDatasetObservableName should be final. |
488
|
| Expected @param tag for 'victorDatasetObservableName'. |
488
|
| Line has trailing spaces. |
490
|
| Line has trailing spaces. |
493
|
| Line has trailing spaces. |
495
|
| Line has trailing spaces. |
498
|
| Line has trailing spaces. |
501
|
| Line has trailing spaces. |
504
|
| Line has trailing spaces. |
507
|
| Line has trailing spaces. |
509
|
| Line has trailing spaces. |
511
|
edu/asu/cri/MirkE/io/package.html
Error | Line |
| Missing package documentation file. | 0 |
edu/asu/cri/MirkE/menu/MenuItem.java
Error | Line |
| File does not end with a newline. |
0
|
edu/asu/cri/MirkE/menu/MenuItem.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
3
|
| Line has trailing spaces. |
5
|
| '{' should be on the previous line. |
10
|
| First sentence should end with a period. |
11
|
| Line has trailing spaces. |
15
|
| First sentence should end with a period. |
16
|
| First sentence should end with a period. |
21
|
| First sentence should end with a period. |
26
|
| Line has trailing spaces. |
30
|
| First sentence should end with a period. |
31
|
| First sentence should end with a period. |
36
|
| Line has trailing spaces. |
38
|
| Method 'getAccessKeyStroke' is not designed for extension - needs to be abstract, final or empty. |
41
|
| '{' should be on the previous line. |
42
|
| First sentence should end with a period. |
46
|
| Line has trailing spaces. |
48
|
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. |
51
|
| '{' should be on the previous line. |
52
|
| First sentence should end with a period. |
56
|
| Line has trailing spaces. |
58
|
| Method 'getMethodName' is not designed for extension - needs to be abstract, final or empty. |
61
|
| '{' should be on the previous line. |
62
|
| First sentence should end with a period. |
66
|
| Line has trailing spaces. |
68
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
71
|
| '{' should be on the previous line. |
72
|
| First sentence should end with a period. |
76
|
| Line has trailing spaces. |
78
|
| Method 'getNameKey' is not designed for extension - needs to be abstract, final or empty. |
81
|
| '{' should be on the previous line. |
82
|
| First sentence should end with a period. |
86
|
| Line has trailing spaces. |
88
|
| Method 'setAccessKeyStroke' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Parameter accessKeyStrokeArg should be final. |
91
|
| '{' should be on the previous line. |
92
|
| First sentence should end with a period. |
96
|
| Line has trailing spaces. |
98
|
| Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Parameter classNameArg should be final. |
101
|
| '{' should be on the previous line. |
102
|
| First sentence should end with a period. |
106
|
| Method 'setMethodName' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Parameter methodNameArg should be final. |
110
|
| '{' should be on the previous line. |
111
|
| First sentence should end with a period. |
115
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Parameter nameArg should be final. |
119
|
| '{' should be on the previous line. |
120
|
| First sentence should end with a period. |
124
|
| Method 'setNameKey' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter nameKeyArg should be final. |
128
|
| '{' should be on the previous line. |
129
|
edu/asu/cri/MirkE/menu/MenuList.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
6
|
| Line has trailing spaces. |
8
|
| '{' should be on the previous line. |
13
|
| First sentence should end with a period. |
14
|
| Line has trailing spaces. |
19
|
| First sentence should end with a period. |
20
|
| First sentence should end with a period. |
25
|
| Line has trailing spaces. |
29
|
| First sentence should end with a period. |
30
|
| First sentence should end with a period. |
35
|
| Line has trailing spaces. |
37
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
40
|
| '{' should be on the previous line. |
41
|
| First sentence should end with a period. |
45
|
| Line has trailing spaces. |
47
|
| Method 'getNameKey' is not designed for extension - needs to be abstract, final or empty. |
50
|
| '{' should be on the previous line. |
51
|
| First sentence should end with a period. |
55
|
| Line has trailing spaces. |
57
|
| Method 'getAccessKeyStroke' is not designed for extension - needs to be abstract, final or empty. |
60
|
| '{' should be on the previous line. |
61
|
| First sentence should end with a period. |
65
|
| Line has trailing spaces. |
67
|
| Method 'setAccessKeyStroke' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Parameter accessKeyStrokeArg should be final. |
70
|
| '{' should be on the previous line. |
71
|
| First sentence should end with a period. |
75
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Parameter nameArg should be final. |
79
|
| '{' should be on the previous line. |
80
|
| First sentence should end with a period. |
84
|
| Method 'setNameKey' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter nameKeyArg should be final. |
88
|
| '{' should be on the previous line. |
89
|
| First sentence should end with a period. |
93
|
| Line has trailing spaces. |
95
|
| Method 'getChildItems' is not designed for extension - needs to be abstract, final or empty. |
98
|
| '{' should be on the previous line. |
99
|
| First sentence should end with a period. |
103
|
| Line has trailing spaces. |
105
|
| Method 'addChildItem' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter menuItem should be final. |
108
|
| Expected @param tag for 'menuItem'. |
108
|
| '{' should be on the previous line. |
109
|
| '{' should be on the previous line. |
111
|
| First sentence should end with a period. |
117
|
| Line has trailing spaces. |
119
|
| Method 'addChildItem' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Parameter menuList should be final. |
122
|
| Expected @param tag for 'menuList'. |
122
|
| '{' should be on the previous line. |
123
|
| '{' should be on the previous line. |
125
|
| Line has trailing spaces. |
130
|
edu/asu/cri/MirkE/menu/MenuXMLParser.java
Error | Line |
| Line has trailing spaces. |
1
|
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
19
|
| Line has trailing spaces. |
21
|
| Utility classes should not have a public or default constructor. |
25
|
| '{' should be on the previous line. |
26
|
| First sentence should end with a period. |
27
|
| Line has trailing spaces. |
30
|
| Expected @throws tag for 'MenuException'. |
34
|
| '{' should be on the previous line. |
35
|
| '{' should be on the previous line. |
40
|
| Line has trailing spaces. |
46
|
| '}' should be on the same line. |
48
|
| '{' should be on the previous line. |
50
|
| '}' should be on the same line. |
52
|
| '{' should be on the previous line. |
54
|
| Line has trailing spaces. |
59
|
| First sentence should end with a period. |
60
|
| Line has trailing spaces. |
62
|
| Line has trailing spaces. |
64
|
| Parameter menuXmlFile should be final. |
68
|
| Expected @throws tag for 'MenuException'. |
69
|
| '{' should be on the previous line. |
70
|
| Line has trailing spaces. |
72
|
| '{' should be on the previous line. |
73
|
| Line has trailing spaces. |
76
|
| '}' should be on the same line. |
76
|
| Line has trailing spaces. |
77
|
| '{' should be on the previous line. |
79
|
| Line has trailing spaces. |
82
|
| Line has trailing spaces. |
85
|
| Line has trailing spaces. |
86
|
| Missing a Javadoc comment. |
86
|
| Parameter menuXmlInputStream should be final. |
86
|
| Line has trailing spaces. |
87
|
| '{' should be on the previous line. |
88
|
| Line has trailing spaces. |
92
|
| '{' should be on the previous line. |
94
|
| '}' should be on the same line. |
101
|
| Line has trailing spaces. |
102
|
| '{' should be on the previous line. |
104
|
| '}' should be on the same line. |
106
|
| '{' should be on the previous line. |
108
|
| Line has trailing spaces. |
111
|
| Line has trailing spaces. |
114
|
| First sentence should end with a period. |
115
|
| Line has trailing spaces. |
117
|
| Parameter menuElement should be final. |
122
|
| Expected @throws tag for 'MenuException'. |
123
|
| '{' should be on the previous line. |
124
|
| '{' should be on the previous line. |
133
|
| Line has trailing spaces. |
135
|
| '{' should be on the previous line. |
141
|
| Line has trailing spaces. |
145
|
| '{' should be on the previous line. |
149
|
| '{' should be on the previous line. |
153
|
| '{' should be on the previous line. |
155
|
| '{' should be on the previous line. |
160
|
| '}' should be on the same line. |
162
|
| Line has trailing spaces. |
163
|
| '}' should be on the same line. |
170
|
| '{' should be on the previous line. |
172
|
| '}' should be on the same line. |
180
|
| '{' should be on the previous line. |
182
|
| '}' should be on the same line. |
184
|
| '{' should be on the previous line. |
186
|
| Line has trailing spaces. |
191
|
| First sentence should end with a period. |
192
|
| Line has trailing spaces. |
194
|
| Parameter itemElement should be final. |
199
|
| Expected @throws tag for 'MenuException'. |
200
|
| '{' should be on the previous line. |
201
|
| '{' should be on the previous line. |
206
|
| '{' should be on the previous line. |
211
|
| Line has trailing spaces. |
217
|
| '{' should be on the previous line. |
222
|
| '}' should be on the same line. |
228
|
| '{' should be on the previous line. |
230
|
edu/asu/cri/MirkE/menu/package.html
Error | Line |
| Missing package documentation file. | 0 |
edu/asu/cri/MirkE/package.html
Error | Line |
| Missing package documentation file. | 0 |
edu/asu/cri/MirkE/trace/MirkELogger.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
6
|
| Line is longer than 80 characters. |
7
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
23
|
| Line has trailing spaces. |
25
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
29
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
36
|
| First sentence should end with a period. |
37
|
| Line has trailing spaces. |
40
|
| Line has trailing spaces. |
41
|
| Missing a Javadoc comment. |
42
|
| '{' is not preceded with whitespace. |
42
|
| Line has trailing spaces. |
43
|
| Line has trailing spaces. |
45
|
| First sentence should end with a period. |
46
|
| Line has trailing spaces. |
50
|
| Method 'entry' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Parameter aClass should be final. |
51
|
| ',' is not followed by whitespace. |
51
|
| Parameter message should be final. |
51
|
| '{' is not preceded with whitespace. |
51
|
| 'try' is not followed by whitespace. |
52
|
| '{' is not preceded with whitespace. |
52
|
| 'catch' is not preceded with whitespace. |
54
|
| '}' is not followed by whitespace. |
54
|
| 'catch' is not followed by whitespace. |
54
|
| '{' is not preceded with whitespace. |
54
|
| Line has trailing spaces. |
56
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| First sentence should end with a period. |
59
|
| Line has trailing spaces. |
63
|
| Line has trailing spaces. |
64
|
| Method 'exit' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter aClass should be final. |
64
|
| Parameter message should be final. |
64
|
| '{' is not preceded with whitespace. |
64
|
| Line has trailing spaces. |
65
|
| 'try' is not followed by whitespace. |
66
|
| '{' is not preceded with whitespace. |
66
|
| 'catch' is not preceded with whitespace. |
69
|
| '}' is not followed by whitespace. |
69
|
| 'catch' is not followed by whitespace. |
69
|
| '{' is not preceded with whitespace. |
69
|
| Line has trailing spaces. |
71
|
| Line has trailing spaces. |
72
|
| '+' is not followed by whitespace. |
73
|
| Line has trailing spaces. |
75
|
| First sentence should end with a period. |
76
|
| Line has trailing spaces. |
80
|
| Method 'error' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter aClass should be final. |
81
|
| Parameter message should be final. |
81
|
| '{' is not preceded with whitespace. |
81
|
| 'try' is not followed by whitespace. |
82
|
| '{' is not preceded with whitespace. |
82
|
| 'catch' is not preceded with whitespace. |
84
|
| '}' is not followed by whitespace. |
84
|
| 'catch' is not followed by whitespace. |
84
|
| '{' is not preceded with whitespace. |
84
|
| Line has trailing spaces. |
86
|
| '+' is not preceded with whitespace. |
87
|
| Line contains a tab character. |
88
|
| Line has trailing spaces. |
89
|
| First sentence should end with a period. |
90
|
| Line has trailing spaces. |
94
|
| Method 'warning' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Parameter aClass should be final. |
95
|
| ',' is not followed by whitespace. |
95
|
| Parameter message should be final. |
95
|
| '{' is not preceded with whitespace. |
95
|
| 'try' is not followed by whitespace. |
96
|
| '{' is not preceded with whitespace. |
96
|
| 'catch' is not preceded with whitespace. |
98
|
| '}' is not followed by whitespace. |
98
|
| 'catch' is not followed by whitespace. |
98
|
| '{' is not preceded with whitespace. |
98
|
| Line has trailing spaces. |
100
|
| '+' is not preceded with whitespace. |
101
|
| '+' is not preceded with whitespace. |
101
|
| '+' is not followed by whitespace. |
101
|
| Line has trailing spaces. |
103
|
| Line has trailing spaces. |
106
|
| Line is longer than 80 characters. |
106
|
| Method 'isDebug' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter aClass should be final. |
108
|
| Expected @param tag for 'aClass'. |
108
|
| '{' is not preceded with whitespace. |
108
|
| 'try' is not followed by whitespace. |
109
|
| '{' is not preceded with whitespace. |
109
|
| 'catch' is not preceded with whitespace. |
111
|
| '}' is not followed by whitespace. |
111
|
| 'catch' is not followed by whitespace. |
111
|
| Line has trailing spaces. |
116
|
| Line has trailing spaces. |
117
|
edu/asu/cri/MirkE/trace/MirkELoggerFactory.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Redundant import from the same package - edu.asu.cri.MirkE.trace.MirkELogger. |
9
|
| Line is longer than 80 characters. |
15
|
| Line is longer than 80 characters. |
17
|
| Utility classes should not have a public or default constructor. |
19
|
| Line has trailing spaces. |
20
|
| Missing a Javadoc comment. |
21
|
| Variable 'logger' must be private and have accessor methods. |
21
|
| Line has trailing spaces. |
22
|
| Line has trailing spaces. |
24
|
| '{' is not preceded with whitespace. |
26
|
| Line has trailing spaces. |
27
|
| 'if' is not followed by whitespace. |
28
|
| '{' is not preceded with whitespace. |
28
|
edu/asu/cri/MirkE/trace/MirkE_ExceptionHandler.java
Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Line is longer than 80 characters. |
6
|
| Redundant import from the same package - edu.asu.cri.MirkE.trace.MirkELogger. |
31
|
| Line is longer than 80 characters. |
47
|
| Name 'MirkE_ExceptionHandler' must match pattern '^[A-Z][a-zA-Z0-9]*$'. |
56
|
| First sentence should end with a period. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| First sentence should end with a period. |
62
|
| Line contains a tab character. |
62
|
| First sentence should end with a period. |
67
|
| First sentence should end with a period. |
72
|
| First sentence should end with a period. |
78
|
| First sentence should end with a period. |
83
|
| First sentence should end with a period. |
88
|
| First sentence should end with a period. |
93
|
| First sentence should end with a period. |
98
|
| First sentence should end with a period. |
103
|
| First sentence should end with a period. |
108
|
| First sentence should end with a period. |
113
|
| First sentence should end with a period. |
118
|
| First sentence should end with a period. |
123
|
| First sentence should end with a period. |
129
|
| Line has trailing spaces. |
134
|
| Line has trailing spaces. |
135
|
| Missing a Javadoc comment. |
136
|
| First sentence should end with a period. |
137
|
| Line has trailing spaces. |
138
|
| Line contains a tab character. |
138
|
| First sentence should end with a period. |
143
|
| Unclosed HTML tag found: <code> MirkE_ExceptionHandler<code> instance |
144
|
| Line is longer than 80 characters. |
154
|
| Unclosed HTML tag found: <code>Exception<code> the exception may or may not have a <c |
154
|
| Line is longer than 80 characters. |
155
|
| Method 'handleException' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Parameter exception should be final. |
164
|
| First sentence should end with a period. |
179
|
| Method 'handleException' is not designed for extension - needs to be abstract, final or empty. |
186
|
| Parameter message should be final. |
186
|
| Parameter exception should be final. |
186
|
| First sentence should end with a period. |
194
|
| Line is longer than 80 characters. |
195
|
| Method 'append' is not designed for extension - needs to be abstract, final or empty. |
199
|
| Parameter exception should be final. |
199
|
| Expected @param tag for 'exception'. |
199
|
| '{' is not preceded with whitespace. |
199
|
| Line is longer than 80 characters. |
202
|
| First sentence should end with a period. |
213
|
| '400' is a magic number. |
217
|
| '300' is a magic number. |
217
|
| Line is longer than 80 characters. |
229
|
| '100' is a magic number. |
230
|
| '300' is a magic number. |
230
|
| '4' is a magic number. |
233
|
| '100' is a magic number. |
234
|
| '50' is a magic number. |
239
|
| '350' is a magic number. |
244
|
| '300' is a magic number. |
244
|
| Parameter ae should be final. |
261
|
| '350' is a magic number. |
262
|
| '300' is a magic number. |
262
|
| Parameter ae should be final. |
269
|
| Missing a Javadoc comment. |
287
|
| Parameter exception should be final. |
287
|
| 'cast' is not followed by whitespace. |
289
|
| Line is longer than 80 characters. |
291
|
| Missing a Javadoc comment. |
307
|
| First sentence should end with a period. |
312
|
| Unused @param tag for 'trace'. |
314
|
| Parameter newTrace should be final. |
316
|
| Expected @param tag for 'newTrace'. |
316
|
| '{' is not preceded with whitespace. |
316
|
| First sentence should end with a period. |
320
|
| '{' is not preceded with whitespace. |
325
|
| First sentence should end with a period. |
328
|
| Parameter msg should be final. |
334
|
| Parameter exception should be final. |
334
|
| Expected @param tag for 'exception'. |
334
|
| Line is longer than 80 characters. |
341
|
| Missing a Javadoc comment. |
357
|
| Parameter exception should be final. |
357
|
| 'trace' hides a field. |
359
|
| First sentence should end with a period. |
371
|
| Line is longer than 80 characters. |
374
|
| Method 'setParent' is not designed for extension - needs to be abstract, final or empty. |
376
|
| Parameter parent should be final. |
376
|
| 'parent' hides a field. |
376
|
| First sentence should end with a period. |
380
|
| Unclosed HTML tag found: <code>MirkE_ExceptionHandler<code> |
381
|
| 'if' is not followed by whitespace. |
386
|
| '{' is not preceded with whitespace. |
386
|
| First sentence should end with a period. |
392
|
| Unused @param tag for 'boolean'. |
394
|
| Line has trailing spaces. |
395
|
| Unused @param tag for 'long'. |
395
|
| Parameter aNewMap should be final. |
397
|
| Expected @param tag for 'aNewMap'. |
397
|
| ',' is not followed by whitespace. |
397
|
| Parameter instanceId should be final. |
397
|
| Expected @param tag for 'instanceId'. |
397
|
| '{' is not preceded with whitespace. |
397
|
| Line has trailing spaces. |
401
|
| First sentence should end with a period. |
402
|
| Line has trailing spaces. |
405
|
| '{' is not preceded with whitespace. |
407
|
| Method 'showMe' is not designed for extension - needs to be abstract, final or empty. |
413
|
| '{' is not preceded with whitespace. |
413
|
| First sentence should end with a period. |
417
|
| Parameter object should be final. |
421
|
| Expected @param tag for 'object'. |
421
|
| ',' is not followed by whitespace. |
422
|
edu/asu/cri/MirkE/trace/package.html
Error | Line |
| Missing package documentation file. | 0 |
edu/asu/cri/MirkE/util/AlamarBlueMetabolicAssayDataAnalyzer.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| Redundant import from the same package - edu.asu.cri.MirkE.util.MetabolicAssayDataAnalyzer. |
25
|
| Line is longer than 80 characters. |
31
|
| Line is longer than 80 characters. |
32
|
| First sentence should end with a period. |
33
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Parameter mirke should be final. |
37
|
| Expected @param tag for 'mirke'. |
37
|
| Line contains a tab character. |
38
|
| Expected @throws tag for 'MirkEApplicationException'. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line has trailing spaces. |
41
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line has trailing spaces. |
43
|
| Line contains a tab character. |
43
|
| Line is longer than 80 characters. |
44
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line has trailing spaces. |
46
|
| Line contains a tab character. |
46
|
| Line is longer than 80 characters. |
47
|
| Line contains a tab character. |
47
|
| Line has trailing spaces. |
48
|
| Line contains a tab character. |
48
|
| Line is longer than 80 characters. |
49
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
50
|
| Line contains a tab character. |
50
|
| Line is longer than 80 characters. |
51
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Parameter categoryName should be final. |
53
|
| Line is longer than 80 characters. |
54
|
| Line contains a tab character. |
54
|
| Parameter strain should be final. |
54
|
| Line contains a tab character. |
55
|
| ';' is preceded with whitespace. |
55
|
edu/asu/cri/MirkE/util/DataAnalyzer.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| Using the '.*' form of import should be avoided - java.util.*. |
26
|
| First sentence should end with a period. |
33
|
| Line is longer than 80 characters. |
33
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Method 'setMirke' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Parameter mirke should be final. |
42
|
| 'mirke' hides a field. |
42
|
| Expected @param tag for 'mirke'. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line has trailing spaces. |
45
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Method 'getMirke' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Line contains a tab character. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
53
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line has trailing spaces. |
55
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line is longer than 80 characters. |
57
|
| Line contains a tab character. |
57
|
| Unclosed HTML tag found: <code>mean<code> is not the mean value of the items in the l |
57
|
| Line has trailing spaces. |
58
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line is longer than 80 characters. |
61
|
| Line contains a tab character. |
61
|
| Parameter list should be final. |
61
|
| Parameter mean should be final. |
61
|
| Line contains a tab character. |
63
|
| Line has trailing spaces. |
64
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line is longer than 80 characters. |
68
|
| Line contains a tab character. |
68
|
| 'cast' is not followed by whitespace. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
71
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line has trailing spaces. |
73
|
| Line contains a tab character. |
73
|
| Line has trailing spaces. |
74
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line has trailing spaces. |
78
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
edu/asu/cri/MirkE/util/GrowthCurveDataAnalyzer.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| Line has trailing spaces. |
25
|
| Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.dataStructures.*. |
26
|
| Using the '.*' form of import should be avoided - java.io.*. |
28
|
| Using the '.*' form of import should be avoided - java.util.*. |
29
|
| Line is longer than 80 characters. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| First sentence should end with a period. |
35
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line has trailing spaces. |
38
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
40
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Parameter mirke should be final. |
44
|
| Expected @param tag for 'mirke'. |
44
|
| Line contains a tab character. |
45
|
| Line has trailing spaces. |
46
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line has trailing spaces. |
48
|
| Line contains a tab character. |
48
|
| First sentence should end with a period. |
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
|
| Line contains a tab character. |
53
|
| Line has trailing spaces. |
54
|
| Line is longer than 80 characters. |
54
|
| Line contains a tab character. |
54
|
| Method 'computeGrowthCurves' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Method length is 165 lines (max allowed is 150). |
54
|
| Expected @throws tag for 'MirkEApplicationException'. |
54
|
| Expected @throws tag for 'IOException'. |
54
|
| '{' is not preceded with whitespace. |
54
|
| Line is longer than 80 characters. |
55
|
| Line contains a tab character. |
55
|
| Line is longer than 80 characters. |
56
|
| Line contains a tab character. |
56
|
| Line has trailing spaces. |
57
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line has trailing spaces. |
59
|
| Line contains a tab character. |
59
|
| Line is longer than 80 characters. |
60
|
| Line contains a tab character. |
60
|
| Line has trailing spaces. |
61
|
| Line contains a tab character. |
61
|
| Line has trailing spaces. |
62
|
| Line contains a tab character. |
62
|
| Line is longer than 80 characters. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line has trailing spaces. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line has trailing spaces. |
68
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
71
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Avoid nested blocks. |
72
|
| Line contains a tab character. |
73
|
| Line has trailing spaces. |
74
|
| Line contains a tab character. |
74
|
| Line is longer than 80 characters. |
75
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line is longer than 80 characters. |
77
|
| Line contains a tab character. |
77
|
| Line has trailing spaces. |
78
|
| Line contains a tab character. |
78
|
| Line is longer than 80 characters. |
79
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line is longer than 80 characters. |
81
|
| Line contains a tab character. |
81
|
| Line has trailing spaces. |
82
|
| Line contains a tab character. |
82
|
| Line is longer than 80 characters. |
83
|
| Line contains a tab character. |
83
|
| '+' is not preceded with whitespace. |
83
|
| Line is longer than 80 characters. |
84
|
| Line contains a tab character. |
84
|
| '+' is not preceded with whitespace. |
84
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line has trailing spaces. |
89
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line has trailing spaces. |
91
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line has trailing spaces. |
93
|
| Line contains a tab character. |
93
|
| Line is longer than 80 characters. |
94
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line is longer than 80 characters. |
96
|
| Line contains a tab character. |
96
|
| 'cast' is not followed by whitespace. |
96
|
| Line contains a tab character. |
97
|
| Line has trailing spaces. |
98
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line has trailing spaces. |
102
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line is longer than 80 characters. |
105
|
| Line contains a tab character. |
105
|
| Line has trailing spaces. |
106
|
| Line contains a tab character. |
106
|
| Line is longer than 80 characters. |
107
|
| Line contains a tab character. |
107
|
| '+' is not preceded with whitespace. |
107
|
| '+' is not followed by whitespace. |
107
|
| '+' is not preceded with whitespace. |
107
|
| '+' is not followed by whitespace. |
107
|
| Line contains a tab character. |
109
|
| Line is longer than 80 characters. |
110
|
| Line contains a tab character. |
110
|
| 'cast' is not followed by whitespace. |
110
|
| Line has trailing spaces. |
111
|
| Line contains a tab character. |
111
|
| Line is longer than 80 characters. |
112
|
| Line contains a tab character. |
112
|
| 'cast' is not followed by whitespace. |
112
|
| '/' is not preceded with whitespace. |
112
|
| '/' is not followed by whitespace. |
112
|
| '1000' is a magic number. |
112
|
| '*' is not preceded with whitespace. |
112
|
| '*' is not followed by whitespace. |
112
|
| '60' is a magic number. |
112
|
| '*' is not preceded with whitespace. |
112
|
| '*' is not followed by whitespace. |
112
|
| '60' is a magic number. |
112
|
| ')' is preceded with whitespace. |
112
|
| Line has trailing spaces. |
113
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line is longer than 80 characters. |
115
|
| Line contains a tab character. |
115
|
| Line has trailing spaces. |
116
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line has trailing spaces. |
118
|
| Line is longer than 80 characters. |
118
|
| Line contains a tab character. |
118
|
| Line is longer than 80 characters. |
119
|
| Line contains a tab character. |
119
|
| Line is longer than 80 characters. |
121
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line has trailing spaces. |
123
|
| Line is longer than 80 characters. |
123
|
| Line contains a tab character. |
123
|
| Line has trailing spaces. |
124
|
| Line contains a tab character. |
124
|
| Line is longer than 80 characters. |
125
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line is longer than 80 characters. |
127
|
| Line contains a tab character. |
127
|
| Line is longer than 80 characters. |
129
|
| Line contains a tab character. |
129
|
| Line has trailing spaces. |
130
|
| Line contains a tab character. |
130
|
| Line is longer than 80 characters. |
131
|
| Line contains a tab character. |
131
|
| '+' is not preceded with whitespace. |
131
|
| '+' is not followed by whitespace. |
131
|
| '+' is not preceded with whitespace. |
131
|
| '+' is not followed by whitespace. |
131
|
| '+' should be on a new line. |
131
|
| Line is longer than 80 characters. |
132
|
| Line contains a tab character. |
132
|
| '+' is not preceded with whitespace. |
132
|
| '+' is not followed by whitespace. |
132
|
| '+' is not preceded with whitespace. |
132
|
| '+' is not followed by whitespace. |
132
|
| '+' should be on a new line. |
132
|
| Line has trailing spaces. |
133
|
| Line is longer than 80 characters. |
133
|
| Line contains a tab character. |
133
|
| '+' is not preceded with whitespace. |
133
|
| '+' is not followed by whitespace. |
133
|
| '+' is not preceded with whitespace. |
133
|
| '+' is not followed by whitespace. |
133
|
| Line has trailing spaces. |
134
|
| Line contains a tab character. |
134
|
| Line has trailing spaces. |
135
|
| Line is longer than 80 characters. |
135
|
| Line contains a tab character. |
135
|
| Line is longer than 80 characters. |
136
|
| Line contains a tab character. |
136
|
| 'cast' is not followed by whitespace. |
136
|
| Line is longer than 80 characters. |
137
|
| Line contains a tab character. |
137
|
| Line has trailing spaces. |
138
|
| Line contains a tab character. |
138
|
| Line is longer than 80 characters. |
139
|
| Line contains a tab character. |
139
|
| '+' is not preceded with whitespace. |
139
|
| '+' is not followed by whitespace. |
139
|
| '+' is not preceded with whitespace. |
139
|
| '+' is not followed by whitespace. |
139
|
| '+' should be on a new line. |
139
|
| Line is longer than 80 characters. |
140
|
| Line contains a tab character. |
140
|
| '+' is not preceded with whitespace. |
140
|
| '+' is not followed by whitespace. |
140
|
| '+' is not preceded with whitespace. |
140
|
| '+' is not followed by whitespace. |
140
|
| '+' should be on a new line. |
140
|
| Line has trailing spaces. |
141
|
| Line is longer than 80 characters. |
141
|
| Line contains a tab character. |
141
|
| '+' is not preceded with whitespace. |
141
|
| '+' is not followed by whitespace. |
141
|
| '+' is not preceded with whitespace. |
141
|
| '+' is not followed by whitespace. |
141
|
| Line has trailing spaces. |
142
|
| Line contains a tab character. |
142
|
| Line is longer than 80 characters. |
143
|
| Line contains a tab character. |
143
|
| Line is longer than 80 characters. |
144
|
| Line contains a tab character. |
144
|
| Line has trailing spaces. |
145
|
| Line contains a tab character. |
145
|
| Line has trailing spaces. |
146
|
| Line contains a tab character. |
146
|
| Line has trailing spaces. |
147
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line is longer than 80 characters. |
149
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line has trailing spaces. |
154
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line has trailing spaces. |
157
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| Line has trailing spaces. |
160
|
| Line contains a tab character. |
160
|
| Line is longer than 80 characters. |
161
|
| Line contains a tab character. |
161
|
| Line is longer than 80 characters. |
162
|
| Line contains a tab character. |
162
|
| Line is longer than 80 characters. |
164
|
| Line contains a tab character. |
164
|
| Line is longer than 80 characters. |
165
|
| Line contains a tab character. |
165
|
| Line has trailing spaces. |
166
|
| Line contains a tab character. |
166
|
| Line is longer than 80 characters. |
167
|
| Line contains a tab character. |
167
|
| Line has trailing spaces. |
168
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| ',' is not followed by whitespace. |
171
|
| Line contains a tab character. |
172
|
| Line has trailing spaces. |
173
|
| Line contains a tab character. |
173
|
| Line is longer than 80 characters. |
174
|
| Line contains a tab character. |
174
|
| '3' is a magic number. |
174
|
| Line contains a tab character. |
175
|
| Line is longer than 80 characters. |
176
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| '{' is not preceded with whitespace. |
177
|
| Line is longer than 80 characters. |
178
|
| Line contains a tab character. |
178
|
| Line contains a tab character. |
179
|
| '++' is preceded with whitespace. |
179
|
| Line contains a tab character. |
180
|
| Line has trailing spaces. |
181
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| Line is longer than 80 characters. |
183
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
185
|
| Line has trailing spaces. |
186
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| '+' is not preceded with whitespace. |
187
|
| '+' is not followed by whitespace. |
187
|
| '+' is not preceded with whitespace. |
187
|
| '+' is not followed by whitespace. |
187
|
| Line is longer than 80 characters. |
188
|
| Line contains a tab character. |
188
|
| '+' is not preceded with whitespace. |
188
|
| '+' is not followed by whitespace. |
188
|
| '+' is not preceded with whitespace. |
188
|
| '+' is not followed by whitespace. |
188
|
| Line is longer than 80 characters. |
189
|
| Line contains a tab character. |
189
|
| '+' is not preceded with whitespace. |
189
|
| '+' is not followed by whitespace. |
189
|
| '+' is not preceded with whitespace. |
189
|
| '+' is not followed by whitespace. |
189
|
| Line is longer than 80 characters. |
190
|
| Line contains a tab character. |
190
|
| '+' is not preceded with whitespace. |
190
|
| '+' is not followed by whitespace. |
190
|
| '+' is not preceded with whitespace. |
190
|
| '+' is not followed by whitespace. |
190
|
| Line contains a tab character. |
191
|
| Line has trailing spaces. |
192
|
| Line contains a tab character. |
192
|
| Line contains a tab character. |
193
|
| Line has trailing spaces. |
194
|
| Line contains a tab character. |
194
|
| Line contains a tab character. |
195
|
| Line is longer than 80 characters. |
196
|
| Line contains a tab character. |
196
|
| Line contains a tab character. |
197
|
| Line is longer than 80 characters. |
198
|
| Line contains a tab character. |
198
|
| Line has trailing spaces. |
199
|
| Line contains a tab character. |
199
|
| Line is longer than 80 characters. |
200
|
| Line contains a tab character. |
200
|
| Line has trailing spaces. |
201
|
| Line is longer than 80 characters. |
201
|
| Line contains a tab character. |
201
|
| Line is longer than 80 characters. |
202
|
| Line contains a tab character. |
202
|
| Line has trailing spaces. |
203
|
| Line contains a tab character. |
203
|
| Line is longer than 80 characters. |
204
|
| Line contains a tab character. |
204
|
| '+' is not preceded with whitespace. |
204
|
| '+' is not followed by whitespace. |
204
|
| '+' is not preceded with whitespace. |
204
|
| '+' is not followed by whitespace. |
204
|
| '+' is not preceded with whitespace. |
204
|
| '+' is not followed by whitespace. |
204
|
| '*' is not preceded with whitespace. |
204
|
| '*' is not followed by whitespace. |
204
|
| '+' is not preceded with whitespace. |
204
|
| '+' is not followed by whitespace. |
204
|
| '+' is not preceded with whitespace. |
204
|
| '+' is not followed by whitespace. |
204
|
| '+' is not preceded with whitespace. |
204
|
| '+' is not followed by whitespace. |
204
|
| '*' is not preceded with whitespace. |
204
|
| '*' is not followed by whitespace. |
204
|
| '+' is not preceded with whitespace. |
204
|
| '+' is not followed by whitespace. |
204
|
| '+' is not preceded with whitespace. |
204
|
| '+' is not followed by whitespace. |
204
|
| '+' is not preceded with whitespace. |
204
|
| '+' is not followed by whitespace. |
204
|
| Line is longer than 80 characters. |
205
|
| Line contains a tab character. |
205
|
| Line is longer than 80 characters. |
206
|
| Line contains a tab character. |
206
|
| Line contains a tab character. |
207
|
| Line has trailing spaces. |
208
|
| Line contains a tab character. |
208
|
| Line contains a tab character. |
209
|
| '++' is preceded with whitespace. |
209
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
211
|
| Line has trailing spaces. |
212
|
| Line contains a tab character. |
212
|
| Line contains a tab character. |
213
|
| Line has trailing spaces. |
214
|
| Line contains a tab character. |
214
|
| Line is longer than 80 characters. |
215
|
| Line contains a tab character. |
215
|
| Line has trailing spaces. |
216
|
| Line contains a tab character. |
216
|
| Line has trailing spaces. |
217
|
| Line contains a tab character. |
217
|
| Line contains a tab character. |
218
|
edu/asu/cri/MirkE/util/MetabolicAssayDataAnalyzer.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
6
|
| Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.*. |
25
|
| Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.dataStructures.*. |
27
|
| Using the '.*' form of import should be avoided - javax.swing.*. |
29
|
| Using the '.*' form of import should be avoided - java.io.*. |
30
|
| Using the '.*' form of import should be avoided - java.util.*. |
31
|
| Line is longer than 80 characters. |
35
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| First sentence should end with a period. |
38
|
| Line contains a tab character. |
42
|
| Expected @throws tag for 'MirkEApplicationException'. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line has trailing spaces. |
45
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line is longer than 80 characters. |
51
|
| Line contains a tab character. |
51
|
| Parameter mirke should be final. |
51
|
| Expected @param tag for 'mirke'. |
51
|
| Expected @throws tag for 'MirkEApplicationException'. |
51
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
53
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line has trailing spaces. |
56
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Method 'scheduleInitialization' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Expected @throws tag for 'MirkEApplicationException'. |
60
|
| '{' is not preceded with whitespace. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| '{' is not preceded with whitespace. |
62
|
| Line contains a tab character. |
63
|
| 'try' is not followed by whitespace. |
63
|
| '{' is not preceded with whitespace. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| 'catch' is not preceded with whitespace. |
65
|
| '}' is not followed by whitespace. |
65
|
| Must have at least one statement. |
65
|
| Line has trailing spaces. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
71
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Missing a Javadoc comment. |
72
|
| Line has trailing spaces. |
73
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Method 'createAndShow' is not designed for extension - needs to be abstract, final or empty. |
77
|
| Expected @throws tag for 'MirkEApplicationException'. |
77
|
| Line is longer than 80 characters. |
78
|
| Line contains a tab character. |
78
|
| Line has trailing spaces. |
79
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line has trailing spaces. |
81
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line has trailing spaces. |
83
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| '=' is not preceded with whitespace. |
84
|
| '=' is not followed by whitespace. |
84
|
| ';' is not followed by whitespace. |
84
|
| '<' is not preceded with whitespace. |
84
|
| '10' is a magic number. |
84
|
| '<' is not followed by whitespace. |
84
|
| ';' is not followed by whitespace. |
84
|
| Line contains a tab character. |
85
|
| Line has trailing spaces. |
86
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
88
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line has trailing spaces. |
90
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line has trailing spaces. |
95
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line is longer than 80 characters. |
99
|
| Line contains a tab character. |
99
|
| Method 'computeMetabolicPercentConverted' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Expected @throws tag for 'MirkEApplicationException'. |
99
|
| Line contains a tab character. |
100
|
| Line has trailing spaces. |
101
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line has trailing spaces. |
103
|
| Line contains a tab character. |
103
|
| Line is longer than 80 characters. |
104
|
| Line contains a tab character. |
104
|
| Line has trailing spaces. |
105
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line has trailing spaces. |
107
|
| 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 contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line has trailing spaces. |
112
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line has trailing spaces. |
114
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Avoid nested blocks. |
115
|
| Line is longer than 80 characters. |
116
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
117
|
| Line is longer than 80 characters. |
118
|
| Line contains a tab character. |
118
|
| Line has trailing spaces. |
119
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line is longer than 80 characters. |
122
|
| Line contains a tab character. |
122
|
| Line has trailing spaces. |
123
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line is longer than 80 characters. |
126
|
| Line contains a tab character. |
126
|
| Line has trailing spaces. |
127
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line is longer than 80 characters. |
129
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line has trailing spaces. |
131
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line has trailing spaces. |
133
|
| Line contains a tab character. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line has trailing spaces. |
136
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line has trailing spaces. |
138
|
| Line contains a tab character. |
138
|
| Line has trailing spaces. |
139
|
| Line contains a tab character. |
139
|
| Avoid nested blocks. |
139
|
| Line is longer than 80 characters. |
140
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Line is longer than 80 characters. |
142
|
| Line contains a tab character. |
142
|
| Line has trailing spaces. |
143
|
| Line contains a tab character. |
143
|
| Line is longer than 80 characters. |
144
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Line has trailing spaces. |
147
|
| Line contains a tab character. |
147
|
| Line is longer than 80 characters. |
148
|
| Line contains a tab character. |
148
|
| Avoid nested blocks. |
148
|
| Line is longer than 80 characters. |
149
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line is longer than 80 characters. |
151
|
| Line contains a tab character. |
151
|
| Line has trailing spaces. |
152
|
| Line contains a tab character. |
152
|
| Line is longer than 80 characters. |
153
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| Line is longer than 80 characters. |
155
|
| Line contains a tab character. |
155
|
| Line has trailing spaces. |
156
|
| Line contains a tab character. |
156
|
| Line is longer than 80 characters. |
157
|
| Line contains a tab character. |
157
|
| Line is longer than 80 characters. |
158
|
| Line contains a tab character. |
158
|
| Line has trailing spaces. |
159
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line has trailing spaces. |
162
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line has trailing spaces. |
167
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| Line is longer than 80 characters. |
170
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Line contains a tab character. |
172
|
| Line is longer than 80 characters. |
173
|
| Line contains a tab character. |
173
|
| Line has trailing spaces. |
174
|
| Line contains a tab character. |
174
|
| Line is longer than 80 characters. |
175
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| Line contains a tab character. |
178
|
| Method 'computeFractionConverted' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Parameter categoryName should be final. |
178
|
| Line has trailing spaces. |
179
|
| Line contains a tab character. |
179
|
| Parameter strain should be final. |
179
|
| Line contains a tab character. |
180
|
| Expected @throws tag for 'MirkEApplicationException'. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| Line has trailing spaces. |
183
|
| Line contains a tab character. |
183
|
| Line is longer than 80 characters. |
184
|
| Line contains a tab character. |
184
|
| Line has trailing spaces. |
185
|
| Line contains a tab character. |
185
|
| Line is longer than 80 characters. |
186
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| Line contains a tab character. |
188
|
| Line is longer than 80 characters. |
189
|
| Line contains a tab character. |
189
|
| Line has trailing spaces. |
190
|
| Line contains a tab character. |
190
|
| Line is longer than 80 characters. |
191
|
| Line contains a tab character. |
191
|
| Line is longer than 80 characters. |
192
|
| Line contains a tab character. |
192
|
| '+' should be on a new line. |
192
|
| Line is longer than 80 characters. |
193
|
| Line contains a tab character. |
193
|
| '+' is not preceded with whitespace. |
193
|
| '+' is not followed by whitespace. |
193
|
| '+' is not preceded with whitespace. |
193
|
| '+' is not followed by whitespace. |
193
|
| '+' should be on a new line. |
193
|
| Line is longer than 80 characters. |
194
|
| Line contains a tab character. |
194
|
| '+' should be on a new line. |
194
|
| Line is longer than 80 characters. |
195
|
| Line contains a tab character. |
195
|
| '+' is not preceded with whitespace. |
195
|
| '+' is not followed by whitespace. |
195
|
| '+' is not preceded with whitespace. |
195
|
| '+' is not followed by whitespace. |
195
|
| '+' should be on a new line. |
195
|
| Line has trailing spaces. |
196
|
| Line is longer than 80 characters. |
196
|
| Line contains a tab character. |
196
|
| '+' is not preceded with whitespace. |
196
|
| '+' is not followed by whitespace. |
196
|
| '+' is not preceded with whitespace. |
196
|
| '+' is not followed by whitespace. |
196
|
| Line has trailing spaces. |
197
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
198
|
| Line contains a tab character. |
199
|
| '==' is not preceded with whitespace. |
199
|
| '==' is not followed by whitespace. |
199
|
| Line has trailing spaces. |
200
|
| Line is longer than 80 characters. |
200
|
| Line contains a tab character. |
200
|
| 'cast' is not followed by whitespace. |
200
|
| Line is longer than 80 characters. |
201
|
| Line contains a tab character. |
201
|
| '+' should be on a new line. |
201
|
| Line is longer than 80 characters. |
202
|
| Line contains a tab character. |
202
|
| '+' is not preceded with whitespace. |
202
|
| '+' is not followed by whitespace. |
202
|
| '+' is not preceded with whitespace. |
202
|
| '+' is not followed by whitespace. |
202
|
| '+' should be on a new line. |
202
|
| Line is longer than 80 characters. |
203
|
| Line contains a tab character. |
203
|
| '+' should be on a new line. |
203
|
| Line is longer than 80 characters. |
204
|
| Line contains a tab character. |
204
|
| '+' is not preceded with whitespace. |
204
|
| '+' is not followed by whitespace. |
204
|
| '+' is not preceded with whitespace. |
204
|
| '+' is not followed by whitespace. |
204
|
| '+' should be on a new line. |
204
|
| Line has trailing spaces. |
205
|
| Line is longer than 80 characters. |
205
|
| Line contains a tab character. |
205
|
| '+' is not preceded with whitespace. |
205
|
| '+' is not followed by whitespace. |
205
|
| '+' is not preceded with whitespace. |
205
|
| '+' is not followed by whitespace. |
205
|
| Line has trailing spaces. |
206
|
| Line contains a tab character. |
206
|
| Line is longer than 80 characters. |
207
|
| Line contains a tab character. |
207
|
| Line has trailing spaces. |
208
|
| Line contains a tab character. |
208
|
| Line is longer than 80 characters. |
209
|
| Line contains a tab character. |
209
|
| Line is longer than 80 characters. |
210
|
| Line contains a tab character. |
210
|
| Line is longer than 80 characters. |
211
|
| Line contains a tab character. |
211
|
| Line is longer than 80 characters. |
212
|
| Line contains a tab character. |
212
|
| Line has trailing spaces. |
213
|
| Line contains a tab character. |
213
|
| Line is longer than 80 characters. |
214
|
| Line contains a tab character. |
214
|
| Line is longer than 80 characters. |
215
|
| Line contains a tab character. |
215
|
| Line is longer than 80 characters. |
216
|
| Line contains a tab character. |
216
|
| Line has trailing spaces. |
217
|
| Line contains a tab character. |
217
|
| Line is longer than 80 characters. |
218
|
| Line contains a tab character. |
218
|
| Line is longer than 80 characters. |
219
|
| Line contains a tab character. |
219
|
| '+' should be on a new line. |
219
|
| Line is longer than 80 characters. |
220
|
| Line contains a tab character. |
220
|
| '+' should be on a new line. |
220
|
| Line has trailing spaces. |
221
|
| Line is longer than 80 characters. |
221
|
| Line contains a tab character. |
221
|
| '+' is not preceded with whitespace. |
221
|
| '+' is not followed by whitespace. |
221
|
| '+' is not preceded with whitespace. |
221
|
| '+' is not followed by whitespace. |
221
|
| Line has trailing spaces. |
222
|
| Line contains a tab character. |
222
|
| Line contains a tab character. |
223
|
| Line is longer than 80 characters. |
224
|
| Line contains a tab character. |
224
|
| Line has trailing spaces. |
225
|
| Line is longer than 80 characters. |
225
|
| Line contains a tab character. |
225
|
| 'cast' is not followed by whitespace. |
225
|
| Line is longer than 80 characters. |
226
|
| Line contains a tab character. |
226
|
| Line has trailing spaces. |
227
|
| Line contains a tab character. |
227
|
| Line is longer than 80 characters. |
228
|
| Line contains a tab character. |
228
|
| '+' should be on a new line. |
228
|
| Line is longer than 80 characters. |
229
|
| Line contains a tab character. |
229
|
| '+' should be on a new line. |
229
|
| Line has trailing spaces. |
230
|
| Line is longer than 80 characters. |
230
|
| Line contains a tab character. |
230
|
| '+' is not preceded with whitespace. |
230
|
| '+' is not followed by whitespace. |
230
|
| '+' is not preceded with whitespace. |
230
|
| '+' is not followed by whitespace. |
230
|
| Line has trailing spaces. |
231
|
| Line contains a tab character. |
231
|
| Line is longer than 80 characters. |
232
|
| Line contains a tab character. |
232
|
| Line has trailing spaces. |
233
|
| Line contains a tab character. |
233
|
| Line is longer than 80 characters. |
234
|
| Line contains a tab character. |
234
|
| Line is longer than 80 characters. |
235
|
| Line contains a tab character. |
235
|
| Line is longer than 80 characters. |
236
|
| Line contains a tab character. |
236
|
| Line has trailing spaces. |
237
|
| Line contains a tab character. |
237
|
| Line is longer than 80 characters. |
238
|
| Line contains a tab character. |
238
|
| Line has trailing spaces. |
239
|
| Line contains a tab character. |
239
|
| Line contains a tab character. |
240
|
| Line contains a tab character. |
241
|
| Line has trailing spaces. |
242
|
| Line contains a tab character. |
242
|
| Line is longer than 80 characters. |
243
|
| Line contains a tab character. |
243
|
| Line is longer than 80 characters. |
244
|
| Line contains a tab character. |
244
|
| '+' should be on a new line. |
244
|
| Line is longer than 80 characters. |
245
|
| Line contains a tab character. |
245
|
| '+' should be on a new line. |
245
|
| Line is longer than 80 characters. |
246
|
| Line contains a tab character. |
246
|
| '+' should be on a new line. |
246
|
| Line is longer than 80 characters. |
247
|
| Line contains a tab character. |
247
|
| '+' is not preceded with whitespace. |
247
|
| '+' is not followed by whitespace. |
247
|
| '+' is not preceded with whitespace. |
247
|
| '+' is not followed by whitespace. |
247
|
| '+' should be on a new line. |
247
|
| Line has trailing spaces. |
248
|
| Line is longer than 80 characters. |
248
|
| Line contains a tab character. |
248
|
| '+' is not preceded with whitespace. |
248
|
| '+' is not followed by whitespace. |
248
|
| '+' is not preceded with whitespace. |
248
|
| '+' is not followed by whitespace. |
248
|
| Line has trailing spaces. |
249
|
| Line contains a tab character. |
249
|
| Line contains a tab character. |
250
|
| Line contains a tab character. |
251
|
| Line has trailing spaces. |
252
|
| Line contains a tab character. |
252
|
| Line contains a tab character. |
253
|
| Line is longer than 80 characters. |
254
|
| Line contains a tab character. |
254
|
| Line has trailing spaces. |
255
|
| Line is longer than 80 characters. |
255
|
| Line contains a tab character. |
255
|
| 'cast' is not followed by whitespace. |
255
|
| Line has trailing spaces. |
256
|
| Line contains a tab character. |
256
|
| Line is longer than 80 characters. |
257
|
| Line contains a tab character. |
257
|
| '+' should be on a new line. |
257
|
| Line is longer than 80 characters. |
258
|
| Line contains a tab character. |
258
|
| '+' should be on a new line. |
258
|
| Line is longer than 80 characters. |
259
|
| Line contains a tab character. |
259
|
| '+' should be on a new line. |
259
|
| Line is longer than 80 characters. |
260
|
| Line contains a tab character. |
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
|
| '+' should be on a new line. |
260
|
| Line is longer than 80 characters. |
261
|
| Line contains a tab character. |
261
|
| '+' is not preceded with whitespace. |
261
|
| '+' is not followed by whitespace. |
261
|
| '+' is not preceded with whitespace. |
261
|
| '+' is not followed by whitespace. |
261
|
| Line has trailing spaces. |
262
|
| Line contains a tab character. |
262
|
| Line is longer than 80 characters. |
263
|
| Line contains a tab character. |
263
|
| Line contains a tab character. |
264
|
| Line has trailing spaces. |
265
|
| Line contains a tab character. |
265
|
| Line has trailing spaces. |
266
|
| Line contains a tab character. |
266
|
| Line has trailing spaces. |
267
|
| Line is longer than 80 characters. |
267
|
| Line contains a tab character. |
267
|
| Line is longer than 80 characters. |
268
|
| Line contains a tab character. |
268
|
| Line is longer than 80 characters. |
269
|
| Line contains a tab character. |
269
|
| Line has trailing spaces. |
270
|
| Line contains a tab character. |
270
|
| Line has trailing spaces. |
271
|
| Line contains a tab character. |
271
|
| Line is longer than 80 characters. |
272
|
| Line contains a tab character. |
272
|
| Line is longer than 80 characters. |
273
|
| Line contains a tab character. |
273
|
| '+' should be on a new line. |
273
|
| Line is longer than 80 characters. |
274
|
| Line contains a tab character. |
274
|
| '+' should be on a new line. |
274
|
| Line has trailing spaces. |
275
|
| Line is longer than 80 characters. |
275
|
| Line contains a tab character. |
275
|
| '+' is not preceded with whitespace. |
275
|
| '+' is not followed by whitespace. |
275
|
| '+' is not preceded with whitespace. |
275
|
| '+' is not followed by whitespace. |
275
|
| Line has trailing spaces. |
276
|
| Line contains a tab character. |
276
|
| Line contains a tab character. |
277
|
| Line is longer than 80 characters. |
278
|
| Line contains a tab character. |
278
|
| Line has trailing spaces. |
279
|
| Line is longer than 80 characters. |
279
|
| Line contains a tab character. |
279
|
| 'cast' is not followed by whitespace. |
279
|
| Line is longer than 80 characters. |
280
|
| Line contains a tab character. |
280
|
| '+' should be on a new line. |
280
|
| Line is longer than 80 characters. |
281
|
| Line contains a tab character. |
281
|
| '+' should be on a new line. |
281
|
| Line has trailing spaces. |
282
|
| Line is longer than 80 characters. |
282
|
| Line contains a tab character. |
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
|
| Line has trailing spaces. |
283
|
| Line contains a tab character. |
283
|
| Line is longer than 80 characters. |
284
|
| Line contains a tab character. |
284
|
| Line has trailing spaces. |
285
|
| Line contains a tab character. |
285
|
| Line is longer than 80 characters. |
286
|
| Line contains a tab character. |
286
|
| Line is longer than 80 characters. |
287
|
| Line contains a tab character. |
287
|
| Line is longer than 80 characters. |
288
|
| Line contains a tab character. |
288
|
| Line has trailing spaces. |
289
|
| Line contains a tab character. |
289
|
| Line is longer than 80 characters. |
290
|
| Line contains a tab character. |
290
|
| Line has trailing spaces. |
291
|
| Line contains a tab character. |
291
|
| Line is longer than 80 characters. |
292
|
| Line contains a tab character. |
292
|
| Line contains a tab character. |
293
|
| Line contains a tab character. |
294
|
| Line has trailing spaces. |
295
|
| Line contains a tab character. |
295
|
| Line is longer than 80 characters. |
296
|
| Line contains a tab character. |
296
|
| Line is longer than 80 characters. |
297
|
| Line contains a tab character. |
297
|
| Line is longer than 80 characters. |
298
|
| Line contains a tab character. |
298
|
| Line has trailing spaces. |
299
|
| Line contains a tab character. |
299
|
| Line contains a tab character. |
300
|
| Line contains a tab character. |
301
|
| Line has trailing spaces. |
302
|
| Line contains a tab character. |
302
|
| Line contains a tab character. |
303
|
| Line contains a tab character. |
304
|
| Line has trailing spaces. |
305
|
| Line contains a tab character. |
305
|
edu/asu/cri/MirkE/util/MirkeMessages.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
9
|
| Utility classes should not have a public or default constructor. |
13
|
| '{' should be on the previous line. |
14
|
| First sentence should end with a period. |
15
|
| First sentence should end with a period. |
21
|
| First sentence should end with a period. |
26
|
| Line has trailing spaces. |
27
|
| '{' should be on the previous line. |
30
|
| '{' should be on the previous line. |
32
|
| '}' should be on the same line. |
34
|
| '{' should be on the previous line. |
36
|
| First sentence should end with a period. |
41
|
| Line has trailing spaces. |
43
|
| Parameter messageKey should be final. |
47
|
| '{' should be on the previous line. |
48
|
| '{' should be on the previous line. |
50
|
edu/asu/cri/MirkE/util/MirkeProperties.java
Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
8
|
| Line has trailing spaces. |
11
|
| Utility classes should not have a public or default constructor. |
15
|
| '{' should be on the previous line. |
16
|
| First sentence should end with a period. |
17
|
| First sentence should end with a period. |
22
|
| First sentence should end with a period. |
27
|
| First sentence should end with a period. |
32
|
| First sentence should end with a period. |
37
|
| '{' should be on the previous line. |
41
|
| '{' should be on the previous line. |
44
|
| '{' should be on the previous line. |
55
|
| '}' should be on the same line. |
57
|
| '{' should be on the previous line. |
59
|
| Line has trailing spaces. |
64
|
| Line has trailing spaces. |
65
|
| Line has trailing spaces. |
68
|
| '}' should be on the same line. |
71
|
| '{' should be on the previous line. |
73
|
| Line has trailing spaces. |
79
|
| Line has trailing spaces. |
80
|
| '{' should be on the previous line. |
83
|
| '{' should be on the previous line. |
85
|
| '}' should be on the same line. |
87
|
| '{' should be on the previous line. |
89
|
| First sentence should end with a period. |
94
|
| Line has trailing spaces. |
96
|
| Parameter propertyKey should be final. |
100
|
| '{' should be on the previous line. |
101
|
edu/asu/cri/MirkE/util/ObservableFactory.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
7
|
| Using the '.*' form of import should be avoided - edu.asu.cri.MirkE.dataStructures.*. |
26
|
| First sentence should end with a period. |
31
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
33
|
| Line is longer than 80 characters. |
33
|
| Line contains a tab character. |
36
|
| Missing a Javadoc comment. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| First sentence should end with a period. |
38
|
| Line contains a tab character. |
38
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| '{' is not followed by whitespace. |
41
|
| '}' is not preceded with whitespace. |
41
|
| Line has trailing spaces. |
42
|
| Line contains a tab character. |
42
|
| First sentence should end with a period. |
43
|
| Line contains a tab character. |
43
|
| Line has trailing spaces. |
44
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Parameter dataSet should be final. |
47
|
| 'dataSet' hides a field. |
47
|
| Expected @param tag for 'dataSet'. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
50
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Method 'setDataSet' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Parameter dataSet should be final. |
54
|
| 'dataSet' hides a field. |
54
|
| Expected @param tag for 'dataSet'. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line has trailing spaces. |
57
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Method 'getDataSet' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line has trailing spaces. |
64
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line is longer than 80 characters. |
70
|
| Line contains a tab character. |
70
|
| Method 'getObservable' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Parameter name should be final. |
70
|
| Expected @param tag for 'name'. |
70
|
| Expected @throws tag for 'MirkEApplicationException'. |
70
|
| '{' is not preceded with whitespace. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line has trailing spaces. |
73
|
| Line contains a tab character. |
73
|
| Line is longer than 80 characters. |
74
|
| Line contains a tab character. |
74
|
| Line has trailing spaces. |
75
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| 'cast' is not followed by whitespace. |
77
|
| Line has trailing spaces. |
78
|
| Line contains a tab character. |
78
|
| Line is longer than 80 characters. |
79
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line has trailing spaces. |
81
|
| Line contains a tab character. |
81
|
| Line is longer than 80 characters. |
82
|
| Line contains a tab character. |
82
|
| Line has trailing spaces. |
83
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line has trailing spaces. |
86
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line has trailing spaces. |
89
|
| Line contains a tab character. |
89
|
| Line is longer than 80 characters. |
90
|
| Line contains a tab character. |
90
|
| Line has trailing spaces. |
91
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line has trailing spaces. |
93
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
edu/asu/cri/MirkE/util/Parser.java
Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Missing a Javadoc comment. |
11
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Missing a Javadoc comment. |
13
|
| Name 'DEBUGING_ON' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
13
|
| Line has trailing spaces. |
14
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line has trailing spaces. |
16
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line has trailing spaces. |
18
|
| Line contains a tab character. |
18
|
| Line has trailing spaces. |
19
|
| Line contains a tab character. |
19
|
| Line has trailing spaces. |
20
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| '{' is not preceded with whitespace. |
23
|
| Line has trailing spaces. |
24
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Variable 'currentPosition' must be private and have accessor methods. |
26
|
| First sentence should end with a period. |
27
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Variable 'source' must be private and have accessor methods. |
28
|
| First sentence should end with a period. |
29
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Variable 'resultLexem' must be private and have accessor methods. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Variable 'symbolValue' must be private and have accessor methods. |
32
|
| Line has trailing spaces. |
33
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line has trailing spaces. |
36
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line has trailing spaces. |
38
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| '{' is not preceded with whitespace. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line has trailing spaces. |
44
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line has trailing spaces. |
46
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| '{' is not preceded with whitespace. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| 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
|
| '{' is not preceded with whitespace. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line has trailing spaces. |
61
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line has trailing spaces. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Parameter symbolValue should be final. |
66
|
| 'symbolValue' hides a field. |
66
|
| '{' is not preceded with whitespace. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line has trailing spaces. |
71
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| '{' is not preceded with whitespace. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line has trailing spaces. |
77
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| 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
|
| 'if' construct must use '{}'s. |
83
|
| Line contains a tab character. |
83
|
| 'if' is not followed by whitespace. |
83
|
| Line is longer than 80 characters. |
84
|
| Line contains a tab character. |
84
|
| '-' is not preceded with whitespace. |
84
|
| '-' is not followed by whitespace. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line has trailing spaces. |
87
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line is longer than 80 characters. |
95
|
| Line contains a tab character. |
95
|
| Parameter position should be final. |
95
|
| Expected @param tag for 'position'. |
95
|
| Parameter source should be final. |
95
|
| 'source' hides a field. |
95
|
| Expected @param tag for 'source'. |
95
|
| Parameter result should be final. |
95
|
| Expected @param tag for 'result'. |
95
|
| Parameter valor should be final. |
95
|
| Expected @param tag for 'valor'. |
95
|
| '{' is not preceded with whitespace. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line has trailing spaces. |
101
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Parameter source should be final. |
106
|
| 'source' hides a field. |
106
|
| Expected @param tag for 'source'. |
106
|
| '{' is not preceded with whitespace. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line has trailing spaces. |
112
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Expected an @return tag. |
117
|
| Line contains a tab character. |
117
|
| '{' is not preceded with whitespace. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| 'if' is not followed by whitespace. |
119
|
| '>' is not preceded with whitespace. |
119
|
| '>' is not followed by whitespace. |
119
|
| '{' is not preceded with whitespace. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| 'else' is not preceded with whitespace. |
121
|
| '}' is not followed by whitespace. |
121
|
| 'else' is not followed by whitespace. |
121
|
| '{' is not preceded with whitespace. |
121
|
| Line contains a tab character. |
122
|
| Line is longer than 80 characters. |
123
|
| Line contains a tab character. |
123
|
| '-' is not followed by whitespace. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line has trailing spaces. |
126
|
| Line contains a tab character. |
126
|
| First sentence should end with a period. |
127
|
| Line contains a tab character. |
127
|
| Line has trailing spaces. |
128
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| '{' is not preceded with whitespace. |
132
|
| Line contains a tab character. |
133
|
| Line contains a tab character. |
134
|
| Line has trailing spaces. |
135
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line has trailing spaces. |
138
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| '{' is not preceded with whitespace. |
141
|
| Line contains a tab character. |
142
|
| Line is longer than 80 characters. |
143
|
| Line contains a tab character. |
143
|
| '-' is not preceded with whitespace. |
143
|
| '-' is not followed by whitespace. |
143
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| Line has trailing spaces. |
146
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| '{' is not preceded with whitespace. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| Line has trailing spaces. |
155
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| '{' is not preceded with whitespace. |
160
|
| Line contains a tab character. |
161
|
| '>=' is not preceded with whitespace. |
161
|
| Line contains a tab character. |
162
|
| Line has trailing spaces. |
163
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line has trailing spaces. |
165
|
| Line contains a tab character. |
165
|
| Line is longer than 80 characters. |
166
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| '{' is not preceded with whitespace. |
168
|
| Line is longer than 80 characters. |
169
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Line has trailing spaces. |
172
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| Line has trailing spaces. |
178
|
| Line contains a tab character. |
178
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| Missing a Javadoc comment. |
180
|
| Line contains a tab character. |
181
|
| Missing a Javadoc comment. |
181
|
| Line contains a tab character. |
182
|
| Missing a Javadoc comment. |
182
|
| Line contains a tab character. |
183
|
| Missing a Javadoc comment. |
183
|
| Line contains a tab character. |
184
|
| Missing a Javadoc comment. |
184
|
| Line contains a tab character. |
185
|
| Missing a Javadoc comment. |
185
|
| Line contains a tab character. |
186
|
| Missing a Javadoc comment. |
186
|
| Line contains a tab character. |
187
|
| Missing a Javadoc comment. |
187
|
| Line contains a tab character. |
188
|
| Missing a Javadoc comment. |
188
|
| Line contains a tab character. |
189
|
| Missing a Javadoc comment. |
189
|
| Line contains a tab character. |
190
|
| Missing a Javadoc comment. |
190
|
| Line contains a tab character. |
191
|
| Missing a Javadoc comment. |
191
|
| Line contains a tab character. |
192
|
| Missing a Javadoc comment. |
192
|
| Line contains a tab character. |
193
|
| Missing a Javadoc comment. |
193
|
| Line contains a tab character. |
194
|
| Missing a Javadoc comment. |
194
|
| Line contains a tab character. |
195
|
| Missing a Javadoc comment. |
195
|
| Line has trailing spaces. |
196
|
| Line contains a tab character. |
196
|
| Line has trailing spaces. |
197
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Missing a Javadoc comment. |
200
|
| Line contains a tab character. |
201
|
| Missing a Javadoc comment. |
201
|
| Line contains a tab character. |
202
|
| Missing a Javadoc comment. |
202
|
| Line contains a tab character. |
203
|
| Missing a Javadoc comment. |
203
|
| Line contains a tab character. |
204
|
| Missing a Javadoc comment. |
204
|
| Line contains a tab character. |
205
|
| Missing a Javadoc comment. |
205
|
| Line has trailing spaces. |
206
|
| Line contains a tab character. |
206
|
| Line contains a tab character. |
207
|
| Missing a Javadoc comment. |
207
|
| Line contains a tab character. |
208
|
| Missing a Javadoc comment. |
208
|
| Line contains a tab character. |
209
|
| Missing a Javadoc comment. |
209
|
| Line is longer than 80 characters. |
210
|
| Line contains a tab character. |
210
|
| Missing a Javadoc comment. |
210
|
| Line has trailing spaces. |
211
|
| Line contains a tab character. |
211
|
| Line contains a tab character. |
212
|
| Line has trailing spaces. |
213
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
214
|
| Missing a Javadoc comment. |
214
|
| Line is longer than 80 characters. |
215
|
| Line contains a tab character. |
215
|
| Missing a Javadoc comment. |
215
|
| '=' is not preceded with whitespace. |
215
|
| Line has trailing spaces. |
216
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| Missing a Javadoc comment. |
217
|
| Line is longer than 80 characters. |
218
|
| Line contains a tab character. |
218
|
| Missing a Javadoc comment. |
218
|
| Line has trailing spaces. |
219
|
| Line contains a tab character. |
219
|
| Line contains a tab character. |
220
|
| Missing a Javadoc comment. |
220
|
| Line is longer than 80 characters. |
221
|
| Line contains a tab character. |
221
|
| Missing a Javadoc comment. |
221
|
| Line has trailing spaces. |
222
|
| Line contains a tab character. |
222
|
| Line contains a tab character. |
223
|
| Missing a Javadoc comment. |
223
|
| Line is longer than 80 characters. |
224
|
| Line contains a tab character. |
224
|
| Missing a Javadoc comment. |
224
|
| Line is longer than 80 characters. |
225
|
| Line contains a tab character. |
225
|
| Missing a Javadoc comment. |
225
|
| Line has trailing spaces. |
226
|
| Line contains a tab character. |
226
|
| Line has trailing spaces. |
227
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Missing a Javadoc comment. |
228
|
| Line contains a tab character. |
229
|
| Missing a Javadoc comment. |
229
|
| Line contains a tab character. |
230
|
| Missing a Javadoc comment. |
230
|
| Line contains a tab character. |
231
|
| Missing a Javadoc comment. |
231
|
| Line contains a tab character. |
232
|
| Missing a Javadoc comment. |
232
|
| Line contains a tab character. |
233
|
| Missing a Javadoc comment. |
233
|
| Line contains a tab character. |
234
|
| Missing a Javadoc comment. |
234
|
| Line is longer than 80 characters. |
235
|
| Line contains a tab character. |
235
|
| Missing a Javadoc comment. |
235
|
| '=' is not preceded with whitespace. |
235
|
| Line has trailing spaces. |
236
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
239
|
| Line contains a tab character. |
240
|
| Line contains a tab character. |
241
|
| Line is longer than 80 characters. |
242
|
| Line contains a tab character. |
242
|
| Line is longer than 80 characters. |
243
|
| Line contains a tab character. |
243
|
| Line is longer than 80 characters. |
244
|
| Line contains a tab character. |
244
|
| Line is longer than 80 characters. |
245
|
| Line contains a tab character. |
245
|
| Line is longer than 80 characters. |
246
|
| Line contains a tab character. |
246
|
| Line is longer than 80 characters. |
247
|
| Line contains a tab character. |
247
|
| Line is longer than 80 characters. |
248
|
| Line contains a tab character. |
248
|
| Line is longer than 80 characters. |
249
|
| Line contains a tab character. |
249
|
| Line is longer than 80 characters. |
250
|
| Line contains a tab character. |
250
|
| Line is longer than 80 characters. |
251
|
| Line contains a tab character. |
251
|
| Line is longer than 80 characters. |
252
|
| Line contains a tab character. |
252
|
| Line contains a tab character. |
253
|
| Line contains a tab character. |
254
|
| Missing a Javadoc comment. |
254
|
| Name 'TA' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
254
|
| '=' is not preceded with whitespace. |
254
|
| '=' is not followed by whitespace. |
254
|
| Line is longer than 80 characters. |
255
|
| Line contains a tab character. |
255
|
| '{' is followed by whitespace. |
255
|
| Line is longer than 80 characters. |
256
|
| Line contains a tab character. |
256
|
| '{' is followed by whitespace. |
256
|
| Line is longer than 80 characters. |
257
|
| Line contains a tab character. |
257
|
| '{' is followed by whitespace. |
257
|
| Line is longer than 80 characters. |
258
|
| Line contains a tab character. |
258
|
| '{' is followed by whitespace. |
258
|
| Line is longer than 80 characters. |
259
|
| Line contains a tab character. |
259
|
| '{' is followed by whitespace. |
259
|
| Line is longer than 80 characters. |
260
|
| Line contains a tab character. |
260
|
| '{' is followed by whitespace. |
260
|
| Line is longer than 80 characters. |
261
|
| Line contains a tab character. |
261
|
| '{' is followed by whitespace. |
261
|
| Line contains a tab character. |
262
|
| Line has trailing spaces. |
263
|
| Line contains a tab character. |
263
|
| Line contains a tab character. |
264
|
| Line has trailing spaces. |
265
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Line contains a tab character. |
267
|
| Line contains a tab character. |
268
|
| Line contains a tab character. |
269
|
| Expected an @return tag. |
270
|
| Line contains a tab character. |
270
|
| Parameter character should be final. |
270
|
| Expected @param tag for 'character'. |
270
|
| '{' is not preceded with whitespace. |
270
|
| 'if' construct must use '{}'s. |
271
|
| Line contains a tab character. |
271
|
| 'if' is not followed by whitespace. |
271
|
| Line contains a tab character. |
272
|
| 'if' construct must use '{}'s. |
273
|
| Line is longer than 80 characters. |
273
|
| Line contains a tab character. |
273
|
| 'if' is not followed by whitespace. |
273
|
| 'if' construct must use '{}'s. |
274
|
| Line is longer than 80 characters. |
274
|
| Line contains a tab character. |
274
|
| 'if' is not followed by whitespace. |
274
|
| 'if' construct must use '{}'s. |
275
|
| Line is longer than 80 characters. |
275
|
| Line contains a tab character. |
275
|
| 'if' is not followed by whitespace. |
275
|
| 'if' construct must use '{}'s. |
276
|
| Line is longer than 80 characters. |
276
|
| Line contains a tab character. |
276
|
| 'if' is not followed by whitespace. |
276
|
| 'if' construct must use '{}'s. |
277
|
| Line is longer than 80 characters. |
277
|
| Line contains a tab character. |
277
|
| 'if' is not followed by whitespace. |
277
|
| 'if' construct must use '{}'s. |
278
|
| Line is longer than 80 characters. |
278
|
| Line contains a tab character. |
278
|
| 'if' is not followed by whitespace. |
278
|
| 'if' construct must use '{}'s. |
279
|
| Line is longer than 80 characters. |
279
|
| Line contains a tab character. |
279
|
| 'if' is not followed by whitespace. |
279
|
| 'if' construct must use '{}'s. |
280
|
| Line is longer than 80 characters. |
280
|
| Line contains a tab character. |
280
|
| 'if' is not followed by whitespace. |
280
|
| 'if' construct must use '{}'s. |
281
|
| Line is longer than 80 characters. |
281
|
| Line contains a tab character. |
281
|
| 'if' is not followed by whitespace. |
281
|
| 'if' construct must use '{}'s. |
282
|
| Line is longer than 80 characters. |
282
|
| Line contains a tab character. |
282
|
| 'if' is not followed by whitespace. |
282
|
| 'if' construct must use '{}'s. |
283
|
| Line is longer than 80 characters. |
283
|
| Line contains a tab character. |
283
|
| 'if' is not followed by whitespace. |
283
|
| 'if' construct must use '{}'s. |
284
|
| Line is longer than 80 characters. |
284
|
| Line contains a tab character. |
284
|
| 'if' is not followed by whitespace. |
284
|
| 'if' construct must use '{}'s. |
285
|
| Line is longer than 80 characters. |
285
|
| Line contains a tab character. |
285
|
| 'if' is not followed by whitespace. |
285
|
| Line contains a tab character. |
286
|
| Line contains a tab character. |
287
|
| Line has trailing spaces. |
288
|
| Line contains a tab character. |
288
|
| Line contains a tab character. |
289
|
| Line contains a tab character. |
290
|
| Line contains a tab character. |
291
|
| Line contains a tab character. |
292
|
| Line contains a tab character. |
293
|
| Expected an @return tag. |
294
|
| Line contains a tab character. |
294
|
| Parameter state should be final. |
294
|
| Expected @param tag for 'state'. |
294
|
| '{' is not preceded with whitespace. |
294
|
| Line contains a tab character. |
295
|
| Line contains a tab character. |
296
|
| Line has trailing spaces. |
297
|
| Line contains a tab character. |
297
|
| Line contains a tab character. |
298
|
| Line contains a tab character. |
299
|
| Line contains a tab character. |
300
|
| Line contains a tab character. |
301
|
| Line contains a tab character. |
302
|
| Line contains a tab character. |
303
|
| Line contains a tab character. |
304
|
| Line is longer than 80 characters. |
305
|
| Line contains a tab character. |
305
|
| Parameter state should be final. |
305
|
| Parameter inChar should be final. |
305
|
| Parameter parsedString should be final. |
305
|
| Expected @param tag for 'parsedString'. |
305
|
| '{' is not preceded with whitespace. |
305
|
| Line contains a tab character. |
306
|
| Line contains a tab character. |
307
|
| 'if' is not followed by whitespace. |
307
|
| '<=' is not followed by whitespace. |
307
|
| '{' is not preceded with whitespace. |
307
|
| Line contains a tab character. |
308
|
| Line contains a tab character. |
309
|
| 'if' is not followed by whitespace. |
309
|
| '==' is not preceded with whitespace. |
309
|
| '==' is not followed by whitespace. |
309
|
| '{' is not preceded with whitespace. |
309
|
| Line contains a tab character. |
310
|
| Line contains a tab character. |
311
|
| Line contains a tab character. |
312
|
| Line contains a tab character. |
313
|
| Line contains a tab character. |
314
|
| Line contains a tab character. |
315
|
| Line has trailing spaces. |
316
|
| Line contains a tab character. |
316
|
| Line contains a tab character. |
317
|
| Line contains a tab character. |
318
|
| Line has trailing spaces. |
319
|
| Line contains a tab character. |
319
|
| Line contains a tab character. |
320
|
| Expected an @return tag. |
321
|
| Line contains a tab character. |
321
|
| Parameter state should be final. |
321
|
| Expected @param tag for 'state'. |
321
|
| '{' is not preceded with whitespace. |
321
|
| Line contains a tab character. |
322
|
| '{' is not preceded with whitespace. |
322
|
| Line contains a tab character. |
323
|
| Line contains a tab character. |
324
|
| Line contains a tab character. |
325
|
| Line contains a tab character. |
326
|
| Line contains a tab character. |
327
|
| Line contains a tab character. |
328
|
| Line contains a tab character. |
329
|
| Line contains a tab character. |
330
|
| Line contains a tab character. |
331
|
| Line contains a tab character. |
332
|
| Line contains a tab character. |
333
|
| Line contains a tab character. |
334
|
| Line has trailing spaces. |
335
|
| Line contains a tab character. |
335
|
| Line has trailing spaces. |
336
|
| Line contains a tab character. |
336
|
| Line contains a tab character. |
337
|
| Missing a Javadoc comment. |
337
|
| Parameter state should be final. |
337
|
| '{' is not preceded with whitespace. |
337
|
| Line is longer than 80 characters. |
338
|
| Line contains a tab character. |
338
|
| Line contains a tab character. |
339
|
| Line has trailing spaces. |
340
|
| Line contains a tab character. |
340
|
| Line contains a tab character. |
341
|
| Missing a Javadoc comment. |
341
|
| Parameter state should be final. |
341
|
| '{' is not preceded with whitespace. |
341
|
| Line is longer than 80 characters. |
342
|
| Line contains a tab character. |
342
|
| Line contains a tab character. |
343
|
| Line has trailing spaces. |
344
|
| Line contains a tab character. |
344
|
| Line contains a tab character. |
345
|
| Line has trailing spaces. |
346
|
| Line contains a tab character. |
346
|
| Line contains a tab character. |
347
|
| Line contains a tab character. |
348
|
| Line contains a tab character. |
349
|
| Line contains a tab character. |
350
|
| Expected an @return tag. |
351
|
| Line contains a tab character. |
351
|
| Parameter parsedString should be final. |
351
|
| Expected @param tag for 'parsedString'. |
351
|
| '{' is not preceded with whitespace. |
351
|
| Line contains a tab character. |
352
|
| Line contains a tab character. |
353
|
| Line contains a tab character. |
354
|
| Line contains a tab character. |
355
|
| 'while' is not followed by whitespace. |
355
|
| '{' is not preceded with whitespace. |
355
|
| Line contains a tab character. |
356
|
| Line contains a tab character. |
357
|
| 'if' is not followed by whitespace. |
357
|
| '{' is not preceded with whitespace. |
357
|
| Line contains a tab character. |
358
|
| Line contains a tab character. |
359
|
| Line contains a tab character. |
360
|
| Line contains a tab character. |
361
|
| Line contains a tab character. |
362
|
| Line contains a tab character. |
363
|
| Line contains a tab character. |
364
|
| 'if' is not followed by whitespace. |
364
|
| '!=' is not preceded with whitespace. |
364
|
| '!=' is not followed by whitespace. |
364
|
| '{' is not preceded with whitespace. |
364
|
| Line contains a tab character. |
365
|
| Line contains a tab character. |
366
|
| Line is longer than 80 characters. |
367
|
| Line contains a tab character. |
367
|
| 'else' is not preceded with whitespace. |
367
|
| '}' is not followed by whitespace. |
367
|
| 'if' is not followed by whitespace. |
367
|
| '!=' is not preceded with whitespace. |
367
|
| '!=' is not followed by whitespace. |
367
|
| '{' is not preceded with whitespace. |
367
|
| Line contains a tab character. |
368
|
| Line contains a tab character. |
369
|
| Line contains a tab character. |
370
|
| Line contains a tab character. |
371
|
| Line contains a tab character. |
372
|
| Line contains a tab character. |
373
|
| Line has trailing spaces. |
374
|
| Line contains a tab character. |
374
|
| Line has trailing spaces. |
375
|
| Line contains a tab character. |
375
|
| Line contains a tab character. |
376
|
| Line contains a tab character. |
377
|
| Line contains a tab character. |
378
|
| Line contains a tab character. |
379
|
| Line contains a tab character. |
380
|
| Line has trailing spaces. |
381
|
| Line contains a tab character. |
381
|
| Line contains a tab character. |
382
|
| Line contains a tab character. |
383
|
| Missing a Javadoc comment. |
383
|
| Name 'yy_stack' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
383
|
| Line contains a tab character. |
384
|
| Line contains a tab character. |
385
|
| Missing a Javadoc comment. |
385
|
| Name 'yy_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
385
|
| Line has trailing spaces. |
386
|
| Line contains a tab character. |
386
|
| Missing a Javadoc comment. |
386
|
| Name 'yy_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
386
|
| Line contains a tab character. |
387
|
| Missing a Javadoc comment. |
387
|
| Name 'yy_symbol' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
387
|
| Line has trailing spaces. |
388
|
| Line contains a tab character. |
388
|
| Line contains a tab character. |
389
|
| Missing a Javadoc comment. |
389
|
| Name '_ST_PARSE_COMPLETED' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
389
|
| Line is longer than 80 characters. |
390
|
| Line contains a tab character. |
390
|
| Missing a Javadoc comment. |
390
|
| Name '_ST_PARSE_ERROR' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
390
|
| Line has trailing spaces. |
391
|
| Line contains a tab character. |
391
|
| Line contains a tab character. |
392
|
| Line is longer than 80 characters. |
393
|
| Line contains a tab character. |
393
|
| Missing a Javadoc comment. |
393
|
| Line contains a tab character. |
394
|
| Missing a Javadoc comment. |
394
|
| Line contains a tab character. |
395
|
| Missing a Javadoc comment. |
395
|
| Line contains a tab character. |
396
|
| Missing a Javadoc comment. |
396
|
| Line contains a tab character. |
397
|
| Missing a Javadoc comment. |
397
|
| Line contains a tab character. |
398
|
| Missing a Javadoc comment. |
398
|
| Line contains a tab character. |
399
|
| Missing a Javadoc comment. |
399
|
| Line contains a tab character. |
400
|
| Missing a Javadoc comment. |
400
|
| Line contains a tab character. |
401
|
| Missing a Javadoc comment. |
401
|
| Line contains a tab character. |
402
|
| Missing a Javadoc comment. |
402
|
| Line contains a tab character. |
403
|
| Missing a Javadoc comment. |
403
|
| Line contains a tab character. |
404
|
| Missing a Javadoc comment. |
404
|
| Line contains a tab character. |
405
|
| Missing a Javadoc comment. |
405
|
| Line contains a tab character. |
406
|
| Missing a Javadoc comment. |
406
|
| Line contains a tab character. |
407
|
| Missing a Javadoc comment. |
407
|
| Line contains a tab character. |
408
|
| Missing a Javadoc comment. |
408
|
| Line contains a tab character. |
409
|
| Missing a Javadoc comment. |
409
|
| Line contains a tab character. |
410
|
| Missing a Javadoc comment. |
410
|
| Line contains a tab character. |
411
|
| Missing a Javadoc comment. |
411
|
| Line contains a tab character. |
412
|
| Missing a Javadoc comment. |
412
|
| Line contains a tab character. |
413
|
| Missing a Javadoc comment. |
413
|
| Line contains a tab character. |
414
|
| Missing a Javadoc comment. |
414
|
| Line contains a tab character. |
415
|
| Missing a Javadoc comment. |
415
|
| Line contains a tab character. |
416
|
| Missing a Javadoc comment. |
416
|
| Line contains a tab character. |
417
|
| Missing a Javadoc comment. |
417
|
| Line contains a tab character. |
418
|
| Missing a Javadoc comment. |
418
|
| Line contains a tab character. |
419
|
| Missing a Javadoc comment. |
419
|
| Line contains a tab character. |
420
|
| Missing a Javadoc comment. |
420
|
| Line contains a tab character. |
421
|
| Missing a Javadoc comment. |
421
|
| Line contains a tab character. |
422
|
| Line contains a tab character. |
423
|
| Missing a Javadoc comment. |
423
|
| Line has trailing spaces. |
424
|
| Line contains a tab character. |
424
|
| Line has trailing spaces. |
425
|
| Line contains a tab character. |
425
|
| Line contains a tab character. |
426
|
| Line contains a tab character. |
427
|
| Missing a Javadoc comment. |
427
|
| Line contains a tab character. |
428
|
| Missing a Javadoc comment. |
428
|
| Line contains a tab character. |
429
|
| Missing a Javadoc comment. |
429
|
| Line contains a tab character. |
430
|
| Missing a Javadoc comment. |
430
|
| Line contains a tab character. |
431
|
| Missing a Javadoc comment. |
431
|
| Line contains a tab character. |
432
|
| Missing a Javadoc comment. |
432
|
| Line contains a tab character. |
433
|
| Missing a Javadoc comment. |
433
|
| Line contains a tab character. |
434
|
| Missing a Javadoc comment. |
434
|
| Line contains a tab character. |
435
|
| Missing a Javadoc comment. |
435
|
| Line contains a tab character. |
436
|
| Missing a Javadoc comment. |
436
|
| Line contains a tab character. |
437
|
| Missing a Javadoc comment. |
437
|
| Line contains a tab character. |
438
|
| Missing a Javadoc comment. |
438
|
| Line contains a tab character. |
439
|
| Missing a Javadoc comment. |
439
|
| Line contains a tab character. |
440
|
| Missing a Javadoc comment. |
440
|
| Line contains a tab character. |
441
|
| Missing a Javadoc comment. |
441
|
| Line contains a tab character. |
442
|
| Missing a Javadoc comment. |
442
|
| Line contains a tab character. |
443
|
| Missing a Javadoc comment. |
443
|
| Line contains a tab character. |
444
|
| Missing a Javadoc comment. |
444
|
| Line contains a tab character. |
445
|
| Missing a Javadoc comment. |
445
|
| Line contains a tab character. |
446
|
| Missing a Javadoc comment. |
446
|
| Line contains a tab character. |
447
|
| Missing a Javadoc comment. |
447
|
| Line contains a tab character. |
448
|
| Missing a Javadoc comment. |
448
|
| Line contains a tab character. |
449
|
| Missing a Javadoc comment. |
449
|
| Line contains a tab character. |
450
|
| Missing a Javadoc comment. |
450
|
| Line contains a tab character. |
451
|
| Missing a Javadoc comment. |
451
|
| Line contains a tab character. |
452
|
| Missing a Javadoc comment. |
452
|
| Line contains a tab character. |
453
|
| Missing a Javadoc comment. |
453
|
| ';' is not followed by whitespace. |
453
|
| Line has trailing spaces. |
454
|
| Line contains a tab character. |
454
|
| Line contains a tab character. |
455
|
| Line contains a tab character. |
456
|
| Missing a Javadoc comment. |
456
|
| Line contains a tab character. |
457
|
| Missing a Javadoc comment. |
457
|
| Line contains a tab character. |
458
|
| Missing a Javadoc comment. |
458
|
| Line contains a tab character. |
459
|
| Missing a Javadoc comment. |
459
|
| Line contains a tab character. |
460
|
| Missing a Javadoc comment. |
460
|
| Line contains a tab character. |
461
|
| Missing a Javadoc comment. |
461
|
| Line contains a tab character. |
462
|
| Missing a Javadoc comment. |
462
|
| Line contains a tab character. |
463
|
| Missing a Javadoc comment. |
463
|
| Line contains a tab character. |
464
|
| Missing a Javadoc comment. |
464
|
| Line contains a tab character. |
465
|
| Missing a Javadoc comment. |
465
|
| Line contains a tab character. |
466
|
| Missing a Javadoc comment. |
466
|
| Line contains a tab character. |
467
|
| Missing a Javadoc comment. |
467
|
| Line contains a tab character. |
468
|
| Missing a Javadoc comment. |
468
|
| Line contains a tab character. |
469
|
| Missing a Javadoc comment. |
469
|
| Line contains a tab character. |
470
|
| Missing a Javadoc comment. |
470
|
| Line contains a tab character. |
471
|
| Missing a Javadoc comment. |
471
|
| Line has trailing spaces. |
472
|
| Line contains a tab character. |
472
|
| Line contains a tab character. |
473
|
| Line contains a tab character. |
474
|
| Missing a Javadoc comment. |
474
|
| Line contains a tab character. |
475
|
| Missing a Javadoc comment. |
475
|
| Line contains a tab character. |
476
|
| Missing a Javadoc comment. |
476
|
| Line contains a tab character. |
477
|
| Missing a Javadoc comment. |
477
|
| Line contains a tab character. |
478
|
| Line contains a tab character. |
479
|
| Missing a Javadoc comment. |
479
|
| Line contains a tab character. |
480
|
| Missing a Javadoc comment. |
480
|
| Line contains a tab character. |
481
|
| Missing a Javadoc comment. |
481
|
| Line contains a tab character. |
482
|
| Missing a Javadoc comment. |
482
|
| Line contains a tab character. |
483
|
| Missing a Javadoc comment. |
483
|
| Line contains a tab character. |
484
|
| Missing a Javadoc comment. |
484
|
| Line contains a tab character. |
485
|
| Missing a Javadoc comment. |
485
|
| Line has trailing spaces. |
486
|
| Line contains a tab character. |
486
|
| Line contains a tab character. |
487
|
| Missing a Javadoc comment. |
487
|
| Name '_ST_TE_EOF' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
487
|
| Line has trailing spaces. |
488
|
| Line contains a tab character. |
488
|
| Line contains a tab character. |
489
|
| Line contains a tab character. |
490
|
| Missing a Javadoc comment. |
490
|
| Line contains a tab character. |
491
|
| Missing a Javadoc comment. |
491
|
| Line contains a tab character. |
492
|
| Missing a Javadoc comment. |
492
|
| Line contains a tab character. |
493
|
| Missing a Javadoc comment. |
493
|
| Line contains a tab character. |
494
|
| Missing a Javadoc comment. |
494
|
| Line contains a tab character. |
495
|
| Missing a Javadoc comment. |
495
|
| Line contains a tab character. |
496
|
| Missing a Javadoc comment. |
496
|
| Line has trailing spaces. |
497
|
| Line contains a tab character. |
497
|
| Line has trailing spaces. |
498
|
| Line contains a tab character. |
498
|
| Line contains a tab character. |
499
|
| Line has trailing spaces. |
500
|
| Line contains a tab character. |
500
|
| Line contains a tab character. |
501
|
| Line contains a tab character. |
502
|
| Line contains a tab character. |
503
|
| Line contains a tab character. |
504
|
| '{' is not preceded with whitespace. |
504
|
| First sentence should end with a period. |
505
|
| Line contains a tab character. |
505
|
| Line contains a tab character. |
506
|
| First sentence should end with a period. |
507
|
| Line has trailing spaces. |
507
|
| Line contains a tab character. |
507
|
| Line contains a tab character. |
508
|
| Line contains a tab character. |
509
|
| Line contains a tab character. |
510
|
| Line has trailing spaces. |
511
|
| Line contains a tab character. |
511
|
| First sentence should end with a period. |
512
|
| Line contains a tab character. |
512
|
| Line contains a tab character. |
513
|
| Line contains a tab character. |
514
|
| Line contains a tab character. |
515
|
| Line contains a tab character. |
516
|
| Line contains a tab character. |
517
|
| Line is longer than 80 characters. |
518
|
| Line contains a tab character. |
518
|
| Parameter leftHandSide should be final. |
518
|
| 'leftHandSide' hides a field. |
518
|
| Parameter rightHandSide should be final. |
518
|
| 'rightHandSide' hides a field. |
518
|
| Parameter representation should be final. |
518
|
| 'representation' hides a field. |
518
|
| '{' is not preceded with whitespace. |
518
|
| Line contains a tab character. |
519
|
| Line contains a tab character. |
520
|
| Line contains a tab character. |
521
|
| Line contains a tab character. |
522
|
| Line has trailing spaces. |
523
|
| Line contains a tab character. |
523
|
| Line contains a tab character. |
524
|
| Line has trailing spaces. |
525
|
| Line contains a tab character. |
525
|
| Line contains a tab character. |
526
|
| Line contains a tab character. |
527
|
| Line contains a tab character. |
528
|
| '{' is not preceded with whitespace. |
528
|
| Line contains a tab character. |
529
|
| Line contains a tab character. |
530
|
| Line has trailing spaces. |
531
|
| Line contains a tab character. |
531
|
| Line contains a tab character. |
532
|
| Line has trailing spaces. |
533
|
| Line contains a tab character. |
533
|
| Line contains a tab character. |
534
|
| Line contains a tab character. |
535
|
| Line contains a tab character. |
536
|
| '{' is not preceded with whitespace. |
536
|
| Line contains a tab character. |
537
|
| Line contains a tab character. |
538
|
| Line has trailing spaces. |
539
|
| Line contains a tab character. |
539
|
| Line contains a tab character. |
540
|
| Line has trailing spaces. |
541
|
| Line contains a tab character. |
541
|
| Line contains a tab character. |
542
|
| Line contains a tab character. |
543
|
| Line contains a tab character. |
544
|
| '{' is not preceded with whitespace. |
544
|
| Line contains a tab character. |
545
|
| Line contains a tab character. |
546
|
| Line has trailing spaces. |
547
|
| Line contains a tab character. |
547
|
| First sentence should end with a period. |
548
|
| Line contains a tab character. |
548
|
| Line contains a tab character. |
549
|
| Line contains a tab character. |
550
|
| Line contains a tab character. |
551
|
| Line contains a tab character. |
552
|
| Expected an @return tag. |
553
|
| Line contains a tab character. |
553
|
| Parameter index should be final. |
553
|
| Expected @param tag for 'index'. |
553
|
| '{' is not preceded with whitespace. |
553
|
| Line contains a tab character. |
554
|
| 'if' is not followed by whitespace. |
554
|
| '<' is not preceded with whitespace. |
554
|
| '<' is not followed by whitespace. |
554
|
| '{' is not preceded with whitespace. |
554
|
| Line contains a tab character. |
555
|
| Line contains a tab character. |
556
|
| Line contains a tab character. |
557
|
| Line contains a tab character. |
558
|
| Line has trailing spaces. |
559
|
| Line contains a tab character. |
559
|
| Line contains a tab character. |
560
|
| Line has trailing spaces. |
561
|
| Line contains a tab character. |
561
|
| Line contains a tab character. |
562
|
| Expected an @return tag. |
563
|
| Line contains a tab character. |
563
|
| '{' is not preceded with whitespace. |
563
|
| Line contains a tab character. |
564
|
| Line contains a tab character. |
565
|
| Line contains a tab character. |
566
|
| Line has trailing spaces. |
567
|
| Line contains a tab character. |
567
|
| Line has trailing spaces. |
568
|
| Line contains a tab character. |
568
|
| Line contains a tab character. |
569
|
| Line contains a tab character. |
570
|
| Missing a Javadoc comment. |
570
|
| Name 'production_01' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
570
|
| Line is longer than 80 characters. |
571
|
| Line contains a tab character. |
571
|
| Missing a Javadoc comment. |
571
|
| Name 'PR_01' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
571
|
| '=' is not preceded with whitespace. |
571
|
| Line has trailing spaces. |
572
|
| Line contains a tab character. |
572
|
| Line contains a tab character. |
573
|
| Missing a Javadoc comment. |
573
|
| Name 'production_02' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
573
|
| Line is longer than 80 characters. |
574
|
| Line contains a tab character. |
574
|
| Missing a Javadoc comment. |
574
|
| Name 'PR_02' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
574
|
| '=' is not preceded with whitespace. |
574
|
| Line has trailing spaces. |
575
|
| Line contains a tab character. |
575
|
| Line contains a tab character. |
576
|
| Missing a Javadoc comment. |
576
|
| Name 'production_03' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
576
|
| Line is longer than 80 characters. |
577
|
| Line contains a tab character. |
577
|
| Missing a Javadoc comment. |
577
|
| Name 'PR_03' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
577
|
| '=' is not preceded with whitespace. |
577
|
| Line has trailing spaces. |
578
|
| Line contains a tab character. |
578
|
| Line contains a tab character. |
579
|
| Missing a Javadoc comment. |
579
|
| Name 'production_04' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
579
|
| Line is longer than 80 characters. |
580
|
| Line contains a tab character. |
580
|
| Missing a Javadoc comment. |
580
|
| Name 'PR_04' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
580
|
| '=' is not preceded with whitespace. |
580
|
| Line has trailing spaces. |
581
|
| Line contains a tab character. |
581
|
| Line contains a tab character. |
582
|
| Line is longer than 80 characters. |
583
|
| Line contains a tab character. |
583
|
| Line has trailing spaces. |
584
|
| Line contains a tab character. |
584
|
| Line contains a tab character. |
585
|
| Missing a Javadoc comment. |
585
|
| Name 'production_05' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
585
|
| Line is longer than 80 characters. |
586
|
| Line contains a tab character. |
586
|
| Missing a Javadoc comment. |
586
|
| Name 'PR_05' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
586
|
| '=' is not preceded with whitespace. |
586
|
| Line has trailing spaces. |
587
|
| Line contains a tab character. |
587
|
| Line contains a tab character. |
588
|
| Missing a Javadoc comment. |
588
|
| Name 'production_06' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
588
|
| Line is longer than 80 characters. |
589
|
| Line contains a tab character. |
589
|
| Missing a Javadoc comment. |
589
|
| Name 'PR_06' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
589
|
| '=' is not preceded with whitespace. |
589
|
| Line has trailing spaces. |
590
|
| Line contains a tab character. |
590
|
| Line contains a tab character. |
591
|
| Missing a Javadoc comment. |
591
|
| Name 'production_07' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
591
|
| Line is longer than 80 characters. |
592
|
| Line contains a tab character. |
592
|
| Missing a Javadoc comment. |
592
|
| Name 'PR_07' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
592
|
| '=' is not preceded with whitespace. |
592
|
| Line has trailing spaces. |
593
|
| Line contains a tab character. |
593
|
| Line contains a tab character. |
594
|
| Missing a Javadoc comment. |
594
|
| Name 'production_08' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
594
|
| Line is longer than 80 characters. |
595
|
| Line contains a tab character. |
595
|
| Missing a Javadoc comment. |
595
|
| Name 'PR_08' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
595
|
| '=' is not preceded with whitespace. |
595
|
| Line has trailing spaces. |
596
|
| Line contains a tab character. |
596
|
| Line contains a tab character. |
597
|
| Missing a Javadoc comment. |
597
|
| Name 'production_09' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
597
|
| Line is longer than 80 characters. |
598
|
| Line contains a tab character. |
598
|
| Missing a Javadoc comment. |
598
|
| Name 'PR_09' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
598
|
| '=' is not preceded with whitespace. |
598
|
| Line has trailing spaces. |
599
|
| Line contains a tab character. |
599
|
| Line contains a tab character. |
600
|
| Missing a Javadoc comment. |
600
|
| Name 'production_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
600
|
| Line is longer than 80 characters. |
601
|
| Line contains a tab character. |
601
|
| Missing a Javadoc comment. |
601
|
| Name 'PR_10' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
601
|
| '=' is not preceded with whitespace. |
601
|
| Line has trailing spaces. |
602
|
| Line contains a tab character. |
602
|
| Line contains a tab character. |
603
|
| Missing a Javadoc comment. |
603
|
| Name 'production_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
603
|
| Line is longer than 80 characters. |
604
|
| Line contains a tab character. |
604
|
| Missing a Javadoc comment. |
604
|
| Name 'PR_11' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
604
|
| '=' is not preceded with whitespace. |
604
|
| Line has trailing spaces. |
605
|
| Line contains a tab character. |
605
|
| Line has trailing spaces. |
606
|
| Line contains a tab character. |
606
|
| Line contains a tab character. |
607
|
| Missing a Javadoc comment. |
607
|
| Name 'production_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
607
|
| Line is longer than 80 characters. |
608
|
| Line contains a tab character. |
608
|
| Missing a Javadoc comment. |
608
|
| Name 'PR_12' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
608
|
| '=' is not preceded with whitespace. |
608
|
| Line has trailing spaces. |
609
|
| Line contains a tab character. |
609
|
| Line contains a tab character. |
610
|
| Missing a Javadoc comment. |
610
|
| Name 'production_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
610
|
| Line is longer than 80 characters. |
611
|
| Line contains a tab character. |
611
|
| Missing a Javadoc comment. |
611
|
| Name 'PR_13' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
611
|
| '=' is not preceded with whitespace. |
611
|
| Line has trailing spaces. |
612
|
| Line contains a tab character. |
612
|
| Line contains a tab character. |
613
|
| Missing a Javadoc comment. |
613
|
| Name 'production_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
613
|
| Line is longer than 80 characters. |
614
|
| Line contains a tab character. |
614
|
| Missing a Javadoc comment. |
614
|
| Name 'PR_14' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
614
|
| '=' is not preceded with whitespace. |
614
|
| Line has trailing spaces. |
615
|
| Line contains a tab character. |
615
|
| Line has trailing spaces. |
616
|
| Line contains a tab character. |
616
|
| Line contains a tab character. |
617
|
| Line contains a tab character. |
618
|
| Line contains a tab character. |
619
|
| Line contains a tab character. |
620
|
| Line contains a tab character. |
621
|
| Line contains a tab character. |
622
|
| Line contains a tab character. |
623
|
| Line has trailing spaces. |
624
|
| Line contains a tab character. |
624
|
| Line has trailing spaces. |
625
|
| Line contains a tab character. |
625
|
| Line has trailing spaces. |
626
|
| Line contains a tab character. |
626
|
| Line contains a tab character. |
627
|
| Missing a Javadoc comment. |
627
|
| Name 'yy_action_table' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
627
|
| '=' is not preceded with whitespace. |
627
|
| '=' is not followed by whitespace. |
627
|
| Line has trailing spaces. |
628
|
| Line is longer than 80 characters. |
628
|
| Line contains a tab character. |
628
|
| Line is longer than 80 characters. |
629
|
| Line contains a tab character. |
629
|
| Line is longer than 80 characters. |
630
|
| Line contains a tab character. |
630
|
| Line is longer than 80 characters. |
631
|
| Line contains a tab character. |
631
|
| Line is longer than 80 characters. |
632
|
| Line contains a tab character. |
632
|
| Line is longer than 80 characters. |
633
|
| Line contains a tab character. |
633
|
| Line is longer than 80 characters. |
634
|
| Line contains a tab character. |
634
|
| Line is longer than 80 characters. |
635
|
| Line contains a tab character. |
635
|
| Line is longer than 80 characters. |
636
|
| Line contains a tab character. |
636
|
| Line is longer than 80 characters. |
637
|
| Line contains a tab character. |
637
|
| '{' is followed by whitespace. |
637
|
| Line is longer than 80 characters. |
638
|
| Line contains a tab character. |
638
|
| '{' is followed by whitespace. |
638
|
| Line is longer than 80 characters. |
639
|
| Line contains a tab character. |
639
|
| Line is longer than 80 characters. |
640
|
| Line contains a tab character. |
640
|
| Line is longer than 80 characters. |
641
|
| Line contains a tab character. |
641
|
| Line is longer than 80 characters. |
642
|
| Line contains a tab character. |
642
|
| Line is longer than 80 characters. |
643
|
| Line contains a tab character. |
643
|
| Line is longer than 80 characters. |
644
|
| Line contains a tab character. |
644
|
| '{' is followed by whitespace. |
644
|
| Line is longer than 80 characters. |
645
|
| Line contains a tab character. |
645
|
| Line is longer than 80 characters. |
646
|
| Line contains a tab character. |
646
|
| Line is longer than 80 characters. |
647
|
| Line contains a tab character. |
647
|
| Line is longer than 80 characters. |
648
|
| Line contains a tab character. |
648
|
| Line is longer than 80 characters. |
649
|
| Line contains a tab character. |
649
|
| Line is longer than 80 characters. |
650
|
| Line contains a tab character. |
650
|
| Line is longer than 80 characters. |
651
|
| Line contains a tab character. |
651
|
| Line is longer than 80 characters. |
652
|
| Line contains a tab character. |
652
|
| Line is longer than 80 characters. |
653
|
| Line contains a tab character. |
653
|
| Line is longer than 80 characters. |
654
|
| Line contains a tab character. |
654
|
| Line contains a tab character. |
655
|
| Line has trailing spaces. |
656
|
| Line contains a tab character. |
656
|
| Line has trailing spaces. |
657
|
| Line contains a tab character. |
657
|
| Line contains a tab character. |
658
|
| Missing a Javadoc comment. |
658
|
| Name 'yy_goto_table' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
658
|
| '=' is not preceded with whitespace. |
658
|
| '=' is not followed by whitespace. |
658
|
| Line contains a tab character. |
659
|
| Line contains a tab character. |
660
|
| Line contains a tab character. |
661
|
| '{' is followed by whitespace. |
661
|
| Line contains a tab character. |
662
|
| '{' is followed by whitespace. |
662
|
| Line contains a tab character. |
663
|
| '{' is followed by whitespace. |
663
|
| Line contains a tab character. |
664
|
| Line contains a tab character. |
665
|
| '{' is followed by whitespace. |
665
|
| Line contains a tab character. |
666
|
| '{' is followed by whitespace. |
666
|
| Line contains a tab character. |
667
|
| '{' is followed by whitespace. |
667
|
| Line contains a tab character. |
668
|
| '{' is followed by whitespace. |
668
|
| Line contains a tab character. |
669
|
| '{' is followed by whitespace. |
669
|
| Line contains a tab character. |
670
|
| '{' is followed by whitespace. |
670
|
| Line contains a tab character. |
671
|
| '{' is followed by whitespace. |
671
|
| Line contains a tab character. |
672
|
| '{' is followed by whitespace. |
672
|
| Line contains a tab character. |
673
|
| '{' is followed by whitespace. |
673
|
| Line contains a tab character. |
674
|
| '{' is followed by whitespace. |
674
|
| Line contains a tab character. |
675
|
| '{' is followed by whitespace. |
675
|
| Line contains a tab character. |
676
|
| '{' is followed by whitespace. |
676
|
| Line contains a tab character. |
677
|
| Line has trailing spaces. |
678
|
| Line contains a tab character. |
678
|
| Line contains a tab character. |
679
|
| Line has trailing spaces. |
680
|
| Line contains a tab character. |
680
|
| Line contains a tab character. |
681
|
| Line contains a tab character. |
682
|
| Line contains a tab character. |
683
|
| Line contains a tab character. |
684
|
| '{' is not preceded with whitespace. |
684
|
| First sentence should end with a period. |
685
|
| Line has trailing spaces. |
685
|
| Line contains a tab character. |
685
|
| Line contains a tab character. |
686
|
| Line contains a tab character. |
687
|
| Line contains a tab character. |
688
|
| Line has trailing spaces. |
689
|
| Line contains a tab character. |
689
|
| Line contains a tab character. |
690
|
| Line contains a tab character. |
691
|
| Line contains a tab character. |
692
|
| Line contains a tab character. |
693
|
| Line contains a tab character. |
694
|
| Line contains a tab character. |
695
|
| Parameter lexem should be final. |
695
|
| 'lexem' hides a field. |
695
|
| Expected @param tag for 'lexem'. |
695
|
| Parameter symbol should be final. |
695
|
| 'symbol' hides a field. |
695
|
| Expected @param tag for 'symbol'. |
695
|
| '{' is not preceded with whitespace. |
695
|
| Line contains a tab character. |
696
|
| Line contains a tab character. |
697
|
| Line contains a tab character. |
698
|
| Line has trailing spaces. |
699
|
| Line contains a tab character. |
699
|
| Line contains a tab character. |
700
|
| Line has trailing spaces. |
701
|
| Line contains a tab character. |
701
|
| Line contains a tab character. |
702
|
| Line contains a tab character. |
703
|
| Expected an @return tag. |
704
|
| Line contains a tab character. |
704
|
| '{' is not preceded with whitespace. |
704
|
| Line contains a tab character. |
705
|
| Line contains a tab character. |
706
|
| Line has trailing spaces. |
707
|
| Line contains a tab character. |
707
|
| Line contains a tab character. |
708
|
| Line has trailing spaces. |
709
|
| Line contains a tab character. |
709
|
| Line contains a tab character. |
710
|
| Line contains a tab character. |
711
|
| Expected an @return tag. |
712
|
| Line contains a tab character. |
712
|
| '{' is not preceded with whitespace. |
712
|
| Line contains a tab character. |
713
|
| Line contains a tab character. |
714
|
| Line contains a tab character. |
715
|
| Line has trailing spaces. |
716
|
| Line contains a tab character. |
716
|
| Line contains a tab character. |
717
|
| Line has trailing spaces. |
718
|
| Line contains a tab character. |
718
|
| Line contains a tab character. |
719
|
| Line contains a tab character. |
720
|
| Line contains a tab character. |
721
|
| Line contains a tab character. |
722
|
| '{' is not preceded with whitespace. |
722
|
| Line has trailing spaces. |
723
|
| Line contains a tab character. |
723
|
| First sentence should end with a period. |
724
|
| Line contains a tab character. |
724
|
| Line contains a tab character. |
725
|
| First sentence should end with a period. |
726
|
| Line contains a tab character. |
726
|
| Line contains a tab character. |
727
|
| Line has trailing spaces. |
728
|
| Line contains a tab character. |
728
|
| Line contains a tab character. |
729
|
| Line contains a tab character. |
730
|
| Line contains a tab character. |
731
|
| Line contains a tab character. |
732
|
| Line contains a tab character. |
733
|
| Line contains a tab character. |
734
|
| Parameter token should be final. |
734
|
| 'token' hides a field. |
734
|
| Expected @param tag for 'token'. |
734
|
| Parameter state should be final. |
734
|
| 'state' hides a field. |
734
|
| Expected @param tag for 'state'. |
734
|
| '{' is not preceded with whitespace. |
734
|
| Line contains a tab character. |
735
|
| Line contains a tab character. |
736
|
| Line contains a tab character. |
737
|
| Line has trailing spaces. |
738
|
| Line contains a tab character. |
738
|
| Line contains a tab character. |
739
|
| Line has trailing spaces. |
740
|
| Line contains a tab character. |
740
|
| Line contains a tab character. |
741
|
| Line contains a tab character. |
742
|
| Line contains a tab character. |
743
|
| '{' is not preceded with whitespace. |
743
|
| Line contains a tab character. |
744
|
| Line contains a tab character. |
745
|
| Line has trailing spaces. |
746
|
| Line contains a tab character. |
746
|
| Line contains a tab character. |
747
|
| Line has trailing spaces. |
748
|
| Line contains a tab character. |
748
|
| Line is longer than 80 characters. |
749
|
| Line contains a tab character. |
749
|
| Line contains a tab character. |
750
|
| Line contains a tab character. |
751
|
| '{' is not preceded with whitespace. |
751
|
| Line contains a tab character. |
752
|
| Line contains a tab character. |
753
|
| Line contains a tab character. |
754
|
| Line has trailing spaces. |
755
|
| Line contains a tab character. |
755
|
| Line contains a tab character. |
756
|
| Line contains a tab character. |
757
|
| Line contains a tab character. |
758
|
| Line contains a tab character. |
759
|
| Line contains a tab character. |
760
|
| Expected an @return tag. |
761
|
| Line contains a tab character. |
761
|
| Name 'yy_fromLexemToSymbol' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
761
|
| Parameter lexem should be final. |
761
|
| Expected @param tag for 'lexem'. |
761
|
| '{' is not preceded with whitespace. |
761
|
| Line contains a tab character. |
762
|
| switch without "default" clause. |
762
|
| '{' is not preceded with whitespace. |
762
|
| Line contains a tab character. |
763
|
| Line contains a tab character. |
764
|
| Line contains a tab character. |
765
|
| Line contains a tab character. |
766
|
| Line contains a tab character. |
767
|
| Line contains a tab character. |
768
|
| Line contains a tab character. |
769
|
| Line contains a tab character. |
770
|
| Line contains a tab character. |
771
|
| Line contains a tab character. |
772
|
| Line contains a tab character. |
773
|
| Line contains a tab character. |
774
|
| Line contains a tab character. |
775
|
| Line has trailing spaces. |
776
|
| Line contains a tab character. |
776
|
| Line contains a tab character. |
777
|
| Line has trailing spaces. |
778
|
| Line contains a tab character. |
778
|
| Line contains a tab character. |
779
|
| Line contains a tab character. |
780
|
| Line contains a tab character. |
781
|
| Expected an @return tag. |
782
|
| Line contains a tab character. |
782
|
| Name 'yy_isTerminal' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
782
|
| Parameter token should be final. |
782
|
| Expected @param tag for 'token'. |
782
|
| '{' is not preceded with whitespace. |
782
|
| Line contains a tab character. |
783
|
| '>=' is not preceded with whitespace. |
783
|
| '>=' is not followed by whitespace. |
783
|
| '<=' is not preceded with whitespace. |
783
|
| '<=' is not followed by whitespace. |
783
|
| Line contains a tab character. |
784
|
| Line has trailing spaces. |
785
|
| Line contains a tab character. |
785
|
| Line contains a tab character. |
786
|
| Line has trailing spaces. |
787
|
| Line contains a tab character. |
787
|
| Line contains a tab character. |
788
|
| Line contains a tab character. |
789
|
| Line contains a tab character. |
790
|
| Expected an @return tag. |
791
|
| Line contains a tab character. |
791
|
| Name 'yy_isNonTerminal' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
791
|
| Parameter token should be final. |
791
|
| Expected @param tag for 'token'. |
791
|
| '{' is not preceded with whitespace. |
791
|
| Line contains a tab character. |
792
|
| '>=' is not preceded with whitespace. |
792
|
| '>=' is not followed by whitespace. |
792
|
| '<=' is not preceded with whitespace. |
792
|
| '<=' is not followed by whitespace. |
792
|
| Line contains a tab character. |
793
|
| Line has trailing spaces. |
794
|
| Line contains a tab character. |
794
|
| Line contains a tab character. |
795
|
| Line has trailing spaces. |
796
|
| Line contains a tab character. |
796
|
| Line contains a tab character. |
797
|
| Line contains a tab character. |
798
|
| Line contains a tab character. |
799
|
| Expected an @return tag. |
800
|
| Line contains a tab character. |
800
|
| Name 'yy_isReduceAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
800
|
| Parameter action should be final. |
800
|
| Expected @param tag for 'action'. |
800
|
| '{' is not preceded with whitespace. |
800
|
| Line contains a tab character. |
801
|
| '>=' is not preceded with whitespace. |
801
|
| '>=' is not followed by whitespace. |
801
|
| '<=' is not preceded with whitespace. |
801
|
| '<=' is not followed by whitespace. |
801
|
| Line contains a tab character. |
802
|
| Line has trailing spaces. |
803
|
| Line contains a tab character. |
803
|
| Line contains a tab character. |
804
|
| Line has trailing spaces. |
805
|
| Line contains a tab character. |
805
|
| Line contains a tab character. |
806
|
| Line contains a tab character. |
807
|
| Line contains a tab character. |
808
|
| Expected an @return tag. |
809
|
| Line contains a tab character. |
809
|
| Name 'yy_isShiftAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
809
|
| Parameter action should be final. |
809
|
| Expected @param tag for 'action'. |
809
|
| '{' is not preceded with whitespace. |
809
|
| Line contains a tab character. |
810
|
| '>=' is not preceded with whitespace. |
810
|
| '>=' is not followed by whitespace. |
810
|
| '<=' is not preceded with whitespace. |
810
|
| '<=' is not followed by whitespace. |
810
|
| Line contains a tab character. |
811
|
| Line has trailing spaces. |
812
|
| Line contains a tab character. |
812
|
| Line contains a tab character. |
813
|
| Missing a Javadoc comment. |
813
|
| Name 'yy_isLegalState' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
813
|
| Parameter state should be final. |
813
|
| '{' is not preceded with whitespace. |
813
|
| Line contains a tab character. |
814
|
| Line contains a tab character. |
815
|
| Line has trailing spaces. |
816
|
| Line contains a tab character. |
816
|
| Line contains a tab character. |
817
|
| Line contains a tab character. |
818
|
| Line contains a tab character. |
819
|
| Line contains a tab character. |
820
|
| Name 'yy_error' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
820
|
| '{' is not preceded with whitespace. |
820
|
| Line is longer than 80 characters. |
821
|
| Line contains a tab character. |
821
|
| Line contains a tab character. |
822
|
| Line has trailing spaces. |
823
|
| Line contains a tab character. |
823
|
| Line has trailing spaces. |
824
|
| Line contains a tab character. |
824
|
| Line contains a tab character. |
825
|
| Line contains a tab character. |
826
|
| Line contains a tab character. |
827
|
| Line contains a tab character. |
828
|
| Line contains a tab character. |
829
|
| Line contains a tab character. |
830
|
| Line contains a tab character. |
831
|
| Line contains a tab character. |
832
|
| Expected an @return tag. |
833
|
| Line is longer than 80 characters. |
833
|
| Line contains a tab character. |
833
|
| Name 'yy_shiftAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
833
|
| Parameter symbol should be final. |
833
|
| Expected @param tag for 'symbol'. |
833
|
| Parameter action should be final. |
833
|
| Expected @param tag for 'action'. |
833
|
| Parameter posicion should be final. |
833
|
| Expected @param tag for 'posicion'. |
833
|
| '{' is not preceded with whitespace. |
833
|
| Line contains a tab character. |
834
|
| Line has trailing spaces. |
835
|
| Line contains a tab character. |
835
|
| Line is longer than 80 characters. |
836
|
| Line contains a tab character. |
836
|
| Line contains a tab character. |
837
|
| Line contains a tab character. |
838
|
| Line contains a tab character. |
839
|
| Line contains a tab character. |
840
|
| Line contains a tab character. |
841
|
| Line has trailing spaces. |
842
|
| Line contains a tab character. |
842
|
| Line contains a tab character. |
843
|
| Line contains a tab character. |
844
|
| Line contains a tab character. |
845
|
| Line contains a tab character. |
846
|
| Line has trailing spaces. |
847
|
| Line contains a tab character. |
847
|
| Line contains a tab character. |
848
|
| Line contains a tab character. |
849
|
| Line contains a tab character. |
850
|
| Line contains a tab character. |
851
|
| Name 'yy_reduceAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
851
|
| Parameter symbol should be final. |
851
|
| Expected @param tag for 'symbol'. |
851
|
| Parameter action should be final. |
851
|
| Expected @param tag for 'action'. |
851
|
| '{' is not preceded with whitespace. |
851
|
| Line contains a tab character. |
852
|
| Line contains a tab character. |
853
|
| '-' is not preceded with whitespace. |
853
|
| '-' is not followed by whitespace. |
853
|
| Line contains a tab character. |
854
|
| 'for' is not followed by whitespace. |
854
|
| '-' is not preceded with whitespace. |
854
|
| '-' is not followed by whitespace. |
854
|
| '{' is not preceded with whitespace. |
854
|
| Line contains a tab character. |
855
|
| Line has trailing spaces. |
856
|
| Line contains a tab character. |
856
|
| 'if' is not followed by whitespace. |
856
|
| '!=' is not preceded with whitespace. |
856
|
| '!=' should be on a new line. |
856
|
| Line contains a tab character. |
857
|
| '{' is not preceded with whitespace. |
857
|
| Line contains a tab character. |
858
|
| Line contains a tab character. |
859
|
| Line contains a tab character. |
860
|
| Line contains a tab character. |
861
|
| Line contains a tab character. |
862
|
| Line contains a tab character. |
863
|
| Line contains a tab character. |
864
|
| Line is longer than 80 characters. |
865
|
| Line contains a tab character. |
865
|
| '-' is not preceded with whitespace. |
865
|
| '-' is not followed by whitespace. |
865
|
| Line is longer than 80 characters. |
866
|
| Line contains a tab character. |
866
|
| Line contains a tab character. |
867
|
| Line has trailing spaces. |
868
|
| Line contains a tab character. |
868
|
| Line contains a tab character. |
869
|
| Line contains a tab character. |
870
|
| Line contains a tab character. |
871
|
| Line contains a tab character. |
872
|
| Line contains a tab character. |
873
|
| Line contains a tab character. |
874
|
| Expected an @return tag. |
875
|
| Line contains a tab character. |
875
|
| Name 'yy_nextAction' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
875
|
| Parameter actualState should be final. |
875
|
| Expected @param tag for 'actualState'. |
875
|
| Parameter actualSymbol should be final. |
875
|
| Expected @param tag for 'actualSymbol'. |
875
|
| '{' is not preceded with whitespace. |
875
|
| Line contains a tab character. |
876
|
| 'if' is not followed by whitespace. |
876
|
| '{' is not preceded with whitespace. |
876
|
| Line contains a tab character. |
877
|
| Line contains a tab character. |
878
|
| Line contains a tab character. |
879
|
| Line contains a tab character. |
880
|
| Line contains a tab character. |
881
|
| Line has trailing spaces. |
882
|
| Line contains a tab character. |
882
|
| Line contains a tab character. |
883
|
| Line contains a tab character. |
884
|
| Line contains a tab character. |
885
|
| Line contains a tab character. |
886
|
| Line contains a tab character. |
887
|
| Expected an @return tag. |
888
|
| Line contains a tab character. |
888
|
| Name 'yy_fromTerminalToString' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
888
|
| Parameter terminal should be final. |
888
|
| Expected @param tag for 'terminal'. |
888
|
| '{' is not preceded with whitespace. |
888
|
| Line contains a tab character. |
889
|
| switch without "default" clause. |
889
|
| '{' is not preceded with whitespace. |
889
|
| Line contains a tab character. |
890
|
| Line contains a tab character. |
891
|
| Line contains a tab character. |
892
|
| Line contains a tab character. |
893
|
| Line contains a tab character. |
894
|
| Line contains a tab character. |
895
|
| Line contains a tab character. |
896
|
| Line contains a tab character. |
897
|
| Line contains a tab character. |
898
|
| Line contains a tab character. |
899
|
| Line contains a tab character. |
900
|
| Line contains a tab character. |
901
|
| Line contains a tab character. |
902
|
| Line has trailing spaces. |
903
|
| Line contains a tab character. |
903
|
| Line contains a tab character. |
904
|
| Line is longer than 80 characters. |
905
|
| Line contains a tab character. |
905
|
| Line contains a tab character. |
906
|
| Line contains a tab character. |
907
|
| Line contains a tab character. |
908
|
| Line contains a tab character. |
909
|
| Expected an @return tag. |
910
|
| Line contains a tab character. |
910
|
| Name 'yy_getFollowSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
910
|
| Parameter state should be final. |
910
|
| Expected @param tag for 'state'. |
910
|
| '{' is not preceded with whitespace. |
910
|
| Line contains a tab character. |
911
|
| Line contains a tab character. |
912
|
| Line contains a tab character. |
913
|
| 'for' is not followed by whitespace. |
913
|
| '{' is not preceded with whitespace. |
913
|
| Line contains a tab character. |
914
|
| Line contains a tab character. |
915
|
| 'if' is not followed by whitespace. |
915
|
| '{' is not preceded with whitespace. |
915
|
| Line is longer than 80 characters. |
916
|
| Line contains a tab character. |
916
|
| '+' is not followed by whitespace. |
916
|
| Line contains a tab character. |
917
|
| Line contains a tab character. |
918
|
| Line contains a tab character. |
919
|
| Line contains a tab character. |
920
|
| Line has trailing spaces. |
921
|
| Line contains a tab character. |
921
|
| Line contains a tab character. |
922
|
| Line contains a tab character. |
923
|
| Line contains a tab character. |
924
|
| Line contains a tab character. |
925
|
| Line contains a tab character. |
926
|
| Name 'yy_parse' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
926
|
| Parameter posicion should be final. |
926
|
| Expected @param tag for 'posicion'. |
926
|
| '{' is not preceded with whitespace. |
926
|
| Line is longer than 80 characters. |
927
|
| Line contains a tab character. |
927
|
| Line has trailing spaces. |
928
|
| Line contains a tab character. |
928
|
| Line contains a tab character. |
929
|
| Line contains a tab character. |
930
|
| Line contains a tab character. |
931
|
| Line has trailing spaces. |
932
|
| Line contains a tab character. |
932
|
| Line has trailing spaces. |
933
|
| Line contains a tab character. |
933
|
| 'while' is not followed by whitespace. |
933
|
| '!=' is not preceded with whitespace. |
933
|
| '!=' is not followed by whitespace. |
933
|
| '&&' should be on a new line. |
933
|
| Line contains a tab character. |
934
|
| '!=' is not preceded with whitespace. |
934
|
| '!=' is not followed by whitespace. |
934
|
| '{' is not preceded with whitespace. |
934
|
| Line has trailing spaces. |
935
|
| Line contains a tab character. |
935
|
| Line contains a tab character. |
936
|
| Line has trailing spaces. |
937
|
| Line contains a tab character. |
937
|
| Line contains a tab character. |
938
|
| 'if' is not followed by whitespace. |
938
|
| '{' is not preceded with whitespace. |
938
|
| Line is longer than 80 characters. |
939
|
| Line contains a tab character. |
939
|
| Line contains a tab character. |
940
|
| 'else' is not preceded with whitespace. |
940
|
| '}' is not followed by whitespace. |
940
|
| 'if' is not followed by whitespace. |
940
|
| '{' is not preceded with whitespace. |
940
|
| Line contains a tab character. |
941
|
| Line contains a tab character. |
942
|
| 'else' is not preceded with whitespace. |
942
|
| '}' is not followed by whitespace. |
942
|
| '{' is not preceded with whitespace. |
942
|
| Line contains a tab character. |
943
|
| Line contains a tab character. |
944
|
| Line contains a tab character. |
945
|
| 'else' is not preceded with whitespace. |
945
|
| '}' is not followed by whitespace. |
945
|
| 'else' is not followed by whitespace. |
945
|
| '{' is not preceded with whitespace. |
945
|
| '{' is not followed by whitespace. |
945
|
| Line has trailing spaces. |
946
|
| Line contains a tab character. |
946
|
| Line contains a tab character. |
947
|
| Line contains a tab character. |
948
|
| Line contains a tab character. |
949
|
| 'if' is not followed by whitespace. |
949
|
| '==' is not preceded with whitespace. |
949
|
| '==' is not followed by whitespace. |
949
|
| '{' is not preceded with whitespace. |
949
|
| Line contains a tab character. |
950
|
| Line contains a tab character. |
951
|
| Line contains a tab character. |
952
|
| 'if' is not followed by whitespace. |
952
|
| '==' is not preceded with whitespace. |
952
|
| '==' is not followed by whitespace. |
952
|
| '{' is not preceded with whitespace. |
952
|
| Line has trailing spaces. |
953
|
| Line contains a tab character. |
953
|
| '+' should be on a new line. |
953
|
| Line is longer than 80 characters. |
954
|
| Line contains a tab character. |
954
|
| '+' is not preceded with whitespace. |
954
|
| '+' should be on a new line. |
954
|
| Line is longer than 80 characters. |
955
|
| Line contains a tab character. |
955
|
| '+' is not preceded with whitespace. |
955
|
| '+' should be on a new line. |
955
|
| Line is longer than 80 characters. |
956
|
| Line contains a tab character. |
956
|
| '+' is not preceded with whitespace. |
956
|
| '+' should be on a new line. |
956
|
| Line is longer than 80 characters. |
957
|
| Line contains a tab character. |
957
|
| '+' is not preceded with whitespace. |
957
|
| '+' is not followed by whitespace. |
957
|
| Line contains a tab character. |
958
|
| 'if' is not preceded with whitespace. |
958
|
| '}' is not followed by whitespace. |
958
|
| 'if' is not followed by whitespace. |
958
|
| '{' is not preceded with whitespace. |
958
|
| Line contains a tab character. |
959
|
| '+' is not preceded with whitespace. |
959
|
| '+' should be on a new line. |
959
|
| Line is longer than 80 characters. |
960
|
| Line contains a tab character. |
960
|
| '+' is not preceded with whitespace. |
960
|
| '+' should be on a new line. |
960
|
| Line is longer than 80 characters. |
961
|
| Line contains a tab character. |
961
|
| '+' is not preceded with whitespace. |
961
|
| '+' is not preceded with whitespace. |
961
|
| '+' should be on a new line. |
961
|
| Line contains a tab character. |
962
|
| Line contains a tab character. |
963
|
| Line contains a tab character. |
964
|
| '=' is not followed by whitespace. |
964
|
| Line is longer than 80 characters. |
965
|
| Line contains a tab character. |
965
|
| 'for' is not followed by whitespace. |
965
|
| '{' is not preceded with whitespace. |
965
|
| Line contains a tab character. |
966
|
| Line is longer than 80 characters. |
967
|
| Line contains a tab character. |
967
|
| '+' is not followed by whitespace. |
967
|
| Line contains a tab character. |
968
|
| Line is longer than 80 characters. |
969
|
| Line contains a tab character. |
969
|
| Line has trailing spaces. |
970
|
| Line contains a tab character. |
970
|
| Line is longer than 80 characters. |
971
|
| Line contains a tab character. |
971
|
| Line is longer than 80 characters. |
972
|
| Line contains a tab character. |
972
|
| '+' is not preceded with whitespace. |
972
|
| '+' is not followed by whitespace. |
972
|
| Line contains a tab character. |
973
|
| Line contains a tab character. |
974
|
| Line has trailing spaces. |
975
|
| Line contains a tab character. |
975
|
| Line has trailing spaces. |
976
|
| Line contains a tab character. |
976
|
| Line contains a tab character. |
977
|
| Line contains a tab character. |
978
|
| Line contains a tab character. |
979
|
| Line contains a tab character. |
980
|
| Line contains a tab character. |
981
|
| Line contains a tab character. |
982
|
| Line contains a tab character. |
983
|
| Line contains a tab character. |
984
|
| Line has trailing spaces. |
985
|
| Line contains a tab character. |
985
|
| Line contains a tab character. |
986
|
| Missing a Javadoc comment. |
986
|
| '{' is not preceded with whitespace. |
986
|
| Line has trailing spaces. |
987
|
| Line contains a tab character. |
987
|
| Line contains a tab character. |
988
|
| Line contains a tab character. |
989
|
| Line contains a tab character. |
990
|
| Line contains a tab character. |
991
|
| 'while' is not followed by whitespace. |
991
|
| '!=' is not preceded with whitespace. |
991
|
| '!=' is not followed by whitespace. |
991
|
| '{' is not preceded with whitespace. |
991
|
| Line contains a tab character. |
992
|
| Line contains a tab character. |
993
|
| Line contains a tab character. |
994
|
| Line contains a tab character. |
995
|
| Line contains a tab character. |
996
|
| Line has trailing spaces. |
997
|
| Line contains a tab character. |
997
|
| Line contains a tab character. |
998
|
| Line contains a tab character. |
999
|
| Line contains a tab character. |
1000
|
| Line contains a tab character. |
1001
|
| Line contains a tab character. |
1002
|
| Line contains a tab character. |
1003
|
| Line contains a tab character. |
1004
|
| Line contains a tab character. |
1005
|
| Missing a Javadoc comment. |
1005
|
| Parameter args should be final. |
1005
|
| Line has trailing spaces. |
1006
|
| Line contains a tab character. |
1006
|
| Line has trailing spaces. |
1007
|
| Line contains a tab character. |
1007
|
edu/asu/cri/MirkE/util/PerWellDataAnalyzer.java
Error | Line |
| Line has trailing spaces. |
1
|
| Line is longer than 80 characters. |
1
|
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
4
|
| Line is longer than 80 characters. |
8
|
| Line has trailing spaces. |
37
|
| Missing a Javadoc comment. |
38
|
| Line has trailing spaces. |
39
|
| First sentence should end with a period. |
40
|
| Parameter mirke should be final. |
43
|
| 'mirke' hides a field. |
43
|
| Expected @param tag for 'mirke'. |
43
|
| Line has trailing spaces. |
46
|
| Line has trailing spaces. |
49
|
| Line is longer than 80 characters. |
51
|
| Method 'computeAndDisplayPerWellMeans' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Expected @throws tag for 'MirkEApplicationException'. |
51
|
| Line has trailing spaces. |
54
|
| Line has trailing spaces. |
57
|
| Line has trailing spaces. |
60
|
| Line has trailing spaces. |
62
|
| '=' is not preceded with whitespace. |
63
|
| '=' is not followed by whitespace. |
63
|
| ';' is not followed by whitespace. |
63
|
| '<' is not preceded with whitespace. |
63
|
| '<' is not followed by whitespace. |
63
|
| ';' is not followed by whitespace. |
63
|
| Line has trailing spaces. |
65
|
| Line is longer than 80 characters. |
66
|
| '=' is not preceded with whitespace. |
66
|
| '=' is not followed by whitespace. |
66
|
| ';' is not followed by whitespace. |
66
|
| '<=' is not preceded with whitespace. |
66
|
| '<=' is not followed by whitespace. |
66
|
| ';' is not followed by whitespace. |
66
|
| Line has trailing spaces. |
67
|
| Line is longer than 80 characters. |
70
|
| Line has trailing spaces. |
71
|
| Line is longer than 80 characters. |
72
|
| Line is longer than 80 characters. |
73
|
| Line has trailing spaces. |
77
|
| Line has trailing spaces. |
79
|
| Line has trailing spaces. |
83
|
| '+' is not followed by whitespace. |
84
|
| '=' is not preceded with whitespace. |
86
|
| '=' is not followed by whitespace. |
86
|
| ';' is not followed by whitespace. |
86
|
| '<' is not preceded with whitespace. |
86
|
| '<' is not followed by whitespace. |
86
|
| ';' is not followed by whitespace. |
86
|
| Line has trailing spaces. |
88
|
| Line is longer than 80 characters. |
89
|
| '=' is not preceded with whitespace. |
89
|
| '=' is not followed by whitespace. |
89
|
| ';' is not followed by whitespace. |
89
|
| '<=' is not preceded with whitespace. |
89
|
| '<=' is not followed by whitespace. |
89
|
| ';' is not followed by whitespace. |
89
|
| Line has trailing spaces. |
90
|
| Line is longer than 80 characters. |
93
|
| Line has trailing spaces. |
94
|
| Line has trailing spaces. |
96
|
| Line has trailing spaces. |
98
|
| Avoid nested blocks. |
99
|
| Line is longer than 80 characters. |
100
|
| '+' is not preceded with whitespace. |
100
|
| '+' is not followed by whitespace. |
100
|
| '+' is not preceded with whitespace. |
100
|
| '+' is not followed by whitespace. |
100
|
| '+' should be on a new line. |
100
|
| Line is longer than 80 characters. |
101
|
| '+' is not preceded with whitespace. |
101
|
| '+' is not followed by whitespace. |
101
|
| '+' is not preceded with whitespace. |
101
|
| '+' is not followed by whitespace. |
101
|
| '+' is not preceded with whitespace. |
101
|
| '+' is not followed by whitespace. |
101
|
| '+' is not preceded with whitespace. |
101
|
| '+' is not followed by whitespace. |
101
|
| '+' should be on a new line. |
101
|
| '+' is not preceded with whitespace. |
102
|
| '+' is not followed by whitespace. |
102
|
| '+' is not preceded with whitespace. |
102
|
| '+' is not followed by whitespace. |
102
|
| Line has trailing spaces. |
103
|
| Line is longer than 80 characters. |
104
|
| Line has trailing spaces. |
106
|
| '==' is not preceded with whitespace. |
107
|
| '==' is not followed by whitespace. |
107
|
| Line is longer than 80 characters. |
108
|
| 'cast' is not followed by whitespace. |
108
|
| Must have at least one statement. |
111
|
| Line has trailing spaces. |
114
|
| '>' is not preceded with whitespace. |
116
|
| '>' is not followed by whitespace. |
116
|
| Must have at least one statement. |
116
|
| Line is longer than 80 characters. |
117
|
| Line has trailing spaces. |
119
|
| Line has trailing spaces. |
120
|
| Line has trailing spaces. |
122
|
| Line has trailing spaces. |
124
|
| Line is longer than 80 characters. |
126
|
| Line is longer than 80 characters. |
127
|
| Line has trailing spaces. |
129
|
| Line has trailing spaces. |
132
|
| Line is longer than 80 characters. |
133
|
| Line has trailing spaces. |
134
|
| Line has trailing spaces. |
135
|
| Line is longer than 80 characters. |
136
|
| ';' is not followed by whitespace. |
136
|
edu/asu/cri/MirkE/util/package.html
Error | Line |
| Missing package documentation file. | 0 |