Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Infos Warnings Errors
69 0 0 1030

Files

Files I W E
com/geekologue/md4j/business/BrokenConstraintsException.java 0 0 23
com/geekologue/md4j/business/package.html 0 0 1
com/geekologue/md4j/config/Configuration.java 0 0 1
com/geekologue/md4j/config/Configuration.java 0 0 40
com/geekologue/md4j/config/package.html 0 0 1
com/geekologue/md4j/dao/AbstractDAO.java 0 0 1
com/geekologue/md4j/dao/AbstractDAO.java 0 0 63
com/geekologue/md4j/dao/DataAccessException.java 0 0 15
com/geekologue/md4j/dao/Order.java 0 0 26
com/geekologue/md4j/dao/Page.java 0 0 1
com/geekologue/md4j/dao/Page.java 0 0 29
com/geekologue/md4j/dao/hibernate/AbstractHbmDAO.java 0 0 123
com/geekologue/md4j/dao/hibernate/HbmQueryResultPage.java 0 0 1
com/geekologue/md4j/dao/hibernate/HbmQueryResultPage.java 0 0 83
com/geekologue/md4j/dao/hibernate/Helper.java 0 0 22
com/geekologue/md4j/dto/File.java 0 0 22
com/geekologue/md4j/dto/package.html 0 0 1
com/geekologue/md4j/generators/AbstractXsltBasedGenerator.java 0 0 48
com/geekologue/md4j/generators/Ejb21Generator.java 0 0 25
com/geekologue/md4j/generators/HibernateDaoGenerator.java 0 0 21
com/geekologue/md4j/generators/ResourceResolver.java 0 0 1
com/geekologue/md4j/generators/ResourceResolver.java 0 0 31
com/geekologue/md4j/generators/StrutsAction1Generator.java 0 0 38
com/geekologue/md4j/generators/StrutsAction1NestedCrudActionGenerator.java 0 0 21
com/geekologue/md4j/generators/StrutsAction1NestedFormBeanGenerator.java 0 0 21
com/geekologue/md4j/generators/StrutsAction1NestedJsp2Generator.java 0 0 21
com/geekologue/md4j/generators/StrutsAction1NestedLoadOrSearchActionGenerator.java 0 0 22
com/geekologue/md4j/generators/package.html 0 0 1
com/geekologue/md4j/tools/ant/ContextParam.java 0 0 21
com/geekologue/md4j/tools/ant/HibernateMappingProcessorLiason.java 0 0 1
com/geekologue/md4j/tools/ant/HibernateMappingProcessorLiason.java 0 0 17
com/geekologue/md4j/tools/ant/HibernateMappingProcessorTask.java 0 0 81
com/geekologue/md4j/tools/ant/package.html 0 0 1
com/geekologue/md4j/util/ClassUtils.java 0 0 21
com/geekologue/md4j/util/ConversionException.java 0 0 14
com/geekologue/md4j/util/ConvertUtils.java 0 0 18
com/geekologue/md4j/util/Md4jException.java 0 0 14
com/geekologue/md4j/util/Md4jGlobals.java 0 0 7
com/geekologue/md4j/util/StringUtil.java 0 0 1
com/geekologue/md4j/util/StringUtil.java 0 0 105
com/geekologue/md4j/util/package.html 0 0 1
com/geekologue/md4j/web/Md4jActionForm.java 0 0 9
com/geekologue/md4j/web/PagedSearchResultsForm.java 0 0 15
com/geekologue/md4j/web/package.html 0 0 1

com/geekologue/md4j/business/BrokenConstraintsException.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error First sentence should end with a period. 28
Error Line has trailing spaces. 34
Error Parameter violations should be final. 36
Error Expected @param tag for 'violations'. 36
Error Line has trailing spaces. 42
Error Parameter arg0 should be final. 52
Error Expected @param tag for 'arg0'. 52
Error Parameter arg1 should be final. 52
Error Expected @param tag for 'arg1'. 52
Error Parameter arg0 should be final. 59
Error Expected @param tag for 'arg0'. 59
Error Parameter arg0 should be final. 66
Error Expected @param tag for 'arg0'. 66
Error First sentence should end with a period. 70
Error Line has trailing spaces. 72
Error Method 'getViolated' is not designed for extension - needs to be abstract, final or empty. 75

com/geekologue/md4j/business/package.html

Error Line
Error Missing package documentation file. 0

com/geekologue/md4j/config/Configuration.java

Error Line
Error File does not end with a newline. 0

com/geekologue/md4j/config/Configuration.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Unused import - javax.naming.InitialContext. 23
Error Class Configuration should be declared as final. 31
Error Missing a Javadoc comment. 32
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 39
Error Expected @throws tag for 'Exception'. 45
Error Expected @throws tag for 'Exception'. 55
Error Line is longer than 80 characters. 63
Error Parameter resource should be final. 63
Error Expected @param tag for 'resource'. 63
Error Expected @throws tag for 'Exception'. 63
Error Parameter url should be final. 74
Error Expected @param tag for 'url'. 74
Error Expected @throws tag for 'IOException'. 74
Error Redundant throws: 'IOException' is subclass of 'Exception'. 74
Error Expected @throws tag for 'Exception'. 75
Error Line is longer than 80 characters. 84
Error Parameter configFile should be final. 84
Error Expected @param tag for 'configFile'. 84
Error Expected @throws tag for 'Exception'. 84
Error Missing a Javadoc comment. 93
Error Parameter resource should be final. 93
Error 'if' construct must use '{}'s. 95
Error Line has trailing spaces. 105
Error Parameter is should be final. 109
Error Expected @param tag for 'is'. 109
Error Expected @throws tag for 'Exception'. 109
Error Missing a Javadoc comment. 130
Error Parameter config should be final. 130
Error 'config' hides a field. 130
Error Parameter key should be final. 138
Error Expected @param tag for 'key'. 138
Error Parameter packageName should be final. 146
Error Expected @param tag for 'packageName'. 146

