Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
| Files | Infos | Warnings | Errors |
| 182 | 0 | 0 | 7110 |
Files
yawn/YawnException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
4
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
14
|
| Line has trailing spaces. |
19
|
| Parameter arg0 should be final. |
28
|
| Expected @param tag for 'arg0'. |
28
|
| Parameter arg0 should be final. |
36
|
| Expected @param tag for 'arg0'. |
36
|
| Parameter arg1 should be final. |
36
|
| Expected @param tag for 'arg1'. |
36
|
| Parameter arg0 should be final. |
43
|
| Expected @param tag for 'arg0'. |
43
|
yawn/YawnRuntimeException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
8
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
10
|
| Line has trailing spaces. |
11
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
23
|
| Parameter message should be final. |
32
|
| Expected @param tag for 'message'. |
32
|
| Parameter cause should be final. |
39
|
| Expected @param tag for 'cause'. |
39
|
| Parameter message should be final. |
47
|
| Expected @param tag for 'message'. |
47
|
| Parameter cause should be final. |
47
|
| Expected @param tag for 'cause'. |
47
|
yawn/config/ConfigElement.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
15
|
| Definition of 'equals()' without corresponding definition of 'hashCode()'. |
24
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Parameter op should be final. |
24
|
yawn/config/ConfigurationException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
14
|
| Line has trailing spaces. |
15
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
26
|
| Parameter arg0 should be final. |
35
|
| Expected @param tag for 'arg0'. |
35
|
| Parameter arg0 should be final. |
43
|
| Expected @param tag for 'arg0'. |
43
|
| Parameter arg1 should be final. |
43
|
| Expected @param tag for 'arg1'. |
43
|
| Parameter arg0 should be final. |
50
|
| Expected @param tag for 'arg0'. |
50
|
yawn/config/NeuralNetworkConfig.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/config/NeuralNetworkConfig.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
15
|
| Line is longer than 80 characters. |
16
|
| Line has trailing spaces. |
17
|
| Missing a Javadoc comment. |
24
|
| First sentence should end with a period. |
27
|
| Line has trailing spaces. |
29
|
| Method 'configuredNetworkFactory' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Line is longer than 80 characters. |
34
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Expected an @return tag. |
49
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
54
|
| Line is longer than 80 characters. |
55
|
| Parameter clazz should be final. |
57
|
| Line has trailing spaces. |
63
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
72
|
| Method 'environmentValidate' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Missing a Javadoc comment. |
74
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Variable 'environment' must be private and have accessor methods. |
81
|
| Line contains a tab character. |
83
|
| Line has trailing spaces. |
84
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Expected an @return tag. |
86
|
| Line contains a tab character. |
86
|
| Method 'getEnvironment' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| 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 'setEnvironment' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter environment should be final. |
93
|
| 'environment' hides a field. |
93
|
| Expected @param tag for 'environment'. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line has trailing spaces. |
96
|
| Line contains a tab character. |
96
|
| Line has trailing spaces. |
97
|
| Line contains a tab character. |
97
|
| Missing a Javadoc comment. |
97
|
yawn/config/ValidationException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
14
|
| Line has trailing spaces. |
15
|
| Line has trailing spaces. |
22
|
| Line has trailing spaces. |
27
|
| Parameter arg0 should be final. |
37
|
| Expected @param tag for 'arg0'. |
37
|
| Parameter arg0 should be final. |
46
|
| Expected @param tag for 'arg0'. |
46
|
| Parameter arg1 should be final. |
46
|
| Expected @param tag for 'arg1'. |
46
|
| Parameter arg0 should be final. |
54
|
| Expected @param tag for 'arg0'. |
54
|
yawn/config/package.html
| Error | Line |
| Missing package documentation file. | 0 |
yawn/envs/Environment.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/envs/Environment.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
15
|
| Line has trailing spaces. |
24
|
| Missing a Javadoc comment. |
29
|
| Parameter numberOfRuns should be final. |
29
|
| Line has trailing spaces. |
33
|
| Parameter runNumber should be final. |
39
|
| Expected @throws tag for 'EnvironmentException'. |
40
|
| Line has trailing spaces. |
45
|
| Line is longer than 80 characters. |
51
|
| Parameter runNumber should be final. |
51
|
| Expected @throws tag for 'EnvironmentException'. |
51
|
| Line is longer than 80 characters. |
53
|
| Missing a Javadoc comment. |
53
|
| Parameter results should be final. |
53
|
| Parameter runNumber should be final. |
53
|
| Missing a Javadoc comment. |
55
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Missing a Javadoc comment. |
61
|
| Missing a Javadoc comment. |
63
|
yawn/envs/EnvironmentException.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/envs/EnvironmentException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
14
|
| Line has trailing spaces. |
15
|
| Line has trailing spaces. |
22
|
| Parameter arg0 should be final. |
29
|
| Expected @param tag for 'arg0'. |
29
|
| Parameter arg0 should be final. |
37
|
| Expected @param tag for 'arg0'. |
37
|
| Parameter arg1 should be final. |
37
|
| Expected @param tag for 'arg1'. |
37
|
| Parameter arg0 should be final. |
44
|
| Expected @param tag for 'arg0'. |
44
|
| Line has trailing spaces. |
50
|
yawn/envs/delve/DelveEnvironment.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/envs/delve/DelveEnvironment.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
28
|
| Parameter dir should be final. |
28
|
| Parameter name should be final. |
28
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
39
|
| Variable 'inputSize' must be private and have accessor methods. |
39
|
| Missing a Javadoc comment. |
41
|
| Variable 'outputSize' must be private and have accessor methods. |
41
|
| Missing a Javadoc comment. |
43
|
| Variable 'parsed' must be private and have accessor methods. |
43
|
| Line contains a tab character. |
45
|
| Line has trailing spaces. |
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
|
| Variable 'problemDirectory' must be private and have accessor methods. |
49
|
| 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 contains a tab character. |
55
|
| Variable 'resultsDirectory' must be private and have accessor methods. |
55
|
| Line has trailing spaces. |
59
|
| Method 'getNumberOfSystemRuns' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Line is longer than 80 characters. |
63
|
| Method 'outputSize' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Missing a Javadoc comment. |
66
|
| Method 'inputSize' is not designed for extension - needs to be abstract, final or empty. |
73
|
| Missing a Javadoc comment. |
73
|
| 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. |
84
|
| Line contains a tab character. |
85
|
| Method 'getProblemDirectory' 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
|
| 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
|
| Line contains a tab character. |
94
|
| Method 'getResultsDirectory' 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. |
102
|
| Line is longer than 80 characters. |
109
|
| Method 'getTestDatasetInputs' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Parameter runNumber should be final. |
109
|
| Expected @throws tag for 'EnvironmentException'. |
109
|
| Line is longer than 80 characters. |
112
|
| Line has trailing spaces. |
125
|
| Line is longer than 80 characters. |
132
|
| Method 'getTrainingDataset' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Parameter runNumber should be final. |
132
|
| Expected @throws tag for 'EnvironmentException'. |
132
|
| Line is longer than 80 characters. |
135
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Missing a Javadoc comment. |
139
|
| Line has trailing spaces. |
150
|
| Line is longer than 80 characters. |
155
|
| Method 'loadInputOutputFile' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Parameter fileName should be final. |
155
|
| Expected @param tag for 'fileName'. |
155
|
| Parameter numberOfOutputs should be final. |
155
|
| Expected @param tag for 'numberOfOutputs'. |
155
|
| Expected @throws tag for 'EnvironmentException'. |
156
|
| 'if' construct must use '{}'s. |
162
|
| Line is longer than 80 characters. |
166
|
| Line is longer than 80 characters. |
169
|
| Line is longer than 80 characters. |
173
|
| Line is longer than 80 characters. |
179
|
| Method 'setNumberOfSystemRuns' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Missing a Javadoc comment. |
185
|
| Parameter numberOfRuns should be final. |
185
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
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 contains a tab character. |
194
|
| Line contains a tab character. |
195
|
| Method 'setProblemDirectory' is not designed for extension - needs to be abstract, final or empty. |
195
|
| Parameter problemDirectory should be final. |
195
|
| 'problemDirectory' hides a field. |
195
|
| Line contains a tab character. |
196
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
201
|
| Line has trailing spaces. |
202
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
| Method 'setResultsDirectory' is not designed for extension - needs to be abstract, final or empty. |
205
|
| Parameter resultsDirectory should be final. |
205
|
| 'resultsDirectory' hides a field. |
205
|
| Line contains a tab character. |
206
|
| Line contains a tab character. |
207
|
| Line has trailing spaces. |
210
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Line has trailing spaces. |
227
|
| Line is longer than 80 characters. |
234
|
| Method 'writeResults' is not designed for extension - needs to be abstract, final or empty. |
234
|
| Parameter results should be final. |
234
|
| Parameter runNumber should be final. |
234
|
| Expected @throws tag for 'EnvironmentException'. |
234
|
| Line is longer than 80 characters. |
237
|
| Line is longer than 80 characters. |
238
|
| Line is longer than 80 characters. |
241
|
| Line is longer than 80 characters. |
245
|
| Must have at least one statement. |
246
|
| Line is longer than 80 characters. |
250
|
| Line is longer than 80 characters. |
255
|
yawn/envs/delve/DelveNotInitializedException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
14
|
| Line has trailing spaces. |
15
|
| Line has trailing spaces. |
22
|
| Line has trailing spaces. |
27
|
| Parameter message should be final. |
36
|
| Expected @param tag for 'message'. |
36
|
| Parameter cause should be final. |
43
|
| Expected @param tag for 'cause'. |
43
|
| Parameter message should be final. |
51
|
| Expected @param tag for 'message'. |
51
|
| Parameter cause should be final. |
51
|
| Expected @param tag for 'cause'. |
51
|
yawn/envs/delve/package.html
| Error | Line |
| Missing package documentation file. | 0 |
yawn/envs/package.html
| Error | Line |
| Missing package documentation file. | 0 |
yawn/envs/plaintext/PlainTextEnvironment.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/envs/plaintext/PlainTextEnvironment.java
| Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Line has trailing spaces. |
1
|
| Line has trailing spaces. |
25
|
| Line is longer than 80 characters. |
26
|
| Line has trailing spaces. |
27
|
| Missing a Javadoc comment. |
33
|
| 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 contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Method 'isOverwriteResults' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
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
|
| Method 'setOverwriteResults' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Parameter overwriteResults should be final. |
50
|
| 'overwriteResults' hides a field. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| 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
|
| Method 'getResultsFileName' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| 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 contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Method 'setResultsFileName' is not designed for extension - needs to be abstract, final or empty. |
69
|
| Parameter resultsFileName should be final. |
69
|
| 'resultsFileName' hides a field. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
73
|
| Line has trailing spaces. |
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
|
| Variable 'dataFileName' must be private and have accessor methods. |
77
|
| Line contains a tab character. |
79
|
| Line has trailing spaces. |
80
|
| 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
|
| Variable 'resultsFileName' must be private and have accessor methods. |
83
|
| Line contains a tab character. |
85
|
| Line has trailing spaces. |
86
|
| 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
|
| Variable 'overwriteResults' must be private and have accessor methods. |
89
|
| Line contains a tab character. |
91
|
| Line has trailing spaces. |
92
|
| 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
|
| Variable 'elementSeparator' must be private and have accessor methods. |
95
|
| Line contains a tab character. |
97
|
| Line has trailing spaces. |
98
|
| 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
|
| Variable 'inputSize' must be private and have accessor methods. |
101
|
| Line contains a tab character. |
103
|
| Line has trailing spaces. |
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 contains a tab character. |
107
|
| Variable 'numberOfSystemRuns' must be private and have accessor methods. |
107
|
| 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
|
| Variable 'outputSize' must be private and have accessor methods. |
113
|
| Missing a Javadoc comment. |
116
|
| Variable 'testSet' must be private and have accessor methods. |
116
|
| Missing a Javadoc comment. |
118
|
| Variable 'trainSet' must be private and have accessor methods. |
118
|
| Line contains a tab character. |
120
|
| Line has trailing spaces. |
121
|
| 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
|
| Variable 'trainToTestRatio' must be private and have accessor methods. |
124
|
| 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 'getDataFileName' 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 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
|
| Expected an @return tag. |
139
|
| Line contains a tab character. |
139
|
| Method 'getElementSeparator' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
143
|
| Line has trailing spaces. |
144
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Expected an @return tag. |
147
|
| Line contains a tab character. |
147
|
| Method 'getInputSize' is not designed for extension - needs to be abstract, final or empty. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| 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
|
| Method 'getNumberOfSystemRuns' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
160
|
| Line has trailing spaces. |
161
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Expected an @return tag. |
164
|
| Line contains a tab character. |
164
|
| Method 'getOutputSize' is not designed for extension - needs to be abstract, final or empty. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line has trailing spaces. |
170
|
| Line is longer than 80 characters. |
173
|
| Method 'getTestDatasetInputs' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Parameter runNumber should be final. |
173
|
| Line has trailing spaces. |
187
|
| Line is longer than 80 characters. |
190
|
| Method 'getTrainingDataset' is not designed for extension - needs to be abstract, final or empty. |
190
|
| Parameter runNumber should be final. |
190
|
| Line contains a tab character. |
198
|
| 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 contains a tab character. |
203
|
| Method 'getTrainToTestRatio' is not designed for extension - needs to be abstract, final or empty. |
203
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
| Line has trailing spaces. |
210
|
| Method 'inputSize' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Missing a Javadoc comment. |
213
|
| Line has trailing spaces. |
219
|
| Method 'outputSize' is not designed for extension - needs to be abstract, final or empty. |
222
|
| Missing a Javadoc comment. |
222
|
| Line contains a tab character. |
226
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Line has trailing spaces. |
229
|
| Line contains a tab character. |
229
|
| Line contains a tab character. |
230
|
| Line contains a tab character. |
231
|
| Line contains a tab character. |
232
|
| Method 'setDataFileName' is not designed for extension - needs to be abstract, final or empty. |
232
|
| Parameter dataFileName should be final. |
232
|
| 'dataFileName' hides a field. |
232
|
| Line contains a tab character. |
233
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
236
|
| Line has trailing spaces. |
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
|
| Method 'setElementSeparator' is not designed for extension - needs to be abstract, final or empty. |
240
|
| Parameter elementSeparator should be final. |
240
|
| 'elementSeparator' hides a field. |
240
|
| Expected @param tag for 'elementSeparator'. |
240
|
| Line contains a tab character. |
241
|
| Line contains a tab character. |
242
|
| Line contains a tab character. |
244
|
| Line has trailing spaces. |
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
|
| Method 'setInputSize' is not designed for extension - needs to be abstract, final or empty. |
248
|
| Parameter inputSize should be final. |
248
|
| 'inputSize' hides a field. |
248
|
| Expected @param tag for 'inputSize'. |
248
|
| Line contains a tab character. |
249
|
| Line contains a tab character. |
250
|
| Line contains a tab character. |
252
|
| 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 contains a tab character. |
257
|
| Line contains a tab character. |
258
|
| Method 'setNumberOfSystemRuns' is not designed for extension - needs to be abstract, final or empty. |
258
|
| Parameter numberOfSystemRuns should be final. |
258
|
| 'numberOfSystemRuns' hides a field. |
258
|
| Line contains a tab character. |
259
|
| Line contains a tab character. |
260
|
| Line contains a tab character. |
262
|
| Line has trailing spaces. |
263
|
| Line contains a tab character. |
263
|
| Line contains a tab character. |
264
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Method 'setOutputSize' is not designed for extension - needs to be abstract, final or empty. |
266
|
| Parameter outputSize should be final. |
266
|
| 'outputSize' hides a field. |
266
|
| Expected @param tag for 'outputSize'. |
266
|
| Line contains a tab character. |
267
|
| Line contains a tab character. |
268
|
| Line contains a tab character. |
270
|
| Line contains a tab character. |
271
|
| Line contains a tab character. |
272
|
| Line has trailing spaces. |
273
|
| Line contains a tab character. |
273
|
| Line contains a tab character. |
274
|
| Line contains a tab character. |
275
|
| Line contains a tab character. |
276
|
| Method 'setTrainToTestRatio' is not designed for extension - needs to be abstract, final or empty. |
276
|
| Parameter trainToTestRatio should be final. |
276
|
| 'trainToTestRatio' hides a field. |
276
|
| Line contains a tab character. |
277
|
| Line contains a tab character. |
278
|
| Line has trailing spaces. |
282
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
285
|
| Missing a Javadoc comment. |
285
|
| Line is longer than 80 characters. |
287
|
| Line is longer than 80 characters. |
290
|
| Line is longer than 80 characters. |
296
|
| Line is longer than 80 characters. |
300
|
| Line has trailing spaces. |
315
|
| Line is longer than 80 characters. |
318
|
| Method 'writeResults' is not designed for extension - needs to be abstract, final or empty. |
318
|
| Parameter results should be final. |
318
|
| Parameter runNumber should be final. |
318
|
| Line is longer than 80 characters. |
320
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
344
|
| Missing a Javadoc comment. |
344
|
| Line is longer than 80 characters. |
349
|
| Line is longer than 80 characters. |
350
|
| Line is longer than 80 characters. |
355
|
| Line is longer than 80 characters. |
359
|
| Method 'loadInputOutputFile' is not designed for extension - needs to be abstract, final or empty. |
359
|
| Missing a Javadoc comment. |
359
|
| Parameter fileName should be final. |
359
|
| 'if' construct must use '{}'s. |
367
|
| Line is longer than 80 characters. |
374
|
| Line is longer than 80 characters. |
376
|
| Line is longer than 80 characters. |
379
|
| Line is longer than 80 characters. |
384
|
| Line is longer than 80 characters. |
391
|
yawn/envs/plaintext/package.html
| Error | Line |
| Missing package documentation file. | 0 |
yawn/envs/synthetic/CircleInTheSquareEnvironment.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/envs/synthetic/CircleInTheSquareEnvironment.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
17
|
| Line has trailing spaces. |
20
|
| Line is longer than 80 characters. |
21
|
| Line has trailing spaces. |
22
|
| Line contains a tab character. |
28
|
| Line has trailing spaces. |
29
|
| Line contains a tab character. |
29
|
| Line has trailing spaces. |
30
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Variable 'innerCircleRadius' must be private and have accessor methods. |
32
|
| '0.399' is a magic number. |
32
|
| Line contains a tab character. |
34
|
| Line has trailing spaces. |
35
|
| Line contains a tab character. |
35
|
| Line has trailing spaces. |
36
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Variable 'squareDimension' must be private and have accessor methods. |
38
|
| 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
|
| Expected an @return tag. |
44
|
| Line contains a tab character. |
44
|
| Method 'getInnerCircleRadius' 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 contains a tab character. |
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
|
| Method 'setInnerCircleRadius' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Parameter innerCircleRadius should be final. |
52
|
| 'innerCircleRadius' hides a field. |
52
|
| Expected @param tag for 'innerCircleRadius'. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| 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
|
| Expected an @return tag. |
60
|
| Line contains a tab character. |
60
|
| Method 'getSquareDimension' 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 contains a tab character. |
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
|
| Method 'setSquareDimension' is not designed for extension - needs to be abstract, final or empty. |
68
|
| Parameter squareDimension should be final. |
68
|
| 'squareDimension' hides a field. |
68
|
| Expected @param tag for 'squareDimension'. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
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
|
| Variable 'center' must be private and have accessor methods. |
77
|
| Missing a Javadoc comment. |
79
|
| '{' is followed by whitespace. |
79
|
| Missing a Javadoc comment. |
81
|
| '{' is followed by whitespace. |
81
|
| Method 'synthetizeOutput' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| Parameter input should be final. |
83
|
| '{' is followed by whitespace. |
85
|
| Method 'generateRandomInput' is not designed for extension - needs to be abstract, final or empty. |
98
|
| Missing a Javadoc comment. |
98
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Missing a Javadoc comment. |
104
|
| Line is longer than 80 characters. |
106
|
yawn/envs/synthetic/SyntheticDataEnvironment.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/envs/synthetic/SyntheticDataEnvironment.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line is longer than 80 characters. |
23
|
| Line has trailing spaces. |
26
|
| Line is longer than 80 characters. |
27
|
| Line has trailing spaces. |
28
|
| Line is longer than 80 characters. |
34
|
| Missing a Javadoc comment. |
34
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
34
|
| Line contains a tab character. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Expected an @return tag. |
40
|
| Line contains a tab character. |
40
|
| Method 'getTestSetSize' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| 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
|
| Method 'setTestSetSize' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Parameter testSetSize should be final. |
48
|
| 'testSetSize' hides a field. |
48
|
| Expected @param tag for 'testSetSize'. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| 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
|
| Expected an @return tag. |
56
|
| Line contains a tab character. |
56
|
| Method 'getTrainSetSize' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| 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
|
| Method 'setTrainSetSize' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter trainSetSize should be final. |
64
|
| 'trainSetSize' hides a field. |
64
|
| Expected @param tag for 'trainSetSize'. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
68
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line has trailing spaces. |
70
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Variable 'trainSetSize' must be private and have accessor methods. |
72
|
| Line contains a tab character. |
74
|
| Line has trailing spaces. |
75
|
| Line contains a tab character. |
75
|
| Line has trailing spaces. |
76
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Variable 'testSetSize' must be private and have accessor methods. |
78
|
| Line contains a tab character. |
80
|
| Line has trailing spaces. |
81
|
| 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
|
| Variable 'numberOfSystemRuns' must be private and have accessor methods. |
84
|
| Line contains a tab character. |
86
|
| Line has trailing spaces. |
87
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line is longer than 80 characters. |
89
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Variable 'trainSetsList' must be private and have accessor methods. |
91
|
| Line contains a tab character. |
93
|
| Line has trailing spaces. |
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
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Variable 'testSetsList' must be private and have accessor methods. |
98
|
| 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
|
| Expected an @return tag. |
104
|
| Line contains a tab character. |
104
|
| Method 'getNumberOfSystemRuns' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| 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
|
| Method 'setNumberOfSystemRuns' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter numberOfRuns should be final. |
112
|
| Expected @param tag for 'numberOfRuns'. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Missing a Javadoc comment. |
116
|
| Line is longer than 80 characters. |
125
|
| Method 'getTrainingDataset' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Missing a Javadoc comment. |
125
|
| Parameter runNumber should be final. |
125
|
| Method 'generateSet' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Parameter setSize should be final. |
136
|
| Missing a Javadoc comment. |
150
|
| Missing a Javadoc comment. |
152
|
| Parameter input should be final. |
152
|
| Line is longer than 80 characters. |
154
|
| Method 'getTestDatasetInputs' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Missing a Javadoc comment. |
154
|
| Parameter runNumber should be final. |
154
|
| Line has trailing spaces. |
171
|
| Line is longer than 80 characters. |
172
|
| Method 'getTestDataset' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Missing a Javadoc comment. |
172
|
| Parameter runNumber should be final. |
172
|
| Line is longer than 80 characters. |
184
|
| Method 'getTestExpectedOutputsSet' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Missing a Javadoc comment. |
184
|
| Parameter runNumber should be final. |
184
|
| Method 'getFullTestDataset' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Missing a Javadoc comment. |
202
|
| Parameter runNumber should be final. |
202
|
| Line is longer than 80 characters. |
213
|
| Method 'writeResults' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Missing a Javadoc comment. |
213
|
| Parameter results should be final. |
213
|
| Parameter runNumber should be final. |
213
|
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. |
219
|
| Missing a Javadoc comment. |
219
|
| Line has trailing spaces. |
227
|
| Method 'inputSize' is not designed for extension - needs to be abstract, final or empty. |
230
|
| Missing a Javadoc comment. |
230
|
| Line has trailing spaces. |
239
|
| Method 'outputSize' is not designed for extension - needs to be abstract, final or empty. |
242
|
| Missing a Javadoc comment. |
242
|
yawn/envs/synthetic/XOrDataEnvironment.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
14
|
| Line has trailing spaces. |
15
|
| Line is longer than 80 characters. |
20
|
| Missing a Javadoc comment. |
20
|
| Name 'inputSpace' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
20
|
| '{' is followed by whitespace. |
20
|
| '{' is followed by whitespace. |
20
|
| '{' is followed by whitespace. |
20
|
| '{' is followed by whitespace. |
20
|
| '{' is followed by whitespace. |
20
|
| Line contains a tab character. |
22
|
| Line has trailing spaces. |
23
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Missing a Javadoc comment. |
29
|
| '{' is followed by whitespace. |
29
|
| Missing a Javadoc comment. |
31
|
| '{' is followed by whitespace. |
31
|
| Line has trailing spaces. |
35
|
| Method 'generateRandomInput' is not designed for extension - needs to be abstract, final or empty. |
38
|
| Missing a Javadoc comment. |
38
|
| Line is longer than 80 characters. |
39
|
| First sentence should end with a period. |
42
|
| Line has trailing spaces. |
44
|
| Line is longer than 80 characters. |
45
|
| Method 'synthetizeOutput' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Parameter input should be final. |
47
|
yawn/envs/synthetic/package.html
| Error | Line |
| Missing package documentation file. | 0 |
yawn/io/DuplicateKeyException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
6
|
| Line has trailing spaces. |
7
|
| Line is longer than 80 characters. |
8
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
21
|
| Parameter arg0 should be final. |
31
|
| Expected @param tag for 'arg0'. |
31
|
| Parameter arg0 should be final. |
40
|
| Expected @param tag for 'arg0'. |
40
|
| Parameter arg1 should be final. |
40
|
| Expected @param tag for 'arg1'. |
40
|
| Parameter arg0 should be final. |
48
|
| Expected @param tag for 'arg0'. |
48
|
yawn/io/Experiment.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/io/Experiment.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
11
|
| Line contains a tab character. |
17
|
| Line has trailing spaces. |
18
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Variable 'neuralNetwork' must be private and have accessor methods. |
22
|
| Line contains a tab character. |
24
|
| Line has trailing spaces. |
25
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Variable 'environment' must be private and have accessor methods. |
29
|
| 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
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Variable 'storage' must be private and have accessor methods. |
36
|
| Missing a Javadoc comment. |
39
|
| 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 contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Method 'getEnvironment' is not designed for extension - needs to be abstract, final or empty. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
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
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Method 'setEnvironment' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter environment should be final. |
57
|
| 'environment' hides a field. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| 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
|
| Method 'getNeuralNetwork' 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 contains a tab character. |
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 contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Method 'setNeuralNetwork' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter neuralNetwork should be final. |
76
|
| 'neuralNetwork' hides a field. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Must have at least one statement. |
85
|
| 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 'getStorage' is not designed for extension - needs to be abstract, final or empty. |
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 contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Method 'setStorage' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Parameter storage should be final. |
102
|
| 'storage' hides a field. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
yawn/io/IStorage.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
10
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
22
|
| Line is longer than 80 characters. |
26
|
| Redundant 'public' modifier. |
26
|
| Expected @param tag for 'key'. |
26
|
| Expected @throws tag for 'StorageException'. |
26
|
| Expected @throws tag for 'DuplicateKeyException'. |
26
|
| Redundant throws: 'DuplicateKeyException' is subclass of 'StorageException'. |
26
|
| Missing a Javadoc comment. |
28
|
| Redundant 'public' modifier. |
28
|
| Line is longer than 80 characters. |
30
|
| Missing a Javadoc comment. |
30
|
| Redundant 'public' modifier. |
30
|
| Redundant throws: 'KeyNotPresentException' is subclass of 'StorageException'. |
30
|
| Line has trailing spaces. |
35
|
| Line is longer than 80 characters. |
42
|
| Redundant 'public' modifier. |
42
|
| Expected @throws tag for 'StorageException'. |
42
|
| Expected @throws tag for 'KeyNotPresentException'. |
42
|
| Redundant throws: 'KeyNotPresentException' is subclass of 'StorageException'. |
42
|
| Line has trailing spaces. |
47
|
| Redundant 'public' modifier. |
50
|
| Expected @throws tag for 'StorageException'. |
50
|
| Missing a Javadoc comment. |
52
|
| Redundant 'public' modifier. |
52
|
yawn/io/KeyNotPresentException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
6
|
| Line has trailing spaces. |
7
|
| Line is longer than 80 characters. |
8
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
21
|
| Parameter arg0 should be final. |
31
|
| Expected @param tag for 'arg0'. |
31
|
| Parameter arg0 should be final. |
40
|
| Expected @param tag for 'arg0'. |
40
|
| Parameter arg1 should be final. |
40
|
| Expected @param tag for 'arg1'. |
40
|
| Parameter arg0 should be final. |
48
|
| Expected @param tag for 'arg0'. |
48
|
yawn/io/StorageException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
8
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
11
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
23
|
| Parameter arg0 should be final. |
33
|
| Expected @param tag for 'arg0'. |
33
|
| Parameter arg0 should be final. |
42
|
| Expected @param tag for 'arg0'. |
42
|
| Parameter arg1 should be final. |
42
|
| Expected @param tag for 'arg1'. |
42
|
| Parameter arg0 should be final. |
50
|
| Expected @param tag for 'arg0'. |
50
|
yawn/io/package.html
| Error | Line |
| Missing package documentation file. | 0 |
yawn/io/serialization/ISerializer.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/io/serialization/ISerializer.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Unused import - java.io.IOException. |
3
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
11
|
| Line has trailing spaces. |
19
|
| Line is longer than 80 characters. |
27
|
| Redundant 'public' modifier. |
27
|
| Expected @throws tag for 'SerializationException'. |
27
|
| First sentence should end with a period. |
29
|
| Line has trailing spaces. |
31
|
| Line is longer than 80 characters. |
40
|
| Redundant 'public' modifier. |
40
|
| Expected @throws tag for 'SerializationException'. |
40
|
yawn/io/serialization/SerializationException.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/io/serialization/SerializationException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
13
|
| Line is longer than 80 characters. |
14
|
| Extra HTML tag found: </p> |
14
|
| Line has trailing spaces. |
15
|
| Line has trailing spaces. |
22
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
30
|
| Parameter theMessage should be final. |
30
|
| Missing a Javadoc comment. |
34
|
| Parameter theCause should be final. |
34
|
| Missing a Javadoc comment. |
38
|
| Parameter theMessage should be final. |
38
|
| Parameter theCause should be final. |
38
|
yawn/io/serialization/package.html
| Error | Line |
| Missing package documentation file. | 0 |
yawn/io/serialization/xml/BetwixtXmlSerializer.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/io/serialization/xml/BetwixtXmlSerializer.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| Line has trailing spaces. |
24
|
| Line is longer than 80 characters. |
25
|
| Line has trailing spaces. |
26
|
| Line has trailing spaces. |
33
|
| Method 'serialize' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Parameter network should be final. |
37
|
| Parameter theDestination should be final. |
37
|
| Line is longer than 80 characters. |
42
|
| Line is longer than 80 characters. |
44
|
| Line has trailing spaces. |
68
|
| Line is longer than 80 characters. |
69
|
| Line is longer than 80 characters. |
71
|
| Method 'deSerialize' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter root should be final. |
71
|
| Parameter reader should be final. |
71
|
| Line is longer than 80 characters. |
79
|
| Line is longer than 80 characters. |
81
|
| Line is longer than 80 characters. |
83
|
yawn/io/serialization/xml/CastorXmlSerializer.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/io/serialization/xml/CastorXmlSerializer.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| First sentence should end with a period. |
19
|
| Line has trailing spaces. |
21
|
| Line is longer than 80 characters. |
22
|
| Line has trailing spaces. |
23
|
| Line has trailing spaces. |
30
|
| Line is longer than 80 characters. |
34
|
| Method 'serialize' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Parameter network should be final. |
34
|
| Parameter writer should be final. |
34
|
| Line has trailing spaces. |
45
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
48
|
| Method 'deSerialize' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Parameter root should be final. |
48
|
| Parameter reader should be final. |
48
|
yawn/io/serialization/xml/package.html
| Error | Line |
| Missing package documentation file. | 0 |
yawn/io/xml/XmlStorage.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/io/xml/XmlStorage.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
3
|
| First sentence should end with a period. |
25
|
| Line has trailing spaces. |
26
|
| Line has trailing spaces. |
28
|
| Line contains a tab character. |
34
|
| Missing a Javadoc comment. |
34
|
| '=' is not preceded with whitespace. |
34
|
| '=' is not followed by whitespace. |
34
|
| Line has trailing spaces. |
35
|
| Line contains a tab character. |
35
|
| Line is longer than 80 characters. |
36
|
| Line contains a tab character. |
36
|
| Missing a Javadoc comment. |
36
|
| '=' is not followed by whitespace. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line is longer than 80 characters. |
38
|
| Line contains a tab character. |
38
|
| Missing a Javadoc comment. |
38
|
| First sentence should end with a period. |
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 has trailing spaces. |
42
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line has trailing spaces. |
48
|
| Line contains a tab character. |
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. |
53
|
| Line contains a tab character. |
54
|
| Line has trailing spaces. |
55
|
| 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. |
60
|
| Line contains a tab character. |
61
|
| Line has trailing spaces. |
62
|
| 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. |
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. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line has trailing spaces. |
76
|
| Line contains a tab character. |
76
|
| 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. |
82
|
| Line contains a tab character. |
83
|
| Line has trailing spaces. |
84
|
| 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 'getFileNameSuffix' 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 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
|
| Method 'getRepositoryDir' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| 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 contains a tab character. |
105
|
| Method 'getSerializer' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
109
|
| 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
|
| Method 'isAutoCreateReposotory' is not designed for extension - needs to be abstract, final or empty. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line has trailing spaces. |
120
|
| 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 'isOverwriteExisting' 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 contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line has trailing spaces. |
130
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Method 'setAutoCreateReposotory' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Parameter autoCreateReposotory should be final. |
133
|
| 'autoCreateReposotory' hides a field. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line has trailing spaces. |
140
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Method 'setFileNameSuffix' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Parameter fileNameSuffix should be final. |
143
|
| 'fileNameSuffix' hides a field. |
143
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Line has trailing spaces. |
150
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Method 'setOverwriteExisting' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Parameter overwriteExisting should be final. |
153
|
| 'overwriteExisting' hides a field. |
153
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
159
|
| Line has trailing spaces. |
160
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Method 'setRepositoryDir' is not designed for extension - needs to be abstract, final or empty. |
163
|
| Parameter repositoryDir should be final. |
163
|
| 'repositoryDir' hides a field. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| Line has trailing spaces. |
170
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
173
|
| Method 'setSerializer' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Parameter serializer should be final. |
173
|
| 'serializer' hides a field. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| 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 'getRootSerializationClass' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| 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 contains a tab character. |
191
|
| Line contains a tab character. |
192
|
| Method 'setRootSerializationClass' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Parameter rootSerializationClass should be final. |
192
|
| 'rootSerializationClass' hides a field. |
192
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
| Missing a Javadoc comment. |
197
|
| Line is longer than 80 characters. |
200
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
| Line contains a tab character. |
206
|
| Line contains a tab character. |
207
|
| Line is longer than 80 characters. |
213
|
| Method 'insert' is not designed for extension - needs to be abstract, final or empty. |
213
|
| Parameter object should be final. |
213
|
| Parameter key should be final. |
213
|
| Redundant throws: 'DuplicateKeyException' is subclass of 'StorageException'. |
213
|
| Line is longer than 80 characters. |
217
|
| Line is longer than 80 characters. |
223
|
| Method 'serializeObject' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Missing a Javadoc comment. |
223
|
| Parameter object should be final. |
223
|
| Parameter file should be final. |
223
|
| Line is longer than 80 characters. |
225
|
| Line has trailing spaces. |
236
|
| Line has trailing spaces. |
238
|
| Method 'generateKey' is not designed for extension - needs to be abstract, final or empty. |
241
|
| Parameter object should be final. |
241
|
| Line is longer than 80 characters. |
245
|
| ',' is not followed by whitespace. |
245
|
| Method 'prepareFile' is not designed for extension - needs to be abstract, final or empty. |
256
|
| Missing a Javadoc comment. |
256
|
| Parameter key should be final. |
256
|
| Line is longer than 80 characters. |
263
|
| Method 'update' is not designed for extension - needs to be abstract, final or empty. |
263
|
| Parameter object should be final. |
263
|
| Parameter key should be final. |
263
|
| Redundant throws: 'KeyNotPresentException' is subclass of 'StorageException'. |
263
|
| Line has trailing spaces. |
278
|
| Expected an @return tag. |
282
|
| Line is longer than 80 characters. |
282
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
282
|
| Parameter key should be final. |
282
|
| Expected @param tag for 'key'. |
282
|
| Expected @throws tag for 'StorageException'. |
282
|
| Expected @throws tag for 'KeyNotPresentException'. |
282
|
| Redundant throws: 'KeyNotPresentException' is subclass of 'StorageException'. |
282
|
| Method 'deSerializeObject' is not designed for extension - needs to be abstract, final or empty. |
291
|
| Missing a Javadoc comment. |
291
|
| Parameter file should be final. |
291
|
| Line is longer than 80 characters. |
293
|
| Line is longer than 80 characters. |
294
|
| Line has trailing spaces. |
304
|
| Method 'getAll' is not designed for extension - needs to be abstract, final or empty. |
307
|
| Missing a Javadoc comment. |
326
|
| Missing a Javadoc comment. |
327
|
| Missing a Javadoc comment. |
329
|
| Parameter extension should be final. |
329
|
| 'extension' hides a field. |
329
|
| Missing a Javadoc comment. |
333
|
| Parameter dir should be final. |
333
|
| Parameter name should be final. |
333
|
yawn/io/xml/package.html
| Error | Line |
| Missing package documentation file. | 0 |
yawn/nn/InputLayer.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/InputLayer.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line contains a tab character. |
16
|
| Line has trailing spaces. |
17
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Variable 'input' must be private and have accessor methods. |
21
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
29
|
| Parameter nextLayer should be final. |
29
|
| Parameter inputSize should be final. |
29
|
| Method 'setInput' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Parameter p should be final. |
34
|
| 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
|
| Expected an @return tag. |
42
|
| Line contains a tab character. |
42
|
| Method 'getActivations' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Method 'propagateToNode' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Missing a Javadoc comment. |
46
|
| Parameter index should be final. |
46
|
yawn/nn/Layer.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/Layer.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
11
|
| 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 contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Variable 'adapting' must be private and have accessor methods. |
21
|
| Line contains a tab character. |
23
|
| Line has trailing spaces. |
24
|
| Line contains a tab character. |
24
|
| Line has trailing spaces. |
25
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Variable 'inputSize' must be private and have accessor methods. |
27
|
| Line contains a tab character. |
29
|
| Line has trailing spaces. |
30
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Variable 'nextLayer' must be private and have accessor methods. |
34
|
| Line contains a tab character. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line is longer than 80 characters. |
39
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Variable 'units' must be private and have accessor methods. |
41
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
51
|
| Parameter nextLayer should be final. |
51
|
| 'nextLayer' hides a field. |
51
|
| Parameter inputSize should be final. |
51
|
| 'inputSize' hides a field. |
51
|
| Method 'connectWith' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Missing a Javadoc comment. |
57
|
| Parameter next should be final. |
57
|
| Method 'getActivations' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Missing a Javadoc comment. |
61
|
| 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
|
| Expected an @return tag. |
74
|
| Line contains a tab character. |
74
|
| Method 'getInputSize' 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
|
| Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line has trailing spaces. |
85
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Method 'isAdapting' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Method 'output' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Missing a Javadoc comment. |
93
|
| Method 'propagateToNextLayer' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Missing a Javadoc comment. |
97
|
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. |
101
|
| Missing a Javadoc comment. |
101
|
| 'for' construct must use '{}'s. |
103
|
| 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
|
| Method 'setAdapting' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter adapting should be final. |
112
|
| 'adapting' hides a field. |
112
|
| Expected @param tag for 'adapting'. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Method 'setInput' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter input should be final. |
117
|
| Line contains a tab character. |
124
|
| Line has trailing spaces. |
125
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Method 'setInputSize' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter inputSize should be final. |
128
|
| 'inputSize' hides a field. |
128
|
| Expected @param tag for 'inputSize'. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Method 'size' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Missing a Javadoc comment. |
132
|
yawn/nn/NeuralNetwork.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/NeuralNetwork.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| First sentence should end with a period. |
15
|
| Line has trailing spaces. |
17
|
| Extra HTML tag found: </p> |
18
|
| Line has trailing spaces. |
19
|
| Line is longer than 80 characters. |
26
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
28
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
28
|
| Line contains a tab character. |
30
|
| Line has trailing spaces. |
31
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
37
|
| Line has trailing spaces. |
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
|
| Line has trailing spaces. |
45
|
| Line has trailing spaces. |
53
|
| Parameter input should be final. |
59
|
| Parameter output should be final. |
59
|
| First sentence should end with a period. |
61
|
| Line has trailing spaces. |
63
|
| Parameter input should be final. |
68
|
| Line has trailing spaces. |
72
|
| Parameter iop should be final. |
76
|
| Missing a Javadoc comment. |
78
|
| Missing a Javadoc comment. |
80
|
| Line is longer than 80 characters. |
82
|
| Missing a Javadoc comment. |
82
|
| Parameter config should be final. |
82
|
| Missing a Javadoc comment. |
84
|
| 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
|
| Expected an @return tag. |
90
|
| Line contains a tab character. |
90
|
| Method 'getStatisticsFacility' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line is longer than 80 characters. |
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 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 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
|
| Line contains a tab character. |
107
|
| First sentence should end with a period. |
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 contains a tab character. |
112
|
| Line has trailing spaces. |
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 contains a tab character. |
116
|
| Method 'isAdapting' is not designed for extension - needs to be abstract, final or empty. |
123
|
| Line contains a tab character. |
127
|
| Line is longer than 80 characters. |
128
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| Line has trailing spaces. |
130
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Method 'getAdapting' is not designed for extension - needs to be abstract, final or empty. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line is longer than 80 characters. |
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. |
144
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Method 'setAdapting' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Parameter adapting should be final. |
146
|
| 'adapting' hides a field. |
146
|
| Expected @param tag for 'adapting'. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
150
|
| 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 is longer than 80 characters. |
156
|
| Line contains a tab character. |
156
|
| Method 'setStatisticsFacility' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Parameter statisticsFacility should be final. |
156
|
| 'statisticsFacility' hides a field. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
yawn/nn/NeuralNode.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/NeuralNode.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line contains a tab character. |
15
|
| Line has trailing spaces. |
16
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Variable 'input' must be private and have accessor methods. |
20
|
| Line contains a tab character. |
22
|
| Line has trailing spaces. |
23
|
| Line contains a tab character. |
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 'inputSize' must be private and have accessor methods. |
26
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line has trailing spaces. |
30
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Method 'setInputSize' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter inputSize should be final. |
33
|
| 'inputSize' hides a field. |
33
|
| Expected @param tag for 'inputSize'. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| 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
|
| Expected an @return tag. |
41
|
| Line contains a tab character. |
41
|
| Method 'getInputSize' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Missing a Javadoc comment. |
46
|
| Parameter inputSize should be final. |
46
|
| 'inputSize' hides a field. |
46
|
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. |
53
|
| First sentence should end with a period. |
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 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
|
| Method 'setInput' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter val should be final. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Method 'output' is not designed for extension - needs to be abstract, final or empty. |
70
|
| Missing a Javadoc comment. |
70
|
| Missing a Javadoc comment. |
74
|
| Parameter input should be final. |
74
|
| 'input' hides a field. |
74
|
| Method 'setInputElement' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Missing a Javadoc comment. |
76
|
| Parameter val should be final. |
76
|
| Parameter i should be final. |
76
|
yawn/nn/OutputLayer.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/OutputLayer.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| Parameter inputSize should be final. |
16
|
| Expected @param tag for 'inputSize'. |
16
|
| Method 'propagateToNextLayer' is not designed for extension - needs to be abstract, final or empty. |
23
|
| Line is longer than 80 characters. |
24
|
yawn/nn/appart/AppArt.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/appart/AppArt.java
| Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
41
|
| Missing a Javadoc comment. |
45
|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
45
|
| 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 contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Variable 'f2GainControl' must be private and have accessor methods. |
52
|
| Line contains a tab character. |
54
|
| Line has trailing spaces. |
55
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Variable 'f2Layer' must be private and have accessor methods. |
59
|
| 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
|
| Variable 'initialDeviations' must be private and have accessor methods. |
66
|
| 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
|
| Variable 'inputLayer' must be private and have accessor methods. |
73
|
| Missing a Javadoc comment. |
76
|
| Variable 'inputSize' must be private and have accessor methods. |
76
|
| Missing a Javadoc comment. |
77
|
| Variable 'outputSize' must be private and have accessor methods. |
77
|
| Line contains a tab character. |
79
|
| Line has trailing spaces. |
80
|
| 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
|
| Variable 'learningRate' must be private and have accessor methods. |
83
|
| Line contains a tab character. |
85
|
| Line has trailing spaces. |
86
|
| 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
|
| Variable 'matchTrackingOneShot' must be private and have accessor methods. |
89
|
| Line contains a tab character. |
91
|
| Line has trailing spaces. |
92
|
| 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
|
| Variable 'maxEpochs' must be private and have accessor methods. |
95
|
| Missing a Javadoc comment. |
98
|
| 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
|
| Variable 'outputGainControl' must be private and have accessor methods. |
105
|
| Line contains a tab character. |
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
|
| Variable 'outputLayer' must be private and have accessor methods. |
112
|
| Line contains a tab character. |
114
|
| Line has trailing spaces. |
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 contains a tab character. |
118
|
| Variable 'predictionError' must be private and have accessor methods. |
118
|
| 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 contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Variable 'predictionLayer' must be private and have accessor methods. |
125
|
| Line contains a tab character. |
127
|
| Line has trailing spaces. |
128
|
| Line contains a tab character. |
128
|
| Line has trailing spaces. |
129
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| Variable 'predictionLayerLearningRate' must be private and have accessor methods. |
131
|
| 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
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Variable 'testMatchVigilance' must be private and have accessor methods. |
137
|
| Line contains a tab character. |
139
|
| Line has trailing spaces. |
140
|
| Line contains a tab character. |
140
|
| Line has trailing spaces. |
141
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
143
|
| Variable 'trainMatchVigilance' must be private and have accessor methods. |
143
|
| 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
|
| Variable 'useAbsoluteError' must be private and have accessor methods. |
149
|
| Missing a Javadoc comment. |
152
|
| Method 'computeError' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Missing a Javadoc comment. |
173
|
| Parameter prediction should be final. |
173
|
| Parameter expected should be final. |
173
|
| 'if' construct must use '{}'s. |
174
|
| 'else' construct must use '{}'s. |
176
|
| Method 'doBackTrack' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Missing a Javadoc comment. |
180
|
| Method 'doMatchTracking' is not designed for extension - needs to be abstract, final or empty. |
187
|
| Missing a Javadoc comment. |
187
|
| 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 contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Method 'getF2Layer' is not designed for extension - needs to be abstract, final or empty. |
200
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
| Line has trailing spaces. |
206
|
| Line contains a tab character. |
206
|
| Line contains a tab character. |
207
|
| Line contains a tab character. |
208
|
| Line contains a tab character. |
209
|
| Method 'getInitialDeviations' is not designed for extension - needs to be abstract, final or empty. |
209
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
211
|
| Line has trailing spaces. |
216
|
| Method 'getInputSize' is not designed for extension - needs to be abstract, final or empty. |
219
|
| Missing a Javadoc comment. |
219
|
| Line contains a tab character. |
223
|
| Line contains a tab character. |
224
|
| Line has trailing spaces. |
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
|
| Method 'getLearningRate' is not designed for extension - needs to be abstract, final or empty. |
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 has trailing spaces. |
234
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
235
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Method 'getMaxEpochs' is not designed for extension - needs to be abstract, final or empty. |
237
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
239
|
| Line has trailing spaces. |
243
|
| Method 'getNeuralNetworkName' is not designed for extension - needs to be abstract, final or empty. |
246
|
| Line has trailing spaces. |
252
|
| Method 'getOutputSize' is not designed for extension - needs to be abstract, final or empty. |
255
|
| Missing a Javadoc comment. |
255
|
| 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 contains a tab character. |
263
|
| Line contains a tab character. |
264
|
| Method 'getPredictionError' is not designed for extension - needs to be abstract, final or empty. |
264
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Line contains a tab character. |
268
|
| Line contains a tab character. |
269
|
| Line has trailing spaces. |
270
|
| Line contains a tab character. |
270
|
| Line contains a tab character. |
271
|
| Line contains a tab character. |
272
|
| Line contains a tab character. |
273
|
| Method 'getPredictionLayer' is not designed for extension - needs to be abstract, final or empty. |
273
|
| Line contains a tab character. |
274
|
| Line contains a tab character. |
275
|
| Line contains a tab character. |
277
|
| Line contains a tab character. |
278
|
| Line has trailing spaces. |
279
|
| Line contains a tab character. |
279
|
| Line contains a tab character. |
280
|
| Line contains a tab character. |
281
|
| Line contains a tab character. |
282
|
| Method 'getPredictionLayerLearningRate' is not designed for extension - needs to be abstract, final or empty. |
282
|
| Line contains a tab character. |
283
|
| Line contains a tab character. |
284
|
| 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
|
| Method 'getTestMatchVigilance' is not designed for extension - needs to be abstract, final or empty. |
291
|
| Line contains a tab character. |
292
|
| Line contains a tab character. |
293
|
| 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 'getTrainMatchVigilance' is not designed for extension - needs to be abstract, final or empty. |
300
|
| Line contains a tab character. |
301
|
| Line contains a tab character. |
302
|
| Line has trailing spaces. |
306
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
308
|
| Line is longer than 80 characters. |
311
|
| Line is longer than 80 characters. |
316
|
| Line contains a tab character. |
326
|
| Line contains a tab character. |
327
|
| Line has trailing spaces. |
328
|
| Line contains a tab character. |
328
|
| Line contains a tab character. |
329
|
| Line contains a tab character. |
330
|
| Line contains a tab character. |
331
|
| Method 'isMatchTrackingOneShot' is not designed for extension - needs to be abstract, final or empty. |
331
|
| Line contains a tab character. |
332
|
| Line contains a tab character. |
333
|
| Line contains a tab character. |
335
|
| Line contains a tab character. |
336
|
| Line has trailing spaces. |
337
|
| Line contains a tab character. |
337
|
| Line contains a tab character. |
338
|
| Line contains a tab character. |
339
|
| Line contains a tab character. |
340
|
| Method 'isUseAbsoluteError' is not designed for extension - needs to be abstract, final or empty. |
340
|
| Line contains a tab character. |
341
|
| Line contains a tab character. |
342
|
| Method 'learn' is not designed for extension - needs to be abstract, final or empty. |
345
|
| Missing a Javadoc comment. |
345
|
| Parameter pat should be final. |
345
|
| Method 'learnNewCategory' is not designed for extension - needs to be abstract, final or empty. |
351
|
| Missing a Javadoc comment. |
351
|
| Parameter output should be final. |
351
|
| Line is longer than 80 characters. |
361
|
| Method 'numberOfF2Nodes' is not designed for extension - needs to be abstract, final or empty. |
372
|
| Missing a Javadoc comment. |
372
|
| Method 'oneLearningStep' is not designed for extension - needs to be abstract, final or empty. |
376
|
| Missing a Javadoc comment. |
376
|
| Parameter input should be final. |
376
|
| Parameter output should be final. |
376
|
| Method 'predict' is not designed for extension - needs to be abstract, final or empty. |
384
|
| Missing a Javadoc comment. |
384
|
| Parameter input should be final. |
384
|
| First sentence should end with a period. |
391
|
| Line has trailing spaces. |
394
|
| Method 'propagate' is not designed for extension - needs to be abstract, final or empty. |
397
|
| Parameter output should be final. |
397
|
| Expected @param tag for 'output'. |
397
|
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. |
450
|
| Missing a Javadoc comment. |
450
|
| Line is longer than 80 characters. |
453
|
| Method 'setAdapting' is not designed for extension - needs to be abstract, final or empty. |
458
|
| Missing a Javadoc comment. |
458
|
| Parameter adapt should be final. |
458
|
| Line contains a tab character. |
465
|
| Line contains a tab character. |
466
|
| Line contains a tab character. |
467
|
| Line has trailing spaces. |
468
|
| Line contains a tab character. |
468
|
| Line contains a tab character. |
469
|
| Line contains a tab character. |
470
|
| Line contains a tab character. |
471
|
| Method 'setF2GainControl' is not designed for extension - needs to be abstract, final or empty. |
471
|
| Parameter gf2 should be final. |
471
|
| Line contains a tab character. |
472
|
| Line contains a tab character. |
473
|
| Line contains a tab character. |
475
|
| Line contains a tab character. |
476
|
| Line contains a tab character. |
477
|
| Line has trailing spaces. |
478
|
| Line contains a tab character. |
478
|
| Line contains a tab character. |
479
|
| Line contains a tab character. |
480
|
| Line contains a tab character. |
481
|
| Method 'setF2Layer' is not designed for extension - needs to be abstract, final or empty. |
481
|
| Parameter f2 should be final. |
481
|
| Line contains a tab character. |
482
|
| Line contains a tab character. |
483
|
| Line contains a tab character. |
485
|
| Line contains a tab character. |
486
|
| Line contains a tab character. |
487
|
| Line has trailing spaces. |
488
|
| Line contains a tab character. |
488
|
| Line contains a tab character. |
489
|
| Line contains a tab character. |
490
|
| Line contains a tab character. |
491
|
| Method 'setInitialDeviations' is not designed for extension - needs to be abstract, final or empty. |
491
|
| Parameter initialDeviations should be final. |
491
|
| 'initialDeviations' hides a field. |
491
|
| Line contains a tab character. |
492
|
| Line contains a tab character. |
493
|
| Method 'setInput' is not designed for extension - needs to be abstract, final or empty. |
496
|
| Missing a Javadoc comment. |
496
|
| Parameter input should be final. |
496
|
| Line contains a tab character. |
500
|
| Line has trailing spaces. |
501
|
| Line contains a tab character. |
501
|
| Line contains a tab character. |
502
|
| Line contains a tab character. |
503
|
| Line contains a tab character. |
504
|
| Method 'setLearningRate' is not designed for extension - needs to be abstract, final or empty. |
504
|
| Parameter learningRate should be final. |
504
|
| 'learningRate' hides a field. |
504
|
| Expected @param tag for 'learningRate'. |
504
|
| Line contains a tab character. |
505
|
| Line contains a tab character. |
506
|
| 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
|
| Line contains a tab character. |
512
|
| Line contains a tab character. |
513
|
| Line contains a tab character. |
514
|
| Method 'setMatchTrackingOneShot' is not designed for extension - needs to be abstract, final or empty. |
514
|
| Parameter matchTrackingOneShot should be final. |
514
|
| 'matchTrackingOneShot' hides a field. |
514
|
| Line contains a tab character. |
515
|
| Line contains a tab character. |
516
|
| Line contains a tab character. |
518
|
| Line contains a tab character. |
519
|
| Line contains a tab character. |
520
|
| Line has trailing spaces. |
521
|
| Line contains a tab character. |
521
|
| Line contains a tab character. |
522
|
| Line contains a tab character. |
523
|
| Line contains a tab character. |
524
|
| Method 'setMaxEpochs' is not designed for extension - needs to be abstract, final or empty. |
524
|
| Parameter maxEpochs should be final. |
524
|
| 'maxEpochs' hides a field. |
524
|
| Line contains a tab character. |
525
|
| Line contains a tab character. |
526
|
| Line contains a tab character. |
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 contains a tab character. |
533
|
| Line contains a tab character. |
534
|
| Method 'setPredictionError' is not designed for extension - needs to be abstract, final or empty. |
534
|
| Parameter predictionError should be final. |
534
|
| 'predictionError' hides a field. |
534
|
| Line contains a tab character. |
535
|
| Line contains a tab character. |
536
|
| Line contains a tab character. |
538
|
| 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
|
| Method 'setPredictionLayer' is not designed for extension - needs to be abstract, final or empty. |
544
|
| Parameter predictionLayer should be final. |
544
|
| 'predictionLayer' hides a field. |
544
|
| Line contains a tab character. |
545
|
| Line contains a tab character. |
546
|
| Line contains a tab character. |
548
|
| Line contains a tab character. |
549
|
| Line contains a tab character. |
550
|
| Line has trailing spaces. |
551
|
| Line contains a tab character. |
551
|
| Line contains a tab character. |
552
|
| Line contains a tab character. |
553
|
| Line contains a tab character. |
554
|
| Method 'setPredictionLayerLearningRate' is not designed for extension - needs to be abstract, final or empty. |
554
|
| Line contains a tab character. |
555
|
| Parameter predictionLayerLearningRate should be final. |
555
|
| 'predictionLayerLearningRate' hides a field. |
555
|
| Line contains a tab character. |
556
|
| Line contains a tab character. |
557
|
| Line contains a tab character. |
559
|
| Line contains a tab character. |
560
|
| Line contains a tab character. |
561
|
| Line has trailing spaces. |
562
|
| Line contains a tab character. |
562
|
| Line contains a tab character. |
563
|
| Line contains a tab character. |
564
|
| Line contains a tab character. |
565
|
| Method 'setTestMatchVigilance' is not designed for extension - needs to be abstract, final or empty. |
565
|
| Parameter testMatchVigilance should be final. |
565
|
| 'testMatchVigilance' hides a field. |
565
|
| Line contains a tab character. |
566
|
| Line contains a tab character. |
567
|
| Line contains a tab character. |
569
|
| Line contains a tab character. |
570
|
| Line contains a tab character. |
571
|
| Line has trailing spaces. |
572
|
| Line contains a tab character. |
572
|
| Line contains a tab character. |
573
|
| Line contains a tab character. |
574
|
| Line contains a tab character. |
575
|
| Method 'setTrainMatchVigilance' is not designed for extension - needs to be abstract, final or empty. |
575
|
| Parameter trainMatchVigilance should be final. |
575
|
| 'trainMatchVigilance' hides a field. |
575
|
| Line contains a tab character. |
576
|
| Line contains a tab character. |
577
|
| Line has trailing spaces. |
582
|
| Line is longer than 80 characters. |
585
|
| Method 'setup' is not designed for extension - needs to be abstract, final or empty. |
585
|
| Missing a Javadoc comment. |
585
|
| Parameter config should be final. |
585
|
| Line is longer than 80 characters. |
591
|
| Line contains a tab character. |
600
|
| Line has trailing spaces. |
601
|
| Line contains a tab character. |
601
|
| Line contains a tab character. |
602
|
| Line contains a tab character. |
603
|
| Line contains a tab character. |
604
|
| Method 'setUseAbsoluteError' is not designed for extension - needs to be abstract, final or empty. |
604
|
| Parameter error should be final. |
604
|
| Expected @param tag for 'error'. |
604
|
| Line contains a tab character. |
605
|
| Line contains a tab character. |
606
|
| Method 'setUseRelativeError' is not designed for extension - needs to be abstract, final or empty. |
609
|
| Missing a Javadoc comment. |
609
|
| Parameter error should be final. |
609
|
| Line has trailing spaces. |
614
|
| Method 'train' is not designed for extension - needs to be abstract, final or empty. |
616
|
| Parameter iop should be final. |
616
|
| Expected @param tag for 'iop'. |
616
|
| Line is longer than 80 characters. |
628
|
| Line contains a tab character. |
636
|
| Line has trailing spaces. |
637
|
| Line contains a tab character. |
637
|
| Line has trailing spaces. |
638
|
| Line contains a tab character. |
638
|
| Line contains a tab character. |
639
|
| Line contains a tab character. |
640
|
| Variable 'desiredMeanSquaredError' must be private and have accessor methods. |
640
|
| Method 'useMinimumActivationMatchTracking' is not designed for extension - needs to be abstract, final or empty. |
643
|
| Missing a Javadoc comment. |
643
|
| Parameter use should be final. |
643
|
| Method 'useOneShotMatchTracking' is not designed for extension - needs to be abstract, final or empty. |
647
|
| Missing a Javadoc comment. |
647
|
| Parameter use should be final. |
647
|
| First sentence should end with a period. |
651
|
| Line has trailing spaces. |
653
|
| Method 'yieldConfiguration' is not designed for extension - needs to be abstract, final or empty. |
656
|
| Line contains a tab character. |
670
|
| Line contains a tab character. |
671
|
| Line has trailing spaces. |
672
|
| Line contains a tab character. |
672
|
| Line contains a tab character. |
673
|
| Line contains a tab character. |
674
|
| Line contains a tab character. |
675
|
| Method 'getDesiredMeanSquaredError' is not designed for extension - needs to be abstract, final or empty. |
675
|
| Line contains a tab character. |
676
|
| Line contains a tab character. |
677
|
| Line contains a tab character. |
679
|
| Line contains a tab character. |
680
|
| Line contains a tab character. |
681
|
| Line has trailing spaces. |
682
|
| Line contains a tab character. |
682
|
| Line contains a tab character. |
683
|
| Line contains a tab character. |
684
|
| Line contains a tab character. |
685
|
| Method 'setDesiredMeanSquaredError' is not designed for extension - needs to be abstract, final or empty. |
685
|
| Parameter desiredMeanSquaredError should be final. |
685
|
| 'desiredMeanSquaredError' hides a field. |
685
|
| Line contains a tab character. |
686
|
| Line contains a tab character. |
687
|
yawn/nn/appart/AppArtConfig.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/appart/AppArtConfig.java
| Error | Line |
| Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
| First sentence should end with a period. |
15
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
20
|
| Line contains a tab character. |
26
|
| Line has trailing spaces. |
27
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Variable 'desiredMeanSquaredError' must be private and have accessor methods. |
30
|
| Line contains a tab character. |
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 contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Variable 'initialDeviations' must be private and have accessor methods. |
37
|
| 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
|
| Variable 'learningRate' must be private and have accessor methods. |
43
|
| 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
|
| Variable 'matchTrackingOneShot' must be private and have accessor methods. |
49
|
| 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
|
| Variable 'maxEpochs' must be private and have accessor methods. |
55
|
| Line contains a tab character. |
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 contains a tab character. |
61
|
| Variable 'predictionError' must be private and have accessor methods. |
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
|
| Variable 'predictionLayerLearningRate' must be private and have accessor methods. |
67
|
| Line contains a tab character. |
69
|
| Line has trailing spaces. |
70
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Variable 'testMatchVigilance' must be private and have accessor methods. |
73
|
| Line contains a tab character. |
75
|
| Line has trailing spaces. |
76
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Variable 'trainMatchVigilance' must be private and have accessor methods. |
79
|
| 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
|
| Variable 'useAbsoluteError' must be private and have accessor methods. |
85
|
| 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
|
| 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 'configuredNetworkFactory' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
100
|
| 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. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Method 'createSampleInstance' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
115
|
| '0.4' is a magic number. |
115
|
| Line contains a tab character. |
117
|
| '{' is followed by whitespace. |
117
|
| '0.1' is a magic number. |
117
|
| '0.1' is a magic number. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
120
|
| '0.1' is a magic number. |
120
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
124
|
| '100' is a magic number. |
124
|
| Line contains a tab character. |
126
|
| '0.05' is a magic number. |
126
|
| Line contains a tab character. |
128
|
| '0.1' is a magic number. |
128
|
| Line contains a tab character. |
130
|
| '0.5' is a magic number. |
130
|
| Line contains a tab character. |
132
|
| '0.1' is a magic number. |
132
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| Method 'getBindedNetworkClass' is not designed for extension - needs to be abstract, final or empty. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Method 'getDesiredMeanSquaredError' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| 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
|
| Method 'getInitialDeviations' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
162
|
| Method 'getInputSize' is not designed for extension - needs to be abstract, final or empty. |
162
|
| Missing a Javadoc comment. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
166
|
| 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
|
| Method 'getLearningRate' is not designed for extension - needs to be abstract, final or empty. |
171
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
173
|
| 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 contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| Method 'getMaxEpochs' is not designed for extension - needs to be abstract, final or empty. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| Line contains a tab character. |
184
|
| Method 'getOutputSize' is not designed for extension - needs to be abstract, final or empty. |
184
|
| Missing a Javadoc comment. |
184
|
| Line contains a tab character. |
185
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
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 contains a tab character. |
192
|
| Line contains a tab character. |
193
|
| Method 'getPredictionError' is not designed for extension - needs to be abstract, final or empty. |
193
|
| Line contains a tab character. |
194
|
| Line contains a tab character. |
195
|
| Line contains a tab character. |
197
|
| Line contains a tab character. |
198
|
| Line has trailing spaces. |
199
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Method 'getPredictionLayerLearningRate' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
204
|
| 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
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
211
|
| Method 'getTestMatchVigilance' is not designed for extension - needs to be abstract, final or empty. |
211
|
| Line contains a tab character. |
212
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
215
|
| Line contains a tab character. |
216
|
| Line has trailing spaces. |
217
|
| Line contains a tab character. |
217
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
219
|
| Line contains a tab character. |
220
|
| Method 'getTrainMatchVigilance' is not designed for extension - needs to be abstract, final or empty. |
220
|
| Line contains a tab character. |
221
|
| Line contains a tab character. |
222
|
| Line contains a tab character. |
224
|
| 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 contains a tab character. |
232
|
| Line contains a tab character. |
233
|
| Line has trailing spaces. |
234
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
235
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Method 'isMatchTrackingOneShot' is not designed for extension - needs to be abstract, final or empty. |
237
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
239
|
| Line contains a tab character. |
241
|
| Line contains a tab character. |
242
|
| Line has trailing spaces. |
243
|
| Line contains a tab character. |
243
|
| Line contains a tab character. |
244
|
| Line contains a tab character. |
245
|
| Line contains a tab character. |
246
|
| Method 'isUseAbsoluteError' is not designed for extension - needs to be abstract, final or empty. |
246
|
| Line contains a tab character. |
247
|
| Line contains a tab character. |
248
|
| Line contains a tab character. |
250
|
| Line contains a tab character. |
251
|
| Line contains a tab character. |
252
|
| Line contains a tab character. |
253
|
| Line contains a tab character. |
254
|
| Method 'setDesiredMeanSquaredError' is not designed for extension - needs to be abstract, final or empty. |
254
|
| Parameter desiredMeanSquaredError should be final. |
254
|
| 'desiredMeanSquaredError' hides a field. |
254
|
| Line contains a tab character. |
255
|
| Line contains a tab character. |
256
|
| Line contains a tab character. |
258
|
| 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 contains a tab character. |
263
|
| Line contains a tab character. |
264
|
| Method 'setInitialDeviations' is not designed for extension - needs to be abstract, final or empty. |
264
|
| Parameter initialDeviations should be final. |
264
|
| 'initialDeviations' hides a field. |
264
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Line contains a tab character. |
268
|
| Line contains a tab character. |
269
|
| Line contains a tab character. |
270
|
| Line has trailing spaces. |
271
|
| Line contains a tab character. |
271
|
| Line contains a tab character. |
272
|
| Line contains a tab character. |
273
|
| Line contains a tab character. |
274
|
| Method 'setLearningRate' is not designed for extension - needs to be abstract, final or empty. |
274
|
| Parameter learningRate should be final. |
274
|
| 'learningRate' hides a field. |
274
|
| Line contains a tab character. |
275
|
| Line contains a tab character. |
276
|
| Line contains a tab character. |
278
|
| Line contains a tab character. |
279
|
| Line contains a tab character. |
280
|
| Line has trailing spaces. |
281
|
| Line contains a tab character. |
281
|
| Line contains a tab character. |
282
|
| Line contains a tab character. |
283
|
| Line contains a tab character. |
284
|
| Method 'setMatchTrackingOneShot' is not designed for extension - needs to be abstract, final or empty. |
284
|
| Parameter matchTrackingOneShot should be final. |
284
|
| 'matchTrackingOneShot' hides a field. |
284
|
| Line contains a tab character. |
285
|
| Line contains a tab character. |
286
|
| 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 contains a tab character. |
294
|
| Method 'setMaxEpochs' is not designed for extension - needs to be abstract, final or empty. |
294
|
| Parameter maxEpochs should be final. |
294
|
| 'maxEpochs' hides a field. |
294
|
| Line contains a tab character. |
295
|
| Line contains a tab character. |
296
|
| Line contains a tab character. |
298
|
| Line contains a tab character. |
299
|
| Line contains a tab character. |
300
|
| Line has trailing spaces. |
301
|
| Line contains a tab character. |
301
|
| Line contains a tab character. |
302
|
| Line contains a tab character. |
303
|
| Line contains a tab character. |
304
|
| Method 'setPredictionError' is not designed for extension - needs to be abstract, final or empty. |
304
|
| Parameter predictionError should be final. |
304
|
| 'predictionError' hides a field. |
304
|
| Line contains a tab character. |
305
|
| Line contains a tab character. |
306
|
| Line contains a tab character. |
308
|
| Line contains a tab character. |
309
|
| Line contains a tab character. |
310
|
| Line has trailing spaces. |
311
|
| Line contains a tab character. |
311
|
| Line contains a tab character. |
312
|
| Line contains a tab character. |
313
|
| Line contains a tab character. |
314
|
| Method 'setPredictionLayerLearningRate' is not designed for extension - needs to be abstract, final or empty. |
314
|
| Line contains a tab character. |
315
|
| Parameter predictionLayerLearningRate should be final. |
315
|
| 'predictionLayerLearningRate' hides a field. |
315
|
| Line contains a tab character. |
316
|
| Line contains a tab character. |
317
|
| Line contains a tab character. |
319
|
| Line contains a tab character. |
320
|
| Line contains a tab character. |
321
|
| Line has trailing spaces. |
322
|
| Line contains a tab character. |
322
|
| Line contains a tab character. |
323
|
| Line contains a tab character. |
324
|
| Line contains a tab character. |
325
|
| Method 'setTestMatchVigilance' is not designed for extension - needs to be abstract, final or empty. |
325
|
| Parameter testMatchVigilance should be final. |
325
|
| 'testMatchVigilance' hides a field. |
325
|
| Line contains a tab character. |
326
|
| Line contains a tab character. |
327
|
| Line contains a tab character. |
329
|
| Line contains a tab character. |
330
|
| Line contains a tab character. |
331
|
| Line has trailing spaces. |
332
|
| Line contains a tab character. |
332
|
| Line contains a tab character. |
333
|
| Line contains a tab character. |
334
|
| Line contains a tab character. |
335
|
| Method 'setTrainMatchVigilance' is not designed for extension - needs to be abstract, final or empty. |
335
|
| Parameter trainMatchVigilance should be final. |
335
|
| 'trainMatchVigilance' hides a field. |
335
|
| Line contains a tab character. |
336
|
| Line contains a tab character. |
337
|
| Line contains a tab character. |
339
|
| Line contains a tab character. |
340
|
| Line contains a tab character. |
341
|
| Line has trailing spaces. |
342
|
| Line contains a tab character. |
342
|
| Line contains a tab character. |
343
|
| Line contains a tab character. |
344
|
| Line contains a tab character. |
345
|
| Method 'setUseAbsoluteError' is not designed for extension - needs to be abstract, final or empty. |
345
|
| Parameter useAbsoluteError should be final. |
345
|
| 'useAbsoluteError' hides a field. |
345
|
| Line contains a tab character. |
346
|
| Line contains a tab character. |
347
|
yawn/nn/appart/GainControlUnit.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/appart/GainControlUnit.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
5
|
| Line has trailing spaces. |
7
|
| 'public' modifier out of order with the JLS suggestions. |
12
|
| Line contains a tab character. |
14
|
| Line has trailing spaces. |
15
|
| Line contains a tab character. |
15
|
| Line has trailing spaces. |
16
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Variable 'rho' must be private and have accessor methods. |
18
|
| Line contains a tab character. |
20
|
| Line has trailing spaces. |
21
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Method 'setVigilanceParameter' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Parameter val should be final. |
24
|
| Expected @param tag for 'val'. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
28
|
| Line has trailing spaces. |
29
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Expected an @return tag. |
32
|
| Line contains a tab character. |
32
|
| Method 'getVigilanceParameter' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Missing a Javadoc comment. |
36
|
yawn/nn/appart/GainControlUnitOnMatching.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/appart/GainControlUnitOnMatching.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
9
|
| Line is longer than 80 characters. |
10
|
| Line has trailing spaces. |
11
|
| Line contains a tab character. |
17
|
| Line has trailing spaces. |
18
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Variable 'adjunct' must be private and have accessor methods. |
22
|
| Line contains a tab character. |
24
|
| Line has trailing spaces. |
25
|
| Line contains a tab character. |
25
|
| Line has trailing spaces. |
26
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Variable 'match' must be private and have accessor methods. |
28
|
| Line contains a tab character. |
30
|
| Line has trailing spaces. |
31
|
| 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
|
| Variable 'rho' must be private and have accessor methods. |
34
|
| Line contains a tab character. |
36
|
| Line has trailing spaces. |
37
|
| 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
|
| Variable 'rhoMin' must be private and have accessor methods. |
40
|
| Missing a Javadoc comment. |
43
|
| Parameter val should be final. |
43
|
| Parameter l should be final. |
43
|
| Method 'fires' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Missing a Javadoc comment. |
51
|
| 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
|
| Expected an @return tag. |
59
|
| Line contains a tab character. |
59
|
| Method 'getVigilanceParameter' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
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
|
| Expected an @return tag. |
67
|
| Line contains a tab character. |
67
|
| Method 'getBaseVigilanceParameter' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Method 'minimumActivationMatchTracking' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Line is longer than 80 characters. |
79
|
| Line is longer than 80 characters. |
80
|
| Method 'oneShotMatchTracking' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Line is longer than 80 characters. |
94
|
| '-2' is a magic number. |
96
|
| 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
|
| Method 'setMatch' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Parameter b should be final. |
104
|
| Expected @param tag for 'b'. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| 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
|
| Method 'setVigilanceParameter' is not designed for extension - needs to be abstract, final or empty. |
112
|
| Parameter val should be final. |
112
|
| Expected @param tag for 'val'. |
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
|
| Line is longer than 80 characters. |
117
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
yawn/nn/appart/GainControlUnitOnOutput.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/appart/GainControlUnitOnOutput.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
7
|
| Line is longer than 80 characters. |
8
|
| Line has trailing spaces. |
9
|
| Line contains a tab character. |
16
|
| Line has trailing spaces. |
17
|
| Line contains a tab character. |
17
|
| Line has trailing spaces. |
18
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Variable 'error' must be private and have accessor methods. |
20
|
| Line contains a tab character. |
22
|
| Line has trailing spaces. |
23
|
| Line contains a tab character. |
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 'rho' must be private and have accessor methods. |
26
|
| Missing a Javadoc comment. |
29
|
| Variable 'rhoMin' must be private and have accessor methods. |
29
|
| 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
|
| Line contains a tab character. |
35
|
| Method 'setVigilanceParameter' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Parameter val should be final. |
35
|
| Expected @param tag for 'val'. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| 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
|
| Expected an @return tag. |
43
|
| Line contains a tab character. |
43
|
| Method 'getVigilanceParameter' 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
|
| Method 'calculateAbsoluteError' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Missing a Javadoc comment. |
48
|
| Parameter o should be final. |
48
|
| Parameter y should be final. |
48
|
| 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
|
| Expected an @return tag. |
56
|
| Line contains a tab character. |
56
|
| Method 'getError' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Method 'calculateRelativeError' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| Parameter o should be final. |
60
|
| Parameter y should be final. |
60
|
| Missing a Javadoc comment. |
65
|
| Parameter val should be final. |
65
|
| Method 'fires' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Missing a Javadoc comment. |
71
|
yawn/nn/appart/PredictionLayer.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/appart/PredictionLayer.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
14
|
| Line contains a tab character. |
20
|
| Line has trailing spaces. |
21
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line is longer than 80 characters. |
23
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Variable 'a' must be private and have accessor methods. |
25
|
| Line contains a tab character. |
27
|
| Line has trailing spaces. |
28
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Variable 'b' must be private and have accessor methods. |
32
|
| Line has trailing spaces. |
36
|
| Parameter size should be final. |
44
|
| Parameter e should be final. |
44
|
| Parameter l should be final. |
44
|
| 'for' construct must use '{}'s. |
49
|
| Method 'getAUnits' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Missing a Javadoc comment. |
55
|
| 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
|
| Expected an @return tag. |
63
|
| Line contains a tab character. |
63
|
| Method 'getBUnit' is not designed for extension - needs to be abstract, final or empty. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Method 'getNodes' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Missing a Javadoc comment. |
67
|
| Line is longer than 80 characters. |
69
|
| Method 'learn' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Missing a Javadoc comment. |
72
|
| Parameter y should be final. |
72
|
| 'if' construct must use '{}'s. |
74
|
| 'for' construct must use '{}'s. |
77
|
| 'if' construct must use '{}'s. |
78
|
| 'else' construct must use '{}'s. |
81
|
| Method 'propagateToNextLayer' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| 'for' construct must use '{}'s. |
97
|
| Method 'setInput' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Missing a Javadoc comment. |
102
|
| Parameter input should be final. |
102
|
| Method 'setLearningRate' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Missing a Javadoc comment. |
110
|
| Parameter lcte should be final. |
110
|
| 'for' construct must use '{}'s. |
112
|
| Method 'size' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Method 'updateWeightsStructure' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| Parameter y should be final. |
121
|
| Line is longer than 80 characters. |
128
|
| 'if' construct must use '{}'s. |
131
|
| 'else' construct must use '{}'s. |
133
|
yawn/nn/appart/PredictionNeuralNode.java
| Error | Line |
| File does not end with a newline. |
0
|
yawn/nn/appart/PredictionNeuralNode.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
8
|
| Line is longer than 80 characters. |
9
|
| Line has trailing spaces. |
10
|
| 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 contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Variable 'e' must be private and have accessor methods. |
21
|
| Line contains a tab character. |
23
|
| Line has trailing spaces. |
24
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Variable 'weights' must be private and have accessor methods. |
28
|
| Missing a Javadoc comment. |
31
|
| Parameter inputSize should be final. |
31
|
| Parameter e1 should be final. |
31
|
| Line has trailing spaces. |
38
|
| Method 'activationFunction' is not designed for extension - needs to be abstract, final or empty. |
41
|
| Parameter input should be final. |
41
|
| 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 'getE' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
56
|
| Method 'getInputSize' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line has trailing spaces. |
65
|
|
|