Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
56 | 0 | 0 | 1974 |
Files
mx/com/brained/actions/ReportAction.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
11
|
| Using the '.*' form of import should be avoided - mx.com.brained.report.*. |
12
|
| First sentence should end with a period. |
14
|
| Missing a Javadoc comment. |
38
|
| First sentence should end with a period. |
39
|
| Method 'setReporteExport' is not designed for extension - needs to be abstract, final or empty. |
46
|
| Parameter reporte should be final. |
46
|
| Missing a Javadoc comment. |
49
|
| First sentence should end with a period. |
51
|
| Line is longer than 80 characters. |
58
|
| Method 'excelReport' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter mapping should be final. |
61
|
| Parameter form should be final. |
61
|
| Parameter request should be final. |
62
|
| Parameter response should be final. |
63
|
| '=' is not preceded with whitespace. |
66
|
| '=' is not followed by whitespace. |
66
|
| ',' is not followed by whitespace. |
67
|
| ',' is not followed by whitespace. |
68
|
| ',' is not followed by whitespace. |
68
|
| ',' is not followed by whitespace. |
69
|
| ',' is not followed by whitespace. |
69
|
| First sentence should end with a period. |
73
|
| Line is longer than 80 characters. |
80
|
| Method 'PDFReport' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Name 'PDFReport' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
83
|
| Parameter mapping should be final. |
83
|
| Parameter form should be final. |
83
|
| Parameter request should be final. |
84
|
| Parameter response should be final. |
85
|
| '=' is not preceded with whitespace. |
88
|
| '=' is not followed by whitespace. |
88
|
| ',' is not followed by whitespace. |
89
|
| ',' is not followed by whitespace. |
90
|
| ',' is not followed by whitespace. |
90
|
| ',' is not followed by whitespace. |
91
|
| ',' is not followed by whitespace. |
91
|
| First sentence should end with a period. |
94
|
| Line is longer than 80 characters. |
101
|
| Method 'htmlReport' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Parameter mapping should be final. |
104
|
| Parameter form should be final. |
104
|
| Parameter request should be final. |
105
|
| Parameter response should be final. |
106
|
| '=' is not preceded with whitespace. |
109
|
| '=' is not followed by whitespace. |
109
|
| ',' is not followed by whitespace. |
110
|
| ',' is not followed by whitespace. |
111
|
| ',' is not followed by whitespace. |
111
|
| ',' is not followed by whitespace. |
112
|
| ',' is not followed by whitespace. |
112
|
| First sentence should end with a period. |
115
|
| Line is longer than 80 characters. |
122
|
| Method 'xmlReport' is not designed for extension - needs to be abstract, final or empty. |
125
|
| Parameter mapping should be final. |
125
|
| Parameter form should be final. |
125
|
| Parameter request should be final. |
126
|
| Parameter response should be final. |
127
|
| '=' is not preceded with whitespace. |
130
|
| '=' is not followed by whitespace. |
130
|
| ',' is not followed by whitespace. |
131
|
| ',' is not followed by whitespace. |
132
|
| ',' is not followed by whitespace. |
132
|
| ',' is not followed by whitespace. |
133
|
| ',' is not followed by whitespace. |
133
|
| Line is longer than 80 characters. |
136
|
| Method 'sendStream' is not designed for extension - needs to be abstract, final or empty. |
136
|
| Missing a Javadoc comment. |
136
|
| Parameter response should be final. |
136
|
| ',' is not followed by whitespace. |
136
|
| Parameter data should be final. |
136
|
| Parameter mime should be final. |
136
|
mx/com/brained/actions/ResourceAction.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - javax.servlet.http.*. |
3
|
| Using the '.*' form of import should be avoided - mx.com.brained.resource.*. |
5
|
| Using the '.*' form of import should be avoided - org.apache.struts.action.*. |
6
|
| Line is longer than 80 characters. |
13
|
| Extra HTML tag found: </br> |
14
|
| Line is longer than 80 characters. |
18
|
| '{' is not preceded with whitespace. |
36
|
| Missing a Javadoc comment. |
37
|
| First sentence should end with a period. |
40
|
| Line is longer than 80 characters. |
41
|
| Line is longer than 80 characters. |
46
|
| Line is longer than 80 characters. |
47
|
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
49
|
| Parameter mapping should be final. |
49
|
| Parameter form should be final. |
49
|
| Parameter request should be final. |
50
|
| Parameter response should be final. |
51
|
| '=' is not preceded with whitespace. |
53
|
| '=' is not followed by whitespace. |
53
|
| '=' is not preceded with whitespace. |
54
|
| '=' is not followed by whitespace. |
54
|
| Missing a Javadoc comment. |
66
|
| First sentence should end with a period. |
70
|
| Line is longer than 80 characters. |
71
|
| Method 'setResource' is not designed for extension - needs to be abstract, final or empty. |
76
|
| Parameter resource should be final. |
76
|
| 'resource' hides a field. |
76
|
mx/com/brained/actions/package.html
Error | Line |
| Missing package documentation file. | 0 |
mx/com/brained/model/AwGrid.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - org.apache.commons.beanutils.*. |
3
|
| Using the '.*' form of import should be avoided - java.util.*. |
4
|
| First sentence should end with a period. |
5
|
| Line is longer than 80 characters. |
9
|
| '{' is not preceded with whitespace. |
19
|
| First sentence should end with a period. |
20
|
| Redundant 'public' modifier. |
25
|
| First sentence should end with a period. |
26
|
| Redundant 'public' modifier. |
30
|
| First sentence should end with a period. |
31
|
| Redundant 'public' modifier. |
35
|
| First sentence should end with a period. |
36
|
| Redundant 'public' modifier. |
40
|
| First sentence should end with a period. |
41
|
| Redundant 'public' modifier. |
45
|
| Line is longer than 80 characters. |
47
|
| Extra HTML tag found: </br> Defaults to "dataStatus" |
47
|
| Redundant 'public' modifier. |
50
|
| Line is longer than 80 characters. |
52
|
| Extra HTML tag found: </br> Defaults to "header" |
52
|
| Redundant 'public' modifier. |
55
|
| First sentence should end with a period. |
56
|
| Redundant 'public' modifier. |
61
|
mx/com/brained/model/impl/DefaultAwGrid.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.beans.*. |
3
|
| Using the '.*' form of import should be avoided - java.io.*. |
4
|
| Using the '.*' form of import should be avoided - java.util.*. |
5
|
| Using the '.*' form of import should be avoided - mx.com.brained.model.*. |
7
|
| Using the '.*' form of import should be avoided - mx.com.brained.taglib.*. |
8
|
| Using the '.*' form of import should be avoided - org.apache.log4j.*. |
9
|
| Using the '.*' form of import should be avoided - org.apache.commons.beanutils.*. |
10
|
| Missing a Javadoc comment. |
12
|
| ',' is not followed by whitespace. |
12
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
14
|
| Missing a Javadoc comment. |
15
|
| Missing a Javadoc comment. |
16
|
| Missing a Javadoc comment. |
17
|
| Missing a Javadoc comment. |
18
|
| '=' is not preceded with whitespace. |
18
|
| '=' is not followed by whitespace. |
18
|
| Missing a Javadoc comment. |
19
|
| '=' is not preceded with whitespace. |
19
|
| '=' is not followed by whitespace. |
19
|
| Missing a Javadoc comment. |
20
|
| Missing a Javadoc comment. |
22
|
| First sentence should end with a period. |
28
|
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. |
33
|
| Parameter state should be final. |
33
|
| First sentence should end with a period. |
36
|
| Method 'setDataClass' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Parameter klass should be final. |
40
|
| First sentence should end with a period. |
45
|
| Method 'fetchPropertyNames' is not designed for extension - needs to be abstract, final or empty. |
48
|
| '=' is not followed by whitespace. |
49
|
| 'if' is not followed by whitespace. |
56
|
| '!=' is not preceded with whitespace. |
56
|
| '!=' is not followed by whitespace. |
56
|
| '{' is not preceded with whitespace. |
56
|
| Line is longer than 80 characters. |
57
|
| ',' is not followed by whitespace. |
57
|
| ',' is not followed by whitespace. |
61
|
| ',' is not followed by whitespace. |
63
|
| Line is longer than 80 characters. |
65
|
| ',' is not followed by whitespace. |
65
|
| ',' is not followed by whitespace. |
65
|
| 'cast' is not followed by whitespace. |
65
|
| First sentence should end with a period. |
67
|
| Method 'setDataList' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter data should be final. |
71
|
| First sentence should end with a period. |
74
|
| Method 'contains' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter name should be final. |
80
|
| Parameter key should be final. |
80
|
| First sentence should end with a period. |
84
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
89
|
| Parameter key should be final. |
89
|
| '=' is not preceded with whitespace. |
90
|
| '=' is not followed by whitespace. |
90
|
| 'if' is not followed by whitespace. |
92
|
| '{' is not preceded with whitespace. |
92
|
| '=' is not preceded with whitespace. |
93
|
| '=' is not followed by whitespace. |
93
|
| 'for' is not followed by whitespace. |
94
|
| '=' is not preceded with whitespace. |
94
|
| '=' is not followed by whitespace. |
94
|
| ';' is not followed by whitespace. |
94
|
| '{' is not preceded with whitespace. |
94
|
| '=' is not preceded with whitespace. |
95
|
| '=' is not followed by whitespace. |
95
|
| 'cast' is not followed by whitespace. |
95
|
| First sentence should end with a period. |
102
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
108
|
| Parameter name should be final. |
108
|
| Parameter index should be final. |
108
|
| 'if' is not followed by whitespace. |
110
|
| '!=' is not preceded with whitespace. |
110
|
| '!=' is not followed by whitespace. |
110
|
| '{' is not preceded with whitespace. |
110
|
| First sentence should end with a period. |
121
|
| Line is longer than 80 characters. |
122
|
| Method 'get' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Parameter name should be final. |
127
|
| Parameter key should be final. |
127
|
| 'if' is not followed by whitespace. |
131
|
| '{' is not preceded with whitespace. |
131
|
| '=' is not preceded with whitespace. |
132
|
| '=' is not followed by whitespace. |
132
|
| 'for' is not followed by whitespace. |
133
|
| '=' is not preceded with whitespace. |
133
|
| '=' is not followed by whitespace. |
133
|
| ';' is not followed by whitespace. |
133
|
| '{' is not preceded with whitespace. |
133
|
| '=' is not preceded with whitespace. |
134
|
| '=' is not followed by whitespace. |
134
|
| 'cast' is not followed by whitespace. |
134
|
| First sentence should end with a period. |
147
|
| Method 'getDynaClass' is not designed for extension - needs to be abstract, final or empty. |
151
|
| First sentence should end with a period. |
155
|
| Line is longer than 80 characters. |
156
|
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Parameter name should be final. |
160
|
| Parameter key should be final. |
160
|
| 'if' is not followed by whitespace. |
163
|
| '{' is not preceded with whitespace. |
163
|
| 'for' is not followed by whitespace. |
165
|
| '=' is not preceded with whitespace. |
165
|
| '=' is not followed by whitespace. |
165
|
| ';' is not followed by whitespace. |
165
|
| '{' is not preceded with whitespace. |
165
|
| 'cast' is not followed by whitespace. |
166
|
| First sentence should end with a period. |
177
|
| Method 'set' is not designed for extension - needs to be abstract, final or empty. |
182
|
| Parameter name should be final. |
182
|
| Parameter value should be final. |
182
|
| 'for' is not followed by whitespace. |
184
|
| '=' is not preceded with whitespace. |
184
|
| '=' is not followed by whitespace. |
184
|
| ';' is not followed by whitespace. |
184
|
| '{' is not preceded with whitespace. |
184
|
| 'if' is not followed by whitespace. |
186
|
| '!=' is not preceded with whitespace. |
186
|
| '!=' is not followed by whitespace. |
186
|
| '{' is not preceded with whitespace. |
186
|
| First sentence should end with a period. |
196
|
| Line is longer than 80 characters. |
197
|
| Unused @param tag for 'object'. |
200
|
| Method 'set' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Parameter name should be final. |
202
|
| Parameter index should be final. |
202
|
| Parameter value should be final. |
202
|
| Expected @param tag for 'value'. |
202
|
| Line is longer than 80 characters. |
203
|
| ',' is not followed by whitespace. |
212
|
| 'if' is not followed by whitespace. |
213
|
| '{' is not preceded with whitespace. |
213
|
| ',' is not followed by whitespace. |
214
|
| '}' should be on the same line. |
215
|
| Line is longer than 80 characters. |
218
|
| First sentence should end with a period. |
237
|
| Line is longer than 80 characters. |
238
|
| Unused @param tag for 'object'. |
242
|
| Parameter name should be final. |
244
|
| Parameter index should be final. |
244
|
| Parameter value should be final. |
244
|
| Expected @param tag for 'value'. |
244
|
| Expected @throws tag for 'Exception'. |
245
|
| First sentence should end with a period. |
255
|
| Line is longer than 80 characters. |
256
|
| Method 'set' is not designed for extension - needs to be abstract, final or empty. |
261
|
| Parameter name should be final. |
261
|
| Parameter key should be final. |
261
|
| Parameter object should be final. |
261
|
| 'if' is not followed by whitespace. |
264
|
| '{' is not preceded with whitespace. |
264
|
| 'for' is not followed by whitespace. |
266
|
| '=' is not preceded with whitespace. |
266
|
| '=' is not followed by whitespace. |
266
|
| ';' is not followed by whitespace. |
266
|
| '{' is not preceded with whitespace. |
266
|
| 'cast' is not followed by whitespace. |
267
|
| First sentence should end with a period. |
278
|
| Method 'getPropertyNames' is not designed for extension - needs to be abstract, final or empty. |
282
|
| Line is longer than 80 characters. |
287
|
| Extra HTML tag found: </br> Defaults to "dataStatus" |
287
|
| Method 'setStateString' is not designed for extension - needs to be abstract, final or empty. |
290
|
| Parameter state should be final. |
290
|
| '=' is not preceded with whitespace. |
291
|
| '=' is not followed by whitespace. |
291
|
| First sentence should end with a period. |
293
|
| Method 'getDataList' is not designed for extension - needs to be abstract, final or empty. |
297
|
| Line is longer than 80 characters. |
301
|
| Extra HTML tag found: </br> Defaults to "header" |
301
|
| Unused @param tag for 'state'. |
302
|
| Method 'setHeaderString' is not designed for extension - needs to be abstract, final or empty. |
304
|
| Parameter header should be final. |
304
|
| Expected @param tag for 'header'. |
304
|
| '=' is not preceded with whitespace. |
305
|
| '=' is not followed by whitespace. |
305
|
| First sentence should end with a period. |
307
|
| Unused @param tag for 'state'. |
309
|
| Expected an @return tag. |
311
|
| Method 'getHeader' is not designed for extension - needs to be abstract, final or empty. |
311
|
| Parameter index should be final. |
311
|
| Expected @param tag for 'index'. |
311
|
| '=' is not followed by whitespace. |
312
|
| '==' is not preceded with whitespace. |
313
|
| '==' is not followed by whitespace. |
313
|
| '?' is not preceded with whitespace. |
313
|
| Avoid inline conditionals. |
313
|
| '?' is not followed by whitespace. |
313
|
| ':' is not preceded with whitespace. |
313
|
| ':' is not followed by whitespace. |
313
|
| First sentence should end with a period. |
316
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
320
|
| '{' is not preceded with whitespace. |
320
|
| '+' is not preceded with whitespace. |
324
|
| '+' is not followed by whitespace. |
324
|
| '+' is not preceded with whitespace. |
324
|
| '+' is not followed by whitespace. |
324
|
| '+' is not preceded with whitespace. |
326
|
| '+' is not followed by whitespace. |
326
|
| '+' is not preceded with whitespace. |
326
|
| '+' is not followed by whitespace. |
326
|
mx/com/brained/model/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
mx/com/brained/model/package.html
Error | Line |
| Missing package documentation file. | 0 |
mx/com/brained/report/ReportBean.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
6
|
| First sentence should end with a period. |
7
|
| Line is longer than 80 characters. |
12
|
| '{' is not preceded with whitespace. |
21
|
| Missing a Javadoc comment. |
22
|
| Missing a Javadoc comment. |
23
|
| Missing a Javadoc comment. |
24
|
| First sentence should end with a period. |
27
|
| Method 'setDatos' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Parameter lista should be final. |
31
|
| '{' is not preceded with whitespace. |
31
|
| '=' is not preceded with whitespace. |
32
|
| '=' is not followed by whitespace. |
32
|
| Method 'next' is not designed for extension - needs to be abstract, final or empty. |
40
|
| Expected @throws tag for 'JRException'. |
40
|
| 'if' is not followed by whitespace. |
41
|
| '{' is not preceded with whitespace. |
41
|
| '}' should be on the same line. |
44
|
| 'else' is not followed by whitespace. |
45
|
| '{' is not preceded with whitespace. |
45
|
| First sentence should end with a period. |
50
|
| Method 'getFieldValue' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Parameter jRField should be final. |
56
|
| Expected @throws tag for 'JRException'. |
56
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| '{' is not preceded with whitespace. |
60
|
mx/com/brained/report/ReportCompileManagerIface.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
3
|
| First sentence should end with a period. |
4
|
| Missing a Javadoc comment. |
18
|
| Redundant 'public' modifier. |
18
|
| Missing a Javadoc comment. |
19
|
| Redundant 'public' modifier. |
19
|
mx/com/brained/report/ReportDAOIface.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
3
|
| First sentence should end with a period. |
4
|
| Line is longer than 80 characters. |
9
|
| First sentence should end with a period. |
19
|
| Line is longer than 80 characters. |
20
|
| Redundant 'public' modifier. |
25
|
| ',' is not followed by whitespace. |
25
|
| Line is longer than 80 characters. |
27
|
| Unclosed HTML tag found: <ul> |
28
|
| Redundant 'public' modifier. |
52
|
mx/com/brained/report/ReportExportManagerIface.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
3
|
| Missing a Javadoc comment. |
5
|
| Missing a Javadoc comment. |
6
|
| Redundant 'public' modifier. |
6
|
| ',' is not followed by whitespace. |
6
|
| Missing a Javadoc comment. |
7
|
| Redundant 'public' modifier. |
7
|
| ',' is not followed by whitespace. |
7
|
| Missing a Javadoc comment. |
8
|
| Redundant 'public' modifier. |
8
|
| ',' is not followed by whitespace. |
8
|
| Missing a Javadoc comment. |
9
|
| Redundant 'public' modifier. |
9
|
| ',' is not followed by whitespace. |
9
|
| Line is longer than 80 characters. |
10
|
| Missing a Javadoc comment. |
10
|
| Redundant 'public' modifier. |
10
|
| ',' is not followed by whitespace. |
10
|
| Line is longer than 80 characters. |
11
|
| Missing a Javadoc comment. |
11
|
| Redundant 'public' modifier. |
11
|
| ',' is not followed by whitespace. |
11
|
| Line is longer than 80 characters. |
12
|
| Missing a Javadoc comment. |
12
|
| Redundant 'public' modifier. |
12
|
| ',' is not followed by whitespace. |
12
|
| Line is longer than 80 characters. |
13
|
| Missing a Javadoc comment. |
13
|
| Redundant 'public' modifier. |
13
|
| ',' is not followed by whitespace. |
13
|
mx/com/brained/report/ReportFillManagerIface.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
3
|
| Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.*. |
4
|
| Missing a Javadoc comment. |
6
|
| Missing a Javadoc comment. |
7
|
| Redundant 'public' modifier. |
7
|
| ',' is not followed by whitespace. |
7
|
| Line is longer than 80 characters. |
8
|
| Missing a Javadoc comment. |
8
|
| Redundant 'public' modifier. |
8
|
| ',' is not followed by whitespace. |
8
|
| ',' is not followed by whitespace. |
8
|
mx/com/brained/report/ReportUtil.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
3
|
| Using the '.*' form of import should be avoided - javax.servlet.http.*. |
5
|
| First sentence should end with a period. |
7
|
| Line is longer than 80 characters. |
12
|
| Missing a Javadoc comment. |
22
|
| First sentence should end with a period. |
24
|
| Method 'buildParameters' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Parameter request should be final. |
29
|
| '{' is not preceded with whitespace. |
29
|
| ',' is not followed by whitespace. |
31
|
| ',' is not followed by whitespace. |
32
|
| ',' is not followed by whitespace. |
33
|
| 'while' is not followed by whitespace. |
37
|
| '{' is not preceded with whitespace. |
37
|
| 'if' is not followed by whitespace. |
39
|
| '&&' is not preceded with whitespace. |
39
|
| '&&' is not followed by whitespace. |
39
|
| '{' is not preceded with whitespace. |
39
|
| ',' is not followed by whitespace. |
43
|
| First sentence should end with a period. |
46
|
| Method 'buildData' is not designed for extension - needs to be abstract, final or empty. |
52
|
| Parameter request should be final. |
52
|
| Parameter titles should be final. |
52
|
| '{' is not preceded with whitespace. |
52
|
| '=' is not preceded with whitespace. |
59
|
| '=' is not followed by whitespace. |
59
|
| 'for' is not followed by whitespace. |
60
|
| '=' is not preceded with whitespace. |
60
|
| '=' is not followed by whitespace. |
60
|
| ';' is not followed by whitespace. |
60
|
| '{' is not preceded with whitespace. |
60
|
| '=' is not preceded with whitespace. |
62
|
| '=' is not followed by whitespace. |
62
|
| 'for' is not followed by whitespace. |
65
|
| '=' is not preceded with whitespace. |
65
|
| '=' is not followed by whitespace. |
65
|
| ';' is not followed by whitespace. |
65
|
| '<' is not preceded with whitespace. |
65
|
| '<' is not followed by whitespace. |
65
|
| ';' is not followed by whitespace. |
65
|
| '{' is not preceded with whitespace. |
65
|
| Line is longer than 80 characters. |
67
|
| 'for' is not followed by whitespace. |
67
|
| '=' is not preceded with whitespace. |
67
|
| '=' is not followed by whitespace. |
67
|
| ',' is not followed by whitespace. |
67
|
| '=' is not preceded with whitespace. |
67
|
| '=' is not followed by whitespace. |
67
|
| ';' is not followed by whitespace. |
67
|
| '&&' is not preceded with whitespace. |
67
|
| '&&' is not followed by whitespace. |
67
|
| '{' is not preceded with whitespace. |
67
|
| 'cast' is not followed by whitespace. |
69
|
| ',' is not followed by whitespace. |
69
|
| ',' is not followed by whitespace. |
69
|
mx/com/brained/report/impl/ReportCompileManager.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.awt.*. |
3
|
| Using the '.*' form of import should be avoided - java.io.*. |
4
|
| Using the '.*' form of import should be avoided - java.util.*. |
5
|
| Using the '.*' form of import should be avoided - mx.com.brained.report.*. |
7
|
| Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.*. |
8
|
| Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.design.*. |
9
|
| Using the '.*' form of import should be avoided - org.apache.commons.lang.*. |
10
|
| First sentence should end with a period. |
12
|
| Line is longer than 80 characters. |
16
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| First sentence should end with a period. |
38
|
| Line is longer than 80 characters. |
39
|
| Method 'setDao' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter d should be final. |
44
|
| First sentence should end with a period. |
48
|
| Line is longer than 80 characters. |
49
|
| Unused Javadoc tag. |
51
|
| Method 'setCompileDir' is not designed for extension - needs to be abstract, final or empty. |
56
|
| Parameter dato should be final. |
56
|
| Method 'init' is not designed for extension - needs to be abstract, final or empty. |
60
|
| Missing a Javadoc comment. |
60
|
| First sentence should end with a period. |
72
|
| Method 'setJasperJar' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter jar should be final. |
78
|
| Missing a Javadoc comment. |
83
|
| First sentence should end with a period. |
87
|
| Method 'getDesign' is not designed for extension - needs to be abstract, final or empty. |
93
|
| Parameter name should be final. |
93
|
| Expected @throws tag for 'Exception'. |
93
|
| '+' should be on a new line. |
96
|
| First sentence should end with a period. |
107
|
| Method 'getDesign' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Method length is 213 lines (max allowed is 150). |
113
|
| Parameter parametros should be final. |
113
|
| Expected @throws tag for 'Exception'. |
114
|
| ';' is followed by whitespace. |
192
|
| ',' is not followed by whitespace. |
194
|
| '50' is a magic number. |
201
|
| '102' is a magic number. |
204
|
| '8' is a magic number. |
205
|
| '515' is a magic number. |
206
|
| '30' is a magic number. |
207
|
| '22' is a magic number. |
213
|
| '=' is not preceded with whitespace. |
233
|
| '=' is not followed by whitespace. |
233
|
| '=' is not preceded with whitespace. |
234
|
| '5' is a magic number. |
234
|
| '=' is not followed by whitespace. |
234
|
| Line is longer than 80 characters. |
235
|
| ';' is followed by whitespace. |
236
|
| '100' is a magic number. |
240
|
| '15' is a magic number. |
241
|
| '0x33' is a magic number. |
243
|
| '0x33' is a magic number. |
243
|
| '0x33' is a magic number. |
243
|
| '+=' is not preceded with whitespace. |
249
|
| '+=' is not followed by whitespace. |
249
|
| '150' is a magic number. |
249
|
| 'if' is not followed by whitespace. |
250
|
| '>' is not preceded with whitespace. |
250
|
| '>' is not followed by whitespace. |
250
|
| '-' is not preceded with whitespace. |
250
|
| '-' is not followed by whitespace. |
250
|
| '100' is a magic number. |
250
|
| '{' is not preceded with whitespace. |
250
|
| '=' is not preceded with whitespace. |
251
|
| '=' is not followed by whitespace. |
251
|
| '+=' is not preceded with whitespace. |
252
|
| '+=' is not followed by whitespace. |
252
|
| '50' is a magic number. |
252
|
| '+' is not preceded with whitespace. |
255
|
| '+' is not followed by whitespace. |
255
|
| '15' is a magic number. |
255
|
| '5' is a magic number. |
257
|
| '+' is not preceded with whitespace. |
260
|
| '+' is not followed by whitespace. |
260
|
| '15' is a magic number. |
260
|
| '0x33' is a magic number. |
261
|
| '0x33' is a magic number. |
261
|
| '0x33' is a magic number. |
261
|
| '0x33' is a magic number. |
262
|
| '0x33' is a magic number. |
262
|
| '0x33' is a magic number. |
262
|
| '=' is not preceded with whitespace. |
268
|
| '=' is not followed by whitespace. |
268
|
| '=' is not preceded with whitespace. |
269
|
| '5' is a magic number. |
269
|
| '=' is not followed by whitespace. |
269
|
| Line is longer than 80 characters. |
270
|
| ';' is not followed by whitespace. |
270
|
| ';' is followed by whitespace. |
270
|
| '100' is a magic number. |
276
|
| '15' is a magic number. |
277
|
| Line is longer than 80 characters. |
282
|
| '+' is not preceded with whitespace. |
282
|
| '+' is not followed by whitespace. |
282
|
| ',' is not followed by whitespace. |
282
|
| '+' is not preceded with whitespace. |
282
|
| '+' is not followed by whitespace. |
282
|
| '+=' is not preceded with whitespace. |
285
|
| '+=' is not followed by whitespace. |
285
|
| '150' is a magic number. |
285
|
| 'if' is not followed by whitespace. |
286
|
| '>' is not preceded with whitespace. |
286
|
| '>' is not followed by whitespace. |
286
|
| '-' is not preceded with whitespace. |
286
|
| '-' is not followed by whitespace. |
286
|
| '100' is a magic number. |
286
|
| '{' is not preceded with whitespace. |
286
|
| '=' is not preceded with whitespace. |
287
|
| '=' is not followed by whitespace. |
287
|
| '+=' is not preceded with whitespace. |
288
|
| '+=' is not followed by whitespace. |
288
|
| '50' is a magic number. |
288
|
| '+' is not preceded with whitespace. |
291
|
| '+' is not followed by whitespace. |
291
|
| '15' is a magic number. |
291
|
| '30' is a magic number. |
300
|
| '-' is not preceded with whitespace. |
303
|
| '-' is not followed by whitespace. |
303
|
| '150' is a magic number. |
303
|
| '5' is a magic number. |
304
|
| '55' is a magic number. |
305
|
| '15' is a magic number. |
306
|
| Line is longer than 80 characters. |
319
|
| ',' is not followed by whitespace. |
321
|
| '=' is not preceded with whitespace. |
322
|
| '=' is not followed by whitespace. |
322
|
| ',' is not followed by whitespace. |
323
|
mx/com/brained/report/impl/ReportExportManager.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.*. |
4
|
| Using the '.*' form of import should be avoided - java.io.*. |
5
|
| Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.export.*. |
9
|
| Using the '.*' form of import should be avoided - mx.com.brained.report.*. |
10
|
| First sentence should end with a period. |
12
|
| Line is longer than 80 characters. |
16
|
| Missing a Javadoc comment. |
29
|
| First sentence should end with a period. |
31
|
| Method 'setFillManager' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Parameter fill should be final. |
37
|
| Missing a Javadoc comment. |
41
|
| First sentence should end with a period. |
44
|
| Method 'getExcelReport' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Parameter name should be final. |
51
|
| Parameter parameters should be final. |
51
|
| Expected @throws tag for 'Exception'. |
52
|
| First sentence should end with a period. |
64
|
| Method 'getPdfReport' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Parameter name should be final. |
71
|
| Parameter parameters should be final. |
71
|
| Expected @throws tag for 'Exception'. |
72
|
| First sentence should end with a period. |
81
|
| Method 'getHtmlReport' is not designed for extension - needs to be abstract, final or empty. |
88
|
| Parameter name should be final. |
88
|
| Parameter parameters should be final. |
88
|
| Expected @throws tag for 'Exception'. |
89
|
| First sentence should end with a period. |
98
|
| Method 'getXmlReport' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Parameter name should be final. |
105
|
| Parameter parameters should be final. |
105
|
| Expected @throws tag for 'Exception'. |
106
|
| First sentence should end with a period. |
115
|
| Method 'getExcelReport' is not designed for extension - needs to be abstract, final or empty. |
122
|
| Parameter name should be final. |
122
|
| Parameter parameters should be final. |
122
|
| Parameter data should be final. |
123
|
| Expected @param tag for 'data'. |
123
|
| Expected @throws tag for 'Exception'. |
123
|
| ',' is not followed by whitespace. |
124
|
| Line is longer than 80 characters. |
129
|
| ',' is not followed by whitespace. |
129
|
| Line is longer than 80 characters. |
130
|
| ',' is not followed by whitespace. |
130
|
| First sentence should end with a period. |
136
|
| Method 'getPdfReport' is not designed for extension - needs to be abstract, final or empty. |
143
|
| Parameter name should be final. |
143
|
| Parameter parameters should be final. |
143
|
| Parameter data should be final. |
144
|
| Expected @param tag for 'data'. |
144
|
| Expected @throws tag for 'Exception'. |
144
|
| ',' is not followed by whitespace. |
145
|
| First sentence should end with a period. |
153
|
| Method 'getHtmlReport' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Parameter name should be final. |
160
|
| Parameter parameters should be final. |
160
|
| Parameter data should be final. |
161
|
| Expected @param tag for 'data'. |
161
|
| Expected @throws tag for 'Exception'. |
161
|
| ',' is not followed by whitespace. |
162
|
| First sentence should end with a period. |
170
|
| Method 'getXmlReport' is not designed for extension - needs to be abstract, final or empty. |
177
|
| Parameter name should be final. |
177
|
| Parameter parameters should be final. |
177
|
| Parameter data should be final. |
178
|
| Expected @param tag for 'data'. |
178
|
| Expected @throws tag for 'Exception'. |
178
|
| ',' is not followed by whitespace. |
179
|
mx/com/brained/report/impl/ReportFillManager.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
5
|
| Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.*. |
6
|
| Using the '.*' form of import should be avoided - mx.com.brained.report.*. |
7
|
| First sentence should end with a period. |
10
|
| Line is longer than 80 characters. |
15
|
| '{' is not preceded with whitespace. |
27
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| First sentence should end with a period. |
30
|
| Method 'setReporteDAO' is not designed for extension - needs to be abstract, final or empty. |
36
|
| Parameter dao should be final. |
36
|
| '{' is not preceded with whitespace. |
36
|
| '=' is not preceded with whitespace. |
37
|
| '=' is not followed by whitespace. |
37
|
| First sentence should end with a period. |
39
|
| Method 'setReporteCompile' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Parameter rep should be final. |
45
|
| '{' is not preceded with whitespace. |
45
|
| '=' is not preceded with whitespace. |
46
|
| '=' is not followed by whitespace. |
46
|
| Missing a Javadoc comment. |
48
|
| First sentence should end with a period. |
51
|
| Method 'getReport' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Parameter nombre should be final. |
58
|
| Parameter parametros should be final. |
58
|
| Expected @throws tag for 'Exception'. |
59
|
| ',' is not followed by whitespace. |
61
|
| Line is longer than 80 characters. |
64
|
| ',' is not followed by whitespace. |
64
|
| ',' is not followed by whitespace. |
64
|
| First sentence should end with a period. |
67
|
| Method 'getReport' is not designed for extension - needs to be abstract, final or empty. |
74
|
| Parameter nombre should be final. |
74
|
| Parameter parametros should be final. |
74
|
| Parameter datos should be final. |
75
|
| Expected @param tag for 'datos'. |
75
|
| Expected @throws tag for 'Exception'. |
75
|
| Line is longer than 80 characters. |
78
|
| ',' is not followed by whitespace. |
78
|
| ',' is not followed by whitespace. |
78
|
mx/com/brained/report/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
mx/com/brained/report/package.html
Error | Line |
| Missing package documentation file. | 0 |
mx/com/brained/resource/ResourceManagerIface.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Missing a Javadoc comment. |
3
|
| Missing a Javadoc comment. |
4
|
| Redundant 'public' modifier. |
4
|
| Missing a Javadoc comment. |
5
|
| Redundant 'public' modifier. |
5
|
mx/com/brained/resource/impl/ResourceManager.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
3
|
| Using the '.*' form of import should be avoided - java.util.*. |
4
|
| Using the '.*' form of import should be avoided - mx.com.brained.resource.*. |
6
|
| First sentence should end with a period. |
8
|
| Line is longer than 80 characters. |
13
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
26
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
33
|
| Parameter resourceName should be final. |
33
|
| First sentence should end with a period. |
55
|
| Method 'getResource' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter resourceName should be final. |
61
|
| Expected @throws tag for 'Exception'. |
61
|
| First sentence should end with a period. |
75
|
| Method 'getResourceAsString' is not designed for extension - needs to be abstract, final or empty. |
81
|
| Parameter resourceName should be final. |
81
|
| Expected @throws tag for 'Exception'. |
81
|
| First sentence should end with a period. |
95
|
| Parameter resourceName should be final. |
101
|
| Expected @throws tag for 'IOException'. |
101
|
| '=' is not preceded with whitespace. |
116
|
| '=' is not followed by whitespace. |
116
|
| 'while' is not followed by whitespace. |
117
|
| '!=' is not preceded with whitespace. |
117
|
| '!=' is not followed by whitespace. |
117
|
| '{' is not preceded with whitespace. |
117
|
| '=' is not preceded with whitespace. |
119
|
| '=' is not followed by whitespace. |
119
|
| First sentence should end with a period. |
124
|
| Line is longer than 80 characters. |
125
|
| Method 'setUseBuffer' is not designed for extension - needs to be abstract, final or empty. |
130
|
| Parameter useBuffer should be final. |
130
|
| 'useBuffer' hides a field. |
130
|
mx/com/brained/resource/impl/package.html
Error | Line |
| Missing package documentation file. | 0 |
mx/com/brained/resource/package.html
Error | Line |
| Missing package documentation file. | 0 |
mx/com/brained/taglib/CheckBoxGridElement.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
3
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.*. |
5
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. |
6
|
| Using the '.*' form of import should be avoided - org.apache.struts.*. |
8
|
| Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. |
9
|
| Missing a Javadoc comment. |
18
|
| Missing a Javadoc comment. |
19
|
| Missing a Javadoc comment. |
20
|
| Missing a Javadoc comment. |
21
|
| Missing a Javadoc comment. |
22
|
| Missing a Javadoc comment. |
23
|
| Missing a Javadoc comment. |
24
|
| Missing a Javadoc comment. |
25
|
| Missing a Javadoc comment. |
28
|
| First sentence should end with a period. |
31
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Parameter name should be final. |
35
|
| 'name' hides a field. |
35
|
| First sentence should end with a period. |
39
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Parameter property should be final. |
43
|
| 'property' hides a field. |
43
|
| First sentence should end with a period. |
47
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Parameter title should be final. |
51
|
| 'title' hides a field. |
51
|
| First sentence should end with a period. |
55
|
| Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Parameter bundle should be final. |
59
|
| 'bundle' hides a field. |
59
|
| First sentence should end with a period. |
63
|
| Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter locale should be final. |
67
|
| 'locale' hides a field. |
67
|
| First sentence should end with a period. |
71
|
| Method 'setTrueValue' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Parameter trueValue should be final. |
75
|
| 'trueValue' hides a field. |
75
|
| First sentence should end with a period. |
79
|
| Method 'setFalseValue' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter falseValue should be final. |
83
|
| 'falseValue' hides a field. |
83
|
| First sentence should end with a period. |
87
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
94
|
| First sentence should end with a period. |
98
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
105
|
| First sentence should end with a period. |
109
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
116
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Missing a Javadoc comment. |
120
|
| First sentence should end with a period. |
124
|
| Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. |
131
|
| First sentence should end with a period. |
135
|
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. |
142
|
| First sentence should end with a period. |
146
|
| Method 'getTrueValue' is not designed for extension - needs to be abstract, final or empty. |
153
|
| First sentence should end with a period. |
157
|
| Method 'getFalseValue' is not designed for extension - needs to be abstract, final or empty. |
164
|
| First sentence should end with a period. |
168
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
173
|
| Expected @throws tag for 'JspException'. |
173
|
| '=' is not preceded with whitespace. |
202
|
| '=' is not followed by whitespace. |
202
|
| First sentence should end with a period. |
214
|
| Method 'release' is not designed for extension - needs to be abstract, final or empty. |
217
|
mx/com/brained/taglib/ComboGridElement.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.lang.reflect.*. |
3
|
| Using the '.*' form of import should be avoided - java.util.*. |
4
|
| Using the '.*' form of import should be avoided - javax.servlet.http.*. |
6
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.*. |
7
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. |
8
|
| Using the '.*' form of import should be avoided - org.apache.commons.beanutils.*. |
10
|
| Using the '.*' form of import should be avoided - org.apache.commons.collections.*. |
11
|
| Using the '.*' form of import should be avoided - org.apache.struts.*. |
12
|
| Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. |
13
|
| Using the '.*' form of import should be avoided - org.apache.struts.taglib.html.*. |
14
|
| First sentence should end with a period. |
15
|
| '{' is not preceded with whitespace. |
33
|
| Missing a Javadoc comment. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| '=' is not preceded with whitespace. |
37
|
| '=' is not followed by whitespace. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| '=' is not preceded with whitespace. |
40
|
| '=' is not followed by whitespace. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| '=' is not preceded with whitespace. |
44
|
| '=' is not followed by whitespace. |
44
|
| Missing a Javadoc comment. |
47
|
| First sentence should end with a period. |
49
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Expected @throws tag for 'JspException'. |
54
|
| 'cast' is not followed by whitespace. |
59
|
| ',' is not followed by whitespace. |
72
|
| ',' is not followed by whitespace. |
73
|
| ',' is not followed by whitespace. |
74
|
| ',' is not followed by whitespace. |
75
|
| Line is longer than 80 characters. |
78
|
| 'if' is not followed by whitespace. |
79
|
| '{' is not preceded with whitespace. |
79
|
| Line is longer than 80 characters. |
80
|
| ',' is not followed by whitespace. |
80
|
| ',' is not followed by whitespace. |
80
|
| 'if' is not followed by whitespace. |
85
|
| '!=' is not preceded with whitespace. |
85
|
| '!=' is not followed by whitespace. |
85
|
| '{' is not preceded with whitespace. |
85
|
| '=' is not preceded with whitespace. |
86
|
| '=' is not followed by whitespace. |
86
|
| ',' is not followed by whitespace. |
91
|
| '=' is not preceded with whitespace. |
99
|
| '=' is not followed by whitespace. |
99
|
| 'if' is not followed by whitespace. |
101
|
| '{' is not preceded with whitespace. |
101
|
| 'if' is not followed by whitespace. |
103
|
| '==' is not preceded with whitespace. |
103
|
| '==' is not followed by whitespace. |
103
|
| '{' is not preceded with whitespace. |
103
|
| '=' is not preceded with whitespace. |
104
|
| '=' is not followed by whitespace. |
104
|
| 'if' is not followed by whitespace. |
108
|
| '==' is not preceded with whitespace. |
108
|
| '==' is not followed by whitespace. |
108
|
| '{' is not preceded with whitespace. |
108
|
| '=' is not preceded with whitespace. |
109
|
| '=' is not followed by whitespace. |
109
|
| First sentence should end with a period. |
120
|
| Parameter iterator should be final. |
126
|
| Expected @throws tag for 'NoSuchMethodException'. |
126
|
| Expected @throws tag for 'InvocationTargetException'. |
127
|
| Expected @throws tag for 'IllegalAccessException'. |
127
|
| 'if' is not followed by whitespace. |
130
|
| '{' is not preceded with whitespace. |
130
|
| Line is longer than 80 characters. |
133
|
| ',' is not followed by whitespace. |
133
|
| First sentence should end with a period. |
139
|
| Parameter iterator should be final. |
145
|
| Expected @throws tag for 'NoSuchMethodException'. |
146
|
| Expected @throws tag for 'InvocationTargetException'. |
146
|
| Expected @throws tag for 'IllegalAccessException'. |
147
|
| 'if' is not followed by whitespace. |
150
|
| '{' is not preceded with whitespace. |
150
|
| First sentence should end with a period. |
164
|
| Parameter iterator should be final. |
170
|
| Expected @throws tag for 'NoSuchMethodException'. |
170
|
| Expected @throws tag for 'InvocationTargetException'. |
171
|
| Expected @throws tag for 'IllegalAccessException'. |
171
|
| 'if' is not followed by whitespace. |
174
|
| '{' is not preceded with whitespace. |
174
|
| 'if' is not followed by whitespace. |
178
|
| '{' is not preceded with whitespace. |
178
|
| '}' should be on the same line. |
181
|
| 'else' is not followed by whitespace. |
182
|
| '{' is not preceded with whitespace. |
182
|
| Line is longer than 80 characters. |
183
|
| First sentence should end with a period. |
193
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
197
|
| Parameter name should be final. |
197
|
| 'name' hides a field. |
197
|
| First sentence should end with a period. |
200
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
204
|
| Parameter property should be final. |
204
|
| 'property' hides a field. |
204
|
| First sentence should end with a period. |
207
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
211
|
| Parameter title should be final. |
211
|
| 'title' hides a field. |
211
|
| First sentence should end with a period. |
214
|
| Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. |
218
|
| Parameter bundle should be final. |
218
|
| 'bundle' hides a field. |
218
|
| First sentence should end with a period. |
221
|
| Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. |
225
|
| Parameter locale should be final. |
225
|
| 'locale' hides a field. |
225
|
| First sentence should end with a period. |
228
|
| Method 'setAction' is not designed for extension - needs to be abstract, final or empty. |
232
|
| Parameter action should be final. |
232
|
| 'action' hides a field. |
232
|
| First sentence should end with a period. |
235
|
| Line is longer than 80 characters. |
236
|
| Method 'setOptions' is not designed for extension - needs to be abstract, final or empty. |
239
|
| Parameter options should be final. |
239
|
| 'options' hides a field. |
239
|
| First sentence should end with a period. |
242
|
| Method 'setLabelProperty' is not designed for extension - needs to be abstract, final or empty. |
246
|
| Parameter labelProperty should be final. |
246
|
| 'labelProperty' hides a field. |
246
|
| First sentence should end with a period. |
249
|
| Method 'setLabelValue' is not designed for extension - needs to be abstract, final or empty. |
253
|
| Parameter labelValue should be final. |
253
|
| 'labelValue' hides a field. |
253
|
| First sentence should end with a period. |
256
|
| Method 'setHiddenValues' is not designed for extension - needs to be abstract, final or empty. |
260
|
| Parameter hiddenValue should be final. |
260
|
| First sentence should end with a period. |
264
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
271
|
| First sentence should end with a period. |
274
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
282
|
| First sentence should end with a period. |
285
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
293
|
| First sentence should end with a period. |
296
|
| Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. |
303
|
| First sentence should end with a period. |
306
|
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. |
313
|
| First sentence should end with a period. |
316
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
323
|
| First sentence should end with a period. |
326
|
| Line is longer than 80 characters. |
327
|
| Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. |
333
|
| First sentence should end with a period. |
336
|
| Method 'getLabelProperty' is not designed for extension - needs to be abstract, final or empty. |
343
|
| First sentence should end with a period. |
346
|
| Method 'getLabelValue' is not designed for extension - needs to be abstract, final or empty. |
353
|
| Method 'getHiddenValues' is not designed for extension - needs to be abstract, final or empty. |
363
|
| Line is longer than 80 characters. |
367
|
| Method 'getIterator' is not designed for extension - needs to be abstract, final or empty. |
367
|
| Missing a Javadoc comment. |
367
|
| Parameter name should be final. |
367
|
| 'name' hides a field. |
367
|
| Parameter property should be final. |
367
|
| 'property' hides a field. |
367
|
| Line is longer than 80 characters. |
375
|
| '+' is not followed by whitespace. |
377
|
| '+' is not preceded with whitespace. |
377
|
| '+' is not followed by whitespace. |
377
|
| Line is longer than 80 characters. |
386
|
| Line is longer than 80 characters. |
415
|
| '+' is not preceded with whitespace. |
415
|
| '+' is not followed by whitespace. |
415
|
| First sentence should end with a period. |
418
|
| Method 'release' is not designed for extension - needs to be abstract, final or empty. |
421
|
| '{' is not preceded with whitespace. |
421
|
| '=' is not preceded with whitespace. |
422
|
| '=' is not followed by whitespace. |
422
|
| '=' is not preceded with whitespace. |
423
|
| '=' is not followed by whitespace. |
423
|
| '=' is not preceded with whitespace. |
424
|
| '=' is not followed by whitespace. |
424
|
| '=' is not preceded with whitespace. |
425
|
| '=' is not followed by whitespace. |
425
|
| '=' is not preceded with whitespace. |
426
|
| '=' is not followed by whitespace. |
426
|
| '=' is not preceded with whitespace. |
427
|
| '=' is not followed by whitespace. |
427
|
| '=' is not preceded with whitespace. |
428
|
| '=' is not followed by whitespace. |
428
|
| '=' is not preceded with whitespace. |
429
|
| '=' is not followed by whitespace. |
429
|
| '=' is not preceded with whitespace. |
430
|
| '=' is not followed by whitespace. |
430
|
| '=' is not preceded with whitespace. |
431
|
| '=' is not followed by whitespace. |
431
|
| '=' is not preceded with whitespace. |
432
|
| '=' is not followed by whitespace. |
432
|
mx/com/brained/taglib/GridConstants.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| First sentence should end with a period. |
3
|
| interfaces should describe a type and hence have methods. |
16
|
| Missing a Javadoc comment. |
21
|
| Redundant 'public' modifier. |
21
|
| Missing a Javadoc comment. |
22
|
| Redundant 'public' modifier. |
22
|
| Missing a Javadoc comment. |
23
|
| Redundant 'public' modifier. |
23
|
| Missing a Javadoc comment. |
24
|
| Redundant 'public' modifier. |
24
|
| Missing a Javadoc comment. |
25
|
| Redundant 'public' modifier. |
25
|
| Missing a Javadoc comment. |
26
|
| Redundant 'public' modifier. |
26
|
| Missing a Javadoc comment. |
31
|
| Redundant 'public' modifier. |
31
|
| Missing a Javadoc comment. |
32
|
| Redundant 'public' modifier. |
32
|
| Missing a Javadoc comment. |
33
|
| Redundant 'public' modifier. |
33
|
| Missing a Javadoc comment. |
34
|
| Redundant 'public' modifier. |
34
|
| Missing a Javadoc comment. |
35
|
| Redundant 'public' modifier. |
35
|
| Missing a Javadoc comment. |
36
|
| Redundant 'public' modifier. |
36
|
| Missing a Javadoc comment. |
37
|
| Redundant 'public' modifier. |
37
|
| Missing a Javadoc comment. |
38
|
| Redundant 'public' modifier. |
38
|
| Missing a Javadoc comment. |
40
|
| Redundant 'public' modifier. |
40
|
| '=' is not followed by whitespace. |
40
|
| Missing a Javadoc comment. |
46
|
| Redundant 'public' modifier. |
46
|
| Missing a Javadoc comment. |
47
|
| Redundant 'public' modifier. |
47
|
| Missing a Javadoc comment. |
48
|
| Redundant 'public' modifier. |
48
|
| Missing a Javadoc comment. |
49
|
| Redundant 'public' modifier. |
49
|
| Missing a Javadoc comment. |
50
|
| Redundant 'public' modifier. |
50
|
| Missing a Javadoc comment. |
51
|
| Redundant 'public' modifier. |
51
|
| Missing a Javadoc comment. |
52
|
| Redundant 'public' modifier. |
52
|
| Missing a Javadoc comment. |
53
|
| Redundant 'public' modifier. |
53
|
| Missing a Javadoc comment. |
54
|
| Redundant 'public' modifier. |
54
|
| Missing a Javadoc comment. |
55
|
| Redundant 'public' modifier. |
55
|
| Missing a Javadoc comment. |
56
|
| Redundant 'public' modifier. |
56
|
| Missing a Javadoc comment. |
57
|
| Redundant 'public' modifier. |
57
|
| Missing a Javadoc comment. |
58
|
| Redundant 'public' modifier. |
58
|
| Missing a Javadoc comment. |
64
|
| Redundant 'public' modifier. |
64
|
| Missing a Javadoc comment. |
65
|
| Redundant 'public' modifier. |
65
|
| Missing a Javadoc comment. |
66
|
| Redundant 'public' modifier. |
66
|
| Missing a Javadoc comment. |
67
|
| Redundant 'public' modifier. |
67
|
| Missing a Javadoc comment. |
68
|
| Redundant 'public' modifier. |
68
|
| '=' is not followed by whitespace. |
68
|
| Missing a Javadoc comment. |
69
|
| Redundant 'public' modifier. |
69
|
| '=' is not preceded with whitespace. |
69
|
| '=' is not followed by whitespace. |
69
|
| Missing a Javadoc comment. |
70
|
| Redundant 'public' modifier. |
70
|
| Missing a Javadoc comment. |
71
|
| Redundant 'public' modifier. |
71
|
| '=' is not preceded with whitespace. |
71
|
| '=' is not followed by whitespace. |
71
|
| Missing a Javadoc comment. |
72
|
| Redundant 'public' modifier. |
72
|
| Missing a Javadoc comment. |
73
|
| Redundant 'public' modifier. |
73
|
| '=' is not followed by whitespace. |
73
|
| Missing a Javadoc comment. |
74
|
| Redundant 'public' modifier. |
74
|
| Missing a Javadoc comment. |
75
|
| Redundant 'public' modifier. |
75
|
| Missing a Javadoc comment. |
76
|
| Redundant 'public' modifier. |
76
|
| Line is longer than 80 characters. |
79
|
| Missing a Javadoc comment. |
82
|
| Redundant 'public' modifier. |
82
|
| Missing a Javadoc comment. |
83
|
| Redundant 'public' modifier. |
83
|
| Missing a Javadoc comment. |
84
|
| Redundant 'public' modifier. |
84
|
| Missing a Javadoc comment. |
85
|
| Redundant 'public' modifier. |
85
|
| Missing a Javadoc comment. |
86
|
| Redundant 'public' modifier. |
86
|
| Missing a Javadoc comment. |
87
|
| Redundant 'public' modifier. |
87
|
| Missing a Javadoc comment. |
88
|
| Redundant 'public' modifier. |
88
|
| Missing a Javadoc comment. |
89
|
| Redundant 'public' modifier. |
89
|
| Missing a Javadoc comment. |
90
|
| Redundant 'public' modifier. |
90
|
| Missing a Javadoc comment. |
91
|
| Redundant 'public' modifier. |
91
|
| Missing a Javadoc comment. |
92
|
| Redundant 'public' modifier. |
92
|
| '=' is not preceded with whitespace. |
92
|
| '=' is not followed by whitespace. |
92
|
| Missing a Javadoc comment. |
93
|
| Redundant 'public' modifier. |
93
|
| '=' is not preceded with whitespace. |
93
|
| '=' is not followed by whitespace. |
93
|
| Missing a Javadoc comment. |
94
|
| Redundant 'public' modifier. |
94
|
| '=' is not preceded with whitespace. |
94
|
| '=' is not followed by whitespace. |
94
|
| Missing a Javadoc comment. |
95
|
| Redundant 'public' modifier. |
95
|
| '=' is not preceded with whitespace. |
95
|
| '=' is not followed by whitespace. |
95
|
| Missing a Javadoc comment. |
96
|
| Redundant 'public' modifier. |
96
|
| '=' is not preceded with whitespace. |
96
|
| '=' is not followed by whitespace. |
96
|
| Missing a Javadoc comment. |
97
|
| Redundant 'public' modifier. |
97
|
| '=' is not preceded with whitespace. |
97
|
| '=' is not followed by whitespace. |
97
|
| Missing a Javadoc comment. |
98
|
| Redundant 'public' modifier. |
98
|
| '=' is not preceded with whitespace. |
98
|
| '=' is not followed by whitespace. |
98
|
| Missing a Javadoc comment. |
99
|
| Redundant 'public' modifier. |
99
|
| '=' is not preceded with whitespace. |
99
|
| '=' is not followed by whitespace. |
99
|
| Missing a Javadoc comment. |
100
|
| Redundant 'public' modifier. |
100
|
| '=' is not preceded with whitespace. |
100
|
| '=' is not followed by whitespace. |
100
|
| Missing a Javadoc comment. |
101
|
| Redundant 'public' modifier. |
101
|
mx/com/brained/taglib/GridElement.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.*. |
3
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. |
4
|
| Using the '.*' form of import should be avoided - java.util.*. |
9
|
| Missing a Javadoc comment. |
23
|
| Variable 'name' must be private and have accessor methods. |
23
|
| Missing a Javadoc comment. |
24
|
| Variable 'property' must be private and have accessor methods. |
24
|
| Missing a Javadoc comment. |
25
|
| Variable 'title' must be private and have accessor methods. |
25
|
| Missing a Javadoc comment. |
26
|
| Variable 'type' must be private and have accessor methods. |
26
|
| Missing a Javadoc comment. |
27
|
| Variable 'bundle' must be private and have accessor methods. |
27
|
| Missing a Javadoc comment. |
28
|
| Variable 'locale' must be private and have accessor methods. |
28
|
| First sentence should end with a period. |
30
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Expected @throws tag for 'JspException'. |
35
|
| ',' is not followed by whitespace. |
51
|
| ',' is not followed by whitespace. |
52
|
| ',' is not followed by whitespace. |
53
|
| '=' is not preceded with whitespace. |
62
|
| '=' is not followed by whitespace. |
62
|
| 'if' is not followed by whitespace. |
64
|
| '!=' is not preceded with whitespace. |
64
|
| '!=' is not followed by whitespace. |
64
|
| '{' is not preceded with whitespace. |
64
|
| '}' should be on the same line. |
66
|
| 'else' is not followed by whitespace. |
67
|
| '{' is not preceded with whitespace. |
67
|
| Missing a Javadoc comment. |
74
|
| First sentence should end with a period. |
76
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
80
|
| Parameter name should be final. |
80
|
| 'name' hides a field. |
80
|
| First sentence should end with a period. |
83
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Parameter property should be final. |
87
|
| 'property' hides a field. |
87
|
| First sentence should end with a period. |
90
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
94
|
| Parameter title should be final. |
94
|
| 'title' hides a field. |
94
|
| First sentence should end with a period. |
97
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
106
|
| Parameter type should be final. |
106
|
| 'type' hides a field. |
106
|
| First sentence should end with a period. |
109
|
| Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Parameter locale should be final. |
113
|
| 'locale' hides a field. |
113
|
| First sentence should end with a period. |
116
|
| Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. |
120
|
| Parameter bundle should be final. |
120
|
| 'bundle' hides a field. |
120
|
| First sentence should end with a period. |
124
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
131
|
| First sentence should end with a period. |
135
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
143
|
| First sentence should end with a period. |
147
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
155
|
| First sentence should end with a period. |
159
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
166
|
| First sentence should end with a period. |
171
|
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. |
178
|
| First sentence should end with a period. |
182
|
| Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. |
189
|
| First sentence should end with a period. |
192
|
| Method 'release' is not designed for extension - needs to be abstract, final or empty. |
195
|
| '{' is not preceded with whitespace. |
195
|
| '=' is not preceded with whitespace. |
196
|
| '=' is not followed by whitespace. |
196
|
| '=' is not preceded with whitespace. |
197
|
| '=' is not followed by whitespace. |
197
|
| '=' is not preceded with whitespace. |
198
|
| '=' is not followed by whitespace. |
198
|
| '=' is not preceded with whitespace. |
200
|
| '=' is not followed by whitespace. |
200
|
mx/com/brained/taglib/GridFrameTag.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
3
|
| Using the '.*' form of import should be avoided - javax.servlet.http.*. |
5
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.*. |
6
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. |
7
|
| Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. |
9
|
| Using the '.*' form of import should be avoided - mx.com.brained.resource.*. |
13
|
| Line is longer than 80 characters. |
20
|
| Line is longer than 80 characters. |
21
|
| Line is longer than 80 characters. |
23
|
| Line is longer than 80 characters. |
24
|
| Line is longer than 80 characters. |
26
|
| Line is longer than 80 characters. |
27
|
| Extra HTML tag found: </br>It works very similar to an html:link tag from the Stru |
27
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
45
|
| Missing a Javadoc comment. |
46
|
| Missing a Javadoc comment. |
47
|
| Missing a Javadoc comment. |
48
|
| Missing a Javadoc comment. |
49
|
| Missing a Javadoc comment. |
50
|
| Missing a Javadoc comment. |
51
|
| Missing a Javadoc comment. |
52
|
| Missing a Javadoc comment. |
53
|
| Missing a Javadoc comment. |
54
|
| Missing a Javadoc comment. |
57
|
| Missing a Javadoc comment. |
58
|
| Missing a Javadoc comment. |
60
|
| First sentence should end with a period. |
63
|
| Method 'setStyleClass' is not designed for extension - needs to be abstract, final or empty. |
67
|
| Parameter styleClass should be final. |
67
|
| 'styleClass' hides a field. |
67
|
| First sentence should end with a period. |
71
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Parameter name should be final. |
75
|
| 'name' hides a field. |
75
|
| Method 'setForward' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Parameter forward should be final. |
83
|
| 'forward' hides a field. |
83
|
| Method 'setAction' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Parameter action should be final. |
90
|
| 'action' hides a field. |
90
|
| Method 'setHref' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Parameter href should be final. |
97
|
| 'href' hides a field. |
97
|
| Method 'setPage' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Parameter page should be final. |
104
|
| 'page' hides a field. |
104
|
| First sentence should end with a period. |
107
|
| Method 'setModule' is not designed for extension - needs to be abstract, final or empty. |
111
|
| Parameter module should be final. |
111
|
| 'module' hides a field. |
111
|
| First sentence should end with a period. |
114
|
| Method 'setAnchor' is not designed for extension - needs to be abstract, final or empty. |
118
|
| Parameter anchor should be final. |
118
|
| 'anchor' hides a field. |
118
|
| Line is longer than 80 characters. |
124
|
| Method 'setParamId' is not designed for extension - needs to be abstract, final or empty. |
127
|
| Parameter paramId should be final. |
127
|
| 'paramId' hides a field. |
127
|
| Line contains a tab character. |
131
|
| Line is longer than 80 characters. |
133
|
| Method 'setParamName' is not designed for extension - needs to be abstract, final or empty. |
138
|
| Parameter paramName should be final. |
138
|
| 'paramName' hides a field. |
138
|
| Method 'setParamProperty' is not designed for extension - needs to be abstract, final or empty. |
149
|
| Parameter paramProperty should be final. |
149
|
| 'paramProperty' hides a field. |
149
|
| Line is longer than 80 characters. |
153
|
| Line is longer than 80 characters. |
154
|
| Method 'setParamMap' is not designed for extension - needs to be abstract, final or empty. |
158
|
| Parameter paramMap should be final. |
158
|
| 'paramMap' hides a field. |
158
|
| Line is longer than 80 characters. |
164
|
| Line is longer than 80 characters. |
165
|
| Method 'setParamMapProperty' is not designed for extension - needs to be abstract, final or empty. |
168
|
| Parameter paramMapProperty should be final. |
168
|
| 'paramMapProperty' hides a field. |
168
|
| Line is longer than 80 characters. |
174
|
| Method 'setLinkName' is not designed for extension - needs to be abstract, final or empty. |
178
|
| Parameter linkName should be final. |
178
|
| 'linkName' hides a field. |
178
|
| Method 'getStyleClass' is not designed for extension - needs to be abstract, final or empty. |
189
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
200
|
| Method 'getForward' is not designed for extension - needs to be abstract, final or empty. |
210
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
220
|
| Method 'getHref' is not designed for extension - needs to be abstract, final or empty. |
230
|
| Method 'getPage' is not designed for extension - needs to be abstract, final or empty. |
240
|
| Method 'getModule' is not designed for extension - needs to be abstract, final or empty. |
244
|
| Missing a Javadoc comment. |
244
|
| Method 'getAnchor' is not designed for extension - needs to be abstract, final or empty. |
254
|
| Method 'getParamId' is not designed for extension - needs to be abstract, final or empty. |
264
|
| Method 'getParamName' is not designed for extension - needs to be abstract, final or empty. |
274
|
| Method 'getParamProperty' is not designed for extension - needs to be abstract, final or empty. |
284
|
| Method 'getParamMap' is not designed for extension - needs to be abstract, final or empty. |
294
|
| Method 'getParamMapProperty' is not designed for extension - needs to be abstract, final or empty. |
304
|
| Method 'getLinkName' is not designed for extension - needs to be abstract, final or empty. |
314
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
318
|
| Missing a Javadoc comment. |
318
|
| 'cast' is not followed by whitespace. |
322
|
| Line is longer than 80 characters. |
323
|
| Line is longer than 80 characters. |
326
|
| Line is longer than 80 characters. |
327
|
| ',' is not followed by whitespace. |
329
|
| ',' is not followed by whitespace. |
329
|
| Line is longer than 80 characters. |
330
|
| ',' is not followed by whitespace. |
330
|
| ',' is not followed by whitespace. |
330
|
| ',' is not followed by whitespace. |
331
|
| ',' is not followed by whitespace. |
331
|
| Expected an @return tag. |
344
|
| Method 'calculateURL' is not designed for extension - needs to be abstract, final or empty. |
344
|
| Line is longer than 80 characters. |
353
|
| Line is longer than 80 characters. |
354
|
| First sentence should end with a period. |
363
|
| Method 'release' is not designed for extension - needs to be abstract, final or empty. |
366
|
| '=' is not preceded with whitespace. |
380
|
| '=' is not followed by whitespace. |
380
|
mx/com/brained/taglib/GridIteratorTag.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
3
|
| Using the '.*' form of import should be avoided - java.lang.reflect.*. |
4
|
| Using the '.*' form of import should be avoided - java.util.*. |
5
|
| Using the '.*' form of import should be avoided - javax.servlet.http.*. |
7
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.*. |
8
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. |
9
|
| Using the '.*' form of import should be avoided - mx.com.brained.model.*. |
11
|
| Using the '.*' form of import should be avoided - org.apache.commons.collections.*. |
12
|
| Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. |
13
|
| Using the '.*' form of import should be avoided - org.springframework.web.context.*. |
14
|
| Using the '.*' form of import should be avoided - mx.com.brained.resource.*. |
15
|
| Using the '.*' form of import should be avoided - org.apache.commons.lang.*. |
16
|
| First sentence should end with a period. |
18
|
| Line is longer than 80 characters. |
22
|
| Line is longer than 80 characters. |
35
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
41
|
| Missing a Javadoc comment. |
42
|
| Missing a Javadoc comment. |
43
|
| Missing a Javadoc comment. |
44
|
| Missing a Javadoc comment. |
46
|
| First sentence should end with a period. |
50
|
| Variable 'iterator' must be private and have accessor methods. |
53
|
| First sentence should end with a period. |
55
|
| Variable 'lengthCount' must be private and have accessor methods. |
58
|
| First sentence should end with a period. |
60
|
| Variable 'lengthValue' must be private and have accessor methods. |
63
|
| First sentence should end with a period. |
65
|
| Variable 'offsetValue' must be private and have accessor methods. |
68
|
| First sentence should end with a period. |
70
|
| Variable 'started' must be private and have accessor methods. |
73
|
| First sentence should end with a period. |
75
|
| Variable 'collection' must be private and have accessor methods. |
79
|
| Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. |
88
|
| First sentence should end with a period. |
92
|
| Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter collection should be final. |
96
|
| 'collection' hides a field. |
96
|
| First sentence should end with a period. |
100
|
| Variable 'id' must be private and have accessor methods. |
104
|
| Expected an @return tag. |
111
|
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. |
111
|
| First sentence should end with a period. |
115
|
| Line is longer than 80 characters. |
116
|
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. |
119
|
| Parameter id should be final. |
119
|
| 'id' hides a field. |
119
|
| First sentence should end with a period. |
123
|
| Expected an @return tag. |
126
|
| Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. |
126
|
| First sentence should end with a period. |
134
|
| Variable 'indexId' must be private and have accessor methods. |
137
|
| Method 'getIndexId' is not designed for extension - needs to be abstract, final or empty. |
146
|
| First sentence should end with a period. |
150
|
| Method 'setIndexId' is not designed for extension - needs to be abstract, final or empty. |
154
|
| Parameter indexId should be final. |
154
|
| 'indexId' hides a field. |
154
|
| First sentence should end with a period. |
158
|
| Variable 'length' must be private and have accessor methods. |
161
|
| Method 'getLength' is not designed for extension - needs to be abstract, final or empty. |
170
|
| Method 'setLength' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Missing a Javadoc comment. |
175
|
| Parameter length should be final. |
175
|
| 'length' hides a field. |
175
|
| First sentence should end with a period. |
179
|
| Variable 'name' must be private and have accessor methods. |
182
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
196
|
| Missing a Javadoc comment. |
196
|
| Parameter name should be final. |
196
|
| 'name' hides a field. |
196
|
| First sentence should end with a period. |
200
|
| Variable 'offset' must be private and have accessor methods. |
203
|
| Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. |
213
|
| First sentence should end with a period. |
217
|
| Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. |
221
|
| Parameter offset should be final. |
221
|
| 'offset' hides a field. |
221
|
| Variable 'property' must be private and have accessor methods. |
228
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
238
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
245
|
| Parameter property should be final. |
245
|
| 'property' hides a field. |
245
|
| First sentence should end with a period. |
249
|
| Variable 'scope' must be private and have accessor methods. |
252
|
| Method 'getScope' is not designed for extension - needs to be abstract, final or empty. |
262
|
| First sentence should end with a period. |
266
|
| Method 'setScope' is not designed for extension - needs to be abstract, final or empty. |
270
|
| Parameter scope should be final. |
270
|
| 'scope' hides a field. |
270
|
| First sentence should end with a period. |
274
|
| Variable 'type' must be private and have accessor methods. |
277
|
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. |
287
|
| First sentence should end with a period. |
291
|
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. |
295
|
| Parameter type should be final. |
295
|
| 'type' hides a field. |
295
|
| Missing a Javadoc comment. |
299
|
| Variable 'styleClass' must be private and have accessor methods. |
299
|
| Method 'getStyleClass' is not designed for extension - needs to be abstract, final or empty. |
309
|
| First sentence should end with a period. |
313
|
| Method 'setStyleClass' is not designed for extension - needs to be abstract, final or empty. |
317
|
| Parameter klass should be final. |
317
|
| Method 'getMultipleSelection' is not designed for extension - needs to be abstract, final or empty. |
329
|
| First sentence should end with a period. |
333
|
| Method 'setMultipleSelection' is not designed for extension - needs to be abstract, final or empty. |
337
|
| Parameter selection should be final. |
337
|
| First sentence should end with a period. |
341
|
| Method 'setReport' is not designed for extension - needs to be abstract, final or empty. |
345
|
| Parameter pdfReport should be final. |
345
|
| First sentence should end with a period. |
349
|
| Method 'setDynamic' is not designed for extension - needs to be abstract, final or empty. |
353
|
| Parameter dinamico should be final. |
353
|
| First sentence should end with a period. |
357
|
| Method 'setAction' is not designed for extension - needs to be abstract, final or empty. |
361
|
| Parameter action should be final. |
361
|
| 'action' hides a field. |
361
|
| Line is longer than 80 characters. |
366
|
| Extra HTML tag found: </br> Defaults to "dataStatus" |
366
|
| Method 'setHeaderString' is not designed for extension - needs to be abstract, final or empty. |
369
|
| Parameter headerString should be final. |
369
|
| 'headerString' hides a field. |
369
|
| Line is longer than 80 characters. |
374
|
| Extra HTML tag found: </br> Defaults to "header" |
374
|
| Method 'setStateString' is not designed for extension - needs to be abstract, final or empty. |
377
|
| Parameter stateString should be final. |
377
|
| 'stateString' hides a field. |
377
|
| Missing a Javadoc comment. |
381
|
| Variable 'gridUtil' must be private and have accessor methods. |
381
|
| First sentence should end with a period. |
383
|
| Method 'getGridUtil' is not designed for extension - needs to be abstract, final or empty. |
387
|
| Method 'getReport' is not designed for extension - needs to be abstract, final or empty. |
399
|
| Method 'getDynamic' is not designed for extension - needs to be abstract, final or empty. |
411
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
423
|
| Method 'getHeaderString' is not designed for extension - needs to be abstract, final or empty. |
434
|
| Method 'getStateString' is not designed for extension - needs to be abstract, final or empty. |
445
|
| First sentence should end with a period. |
449
|
| Expected an @return tag. |
454
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
454
|
| 'collection' hides a field. |
457
|
| 'length' hides a field. |
476
|
| Line is longer than 80 characters. |
574
|
| Expected an @return tag. |
578
|
| Method 'doAfterBody' is not designed for extension - needs to be abstract, final or empty. |
578
|
| Line is longer than 80 characters. |
607
|
| Missing a Javadoc comment. |
613
|
| Parameter out should be final. |
613
|
| 'cast' is not followed by whitespace. |
616
|
| Line is longer than 80 characters. |
618
|
| Line is longer than 80 characters. |
619
|
| 'if' is not followed by whitespace. |
620
|
| '{' is not preceded with whitespace. |
620
|
| Line is longer than 80 characters. |
621
|
| 'if' is not followed by whitespace. |
623
|
| '{' is not preceded with whitespace. |
623
|
| Line is longer than 80 characters. |
624
|
| Line is longer than 80 characters. |
626
|
| Line is longer than 80 characters. |
627
|
| Line is longer than 80 characters. |
634
|
| Line is longer than 80 characters. |
635
|
| Line is longer than 80 characters. |
636
|
| Line is longer than 80 characters. |
637
|
| Line is longer than 80 characters. |
641
|
| Line is longer than 80 characters. |
643
|
| ',' is not followed by whitespace. |
643
|
| ',' is not followed by whitespace. |
643
|
| Line is longer than 80 characters. |
644
|
| First sentence should end with a period. |
657
|
| Expected an @return tag. |
662
|
| Method 'doEndTag' is not designed for extension - needs to be abstract, final or empty. |
662
|
| First sentence should end with a period. |
673
|
| Method 'release' is not designed for extension - needs to be abstract, final or empty. |
676
|
mx/com/brained/taglib/GridLibraryTag.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. |
3
|
| Unused import - java.io.IOException. |
6
|
| Unused import - javax.servlet.http.HttpServletResponse. |
7
|
| First sentence should end with a period. |
13
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
35
|
| First sentence should end with a period. |
38
|
| Method 'setAction' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Parameter action should be final. |
42
|
| 'action' hides a field. |
42
|
| Method 'getAction' is not designed for extension - needs to be abstract, final or empty. |
53
|
| First sentence should end with a period. |
57
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
62
|
| Expected @throws tag for 'JspException'. |
62
|
| Line is longer than 80 characters. |
65
|
| '=' is not preceded with whitespace. |
65
|
| '=' is not followed by whitespace. |
65
|
| ',' is not followed by whitespace. |
65
|
| Line is longer than 80 characters. |
73
|
| Line is longer than 80 characters. |
74
|
| ',' is not followed by whitespace. |
74
|
| ',' is not followed by whitespace. |
74
|
mx/com/brained/taglib/GridUtil.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
3
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.*. |
5
|
| Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. |
7
|
| Using the '.*' form of import should be avoided - org.springframework.web.context.*. |
8
|
| Using the '.*' form of import should be avoided - mx.com.brained.resource.*. |
9
|
| Using the '.*' form of import should be avoided - org.apache.commons.lang.*. |
10
|
| Extra HTML tag found: </br> |
17
|
| Line is longer than 80 characters. |
18
|
| Missing a Javadoc comment. |
27
|
| Missing a Javadoc comment. |
28
|
| Missing a Javadoc comment. |
29
|
| Missing a Javadoc comment. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| '=' is not preceded with whitespace. |
32
|
| '=' is not followed by whitespace. |
32
|
| Missing a Javadoc comment. |
34
|
| '=' is not preceded with whitespace. |
35
|
| '=' is not followed by whitespace. |
35
|
| '=' is not preceded with whitespace. |
36
|
| '=' is not followed by whitespace. |
36
|
| First sentence should end with a period. |
40
|
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter dato should be final. |
44
|
| '{' is not preceded with whitespace. |
44
|
| First sentence should end with a period. |
47
|
| Method 'newRow' is not designed for extension - needs to be abstract, final or empty. |
50
|
| '{' is not preceded with whitespace. |
50
|
| '=' is not preceded with whitespace. |
52
|
| '=' is not followed by whitespace. |
52
|
| First sentence should end with a period. |
54
|
| Method 'addTitle' is not designed for extension - needs to be abstract, final or empty. |
58
|
| Parameter atrib should be final. |
58
|
| '{' is not preceded with whitespace. |
58
|
| First sentence should end with a period. |
62
|
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. |
66
|
| First sentence should end with a period. |
70
|
| Line is longer than 80 characters. |
71
|
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. |
74
|
| First sentence should end with a period. |
78
|
| Method 'getRow' is not designed for extension - needs to be abstract, final or empty. |
82
|
| Method 'setEmptyCollection' is not designed for extension - needs to be abstract, final or empty. |
86
|
| Missing a Javadoc comment. |
86
|
| '{' is not preceded with whitespace. |
86
|
| '=' is not preceded with whitespace. |
87
|
| '=' is not followed by whitespace. |
87
|
| First sentence should end with a period. |
90
|
| Line is longer than 80 characters. |
91
|
| Method 'getDataArray' is not designed for extension - needs to be abstract, final or empty. |
94
|
| '{' is not preceded with whitespace. |
94
|
| 'row' hides a field. |
96
|
| 'if' is not followed by whitespace. |
97
|
| '{' is not preceded with whitespace. |
97
|
| ';' is followed by whitespace. |
98
|
| ';' is followed by whitespace. |
101
|
| '}' should be on the same line. |
109
|
| 'else' is not followed by whitespace. |
110
|
| '{' is not preceded with whitespace. |
110
|
| '-' is not preceded with whitespace. |
113
|
| '-' is not followed by whitespace. |
113
|
| Method 'getTitleArray' is not designed for extension - needs to be abstract, final or empty. |
120
|
| '{' is not preceded with whitespace. |
120
|
| 'for' is not followed by whitespace. |
123
|
| '=' is not preceded with whitespace. |
123
|
| '=' is not followed by whitespace. |
123
|
| ';' is not followed by whitespace. |
123
|
| '{' is not preceded with whitespace. |
123
|
| 'cast' is not followed by whitespace. |
125
|
| '-' is not preceded with whitespace. |
128
|
| '-' is not followed by whitespace. |
128
|
| First sentence should end with a period. |
132
|
| Method 'getColumnProperties' is not designed for extension - needs to be abstract, final or empty. |
137
|
| Expected @throws tag for 'Exception'. |
137
|
| '=' is not preceded with whitespace. |
141
|
| '=' is not followed by whitespace. |
141
|
| Line is longer than 80 characters. |
142
|
| 'for' is not followed by whitespace. |
143
|
| '=' is not preceded with whitespace. |
143
|
| '=' is not followed by whitespace. |
143
|
| ';' is not followed by whitespace. |
143
|
| ';' is not followed by whitespace. |
143
|
| '{' is not preceded with whitespace. |
143
|
| '=' is not preceded with whitespace. |
144
|
| '=' is not followed by whitespace. |
144
|
| 'if' is not followed by whitespace. |
146
|
| '{' is not preceded with whitespace. |
146
|
| ',' is not followed by whitespace. |
147
|
| ',' is not followed by whitespace. |
147
|
| '}' should be on the same line. |
148
|
| 'if' is not followed by whitespace. |
149
|
| '{' is not preceded with whitespace. |
149
|
| ',' is not followed by whitespace. |
150
|
| ',' is not followed by whitespace. |
150
|
| '}' should be on the same line. |
151
|
| 'if' is not followed by whitespace. |
152
|
| '{' is not preceded with whitespace. |
152
|
| ',' is not followed by whitespace. |
153
|
| ',' is not followed by whitespace. |
153
|
| '}' should be on the same line. |
154
|
| 'if' is not followed by whitespace. |
155
|
| '{' is not preceded with whitespace. |
155
|
| ',' is not followed by whitespace. |
156
|
| ',' is not followed by whitespace. |
156
|
| '}' should be on the same line. |
157
|
| 'if' is not followed by whitespace. |
158
|
| '{' is not preceded with whitespace. |
158
|
| ',' is not followed by whitespace. |
159
|
| ',' is not followed by whitespace. |
159
|
| '}' should be on the same line. |
160
|
| 'if' is not followed by whitespace. |
161
|
| '{' is not preceded with whitespace. |
161
|
| ',' is not followed by whitespace. |
162
|
| ',' is not followed by whitespace. |
162
|
| First sentence should end with a period. |
168
|
| Line is longer than 80 characters. |
175
|
| Method 'getListField' is not designed for extension - needs to be abstract, final or empty. |
175
|
| Parameter map should be final. |
175
|
| Parameter cont should be final. |
175
|
| ',' is not followed by whitespace. |
175
|
| Parameter resource should be final. |
175
|
| Expected @param tag for 'resource'. |
175
|
| Expected @throws tag for 'Exception'. |
175
|
| ',' is not followed by whitespace. |
177
|
| ',' is not followed by whitespace. |
177
|
| Line is longer than 80 characters. |
178
|
| ',' is not followed by whitespace. |
178
|
| ',' is not followed by whitespace. |
178
|
| Line is longer than 80 characters. |
179
|
| ',' is not followed by whitespace. |
179
|
| ',' is not followed by whitespace. |
179
|
| 'cast' is not followed by whitespace. |
179
|
| Line is longer than 80 characters. |
180
|
| ',' is not followed by whitespace. |
180
|
| ',' is not followed by whitespace. |
180
|
| 'cast' is not followed by whitespace. |
180
|
| Line is longer than 80 characters. |
181
|
| ',' is not followed by whitespace. |
181
|
| ',' is not followed by whitespace. |
181
|
| 'cast' is not followed by whitespace. |
181
|
| First sentence should end with a period. |
185
|
| Line is longer than 80 characters. |
192
|
| Method 'getComboBoxField' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Parameter map should be final. |
192
|
| Parameter cont should be final. |
192
|
| ',' is not followed by whitespace. |
192
|
| Parameter resource should be final. |
192
|
| Expected @param tag for 'resource'. |
192
|
| Expected @throws tag for 'Exception'. |
193
|
| Line is longer than 80 characters. |
194
|
| Line is longer than 80 characters. |
195
|
| 'if' is not followed by whitespace. |
195
|
| 'cast' is not followed by whitespace. |
195
|
| '{' is not preceded with whitespace. |
195
|
| Line is longer than 80 characters. |
196
|
| Line is longer than 80 characters. |
198
|
| ',' is not followed by whitespace. |
198
|
| ',' is not followed by whitespace. |
198
|
| 'cast' is not followed by whitespace. |
198
|
| Line is longer than 80 characters. |
200
|
| ',' is not followed by whitespace. |
200
|
| ',' is not followed by whitespace. |
200
|
| ',' is not followed by whitespace. |
201
|
| ',' is not followed by whitespace. |
201
|
| Line is longer than 80 characters. |
202
|
| ',' is not followed by whitespace. |
202
|
| ',' is not followed by whitespace. |
202
|
| 'cast' is not followed by whitespace. |
202
|
| Line is longer than 80 characters. |
203
|
| ',' is not followed by whitespace. |
203
|
| ',' is not followed by whitespace. |
203
|
| 'cast' is not followed by whitespace. |
203
|
| First sentence should end with a period. |
207
|
| Line is longer than 80 characters. |
214
|
| Method 'getDateField' is not designed for extension - needs to be abstract, final or empty. |
214
|
| Parameter map should be final. |
214
|
| Parameter cont should be final. |
214
|
| ',' is not followed by whitespace. |
214
|
| Parameter resource should be final. |
214
|
| Expected @param tag for 'resource'. |
214
|
| Expected @throws tag for 'Exception'. |
214
|
| Line is longer than 80 characters. |
216
|
| ',' is not followed by whitespace. |
216
|
| ',' is not followed by whitespace. |
216
|
| ',' is not followed by whitespace. |
217
|
| ',' is not followed by whitespace. |
217
|
| First sentence should end with a period. |
221
|
| Line is longer than 80 characters. |
228
|
| Method 'getCheckboxField' is not designed for extension - needs to be abstract, final or empty. |
228
|
| Parameter map should be final. |
228
|
| Parameter cont should be final. |
228
|
| ',' is not followed by whitespace. |
228
|
| Parameter resource should be final. |
228
|
| Expected @param tag for 'resource'. |
228
|
| Expected @throws tag for 'Exception'. |
229
|
| Line is longer than 80 characters. |
230
|
| Line is longer than 80 characters. |
231
|
| ',' is not followed by whitespace. |
231
|
| ',' is not followed by whitespace. |
231
|
| ',' is not followed by whitespace. |
232
|
| ',' is not followed by whitespace. |
232
|
| Line is longer than 80 characters. |
233
|
| ',' is not followed by whitespace. |
233
|
| ',' is not followed by whitespace. |
233
|
| 'cast' is not followed by whitespace. |
233
|
| Line is longer than 80 characters. |
234
|
| ',' is not followed by whitespace. |
234
|
| ',' is not followed by whitespace. |
234
|
| 'cast' is not followed by whitespace. |
234
|
| First sentence should end with a period. |
238
|
| Line is longer than 80 characters. |
245
|
| Method 'getEditableField' is not designed for extension - needs to be abstract, final or empty. |
245
|
| Parameter map should be final. |
245
|
| Parameter cont should be final. |
245
|
| ',' is not followed by whitespace. |
245
|
| Parameter resource should be final. |
245
|
| Expected @param tag for 'resource'. |
245
|
| Expected @throws tag for 'Exception'. |
246
|
| Line is longer than 80 characters. |
247
|
| Line is longer than 80 characters. |
248
|
| ',' is not followed by whitespace. |
248
|
| ',' is not followed by whitespace. |
248
|
| ',' is not followed by whitespace. |
249
|
| ',' is not followed by whitespace. |
249
|
| First sentence should end with a period. |
253
|
| Line is longer than 80 characters. |
261
|
| Method 'getReadOnlyField' is not designed for extension - needs to be abstract, final or empty. |
261
|
| Parameter map should be final. |
261
|
| ',' is not followed by whitespace. |
261
|
| Parameter index should be final. |
261
|
| ',' is not followed by whitespace. |
261
|
| Parameter resource should be final. |
261
|
| Expected @throws tag for 'Exception'. |
262
|
| Line is longer than 80 characters. |
263
|
| Line is longer than 80 characters. |
264
|
| ',' is not followed by whitespace. |
264
|
| ',' is not followed by whitespace. |
264
|
| Method 'setContext' is not designed for extension - needs to be abstract, final or empty. |
268
|
| Missing a Javadoc comment. |
268
|
| Parameter context should be final. |
268
|
| 'context' hides a field. |
268
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
272
|
| Missing a Javadoc comment. |
272
|
| Parameter name should be final. |
272
|
| 'name' hides a field. |
272
|
| First sentence should end with a period. |
276
|
| Line is longer than 80 characters. |
277
|
| Method 'getPropertyArray' is not designed for extension - needs to be abstract, final or empty. |
281
|
| 'for' is not followed by whitespace. |
283
|
| '=' is not preceded with whitespace. |
283
|
| '=' is not followed by whitespace. |
283
|
| ';' is not followed by whitespace. |
283
|
| '{' is not preceded with whitespace. |
283
|
| 'cast' is not followed by whitespace. |
285
|
| '-' is not preceded with whitespace. |
288
|
| '-' is not followed by whitespace. |
288
|
| First sentence should end with a period. |
292
|
| Method 'getHeaderArray' is not designed for extension - needs to be abstract, final or empty. |
297
|
| 'for' is not followed by whitespace. |
299
|
| '=' is not preceded with whitespace. |
299
|
| '=' is not followed by whitespace. |
299
|
| ';' is not followed by whitespace. |
299
|
| '{' is not preceded with whitespace. |
299
|
| 'cast' is not followed by whitespace. |
301
|
| '-' is not preceded with whitespace. |
304
|
| '-' is not followed by whitespace. |
304
|
| First sentence should end with a period. |
308
|
| Method 'getTemplates' is not designed for extension - needs to be abstract, final or empty. |
313
|
mx/com/brained/taglib/ListGridElement.java
Error | Line |
| Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
3
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.*. |
5
|
| Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. |
6
|
| Using the '.*' form of import should be avoided - org.apache.commons.beanutils.*. |
8
|
| Using the '.*' form of import should be avoided - org.apache.commons.collections.*. |
9
|
| Using the '.*' form of import should be avoided - org.apache.struts.*. |
10
|
| Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. |
11
|
| Using the '.*' form of import should be avoided - org.apache.struts.taglib.html.*. |
12
|
| First sentence should end with a period. |
13
|
| '{' is not preceded with whitespace. |
30
|
| Missing a Javadoc comment. |
31
|
| Missing a Javadoc comment. |
32
|
| Missing a Javadoc comment. |
33
|
| Missing a Javadoc comment. |
34
|
| '=' is not preceded with whitespace. |
34
|
| '=' is not followed by whitespace. |
34
|
| Missing a Javadoc comment. |
35
|
| Missing a Javadoc comment. |
36
|
| Missing a Javadoc comment. |
37
|
| Missing a Javadoc comment. |
38
|
| Missing a Javadoc comment. |
39
|
| Missing a Javadoc comment. |
40
|
| Missing a Javadoc comment. |
43
|
| First sentence should end with a period. |
46
|
| Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. |
51
|
| Expected @throws tag for 'JspException'. |
51
|
| ',' is not followed by whitespace. |
67
|
| ',' is not followed by whitespace. |
68
|
| ',' is not followed by whitespace. |
69
|
| ',' is not followed by whitespace. |
70
|
| ',' is not followed by whitespace. |
71
|
| ',' is not followed by whitespace. |
72
|
| ',' is not followed by whitespace. |
73
|
| '=' is not preceded with whitespace. |
82
|
| '=' is not followed by whitespace. |
82
|
| 'if' is not followed by whitespace. |
84
|
| '!=' is not preceded with whitespace. |
84
|
| '!=' is not followed by whitespace. |
84
|
| '{' is not preceded with whitespace. |
84
|
| First sentence should end with a period. |
91
|
| Unused Javadoc tag. |
94
|
| Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Parameter iter should be final. |
96
|
| Expected @param tag for 'iter'. |
96
|
| '=' is not preceded with whitespace. |
97
|
| '=' is not followed by whitespace. |
97
|
| 'while' is not followed by whitespace. |
104
|
| '{' is not preceded with whitespace. |
104
|
| '=' is not preceded with whitespace. |
106
|
| '=' is not followed by whitespace. |
106
|
| 'if' is not followed by whitespace. |
108
|
| '{' is not preceded with whitespace. |
108
|
| ';' is followed by whitespace. |
111
|
| 'if' is not followed by whitespace. |
113
|
| '{' is not preceded with whitespace. |
113
|
| 'if' is not followed by whitespace. |
122
|
| '{' is not preceded with whitespace. |
122
|
| '=' is not preceded with whitespace. |
132
|
| '=' is not followed by whitespace. |
132
|
| '=' is not preceded with whitespace. |
133
|
| '=' is not followed by whitespace. |
133
|
| First sentence should end with a period. |
135
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Parameter name should be final. |
139
|
| 'name' hides a field. |
139
|
| First sentence should end with a period. |
142
|
| Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. |
146
|
| Parameter property should be final. |
146
|
| 'property' hides a field. |
146
|
| First sentence should end with a period. |
149
|
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. |
153
|
| Parameter title should be final. |
153
|
| 'title' hides a field. |
153
|
| First sentence should end with a period. |
156
|
| Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. |
160
|
| Parameter bundle should be final. |
160
|
| 'bundle' hides a field. |
160
|
| First sentence should end with a period. |
163
|
| Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. |
167
|
| Parameter locale should be final. |
167
|
| 'locale' hides a field. |
167
|
| First sentence should end with a period. |
170
|
| Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. |
174
|
| Parameter collection should be final. |
174
|
| 'collection' hides a field. |
174
|
| First sentence should end with a period. |
177
|
| Method 'setValuecolumn' is not designed for extension - needs to be abstract, final or empty. |
181
|
| Parameter valuecolumn should be final. |
181
|
| 'valuecolumn' hides a field. |
181
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
192
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
202
|
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. |
212
|
| Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. |
223
|
| Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. |
233
|
| Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. |
243
|
| Method 'getValuecolumn' is not designed for extension - needs to be abstract, final or empty. |
253
|
| Line is longer than 80 characters. |
257
|
| Method 'getIterator' is not designed for extension - needs to be abstract, final or empty. |
257
|
| Missing a Javadoc comment. |
257
|
| Parameter name should be final. |
257
|
| 'name' hides a field. |
257
|
| Parameter property should be final. |
257
|
| 'property' hides a field. |
257
|
| Line is longer than 80 characters. |
265
|
| '+' is not preceded with whitespace. |
267
|
| '+' is not followed by whitespace. |
267
|
| '+' is not preceded with whitespace. |
267
|
| '+' is not followed by whitespace. |
267
|
| 'collection' hides a field. |
271
|
| '+' is not preceded with whitespace. |
276
|
| '+' is not followed by whitespace. |
276
|
| '+' is not preceded with whitespace. |
301
|
| '+' is not followed by whitespace. |
301
|
| First sentence should end with a period. |
304
|
| Method 'release' is not designed for extension - needs to be abstract, final or empty. |
307
|
| '{' is not preceded with whitespace. |
307
|
| '=' is not preceded with whitespace. |
308
|
| '=' is not followed by whitespace. |
308
|
| '=' is not preceded with whitespace. |
309
|
| '=' is not followed by whitespace. |
309
|
| '=' is not preceded with whitespace. |
310
|
| '=' is not followed by whitespace. |
310
|
| '=' is not preceded with whitespace. |
311
|
| '=' is not followed by whitespace. |
311
|
| '=' is not preceded with whitespace. |
312
|
| '=' is not followed by whitespace. |
312
|
| '=' is not preceded with whitespace. |
313
|
| '=' is not followed by whitespace. |
313
|
| '=' is not preceded with whitespace. |
314
|
| '=' is not followed by whitespace. |
314
|
| '=' is not preceded with whitespace. |
315
|
| '=' is not followed by whitespace. |
315
|
mx/com/brained/taglib/package.html
Error | Line |
| Missing package documentation file. | 0 |