com/geekologue/md4j/config/package.html

Error Line
Error Missing package documentation file. 0

com/geekologue/md4j/dao/AbstractDAO.java

Error Line
Error File does not end with a newline. 0

com/geekologue/md4j/dao/AbstractDAO.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Unused import - java.util.HashMap. 20
Error Unused import - org.apache.commons.lang.math.NumberUtils. 23
Error Unused import - org.apache.log4j.Logger. 24
Error Line has trailing spaces. 28
Error Variable 'daoClass' must be private and have accessor methods. 37
Error Missing a Javadoc comment. 39
Error Variable 'identifierName' must be private and have accessor methods. 39
Error First sentence should end with a period. 41
Error First sentence should end with a period. 47
Error Line has trailing spaces. 49
Error Parameter clazz should be final. 52
Error Expected @param tag for 'clazz'. 52
Error Parameter identifierName should be final. 52
Error 'identifierName' hides a field. 52
Error Expected @param tag for 'identifierName'. 52
Error Line has trailing spaces. 60
Error Expected an @return tag. 63
Error Method 'getDaoClassInstance' is not designed for extension - needs to be abstract, final or empty. 63
Error Line has trailing spaces. 77
Error Parameter identifier should be final. 82
Error Expected @param tag for 'identifier'. 82
Error Line has trailing spaces. 87
Error Parameter identifier should be final. 92
Error Expected @param tag for 'identifier'. 92
Error Line has trailing spaces. 97
Error Line has trailing spaces. 103
Error Line has trailing spaces. 111
Error Parameter map should be final. 116
Error First sentence should end with a period. 118
Error Line has trailing spaces. 120
Error Parameter pojo should be final. 125
Error Line has trailing spaces. 129
Error Parameter projectionProps should be final. 141
Error Parameter params should be final. 141
Error Parameter order should be final. 141
Error Expected @param tag for 'order'. 141
Error Parameter pageNumber should be final. 142
Error Parameter pageSize should be final. 142
Error Line has trailing spaces. 146
Error Parameter params should be final. 155
Error Parameter order should be final. 155
Error Expected @param tag for 'order'. 155
Error Parameter pageNumber should be final. 155
Error Parameter pageSize should be final. 156
Error First sentence should end with a period. 158
Error Line has trailing spaces. 160
Error Parameter pojo should be final. 166
Error First sentence should end with a period. 168
Error Line has trailing spaces. 170
Error Unused @param tag for 'pojo'. 171
Error Parameter identifier should be final. 175
Error Expected @param tag for 'identifier'. 175
Error First sentence should end with a period. 177
Error Line has trailing spaces. 179
Error Parameter params should be final. 184
Error Parameter id should be final. 184
Error Expected @param tag for 'id'. 184
Error Line has trailing spaces. 189

com/geekologue/md4j/dao/DataAccessException.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Line has trailing spaces. 23
Error Line has trailing spaces. 27
Error Parameter arg0 should be final. 36
Error Expected @param tag for 'arg0'. 36
Error Parameter arg0 should be final. 43
Error Expected @param tag for 'arg0'. 43
Error Parameter arg0 should be final. 51
Error Expected @param tag for 'arg0'. 51
Error Parameter arg1 should be final. 51
Error Expected @param tag for 'arg1'. 51

com/geekologue/md4j/dao/Order.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Line has trailing spaces. 28
Error Line is longer than 80 characters. 30
Error Line has trailing spaces. 32
Error Line has trailing spaces. 34
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 41
Error Line has trailing spaces. 44
Error Expected an @return tag. 51
Error Method 'addOrder' is not designed for extension - needs to be abstract, final or empty. 51
Error Parameter propertyName should be final. 51
Error Parameter ascending should be final. 51
Error Avoid inline conditionals. 53
Error Method 'getOrderProperties' is not designed for extension - needs to be abstract, final or empty. 58
Error Missing a Javadoc comment. 58
Error Method 'isAscending' is not designed for extension - needs to be abstract, final or empty. 62
Error Missing a Javadoc comment. 62
Error Parameter propertyName should be final. 62
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 66
Error Missing a Javadoc comment. 66
Error Avoid inline conditionals. 72

com/geekologue/md4j/dao/Page.java

Error Line
Error File does not end with a newline. 0

