Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files |
Infos |
Warnings |
Errors |
69 |
0 |
0 |
1030 |
Files
com/geekologue/md4j/business/BrokenConstraintsException.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Line has trailing spaces. |
23
|
|
Line has trailing spaces. |
25
|
|
First sentence should end with a period. |
28
|
|
Line has trailing spaces. |
34
|
|
Parameter violations should be final. |
36
|
|
Expected @param tag for 'violations'. |
36
|
|
Line has trailing spaces. |
42
|
|
Parameter arg0 should be final. |
52
|
|
Expected @param tag for 'arg0'. |
52
|
|
Parameter arg1 should be final. |
52
|
|
Expected @param tag for 'arg1'. |
52
|
|
Parameter arg0 should be final. |
59
|
|
Expected @param tag for 'arg0'. |
59
|
|
Parameter arg0 should be final. |
66
|
|
Expected @param tag for 'arg0'. |
66
|
|
First sentence should end with a period. |
70
|
|
Line has trailing spaces. |
72
|
|
Method 'getViolated' is not designed for extension - needs to be abstract, final or empty. |
75
|
com/geekologue/md4j/business/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/geekologue/md4j/config/Configuration.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/geekologue/md4j/config/Configuration.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Unused import - javax.naming.InitialContext. |
23
|
|
Class Configuration should be declared as final. |
31
|
|
Missing a Javadoc comment. |
32
|
|
Line is longer than 80 characters. |
33
|
|
Missing a Javadoc comment. |
35
|
|
Missing a Javadoc comment. |
37
|
|
Missing a Javadoc comment. |
39
|
|
Expected @throws tag for 'Exception'. |
45
|
|
Expected @throws tag for 'Exception'. |
55
|
|
Line is longer than 80 characters. |
63
|
|
Parameter resource should be final. |
63
|
|
Expected @param tag for 'resource'. |
63
|
|
Expected @throws tag for 'Exception'. |
63
|
|
Parameter url should be final. |
74
|
|
Expected @param tag for 'url'. |
74
|
|
Expected @throws tag for 'IOException'. |
74
|
|
Redundant throws: 'IOException' is subclass of 'Exception'. |
74
|
|
Expected @throws tag for 'Exception'. |
75
|
|
Line is longer than 80 characters. |
84
|
|
Parameter configFile should be final. |
84
|
|
Expected @param tag for 'configFile'. |
84
|
|
Expected @throws tag for 'Exception'. |
84
|
|
Missing a Javadoc comment. |
93
|
|
Parameter resource should be final. |
93
|
|
'if' construct must use '{}'s. |
95
|
|
Line has trailing spaces. |
105
|
|
Parameter is should be final. |
109
|
|
Expected @param tag for 'is'. |
109
|
|
Expected @throws tag for 'Exception'. |
109
|
|
Missing a Javadoc comment. |
130
|
|
Parameter config should be final. |
130
|
|
'config' hides a field. |
130
|
|
Parameter key should be final. |
138
|
|
Expected @param tag for 'key'. |
138
|
|
Parameter packageName should be final. |
146
|
|
Expected @param tag for 'packageName'. |
146
|
com/geekologue/md4j/config/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/geekologue/md4j/dao/AbstractDAO.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/geekologue/md4j/dao/AbstractDAO.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Unused import - java.util.HashMap. |
20
|
|
Unused import - org.apache.commons.lang.math.NumberUtils. |
23
|
|
Unused import - org.apache.log4j.Logger. |
24
|
|
Line has trailing spaces. |
28
|
|
Variable 'daoClass' must be private and have accessor methods. |
37
|
|
Missing a Javadoc comment. |
39
|
|
Variable 'identifierName' must be private and have accessor methods. |
39
|
|
First sentence should end with a period. |
41
|
|
First sentence should end with a period. |
47
|
|
Line has trailing spaces. |
49
|
|
Parameter clazz should be final. |
52
|
|
Expected @param tag for 'clazz'. |
52
|
|
Parameter identifierName should be final. |
52
|
|
'identifierName' hides a field. |
52
|
|
Expected @param tag for 'identifierName'. |
52
|
|
Line has trailing spaces. |
60
|
|
Expected an @return tag. |
63
|
|
Method 'getDaoClassInstance' is not designed for extension - needs to be abstract, final or empty. |
63
|
|
Line has trailing spaces. |
77
|
|
Parameter identifier should be final. |
82
|
|
Expected @param tag for 'identifier'. |
82
|
|
Line has trailing spaces. |
87
|
|
Parameter identifier should be final. |
92
|
|
Expected @param tag for 'identifier'. |
92
|
|
Line has trailing spaces. |
97
|
|
Line has trailing spaces. |
103
|
|
Line has trailing spaces. |
111
|
|
Parameter map should be final. |
116
|
|
First sentence should end with a period. |
118
|
|
Line has trailing spaces. |
120
|
|
Parameter pojo should be final. |
125
|
|
Line has trailing spaces. |
129
|
|
Parameter projectionProps should be final. |
141
|
|
Parameter params should be final. |
141
|
|
Parameter order should be final. |
141
|
|
Expected @param tag for 'order'. |
141
|
|
Parameter pageNumber should be final. |
142
|
|
Parameter pageSize should be final. |
142
|
|
Line has trailing spaces. |
146
|
|
Parameter params should be final. |
155
|
|
Parameter order should be final. |
155
|
|
Expected @param tag for 'order'. |
155
|
|
Parameter pageNumber should be final. |
155
|
|
Parameter pageSize should be final. |
156
|
|
First sentence should end with a period. |
158
|
|
Line has trailing spaces. |
160
|
|
Parameter pojo should be final. |
166
|
|
First sentence should end with a period. |
168
|
|
Line has trailing spaces. |
170
|
|
Unused @param tag for 'pojo'. |
171
|
|
Parameter identifier should be final. |
175
|
|
Expected @param tag for 'identifier'. |
175
|
|
First sentence should end with a period. |
177
|
|
Line has trailing spaces. |
179
|
|
Parameter params should be final. |
184
|
|
Parameter id should be final. |
184
|
|
Expected @param tag for 'id'. |
184
|
|
Line has trailing spaces. |
189
|
com/geekologue/md4j/dao/DataAccessException.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Line has trailing spaces. |
23
|
|
Line has trailing spaces. |
27
|
|
Parameter arg0 should be final. |
36
|
|
Expected @param tag for 'arg0'. |
36
|
|
Parameter arg0 should be final. |
43
|
|
Expected @param tag for 'arg0'. |
43
|
|
Parameter arg0 should be final. |
51
|
|
Expected @param tag for 'arg0'. |
51
|
|
Parameter arg1 should be final. |
51
|
|
Expected @param tag for 'arg1'. |
51
|
com/geekologue/md4j/dao/Order.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Line has trailing spaces. |
28
|
|
Line is longer than 80 characters. |
30
|
|
Line has trailing spaces. |
32
|
|
Line has trailing spaces. |
34
|
|
Line has trailing spaces. |
36
|
|
Missing a Javadoc comment. |
39
|
|
Missing a Javadoc comment. |
41
|
|
Line has trailing spaces. |
44
|
|
Expected an @return tag. |
51
|
|
Method 'addOrder' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Parameter propertyName should be final. |
51
|
|
Parameter ascending should be final. |
51
|
|
Avoid inline conditionals. |
53
|
|
Method 'getOrderProperties' is not designed for extension - needs to be abstract, final or empty. |
58
|
|
Missing a Javadoc comment. |
58
|
|
Method 'isAscending' is not designed for extension - needs to be abstract, final or empty. |
62
|
|
Missing a Javadoc comment. |
62
|
|
Parameter propertyName should be final. |
62
|
|
Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
66
|
|
Missing a Javadoc comment. |
66
|
|
Avoid inline conditionals. |
72
|
com/geekologue/md4j/dao/Page.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/geekologue/md4j/dao/Page.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
20
|
|
Line is longer than 80 characters. |
20
|
|
Line is longer than 80 characters. |
21
|
|
Line has trailing spaces. |
22
|
|
Line is longer than 80 characters. |
22
|
|
Redundant 'public' modifier. |
29
|
|
Line has trailing spaces. |
34
|
|
Redundant 'public' modifier. |
37
|
|
First sentence should end with a period. |
39
|
|
Line has trailing spaces. |
41
|
|
Redundant 'public' modifier. |
44
|
|
First sentence should end with a period. |
46
|
|
Line has trailing spaces. |
48
|
|
Redundant 'public' modifier. |
51
|
|
First sentence should end with a period. |
53
|
|
Line has trailing spaces. |
55
|
|
Redundant 'public' modifier. |
58
|
|
Line is longer than 80 characters. |
62
|
|
Line has trailing spaces. |
63
|
|
Redundant 'public' modifier. |
67
|
|
First sentence should end with a period. |
69
|
|
Line has trailing spaces. |
71
|
|
Redundant 'public' modifier. |
74
|
|
First sentence should end with a period. |
76
|
|
Expected an @return tag. |
77
|
|
Redundant 'public' modifier. |
77
|
|
Missing a Javadoc comment. |
79
|
|
Redundant 'public' modifier. |
79
|
com/geekologue/md4j/dao/hibernate/AbstractHbmDAO.java
Error |
Line |
|
Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
First sentence should end with a period. |
42
|
|
Line has trailing spaces. |
44
|
|
Line has trailing spaces. |
46
|
|
Missing a Javadoc comment. |
49
|
|
Missing a Javadoc comment. |
51
|
|
Variable 'sf' must be private and have accessor methods. |
51
|
|
Parameter clazz should be final. |
56
|
|
Expected @param tag for 'clazz'. |
56
|
|
Parameter idName should be final. |
56
|
|
Expected @param tag for 'idName'. |
56
|
|
Line has trailing spaces. |
77
|
|
Method 'load' is not designed for extension - needs to be abstract, final or empty. |
83
|
|
Parameter identifier should be final. |
83
|
|
Expected @param tag for 'identifier'. |
83
|
|
Expected @throws tag for 'DataAccessException'. |
83
|
|
Redundant throws: 'DataAccessException' is unchecked exception. |
83
|
|
Line has trailing spaces. |
99
|
|
Method 'get' is not designed for extension - needs to be abstract, final or empty. |
105
|
|
Parameter identifier should be final. |
105
|
|
Expected @param tag for 'identifier'. |
105
|
|
Expected @throws tag for 'DataAccessException'. |
105
|
|
Redundant throws: 'DataAccessException' is unchecked exception. |
105
|
|
Line has trailing spaces. |
127
|
|
Method 'get' is not designed for extension - needs to be abstract, final or empty. |
136
|
|
Parameter identifier should be final. |
136
|
|
Expected @param tag for 'identifier'. |
136
|
|
Parameter projectionProperties should be final. |
136
|
|
Line has trailing spaces. |
175
|
|
Method 'update' is not designed for extension - needs to be abstract, final or empty. |
182
|
|
Parameter map should be final. |
182
|
|
Expected @throws tag for 'DataAccessException'. |
182
|
|
Redundant throws: 'DataAccessException' is unchecked exception. |
182
|
|
Line has trailing spaces. |
191
|
|
Method 'update' is not designed for extension - needs to be abstract, final or empty. |
195
|
|
Parameter pojo should be final. |
195
|
|
Redundant throws: 'DataAccessException' is unchecked exception. |
195
|
|
Line has trailing spaces. |
205
|
|
Method 'listAll' is not designed for extension - needs to be abstract, final or empty. |
208
|
|
Redundant throws: 'DataAccessException' is unchecked exception. |
208
|
|
Line has trailing spaces. |
222
|
|
Line has trailing spaces. |
233
|
|
Line has trailing spaces. |
236
|
|
Method 'save' is not designed for extension - needs to be abstract, final or empty. |
239
|
|
Parameter pojo should be final. |
239
|
|
Redundant throws: 'DataAccessException' is unchecked exception. |
239
|
|
Line has trailing spaces. |
248
|
|
Line is longer than 80 characters. |
254
|
|
Line has trailing spaces. |
255
|
|
Line has trailing spaces. |
258
|
|
Method 'saveOrUpdate' is not designed for extension - needs to be abstract, final or empty. |
261
|
|
Parameter pojo should be final. |
261
|
|
Redundant throws: 'DataAccessException' is unchecked exception. |
261
|
|
Line has trailing spaces. |
274
|
|
Method 'findByExample' is not designed for extension - needs to be abstract, final or empty. |
277
|
|
Parameter exampleObject should be final. |
277
|
|
Redundant throws: 'DataAccessException' is unchecked exception. |
278
|
|
Line has trailing spaces. |
291
|
|
Method 'getPage' is not designed for extension - needs to be abstract, final or empty. |
294
|
|
Parameter params should be final. |
294
|
|
Parameter order should be final. |
294
|
|
Parameter pageNumber should be final. |
294
|
|
Parameter pageSize should be final. |
294
|
|
Line has trailing spaces. |
301
|
|
Method 'getPage' is not designed for extension - needs to be abstract, final or empty. |
305
|
|
Parameter projectionProps should be final. |
305
|
|
Parameter params should be final. |
305
|
|
Parameter order should be final. |
305
|
|
Parameter pageNumber should be final. |
306
|
|
Parameter pageSize should be final. |
306
|
|
Missing a Javadoc comment. |
322
|
|
Parameter projectionProps should be final. |
322
|
|
Parameter params should be final. |
322
|
|
Parameter criteria should be final. |
323
|
|
Line has trailing spaces. |
327
|
|
Unused @param tag for 'sess'. |
328
|
|
Unused @param tag for 'params'. |
332
|
|
Method 'getPage' is not designed for extension - needs to be abstract, final or empty. |
343
|
|
Parameter projectionProps should be final. |
343
|
|
Parameter order should be final. |
344
|
|
Expected @param tag for 'order'. |
344
|
|
Parameter criteria should be final. |
344
|
|
Parameter pageNumber should be final. |
344
|
|
Parameter pageSize should be final. |
344
|
|
Avoid inline conditionals. |
349
|
|
Method 'delete' is not designed for extension - needs to be abstract, final or empty. |
363
|
|
Missing a Javadoc comment. |
363
|
|
Parameter pojo should be final. |
363
|
|
Redundant throws: 'DataAccessException' is unchecked exception. |
363
|
|
Line is longer than 80 characters. |
367
|
|
Method 'createFromParams' is not designed for extension - needs to be abstract, final or empty. |
371
|
|
Missing a Javadoc comment. |
371
|
|
Parameter map should be final. |
371
|
|
First sentence should end with a period. |
377
|
|
Line has trailing spaces. |
380
|
|
Expected an @return tag. |
385
|
|
Method 'updateFromParams' is not designed for extension - needs to be abstract, final or empty. |
385
|
|
Parameter map should be final. |
385
|
|
Expected @param tag for 'map'. |
385
|
|
Line has trailing spaces. |
402
|
|
Method 'exists' is not designed for extension - needs to be abstract, final or empty. |
413
|
|
Parameter name should be final. |
413
|
|
Parameter value should be final. |
413
|
|
Parameter id should be final. |
413
|
|
Method 'getBrokenUConstraints' is not designed for extension - needs to be abstract, final or empty. |
430
|
|
Missing a Javadoc comment. |
430
|
|
Parameter params should be final. |
430
|
|
Parameter id should be final. |
430
|
|
Line has trailing spaces. |
452
|
|
Parameter from should be final. |
456
|
|
Expected @param tag for 'from'. |
456
|
|
Parameter to should be final. |
456
|
|
Expected @param tag for 'to'. |
456
|
|
First sentence should end with a period. |
458
|
|
Line has trailing spaces. |
460
|
|
Line has trailing spaces. |
468
|
|
Method 'getParentOptions' is not designed for extension - needs to be abstract, final or empty. |
475
|
|
Missing a Javadoc comment. |
481
|
|
Parameter map should be final. |
481
|
com/geekologue/md4j/dao/hibernate/HbmQueryResultPage.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/geekologue/md4j/dao/hibernate/HbmQueryResultPage.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Unused import - org.hibernate.HibernateException. |
29
|
|
Line has trailing spaces. |
37
|
|
Line is longer than 80 characters. |
37
|
|
Line has trailing spaces. |
38
|
|
Line is longer than 80 characters. |
38
|
|
Line has trailing spaces. |
44
|
|
Line is longer than 80 characters. |
47
|
|
Line has trailing spaces. |
50
|
|
Line has trailing spaces. |
57
|
|
Line has trailing spaces. |
62
|
|
Line has trailing spaces. |
64
|
|
Line has trailing spaces. |
70
|
|
Line is longer than 80 characters. |
74
|
|
Missing a Javadoc comment. |
76
|
|
Missing a Javadoc comment. |
78
|
|
Missing a Javadoc comment. |
80
|
|
Missing a Javadoc comment. |
82
|
|
Missing a Javadoc comment. |
84
|
|
Missing a Javadoc comment. |
86
|
|
Missing a Javadoc comment. |
88
|
|
Missing a Javadoc comment. |
90
|
|
Missing a Javadoc comment. |
92
|
|
Missing a Javadoc comment. |
94
|
|
Missing a Javadoc comment. |
96
|
|
Missing a Javadoc comment. |
98
|
|
First sentence should end with a period. |
100
|
|
Line has trailing spaces. |
102
|
|
Unused @param tag for 'session'. |
103
|
|
Parameter query should be final. |
113
|
|
Parameter number should be final. |
113
|
|
Parameter size should be final. |
114
|
|
First sentence should end with a period. |
143
|
|
Line has trailing spaces. |
145
|
|
Unused @param tag for 'session'. |
146
|
|
Parameter query should be final. |
155
|
|
Parameter projectionProps should be final. |
156
|
|
Expected @param tag for 'projectionProps'. |
156
|
|
Parameter number should be final. |
156
|
|
Parameter size should be final. |
156
|
|
Line is longer than 80 characters. |
189
|
|
Line has trailing spaces. |
191
|
|
Unused @param tag for 'pageNumber'. |
196
|
|
Unused @param tag for 'pageSize'. |
198
|
|
Line has trailing spaces. |
200
|
|
Parameter session should be final. |
203
|
|
Parameter collection should be final. |
203
|
|
Parameter number should be final. |
203
|
|
Expected @param tag for 'number'. |
203
|
|
Parameter size should be final. |
204
|
|
Expected @param tag for 'size'. |
204
|
|
Method 'getTotalResultCount' is not designed for extension - needs to be abstract, final or empty. |
213
|
|
Line has trailing spaces. |
220
|
|
Method 'getTotalPageCount' is not designed for extension - needs to be abstract, final or empty. |
223
|
|
First sentence should end with a period. |
227
|
|
Line has trailing spaces. |
229
|
|
Method 'isFirst' is not designed for extension - needs to be abstract, final or empty. |
232
|
|
First sentence should end with a period. |
236
|
|
Line has trailing spaces. |
238
|
|
Method 'isLast' is not designed for extension - needs to be abstract, final or empty. |
241
|
|
First sentence should end with a period. |
245
|
|
Line has trailing spaces. |
247
|
|
Method 'getList' is not designed for extension - needs to be abstract, final or empty. |
250
|
|
First sentence should end with a period. |
254
|
|
Line has trailing spaces. |
256
|
|
Method 'getPageNumber' is not designed for extension - needs to be abstract, final or empty. |
259
|
|
First sentence should end with a period. |
263
|
|
Expected an @return tag. |
264
|
|
Method 'getFirstResultIndex' is not designed for extension - needs to be abstract, final or empty. |
264
|
|
First sentence should end with a period. |
268
|
|
Line has trailing spaces. |
270
|
|
Line has trailing spaces. |
299
|
|
Method 'setList' is not designed for extension - needs to be abstract, final or empty. |
301
|
|
Parameter newList should be final. |
301
|
|
Expected @param tag for 'newList'. |
301
|
|
Method 'getParentOptions' is not designed for extension - needs to be abstract, final or empty. |
308
|
|
Method 'setParentOptions' is not designed for extension - needs to be abstract, final or empty. |
314
|
|
Parameter opts should be final. |
314
|
|
Expected @param tag for 'opts'. |
314
|
com/geekologue/md4j/dao/hibernate/Helper.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Line has trailing spaces. |
33
|
|
Utility classes should not have a public or default constructor. |
35
|
|
Missing a Javadoc comment. |
36
|
|
Line has trailing spaces. |
43
|
|
Expected an @return tag. |
47
|
|
Parameter query should be final. |
47
|
|
Expected @param tag for 'query'. |
47
|
|
Parameter projectionProps should be final. |
48
|
|
Expected @param tag for 'projectionProps'. |
48
|
|
Line has trailing spaces. |
75
|
|
Expected an @return tag. |
79
|
|
Parameter query should be final. |
79
|
|
Expected @param tag for 'query'. |
79
|
|
Parameter keyProjectionProp should be final. |
80
|
|
Expected @param tag for 'keyProjectionProp'. |
80
|
|
Parameter valueProjectionProp should be final. |
80
|
|
Expected @param tag for 'valueProjectionProp'. |
80
|
com/geekologue/md4j/dto/File.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Line is longer than 80 characters. |
23
|
|
Line has trailing spaces. |
24
|
|
Line has trailing spaces. |
26
|
|
First sentence should end with a period. |
29
|
|
Line has trailing spaces. |
31
|
|
First sentence should end with a period. |
36
|
|
First sentence should end with a period. |
41
|
|
First sentence should end with a period. |
46
|
|
First sentence should end with a period. |
51
|
|
Parameter contentType should be final. |
67
|
|
'contentType' hides a field. |
67
|
|
Parameter fileName should be final. |
82
|
|
'fileName' hides a field. |
82
|
|
Parameter fileSize should be final. |
97
|
|
'fileSize' hides a field. |
97
|
|
Parameter inputStream should be final. |
112
|
|
'inputStream' hides a field. |
112
|
com/geekologue/md4j/dto/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/geekologue/md4j/generators/AbstractXsltBasedGenerator.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Missing a Javadoc comment. |
48
|
|
Missing a Javadoc comment. |
50
|
|
Variable 'task' must be private and have accessor methods. |
50
|
|
Missing a Javadoc comment. |
52
|
|
Missing a Javadoc comment. |
54
|
|
Missing a Javadoc comment. |
56
|
|
Variable 'destDir' must be private and have accessor methods. |
56
|
|
Missing a Javadoc comment. |
58
|
|
Missing a Javadoc comment. |
60
|
|
Variable 'styleParameters' must be private and have accessor methods. |
60
|
|
Missing a Javadoc comment. |
62
|
|
Missing a Javadoc comment. |
64
|
|
Parameter stylesheet should be final. |
72
|
|
First sentence should end with a period. |
77
|
|
Line has trailing spaces. |
79
|
|
First sentence should end with a period. |
84
|
|
Line has trailing spaces. |
86
|
|
Line is longer than 80 characters. |
92
|
|
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
94
|
|
Parameter context should be final. |
94
|
|
Line is longer than 80 characters. |
132
|
|
Method 'process' is not designed for extension - needs to be abstract, final or empty. |
135
|
|
Parameter contextDir should be final. |
135
|
|
Parameter xmlFile should be final. |
135
|
|
Redundant throws: 'BuildException' is unchecked exception. |
135
|
|
Line has trailing spaces. |
181
|
|
Parameter infile should be final. |
186
|
|
Expected @param tag for 'infile'. |
186
|
|
Parameter outfile should be final. |
186
|
|
Expected @param tag for 'outfile'. |
186
|
|
Expected @throws tag for 'Exception'. |
186
|
|
Redundant throws: 'Exception' is unchecked exception. |
186
|
|
Must have at least one statement. |
202
|
|
Must have at least one statement. |
209
|
|
Line has trailing spaces. |
217
|
|
Parameter is should be final. |
224
|
|
Parameter systemId should be final. |
224
|
|
Expected @throws tag for 'ParserConfigurationException'. |
225
|
|
Expected @throws tag for 'SAXException'. |
225
|
|
First sentence should end with a period. |
235
|
|
Line has trailing spaces. |
237
|
|
Parameter targetFile should be final. |
243
|
|
Redundant throws: 'BuildException' is unchecked exception. |
243
|
com/geekologue/md4j/generators/Ejb21Generator.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Unused import - java.util.HashMap. |
19
|
|
Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. |
24
|
|
First sentence should end with a period. |
26
|
|
Line has trailing spaces. |
31
|
|
Missing a Javadoc comment. |
36
|
|
Line has trailing spaces. |
39
|
|
Line is longer than 80 characters. |
46
|
|
Method 'getStylePath' is not designed for extension - needs to be abstract, final or empty. |
48
|
|
First sentence should end with a period. |
52
|
|
Line has trailing spaces. |
55
|
|
Line is longer than 80 characters. |
56
|
|
Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. |
58
|
|
Line has trailing spaces. |
67
|
|
Line is longer than 80 characters. |
68
|
|
Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. |
70
|
|
First sentence should end with a period. |
74
|
|
Line has trailing spaces. |
76
|
|
Line is longer than 80 characters. |
77
|
|
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
79
|
|
Parameter context should be final. |
79
|
com/geekologue/md4j/generators/HibernateDaoGenerator.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Unused import - org.apache.tools.ant.Task. |
21
|
|
First sentence should end with a period. |
27
|
|
Line has trailing spaces. |
35
|
|
Missing a Javadoc comment. |
40
|
|
Line has trailing spaces. |
43
|
|
First sentence should end with a period. |
49
|
|
Line has trailing spaces. |
52
|
|
Line is longer than 80 characters. |
53
|
|
Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. |
55
|
|
Line has trailing spaces. |
64
|
|
Line is longer than 80 characters. |
65
|
|
Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. |
67
|
|
Line is longer than 80 characters. |
72
|
|
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
74
|
|
Parameter context should be final. |
74
|
|
Line is longer than 80 characters. |
84
|
com/geekologue/md4j/generators/ResourceResolver.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/geekologue/md4j/generators/ResourceResolver.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Line has trailing spaces. |
44
|
|
Line has trailing spaces. |
46
|
|
Missing a Javadoc comment. |
49
|
|
Missing a Javadoc comment. |
51
|
|
Missing a Javadoc comment. |
53
|
|
Line has trailing spaces. |
58
|
|
Unused @param tag for 'catalogue'. |
61
|
|
Parameter belongingTask should be final. |
64
|
|
Missing a Javadoc comment. |
73
|
|
Parameter msg should be final. |
73
|
|
Parameter level should be final. |
73
|
|
Line has trailing spaces. |
79
|
|
Expected an @return tag. |
83
|
|
Parameter path should be final. |
83
|
|
Expected @param tag for 'path'. |
83
|
|
Line is longer than 80 characters. |
85
|
|
Avoid inline conditionals. |
85
|
|
Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. |
102
|
|
Parameter publicId should be final. |
102
|
|
Parameter systemId should be final. |
102
|
|
Line is longer than 80 characters. |
107
|
|
Line is longer than 80 characters. |
121
|
|
Method 'resolve' is not designed for extension - needs to be abstract, final or empty. |
121
|
|
Parameter href should be final. |
121
|
|
Parameter base should be final. |
121
|
|
Line is longer than 80 characters. |
126
|
com/geekologue/md4j/generators/StrutsAction1Generator.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. |
27
|
|
First sentence should end with a period. |
29
|
|
Line has trailing spaces. |
32
|
|
Missing a Javadoc comment. |
36
|
|
First sentence should end with a period. |
38
|
|
Line is longer than 80 characters. |
45
|
|
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
47
|
|
Parameter context should be final. |
47
|
|
Missing a Javadoc comment. |
70
|
|
Parameter context should be final. |
70
|
|
Parameter actionType should be final. |
71
|
|
Line is longer than 80 characters. |
74
|
|
Missing a Javadoc comment. |
80
|
|
Parameter context should be final. |
81
|
|
Parameter actionType should be final. |
81
|
|
Line is longer than 80 characters. |
84
|
|
Missing a Javadoc comment. |
90
|
|
Parameter context should be final. |
91
|
|
Parameter actionType should be final. |
91
|
|
Line is longer than 80 characters. |
94
|
|
Line is longer than 80 characters. |
100
|
|
Missing a Javadoc comment. |
100
|
|
Parameter context should be final. |
101
|
|
Parameter actionType should be final. |
101
|
|
Line is longer than 80 characters. |
104
|
|
First sentence should end with a period. |
110
|
|
Line has trailing spaces. |
112
|
|
Line is longer than 80 characters. |
113
|
|
Method 'process' is not designed for extension - needs to be abstract, final or empty. |
116
|
|
Parameter contextDir should be final. |
116
|
|
Parameter xmlFile should be final. |
116
|
|
Redundant throws: 'BuildException' is unchecked exception. |
116
|
|
Line is longer than 80 characters. |
117
|
com/geekologue/md4j/generators/StrutsAction1NestedCrudActionGenerator.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. |
23
|
|
Line has trailing spaces. |
30
|
|
Missing a Javadoc comment. |
35
|
|
Line has trailing spaces. |
38
|
|
Parameter xslParams should be final. |
40
|
|
Expected @param tag for 'xslParams'. |
40
|
|
First sentence should end with a period. |
45
|
|
Line has trailing spaces. |
48
|
|
Line is longer than 80 characters. |
49
|
|
Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Line has trailing spaces. |
61
|
|
Line is longer than 80 characters. |
62
|
|
Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. |
64
|
|
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
68
|
|
Missing a Javadoc comment. |
68
|
|
Parameter context should be final. |
68
|
com/geekologue/md4j/generators/StrutsAction1NestedFormBeanGenerator.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. |
23
|
|
Line has trailing spaces. |
30
|
|
Missing a Javadoc comment. |
35
|
|
Line has trailing spaces. |
38
|
|
Parameter xslParams should be final. |
40
|
|
Expected @param tag for 'xslParams'. |
40
|
|
First sentence should end with a period. |
45
|
|
Line has trailing spaces. |
48
|
|
Line is longer than 80 characters. |
49
|
|
Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Line has trailing spaces. |
61
|
|
Line is longer than 80 characters. |
62
|
|
Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. |
64
|
|
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
68
|
|
Missing a Javadoc comment. |
68
|
|
Parameter context should be final. |
68
|
com/geekologue/md4j/generators/StrutsAction1NestedJsp2Generator.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. |
23
|
|
Line has trailing spaces. |
29
|
|
Missing a Javadoc comment. |
34
|
|
Line has trailing spaces. |
37
|
|
Parameter xslParams should be final. |
39
|
|
Expected @param tag for 'xslParams'. |
39
|
|
First sentence should end with a period. |
44
|
|
Line has trailing spaces. |
47
|
|
Line is longer than 80 characters. |
48
|
|
Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. |
50
|
|
Line has trailing spaces. |
60
|
|
Line is longer than 80 characters. |
61
|
|
Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. |
63
|
|
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
67
|
|
Missing a Javadoc comment. |
67
|
|
Parameter context should be final. |
67
|
com/geekologue/md4j/generators/StrutsAction1NestedLoadOrSearchActionGenerator.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. |
23
|
|
Line has trailing spaces. |
30
|
|
Line is longer than 80 characters. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Line has trailing spaces. |
38
|
|
Parameter xslParams should be final. |
40
|
|
Expected @param tag for 'xslParams'. |
40
|
|
First sentence should end with a period. |
45
|
|
Line has trailing spaces. |
48
|
|
Line is longer than 80 characters. |
49
|
|
Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. |
51
|
|
Line has trailing spaces. |
61
|
|
Line is longer than 80 characters. |
62
|
|
Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. |
64
|
|
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
68
|
|
Missing a Javadoc comment. |
68
|
|
Parameter context should be final. |
68
|
com/geekologue/md4j/generators/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/geekologue/md4j/tools/ant/ContextParam.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Line has trailing spaces. |
21
|
|
Missing a Javadoc comment. |
24
|
|
Missing a Javadoc comment. |
26
|
|
Missing a Javadoc comment. |
28
|
|
Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
31
|
|
Missing a Javadoc comment. |
31
|
|
Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
35
|
|
Missing a Javadoc comment. |
35
|
|
Parameter name should be final. |
35
|
|
'name' hides a field. |
35
|
|
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. |
39
|
|
Missing a Javadoc comment. |
39
|
|
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. |
43
|
|
Missing a Javadoc comment. |
43
|
|
Parameter value should be final. |
43
|
|
'value' hides a field. |
43
|
com/geekologue/md4j/tools/ant/HibernateMappingProcessorLiason.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/geekologue/md4j/tools/ant/HibernateMappingProcessorLiason.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Unused import - java.util.Collection. |
20
|
|
Unused import - org.apache.tools.ant.util.FileNameMapper. |
23
|
|
Line has trailing spaces. |
29
|
|
Line has trailing spaces. |
31
|
|
Missing a Javadoc comment. |
34
|
|
Redundant 'public' modifier. |
34
|
|
Line has trailing spaces. |
37
|
|
Redundant 'public' modifier. |
43
|
|
Expected @param tag for 'contextDir'. |
43
|
|
Expected @param tag for 'xmlFile'. |
43
|
|
Expected @throws tag for 'BuildException'. |
43
|
|
Redundant throws: 'BuildException' is unchecked exception. |
43
|
com/geekologue/md4j/tools/ant/HibernateMappingProcessorTask.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Line is longer than 80 characters. |
49
|
|
Missing a Javadoc comment. |
49
|
|
Missing a Javadoc comment. |
51
|
|
Line is longer than 80 characters. |
52
|
|
Line is longer than 80 characters. |
56
|
|
Line is longer than 80 characters. |
57
|
|
Line is longer than 80 characters. |
60
|
|
Line is longer than 80 characters. |
61
|
|
Missing a Javadoc comment. |
64
|
|
Missing a Javadoc comment. |
66
|
|
First sentence should end with a period. |
68
|
|
First sentence should end with a period. |
71
|
|
First sentence should end with a period. |
74
|
|
First sentence should end with a period. |
77
|
|
First sentence should end with a period. |
80
|
|
First sentence should end with a period. |
83
|
|
First sentence should end with a period. |
86
|
|
First sentence should end with a period. |
92
|
|
Missing a Javadoc comment. |
95
|
|
Method 'addConfiguredContextParam' is not designed for extension - needs to be abstract, final or empty. |
103
|
|
Missing a Javadoc comment. |
103
|
|
Parameter param should be final. |
103
|
|
First sentence should end with a period. |
109
|
|
Method 'init' is not designed for extension - needs to be abstract, final or empty. |
112
|
|
Expected @throws tag for 'BuildException'. |
112
|
|
Redundant throws: 'BuildException' is unchecked exception. |
112
|
|
Line is longer than 80 characters. |
122
|
|
Line has trailing spaces. |
147
|
|
Method 'execute' is not designed for extension - needs to be abstract, final or empty. |
151
|
|
Redundant throws: 'BuildException' is unchecked exception. |
151
|
|
Missing a Javadoc comment. |
182
|
|
Parameter contextDir should be final. |
182
|
|
Parameter sFile should be final. |
182
|
|
Line is longer than 80 characters. |
184
|
|
Method 'logOrThrowError' is not designed for extension - needs to be abstract, final or empty. |
190
|
|
Missing a Javadoc comment. |
190
|
|
Parameter msg should be final. |
190
|
|
Redundant throws: 'BuildException' is unchecked exception. |
190
|
|
Method 'logOrThrowError' is not designed for extension - needs to be abstract, final or empty. |
197
|
|
Missing a Javadoc comment. |
197
|
|
Parameter msg should be final. |
197
|
|
Parameter e should be final. |
197
|
|
Redundant throws: 'BuildException' is unchecked exception. |
197
|
|
Method 'setBaseDir' is not designed for extension - needs to be abstract, final or empty. |
208
|
|
Parameter dir should be final. |
208
|
|
Method 'setDestDir' is not designed for extension - needs to be abstract, final or empty. |
216
|
|
Parameter dir should be final. |
216
|
|
Method 'setForce' is not designed for extension - needs to be abstract, final or empty. |
224
|
|
Parameter b should be final. |
224
|
|
First sentence should end with a period. |
228
|
|
Line has trailing spaces. |
230
|
|
Unused @param tag for 'xmlCatalog'. |
231
|
|
Method 'addConfiguredXMLCatalog' is not designed for extension - needs to be abstract, final or empty. |
234
|
|
Parameter catalog should be final. |
234
|
|
Expected @param tag for 'catalog'. |
234
|
|
Method 'setFailonerror' is not designed for extension - needs to be abstract, final or empty. |
242
|
|
Parameter b should be final. |
242
|
|
Method 'getXmlCatalog' is not designed for extension - needs to be abstract, final or empty. |
249
|
|
Method 'getMapper' is not designed for extension - needs to be abstract, final or empty. |
256
|
|
Method 'setMapper' is not designed for extension - needs to be abstract, final or empty. |
264
|
|
Parameter mapper should be final. |
264
|
|
'mapper' hides a field. |
264
|
|
Method 'isForce' is not designed for extension - needs to be abstract, final or empty. |
271
|
|
Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. |
275
|
|
Missing a Javadoc comment. |
275
|
|
Method 'setPackageName' is not designed for extension - needs to be abstract, final or empty. |
279
|
|
Missing a Javadoc comment. |
279
|
|
Parameter packageName should be final. |
279
|
|
'packageName' hides a field. |
279
|
|
Method 'getGenerators' is not designed for extension - needs to be abstract, final or empty. |
283
|
|
Missing a Javadoc comment. |
283
|
|
Method 'setGenerators' is not designed for extension - needs to be abstract, final or empty. |
287
|
|
Missing a Javadoc comment. |
287
|
|
Parameter dataTierGenerator should be final. |
287
|
|
Method 'getDestDir' is not designed for extension - needs to be abstract, final or empty. |
291
|
|
Missing a Javadoc comment. |
291
|
com/geekologue/md4j/tools/ant/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/geekologue/md4j/util/ClassUtils.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
First sentence should end with a period. |
19
|
|
Line has trailing spaces. |
21
|
|
Line has trailing spaces. |
23
|
|
Utility classes should not have a public or default constructor. |
25
|
|
First sentence should end with a period. |
26
|
|
Line has trailing spaces. |
28
|
|
Parameter name should be final. |
35
|
|
First sentence should end with a period. |
39
|
|
Line has trailing spaces. |
41
|
|
Unused @param tag for 'name'. |
42
|
|
Parameter className should be final. |
48
|
|
Expected @param tag for 'className'. |
48
|
|
First sentence should end with a period. |
53
|
|
Line has trailing spaces. |
55
|
|
Line is longer than 80 characters. |
59
|
|
';' is not followed by whitespace. |
59
|
com/geekologue/md4j/util/ConversionException.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Missing a Javadoc comment. |
19
|
|
Missing a Javadoc comment. |
20
|
|
Missing a Javadoc comment. |
25
|
|
Parameter arg0 should be final. |
25
|
|
Missing a Javadoc comment. |
30
|
|
Parameter arg0 should be final. |
30
|
|
Missing a Javadoc comment. |
35
|
|
Parameter arg0 should be final. |
35
|
|
Parameter arg1 should be final. |
35
|
com/geekologue/md4j/util/ConvertUtils.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
First sentence should end with a period. |
23
|
|
Line has trailing spaces. |
25
|
|
Line has trailing spaces. |
27
|
|
Utility classes should not have a public or default constructor. |
29
|
|
First sentence should end with a period. |
30
|
|
Line has trailing spaces. |
32
|
|
Unused @throws tag for 'ConversionException'. |
39
|
|
Parameter date should be final. |
42
|
|
Parameter pattern should be final. |
42
|
|
First sentence should end with a period. |
56
|
|
Line has trailing spaces. |
59
|
|
Unused @throws tag for 'ConversionException'. |
64
|
|
Parameter date should be final. |
67
|
com/geekologue/md4j/util/Md4jException.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Missing a Javadoc comment. |
19
|
|
Missing a Javadoc comment. |
20
|
|
Missing a Javadoc comment. |
24
|
|
Parameter arg0 should be final. |
24
|
|
Missing a Javadoc comment. |
28
|
|
Parameter arg0 should be final. |
28
|
|
Missing a Javadoc comment. |
32
|
|
Parameter arg0 should be final. |
32
|
|
Parameter arg1 should be final. |
32
|
com/geekologue/md4j/util/Md4jGlobals.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Line has trailing spaces. |
21
|
|
Missing a Javadoc comment. |
24
|
com/geekologue/md4j/util/StringUtil.java
Error |
Line |
|
File does not end with a newline. |
0
|
com/geekologue/md4j/util/StringUtil.java
Error |
Line |
|
Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Using the '.*' form of import should be avoided - java.util.*. |
24
|
|
Utility classes should not have a public or default constructor. |
30
|
|
Missing a Javadoc comment. |
31
|
|
Missing a Javadoc comment. |
33
|
|
Parameter s should be final. |
33
|
|
Avoid inline conditionals. |
34
|
|
Comment matches to-do format 'TODO:'. |
37
|
|
Missing a Javadoc comment. |
39
|
|
Parameter o should be final. |
39
|
|
Parameter bDefault should be final. |
39
|
|
'if' construct must use '{}'s. |
49
|
|
'if' construct must use '{}'s. |
51
|
|
'if' construct must use '{}'s. |
53
|
|
'if' construct must use '{}'s. |
55
|
|
'if' construct must use '{}'s. |
57
|
|
'if' construct must use '{}'s. |
59
|
|
'if' construct must use '{}'s. |
61
|
|
'if' construct must use '{}'s. |
63
|
|
Missing a Javadoc comment. |
71
|
|
Parameter s should be final. |
71
|
|
Missing a Javadoc comment. |
83
|
|
Parameter s should be final. |
83
|
|
Missing a Javadoc comment. |
95
|
|
Parameter s should be final. |
95
|
|
Missing a Javadoc comment. |
107
|
|
Parameter s should be final. |
107
|
|
Missing a Javadoc comment. |
119
|
|
Parameter s should be final. |
119
|
|
Avoid inline conditionals. |
121
|
|
Missing a Javadoc comment. |
124
|
|
Parameter s should be final. |
124
|
|
Parameter hash should be final. |
124
|
|
Parameter algorithm should be final. |
124
|
|
Line has trailing spaces. |
135
|
|
Unused @param tag for 'algorithm'. |
138
|
|
Expected an @return tag. |
145
|
|
Parameter s should be final. |
145
|
|
Expected @throws tag for 'NoSuchAlgorithmException'. |
145
|
|
Expected @throws tag for 'UnsupportedEncodingException'. |
146
|
|
Array brackets at illegal position. |
149
|
|
First sentence should end with a period. |
153
|
|
Line has trailing spaces. |
155
|
|
Expected an @return tag. |
159
|
|
Parameter arr should be final. |
159
|
|
Expected @param tag for 'arr'. |
159
|
|
Name 'ZERO' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
161
|
|
'0xFF' is a magic number. |
165
|
|
'if' construct must use '{}'s. |
166
|
|
'16' is a magic number. |
166
|
|
Missing a Javadoc comment. |
173
|
|
Parameter s should be final. |
173
|
|
Line has trailing spaces. |
179
|
|
Parameter s should be final. |
187
|
|
Parameter arr should be final. |
187
|
|
'if' construct must use '{}'s. |
189
|
|
'for' construct must use '{}'s. |
190
|
|
Line has trailing spaces. |
197
|
|
Parameter s should be final. |
205
|
|
Parameter arr should be final. |
205
|
|
'if' construct must use '{}'s. |
207
|
|
'for' construct must use '{}'s. |
208
|
|
Missing a Javadoc comment. |
213
|
|
Parameter s should be final. |
213
|
|
Parameter defaultValue should be final. |
213
|
|
Avoid inline conditionals. |
214
|
|
Line has trailing spaces. |
220
|
|
Parameter obj should be final. |
225
|
|
'if' construct must use '{}'s. |
226
|
|
'if' construct must use '{}'s. |
228
|
|
Missing a Javadoc comment. |
248
|
|
Parameter obj should be final. |
248
|
|
'if' construct must use '{}'s. |
249
|
|
Conditional logic can be removed. |
249
|
|
'else' construct must use '{}'s. |
251
|
|
Missing a Javadoc comment. |
255
|
|
Parameter obj should be final. |
255
|
|
Missing a Javadoc comment. |
259
|
|
Parameter i should be final. |
259
|
|
Parameter length should be final. |
259
|
|
Missing a Javadoc comment. |
263
|
|
Parameter s should be final. |
263
|
|
'if' construct must use '{}'s. |
265
|
|
Missing a Javadoc comment. |
270
|
|
Parameter str should be final. |
270
|
|
'20' is a magic number. |
301
|
|
Avoid inline conditionals. |
318
|
|
First sentence should end with a period. |
321
|
|
Line has trailing spaces. |
324
|
|
Expected an @return tag. |
328
|
|
Parameter s should be final. |
328
|
|
Expected @param tag for 's'. |
328
|
|
Parameter c should be final. |
328
|
|
Expected @param tag for 'c'. |
328
|
|
'if' construct must use '{}'s. |
329
|
|
Expected an @return tag. |
338
|
|
Parameter s should be final. |
338
|
|
Expected @param tag for 's'. |
338
|
|
'4' is a magic number. |
349
|
|
'4' is a magic number. |
357
|
|
Must have at least one statement. |
364
|
com/geekologue/md4j/util/package.html
Error |
Line |
|
Missing package documentation file. |
0 |
com/geekologue/md4j/web/Md4jActionForm.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
Line has trailing spaces. |
23
|
|
First sentence should end with a period. |
26
|
|
Line has trailing spaces. |
28
|
|
Redundant 'public' modifier. |
31
|
com/geekologue/md4j/web/PagedSearchResultsForm.java
Error |
Line |
|
Missing a header - not enough lines in file. |
1
|
|
Line has trailing spaces. |
3
|
|
Line has trailing spaces. |
7
|
|
Line has trailing spaces. |
9
|
|
Line has trailing spaces. |
15
|
|
First sentence should end with a period. |
21
|
|
Line has trailing spaces. |
23
|
|
Line has trailing spaces. |
25
|
|
First sentence should end with a period. |
28
|
|
Line has trailing spaces. |
30
|
|
Redundant 'public' modifier. |
33
|
|
First sentence should end with a period. |
35
|
|
Line has trailing spaces. |
37
|
|
Expected an @return tag. |
40
|
|
Redundant 'public' modifier. |
40
|
com/geekologue/md4j/web/package.html
Error |
Line |
|
Missing package documentation file. |
0 |