com/geekologue/md4j/dao/Page.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 20
Error Line is longer than 80 characters. 20
Error Line is longer than 80 characters. 21
Error Line has trailing spaces. 22
Error Line is longer than 80 characters. 22
Error Redundant 'public' modifier. 29
Error Line has trailing spaces. 34
Error Redundant 'public' modifier. 37
Error First sentence should end with a period. 39
Error Line has trailing spaces. 41
Error Redundant 'public' modifier. 44
Error First sentence should end with a period. 46
Error Line has trailing spaces. 48
Error Redundant 'public' modifier. 51
Error First sentence should end with a period. 53
Error Line has trailing spaces. 55
Error Redundant 'public' modifier. 58
Error Line is longer than 80 characters. 62
Error Line has trailing spaces. 63
Error Redundant 'public' modifier. 67
Error First sentence should end with a period. 69
Error Line has trailing spaces. 71
Error Redundant 'public' modifier. 74
Error First sentence should end with a period. 76
Error Expected an @return tag. 77
Error Redundant 'public' modifier. 77
Error Missing a Javadoc comment. 79
Error Redundant 'public' modifier. 79

com/geekologue/md4j/dao/hibernate/AbstractHbmDAO.java

Error Line
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error First sentence should end with a period. 42
Error Line has trailing spaces. 44
Error Line has trailing spaces. 46
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 51
Error Variable 'sf' must be private and have accessor methods. 51
Error Parameter clazz should be final. 56
Error Expected @param tag for 'clazz'. 56
Error Parameter idName should be final. 56
Error Expected @param tag for 'idName'. 56
Error Line has trailing spaces. 77
Error Method 'load' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter identifier should be final. 83
Error Expected @param tag for 'identifier'. 83
Error Expected @throws tag for 'DataAccessException'. 83
Error Redundant throws: 'DataAccessException' is unchecked exception. 83
Error Line has trailing spaces. 99
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 105
Error Parameter identifier should be final. 105
Error Expected @param tag for 'identifier'. 105
Error Expected @throws tag for 'DataAccessException'. 105
Error Redundant throws: 'DataAccessException' is unchecked exception. 105
Error Line has trailing spaces. 127
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 136
Error Parameter identifier should be final. 136
Error Expected @param tag for 'identifier'. 136
Error Parameter projectionProperties should be final. 136
Error Line has trailing spaces. 175
Error Method 'update' is not designed for extension - needs to be abstract, final or empty. 182
Error Parameter map should be final. 182
Error Expected @throws tag for 'DataAccessException'. 182
Error Redundant throws: 'DataAccessException' is unchecked exception. 182
Error Line has trailing spaces. 191
Error Method 'update' is not designed for extension - needs to be abstract, final or empty. 195
Error Parameter pojo should be final. 195
Error Redundant throws: 'DataAccessException' is unchecked exception. 195
Error Line has trailing spaces. 205
Error Method 'listAll' is not designed for extension - needs to be abstract, final or empty. 208
Error Redundant throws: 'DataAccessException' is unchecked exception. 208
Error Line has trailing spaces. 222
Error Line has trailing spaces. 233
Error Line has trailing spaces. 236
Error Method 'save' is not designed for extension - needs to be abstract, final or empty. 239
Error Parameter pojo should be final. 239
Error Redundant throws: 'DataAccessException' is unchecked exception. 239
Error Line has trailing spaces. 248
Error Line is longer than 80 characters. 254
Error Line has trailing spaces. 255
Error Line has trailing spaces. 258
Error Method 'saveOrUpdate' is not designed for extension - needs to be abstract, final or empty. 261
Error Parameter pojo should be final. 261
Error Redundant throws: 'DataAccessException' is unchecked exception. 261
Error Line has trailing spaces. 274
Error Method 'findByExample' is not designed for extension - needs to be abstract, final or empty. 277
Error Parameter exampleObject should be final. 277
Error Redundant throws: 'DataAccessException' is unchecked exception. 278
Error Line has trailing spaces. 291
Error Method 'getPage' is not designed for extension - needs to be abstract, final or empty. 294
Error Parameter params should be final. 294
Error Parameter order should be final. 294
Error Parameter pageNumber should be final. 294
Error Parameter pageSize should be final. 294
Error Line has trailing spaces. 301
Error Method 'getPage' is not designed for extension - needs to be abstract, final or empty. 305
Error Parameter projectionProps should be final. 305
Error Parameter params should be final. 305
Error Parameter order should be final. 305
Error Parameter pageNumber should be final. 306
Error Parameter pageSize should be final. 306
Error Missing a Javadoc comment. 322
Error Parameter projectionProps should be final. 322
Error Parameter params should be final. 322
Error Parameter criteria should be final. 323
Error Line has trailing spaces. 327
Error Unused @param tag for 'sess'. 328
Error Unused @param tag for 'params'. 332
Error Method 'getPage' is not designed for extension - needs to be abstract, final or empty. 343
Error Parameter projectionProps should be final. 343
Error Parameter order should be final. 344
Error Expected @param tag for 'order'. 344
Error Parameter criteria should be final. 344
Error Parameter pageNumber should be final. 344
Error Parameter pageSize should be final. 344
Error Avoid inline conditionals. 349
Error Method 'delete' is not designed for extension - needs to be abstract, final or empty. 363
Error Missing a Javadoc comment. 363
Error Parameter pojo should be final. 363
Error Redundant throws: 'DataAccessException' is unchecked exception. 363
Error Line is longer than 80 characters. 367
Error Method 'createFromParams' is not designed for extension - needs to be abstract, final or empty. 371
Error Missing a Javadoc comment. 371
Error Parameter map should be final. 371
Error First sentence should end with a period. 377
Error Line has trailing spaces. 380
Error Expected an @return tag. 385
Error Method 'updateFromParams' is not designed for extension - needs to be abstract, final or empty. 385
Error Parameter map should be final. 385
Error Expected @param tag for 'map'. 385
Error Line has trailing spaces. 402
Error Method 'exists' is not designed for extension - needs to be abstract, final or empty. 413
Error Parameter name should be final. 413
Error Parameter value should be final. 413
Error Parameter id should be final. 413
Error Method 'getBrokenUConstraints' is not designed for extension - needs to be abstract, final or empty. 430
Error Missing a Javadoc comment. 430
Error Parameter params should be final. 430
Error Parameter id should be final. 430
Error Line has trailing spaces. 452
Error Parameter from should be final. 456
Error Expected @param tag for 'from'. 456
Error Parameter to should be final. 456
Error Expected @param tag for 'to'. 456
Error First sentence should end with a period. 458
Error Line has trailing spaces. 460
Error Line has trailing spaces. 468
Error Method 'getParentOptions' is not designed for extension - needs to be abstract, final or empty. 475
Error Missing a Javadoc comment. 481
Error Parameter map should be final. 481

com/geekologue/md4j/dao/hibernate/HbmQueryResultPage.java

Error Line
Error File does not end with a newline. 0

com/geekologue/md4j/dao/hibernate/HbmQueryResultPage.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Unused import - org.hibernate.HibernateException. 29
Error Line has trailing spaces. 37
Error Line is longer than 80 characters. 37
Error Line has trailing spaces. 38
Error Line is longer than 80 characters. 38
Error Line has trailing spaces. 44
Error Line is longer than 80 characters. 47
Error Line has trailing spaces. 50
Error Line has trailing spaces. 57
Error Line has trailing spaces. 62
Error Line has trailing spaces. 64
Error Line has trailing spaces. 70
Error Line is longer than 80 characters. 74
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 80
Error Missing a Javadoc comment. 82
Error Missing a Javadoc comment. 84
Error Missing a Javadoc comment. 86
Error Missing a Javadoc comment. 88
Error Missing a Javadoc comment. 90
Error Missing a Javadoc comment. 92
Error Missing a Javadoc comment. 94
Error Missing a Javadoc comment. 96
Error Missing a Javadoc comment. 98
Error First sentence should end with a period. 100
Error Line has trailing spaces. 102
Error Unused @param tag for 'session'. 103
Error Parameter query should be final. 113
Error Parameter number should be final. 113
Error Parameter size should be final. 114
Error First sentence should end with a period. 143
Error Line has trailing spaces. 145
Error Unused @param tag for 'session'. 146
Error Parameter query should be final. 155
Error Parameter projectionProps should be final. 156
Error Expected @param tag for 'projectionProps'. 156
Error Parameter number should be final. 156
Error Parameter size should be final. 156
Error Line is longer than 80 characters. 189
Error Line has trailing spaces. 191
Error Unused @param tag for 'pageNumber'. 196
Error Unused @param tag for 'pageSize'. 198
Error Line has trailing spaces. 200
Error Parameter session should be final. 203
Error Parameter collection should be final. 203
Error Parameter number should be final. 203
Error Expected @param tag for 'number'. 203
Error Parameter size should be final. 204
Error Expected @param tag for 'size'. 204
Error Method 'getTotalResultCount' is not designed for extension - needs to be abstract, final or empty. 213
Error Line has trailing spaces. 220
Error Method 'getTotalPageCount' is not designed for extension - needs to be abstract, final or empty. 223
Error First sentence should end with a period. 227
Error Line has trailing spaces. 229
Error Method 'isFirst' is not designed for extension - needs to be abstract, final or empty. 232
Error First sentence should end with a period. 236
Error Line has trailing spaces. 238
Error Method 'isLast' is not designed for extension - needs to be abstract, final or empty. 241
Error First sentence should end with a period. 245
Error Line has trailing spaces. 247
Error Method 'getList' is not designed for extension - needs to be abstract, final or empty. 250
Error First sentence should end with a period. 254
Error Line has trailing spaces. 256
Error Method 'getPageNumber' is not designed for extension - needs to be abstract, final or empty. 259
Error First sentence should end with a period. 263
Error Expected an @return tag. 264
Error Method 'getFirstResultIndex' is not designed for extension - needs to be abstract, final or empty. 264
Error First sentence should end with a period. 268
Error Line has trailing spaces. 270
Error Line has trailing spaces. 299
Error Method 'setList' is not designed for extension - needs to be abstract, final or empty. 301
Error Parameter newList should be final. 301
Error Expected @param tag for 'newList'. 301
Error Method 'getParentOptions' is not designed for extension - needs to be abstract, final or empty. 308
Error Method 'setParentOptions' is not designed for extension - needs to be abstract, final or empty. 314
Error Parameter opts should be final. 314
Error Expected @param tag for 'opts'. 314

com/geekologue/md4j/dao/hibernate/Helper.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Line has trailing spaces. 33
Error Utility classes should not have a public or default constructor. 35
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 43
Error Expected an @return tag. 47
Error Parameter query should be final. 47
Error Expected @param tag for 'query'. 47
Error Parameter projectionProps should be final. 48
Error Expected @param tag for 'projectionProps'. 48
Error Line has trailing spaces. 75
Error Expected an @return tag. 79
Error Parameter query should be final. 79
Error Expected @param tag for 'query'. 79
Error Parameter keyProjectionProp should be final. 80
Error Expected @param tag for 'keyProjectionProp'. 80
Error Parameter valueProjectionProp should be final. 80
Error Expected @param tag for 'valueProjectionProp'. 80

com/geekologue/md4j/dto/File.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Line is longer than 80 characters. 23
Error Line has trailing spaces. 24
Error Line has trailing spaces. 26
Error First sentence should end with a period. 29
Error Line has trailing spaces. 31
Error First sentence should end with a period. 36
Error First sentence should end with a period. 41
Error First sentence should end with a period. 46
Error First sentence should end with a period. 51
Error Parameter contentType should be final. 67
Error 'contentType' hides a field. 67
Error Parameter fileName should be final. 82
Error 'fileName' hides a field. 82
Error Parameter fileSize should be final. 97
Error 'fileSize' hides a field. 97
Error Parameter inputStream should be final. 112
Error 'inputStream' hides a field. 112

com/geekologue/md4j/dto/package.html

Error Line
Error Missing package documentation file. 0

com/geekologue/md4j/generators/AbstractXsltBasedGenerator.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 50
Error Variable 'task' must be private and have accessor methods. 50
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 56
Error Variable 'destDir' must be private and have accessor methods. 56
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 60
Error Variable 'styleParameters' must be private and have accessor methods. 60
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 64
Error Parameter stylesheet should be final. 72
Error First sentence should end with a period. 77
Error Line has trailing spaces. 79
Error First sentence should end with a period. 84
Error Line has trailing spaces. 86
Error Line is longer than 80 characters. 92
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 94
Error Parameter context should be final. 94
Error Line is longer than 80 characters. 132
Error Method 'process' is not designed for extension - needs to be abstract, final or empty. 135
Error Parameter contextDir should be final. 135
Error Parameter xmlFile should be final. 135
Error Redundant throws: 'BuildException' is unchecked exception. 135
Error Line has trailing spaces. 181
Error Parameter infile should be final. 186
Error Expected @param tag for 'infile'. 186
Error Parameter outfile should be final. 186
Error Expected @param tag for 'outfile'. 186
Error Expected @throws tag for 'Exception'. 186
Error Redundant throws: 'Exception' is unchecked exception. 186
Error Must have at least one statement. 202
Error Must have at least one statement. 209
Error Line has trailing spaces. 217
Error Parameter is should be final. 224
Error Parameter systemId should be final. 224
Error Expected @throws tag for 'ParserConfigurationException'. 225
Error Expected @throws tag for 'SAXException'. 225
Error First sentence should end with a period. 235
Error Line has trailing spaces. 237
Error Parameter targetFile should be final. 243
Error Redundant throws: 'BuildException' is unchecked exception. 243

com/geekologue/md4j/generators/Ejb21Generator.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Unused import - java.util.HashMap. 19
Error Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. 24
Error First sentence should end with a period. 26
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 39
Error Line is longer than 80 characters. 46
Error Method 'getStylePath' is not designed for extension - needs to be abstract, final or empty. 48
Error First sentence should end with a period. 52
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 56
Error Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. 58
Error Line has trailing spaces. 67
Error Line is longer than 80 characters. 68
Error Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. 70
Error First sentence should end with a period. 74
Error Line has trailing spaces. 76
Error Line is longer than 80 characters. 77
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 79
Error Parameter context should be final. 79

com/geekologue/md4j/generators/HibernateDaoGenerator.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Unused import - org.apache.tools.ant.Task. 21
Error First sentence should end with a period. 27
Error Line has trailing spaces. 35
Error Missing a Javadoc comment. 40
Error Line has trailing spaces. 43
Error First sentence should end with a period. 49
Error Line has trailing spaces. 52
Error Line is longer than 80 characters. 53
Error Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. 55
Error Line has trailing spaces. 64
Error Line is longer than 80 characters. 65
Error Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. 67
Error Line is longer than 80 characters. 72
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 74
Error Parameter context should be final. 74
Error Line is longer than 80 characters. 84

com/geekologue/md4j/generators/ResourceResolver.java

Error Line
Error File does not end with a newline. 0

com/geekologue/md4j/generators/ResourceResolver.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Line has trailing spaces. 44
Error Line has trailing spaces. 46
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Line has trailing spaces. 58
Error Unused @param tag for 'catalogue'. 61
Error Parameter belongingTask should be final. 64
Error Missing a Javadoc comment. 73
Error Parameter msg should be final. 73
Error Parameter level should be final. 73
Error Line has trailing spaces. 79
Error Expected an @return tag. 83
Error Parameter path should be final. 83
Error Expected @param tag for 'path'. 83
Error Line is longer than 80 characters. 85
Error Avoid inline conditionals. 85
Error Method 'resolveEntity' is not designed for extension - needs to be abstract, final or empty. 102
Error Parameter publicId should be final. 102
Error Parameter systemId should be final. 102
Error Line is longer than 80 characters. 107
Error Line is longer than 80 characters. 121
Error Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 121
Error Parameter href should be final. 121
Error Parameter base should be final. 121
Error Line is longer than 80 characters. 126

com/geekologue/md4j/generators/StrutsAction1Generator.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. 27
Error First sentence should end with a period. 29
Error Line has trailing spaces. 32
Error Missing a Javadoc comment. 36
Error First sentence should end with a period. 38
Error Line is longer than 80 characters. 45
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 47
Error Parameter context should be final. 47
Error Missing a Javadoc comment. 70
Error Parameter context should be final. 70
Error Parameter actionType should be final. 71
Error Line is longer than 80 characters. 74
Error Missing a Javadoc comment. 80
Error Parameter context should be final. 81
Error Parameter actionType should be final. 81
Error Line is longer than 80 characters. 84
Error Missing a Javadoc comment. 90
Error Parameter context should be final. 91
Error Parameter actionType should be final. 91
Error Line is longer than 80 characters. 94
Error Line is longer than 80 characters. 100
Error Missing a Javadoc comment. 100
Error Parameter context should be final. 101
Error Parameter actionType should be final. 101
Error Line is longer than 80 characters. 104
Error First sentence should end with a period. 110
Error Line has trailing spaces. 112
Error Line is longer than 80 characters. 113
Error Method 'process' is not designed for extension - needs to be abstract, final or empty. 116
Error Parameter contextDir should be final. 116
Error Parameter xmlFile should be final. 116
Error Redundant throws: 'BuildException' is unchecked exception. 116
Error Line is longer than 80 characters. 117

com/geekologue/md4j/generators/StrutsAction1NestedCrudActionGenerator.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. 23
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 35
Error Line has trailing spaces. 38
Error Parameter xslParams should be final. 40
Error Expected @param tag for 'xslParams'. 40
Error First sentence should end with a period. 45
Error Line has trailing spaces. 48
Error Line is longer than 80 characters. 49
Error Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. 51
Error Line has trailing spaces. 61
Error Line is longer than 80 characters. 62
Error Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. 64
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter context should be final. 68

com/geekologue/md4j/generators/StrutsAction1NestedFormBeanGenerator.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. 23
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 35
Error Line has trailing spaces. 38
Error Parameter xslParams should be final. 40
Error Expected @param tag for 'xslParams'. 40
Error First sentence should end with a period. 45
Error Line has trailing spaces. 48
Error Line is longer than 80 characters. 49
Error Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. 51
Error Line has trailing spaces. 61
Error Line is longer than 80 characters. 62
Error Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. 64
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter context should be final. 68

com/geekologue/md4j/generators/StrutsAction1NestedJsp2Generator.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. 23
Error Line has trailing spaces. 29
Error Missing a Javadoc comment. 34
Error Line has trailing spaces. 37
Error Parameter xslParams should be final. 39
Error Expected @param tag for 'xslParams'. 39
Error First sentence should end with a period. 44
Error Line has trailing spaces. 47
Error Line is longer than 80 characters. 48
Error Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. 50
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 61
Error Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. 63
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error Parameter context should be final. 67

com/geekologue/md4j/generators/StrutsAction1NestedLoadOrSearchActionGenerator.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Unused import - com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask. 23
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 35
Error Missing a Javadoc comment. 35
Error Line has trailing spaces. 38
Error Parameter xslParams should be final. 40
Error Expected @param tag for 'xslParams'. 40
Error First sentence should end with a period. 45
Error Line has trailing spaces. 48
Error Line is longer than 80 characters. 49
Error Method 'getSimpleMapper' is not designed for extension - needs to be abstract, final or empty. 51
Error Line has trailing spaces. 61
Error Line is longer than 80 characters. 62
Error Method 'getNestedMapper' is not designed for extension - needs to be abstract, final or empty. 64
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 68
Error Missing a Javadoc comment. 68
Error Parameter context should be final. 68

com/geekologue/md4j/generators/package.html

Error Line
Error Missing package documentation file. 0

com/geekologue/md4j/tools/ant/ContextParam.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 28
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 35
Error Missing a Javadoc comment. 35
Error Parameter name should be final. 35
Error 'name' hides a field. 35
Error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 39
Error Missing a Javadoc comment. 39
Error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 43
Error Missing a Javadoc comment. 43
Error Parameter value should be final. 43
Error 'value' hides a field. 43

com/geekologue/md4j/tools/ant/HibernateMappingProcessorLiason.java

Error Line
Error File does not end with a newline. 0

com/geekologue/md4j/tools/ant/HibernateMappingProcessorLiason.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Unused import - java.util.Collection. 20
Error Unused import - org.apache.tools.ant.util.FileNameMapper. 23
Error Line has trailing spaces. 29
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 34
Error Redundant 'public' modifier. 34
Error Line has trailing spaces. 37
Error Redundant 'public' modifier. 43
Error Expected @param tag for 'contextDir'. 43
Error Expected @param tag for 'xmlFile'. 43
Error Expected @throws tag for 'BuildException'. 43
Error Redundant throws: 'BuildException' is unchecked exception. 43

com/geekologue/md4j/tools/ant/HibernateMappingProcessorTask.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Line is longer than 80 characters. 49
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 51
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 56
Error Line is longer than 80 characters. 57
Error Line is longer than 80 characters. 60
Error Line is longer than 80 characters. 61
Error Missing a Javadoc comment. 64
Error Missing a Javadoc comment. 66
Error First sentence should end with a period. 68
Error First sentence should end with a period. 71
Error First sentence should end with a period. 74
Error First sentence should end with a period. 77
Error First sentence should end with a period. 80
Error First sentence should end with a period. 83
Error First sentence should end with a period. 86
Error First sentence should end with a period. 92
Error Missing a Javadoc comment. 95
Error Method 'addConfiguredContextParam' is not designed for extension - needs to be abstract, final or empty. 103
Error Missing a Javadoc comment. 103
Error Parameter param should be final. 103
Error First sentence should end with a period. 109
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 112
Error Expected @throws tag for 'BuildException'. 112
Error Redundant throws: 'BuildException' is unchecked exception. 112
Error Line is longer than 80 characters. 122
Error Line has trailing spaces. 147
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 151
Error Redundant throws: 'BuildException' is unchecked exception. 151
Error Missing a Javadoc comment. 182
Error Parameter contextDir should be final. 182
Error Parameter sFile should be final. 182
Error Line is longer than 80 characters. 184
Error Method 'logOrThrowError' is not designed for extension - needs to be abstract, final or empty. 190
Error Missing a Javadoc comment. 190
Error Parameter msg should be final. 190
Error Redundant throws: 'BuildException' is unchecked exception. 190
Error Method 'logOrThrowError' is not designed for extension - needs to be abstract, final or empty. 197
Error Missing a Javadoc comment. 197
Error Parameter msg should be final. 197
Error Parameter e should be final. 197
Error Redundant throws: 'BuildException' is unchecked exception. 197
Error Method 'setBaseDir' is not designed for extension - needs to be abstract, final or empty. 208
Error Parameter dir should be final. 208
Error Method 'setDestDir' is not designed for extension - needs to be abstract, final or empty. 216
Error Parameter dir should be final. 216
Error Method 'setForce' is not designed for extension - needs to be abstract, final or empty. 224
Error Parameter b should be final. 224
Error First sentence should end with a period. 228
Error Line has trailing spaces. 230
Error Unused @param tag for 'xmlCatalog'. 231
Error Method 'addConfiguredXMLCatalog' is not designed for extension - needs to be abstract, final or empty. 234
Error Parameter catalog should be final. 234
Error Expected @param tag for 'catalog'. 234
Error Method 'setFailonerror' is not designed for extension - needs to be abstract, final or empty. 242
Error Parameter b should be final. 242
Error Method 'getXmlCatalog' is not designed for extension - needs to be abstract, final or empty. 249
Error Method 'getMapper' is not designed for extension - needs to be abstract, final or empty. 256
Error Method 'setMapper' is not designed for extension - needs to be abstract, final or empty. 264
Error Parameter mapper should be final. 264
Error 'mapper' hides a field. 264
Error Method 'isForce' is not designed for extension - needs to be abstract, final or empty. 271
Error Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. 275
Error Missing a Javadoc comment. 275
Error Method 'setPackageName' is not designed for extension - needs to be abstract, final or empty. 279
Error Missing a Javadoc comment. 279
Error Parameter packageName should be final. 279
Error 'packageName' hides a field. 279
Error Method 'getGenerators' is not designed for extension - needs to be abstract, final or empty. 283
Error Missing a Javadoc comment. 283
Error Method 'setGenerators' is not designed for extension - needs to be abstract, final or empty. 287
Error Missing a Javadoc comment. 287
Error Parameter dataTierGenerator should be final. 287
Error Method 'getDestDir' is not designed for extension - needs to be abstract, final or empty. 291
Error Missing a Javadoc comment. 291

com/geekologue/md4j/tools/ant/package.html

Error Line
Error Missing package documentation file. 0

com/geekologue/md4j/util/ClassUtils.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error First sentence should end with a period. 19
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23
Error Utility classes should not have a public or default constructor. 25
Error First sentence should end with a period. 26
Error Line has trailing spaces. 28
Error Parameter name should be final. 35
Error First sentence should end with a period. 39
Error Line has trailing spaces. 41
Error Unused @param tag for 'name'. 42
Error Parameter className should be final. 48
Error Expected @param tag for 'className'. 48
Error First sentence should end with a period. 53
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 59
Error ';' is not followed by whitespace. 59

com/geekologue/md4j/util/ConversionException.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 25
Error Parameter arg0 should be final. 25
Error Missing a Javadoc comment. 30
Error Parameter arg0 should be final. 30
Error Missing a Javadoc comment. 35
Error Parameter arg0 should be final. 35
Error Parameter arg1 should be final. 35

com/geekologue/md4j/util/ConvertUtils.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error First sentence should end with a period. 23
Error Line has trailing spaces. 25
Error Line has trailing spaces. 27
Error Utility classes should not have a public or default constructor. 29
Error First sentence should end with a period. 30
Error Line has trailing spaces. 32
Error Unused @throws tag for 'ConversionException'. 39
Error Parameter date should be final. 42
Error Parameter pattern should be final. 42
Error First sentence should end with a period. 56
Error Line has trailing spaces. 59
Error Unused @throws tag for 'ConversionException'. 64
Error Parameter date should be final. 67

com/geekologue/md4j/util/Md4jException.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 24
Error Parameter arg0 should be final. 24
Error Missing a Javadoc comment. 28
Error Parameter arg0 should be final. 28
Error Missing a Javadoc comment. 32
Error Parameter arg0 should be final. 32
Error Parameter arg1 should be final. 32

com/geekologue/md4j/util/Md4jGlobals.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 24

com/geekologue/md4j/util/StringUtil.java

Error Line
Error File does not end with a newline. 0

com/geekologue/md4j/util/StringUtil.java

Error Line
Error Line does not match expected header line of ' GNU GENERAL PUBLIC LICENSE'. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Using the '.*' form of import should be avoided - java.util.*. 24
Error Utility classes should not have a public or default constructor. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 33
Error Parameter s should be final. 33
Error Avoid inline conditionals. 34
Error Comment matches to-do format 'TODO:'. 37
Error Missing a Javadoc comment. 39
Error Parameter o should be final. 39
Error Parameter bDefault should be final. 39
Error 'if' construct must use '{}'s. 49
Error 'if' construct must use '{}'s. 51
Error 'if' construct must use '{}'s. 53
Error 'if' construct must use '{}'s. 55
Error 'if' construct must use '{}'s. 57
Error 'if' construct must use '{}'s. 59
Error 'if' construct must use '{}'s. 61
Error 'if' construct must use '{}'s. 63
Error Missing a Javadoc comment. 71
Error Parameter s should be final. 71
Error Missing a Javadoc comment. 83
Error Parameter s should be final. 83
Error Missing a Javadoc comment. 95
Error Parameter s should be final. 95
Error Missing a Javadoc comment. 107
Error Parameter s should be final. 107
Error Missing a Javadoc comment. 119
Error Parameter s should be final. 119
Error Avoid inline conditionals. 121
Error Missing a Javadoc comment. 124
Error Parameter s should be final. 124
Error Parameter hash should be final. 124
Error Parameter algorithm should be final. 124
Error Line has trailing spaces. 135
Error Unused @param tag for 'algorithm'. 138
Error Expected an @return tag. 145
Error Parameter s should be final. 145
Error Expected @throws tag for 'NoSuchAlgorithmException'. 145
Error Expected @throws tag for 'UnsupportedEncodingException'. 146
Error Array brackets at illegal position. 149
Error First sentence should end with a period. 153
Error Line has trailing spaces. 155
Error Expected an @return tag. 159
Error Parameter arr should be final. 159
Error Expected @param tag for 'arr'. 159
Error Name 'ZERO' must match pattern '^[a-z][a-zA-Z0-9]*$'. 161
Error '0xFF' is a magic number. 165
Error 'if' construct must use '{}'s. 166
Error '16' is a magic number. 166
Error Missing a Javadoc comment. 173
Error Parameter s should be final. 173
Error Line has trailing spaces. 179
Error Parameter s should be final. 187
Error Parameter arr should be final. 187
Error 'if' construct must use '{}'s. 189
Error 'for' construct must use '{}'s. 190
Error Line has trailing spaces. 197
Error Parameter s should be final. 205
Error Parameter arr should be final. 205
Error 'if' construct must use '{}'s. 207
Error 'for' construct must use '{}'s. 208
Error Missing a Javadoc comment. 213
Error Parameter s should be final. 213
Error Parameter defaultValue should be final. 213
Error Avoid inline conditionals. 214
Error Line has trailing spaces. 220
Error Parameter obj should be final. 225
Error 'if' construct must use '{}'s. 226
Error 'if' construct must use '{}'s. 228
Error Missing a Javadoc comment. 248
Error Parameter obj should be final. 248
Error 'if' construct must use '{}'s. 249
Error Conditional logic can be removed. 249
Error 'else' construct must use '{}'s. 251
Error Missing a Javadoc comment. 255
Error Parameter obj should be final. 255
Error Missing a Javadoc comment. 259
Error Parameter i should be final. 259
Error Parameter length should be final. 259
Error Missing a Javadoc comment. 263
Error Parameter s should be final. 263
Error 'if' construct must use '{}'s. 265
Error Missing a Javadoc comment. 270
Error Parameter str should be final. 270
Error '20' is a magic number. 301
Error Avoid inline conditionals. 318
Error First sentence should end with a period. 321
Error Line has trailing spaces. 324
Error Expected an @return tag. 328
Error Parameter s should be final. 328
Error Expected @param tag for 's'. 328
Error Parameter c should be final. 328
Error Expected @param tag for 'c'. 328
Error 'if' construct must use '{}'s. 329
Error Expected an @return tag. 338
Error Parameter s should be final. 338
Error Expected @param tag for 's'. 338
Error '4' is a magic number. 349
Error '4' is a magic number. 357
Error Must have at least one statement. 364

com/geekologue/md4j/util/package.html

Error Line
Error Missing package documentation file. 0

com/geekologue/md4j/web/Md4jActionForm.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error Line has trailing spaces. 23
Error First sentence should end with a period. 26
Error Line has trailing spaces. 28
Error Redundant 'public' modifier. 31

com/geekologue/md4j/web/PagedSearchResultsForm.java

Error Line
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 7
Error Line has trailing spaces. 9
Error Line has trailing spaces. 15
Error First sentence should end with a period. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 25
Error First sentence should end with a period. 28
Error Line has trailing spaces. 30
Error Redundant 'public' modifier. 33
Error First sentence should end with a period. 35
Error Line has trailing spaces. 37
Error Expected an @return tag. 40
Error Redundant 'public' modifier. 40

com/geekologue/md4j/web/package.html

Error Line
Error Missing package documentation file. 0