Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
56001974

Files

FilesIWE
mx/com/brained/actions/ReportAction.java 0073
mx/com/brained/actions/ResourceAction.java 0028
mx/com/brained/actions/package.html 001
mx/com/brained/model/AwGrid.java 0024
mx/com/brained/model/impl/DefaultAwGrid.java 00201
mx/com/brained/model/impl/package.html 001
mx/com/brained/model/package.html 001
mx/com/brained/report/ReportBean.java 0028
mx/com/brained/report/ReportCompileManagerIface.java 007
mx/com/brained/report/ReportDAOIface.java 0011
mx/com/brained/report/ReportExportManagerIface.java 0031
mx/com/brained/report/ReportFillManagerIface.java 0012
mx/com/brained/report/ReportUtil.java 0056
mx/com/brained/report/impl/ReportCompileManager.java 00133
mx/com/brained/report/impl/ReportExportManager.java 0068
mx/com/brained/report/impl/ReportFillManager.java 0041
mx/com/brained/report/impl/package.html 001
mx/com/brained/report/package.html 001
mx/com/brained/resource/ResourceManagerIface.java 006
mx/com/brained/resource/impl/ResourceManager.java 0036
mx/com/brained/resource/impl/package.html 001
mx/com/brained/resource/package.html 001
mx/com/brained/taglib/CheckBoxGridElement.java 0066
mx/com/brained/taglib/ComboGridElement.java 00197
mx/com/brained/taglib/GridConstants.java 00151
mx/com/brained/taglib/GridElement.java 0079
mx/com/brained/taglib/GridFrameTag.java 00119
mx/com/brained/taglib/GridIteratorTag.java 00175
mx/com/brained/taglib/GridLibraryTag.java 0023
mx/com/brained/taglib/GridUtil.java 00268
mx/com/brained/taglib/ListGridElement.java 00133
mx/com/brained/taglib/package.html 001

mx/com/brained/actions/ReportAction.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 11
Error Using the '.*' form of import should be avoided - mx.com.brained.report.*. 12
Error First sentence should end with a period. 14
Error Missing a Javadoc comment. 38
Error First sentence should end with a period. 39
Error Method 'setReporteExport' is not designed for extension - needs to be abstract, final or empty. 46
Error Parameter reporte should be final. 46
Error Missing a Javadoc comment. 49
Error First sentence should end with a period. 51
Error Line is longer than 80 characters. 58
Error Method 'excelReport' is not designed for extension - needs to be abstract, final or empty. 61
Error Parameter mapping should be final. 61
Error Parameter form should be final. 61
Error Parameter request should be final. 62
Error Parameter response should be final. 63
Error '=' is not preceded with whitespace. 66
Error '=' is not followed by whitespace. 66
Error ',' is not followed by whitespace. 67
Error ',' is not followed by whitespace. 68
Error ',' is not followed by whitespace. 68
Error ',' is not followed by whitespace. 69
Error ',' is not followed by whitespace. 69
Error First sentence should end with a period. 73
Error Line is longer than 80 characters. 80
Error Method 'PDFReport' is not designed for extension - needs to be abstract, final or empty. 83
Error Name 'PDFReport' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Parameter mapping should be final. 83
Error Parameter form should be final. 83
Error Parameter request should be final. 84
Error Parameter response should be final. 85
Error '=' is not preceded with whitespace. 88
Error '=' is not followed by whitespace. 88
Error ',' is not followed by whitespace. 89
Error ',' is not followed by whitespace. 90
Error ',' is not followed by whitespace. 90
Error ',' is not followed by whitespace. 91
Error ',' is not followed by whitespace. 91
Error First sentence should end with a period. 94
Error Line is longer than 80 characters. 101
Error Method 'htmlReport' is not designed for extension - needs to be abstract, final or empty. 104
Error Parameter mapping should be final. 104
Error Parameter form should be final. 104
Error Parameter request should be final. 105
Error Parameter response should be final. 106
Error '=' is not preceded with whitespace. 109
Error '=' is not followed by whitespace. 109
Error ',' is not followed by whitespace. 110
Error ',' is not followed by whitespace. 111
Error ',' is not followed by whitespace. 111
Error ',' is not followed by whitespace. 112
Error ',' is not followed by whitespace. 112
Error First sentence should end with a period. 115
Error Line is longer than 80 characters. 122
Error Method 'xmlReport' is not designed for extension - needs to be abstract, final or empty. 125
Error Parameter mapping should be final. 125
Error Parameter form should be final. 125
Error Parameter request should be final. 126
Error Parameter response should be final. 127
Error '=' is not preceded with whitespace. 130
Error '=' is not followed by whitespace. 130
Error ',' is not followed by whitespace. 131
Error ',' is not followed by whitespace. 132
Error ',' is not followed by whitespace. 132
Error ',' is not followed by whitespace. 133
Error ',' is not followed by whitespace. 133
Error Line is longer than 80 characters. 136
Error Method 'sendStream' is not designed for extension - needs to be abstract, final or empty. 136
Error Missing a Javadoc comment. 136
Error Parameter response should be final. 136
Error ',' is not followed by whitespace. 136
Error Parameter data should be final. 136
Error Parameter mime should be final. 136

mx/com/brained/actions/ResourceAction.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - javax.servlet.http.*. 3
Error Using the '.*' form of import should be avoided - mx.com.brained.resource.*. 5
Error Using the '.*' form of import should be avoided - org.apache.struts.action.*. 6
Error Line is longer than 80 characters. 13
Error Extra HTML tag found: </br> 14
Error Line is longer than 80 characters. 18
Error '{' is not preceded with whitespace. 36
Error Missing a Javadoc comment. 37
Error First sentence should end with a period. 40
Error Line is longer than 80 characters. 41
Error Line is longer than 80 characters. 46
Error Line is longer than 80 characters. 47
Error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 49
Error Parameter mapping should be final. 49
Error Parameter form should be final. 49
Error Parameter request should be final. 50
Error Parameter response should be final. 51
Error '=' is not preceded with whitespace. 53
Error '=' is not followed by whitespace. 53
Error '=' is not preceded with whitespace. 54
Error '=' is not followed by whitespace. 54
Error Missing a Javadoc comment. 66
Error First sentence should end with a period. 70
Error Line is longer than 80 characters. 71
Error Method 'setResource' is not designed for extension - needs to be abstract, final or empty. 76
Error Parameter resource should be final. 76
Error 'resource' hides a field. 76

mx/com/brained/actions/package.html

ErrorLine
Error Missing package documentation file.0

mx/com/brained/model/AwGrid.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - org.apache.commons.beanutils.*. 3
Error Using the '.*' form of import should be avoided - java.util.*. 4
Error First sentence should end with a period. 5
Error Line is longer than 80 characters. 9
Error '{' is not preceded with whitespace. 19
Error First sentence should end with a period. 20
Error Redundant 'public' modifier. 25
Error First sentence should end with a period. 26
Error Redundant 'public' modifier. 30
Error First sentence should end with a period. 31
Error Redundant 'public' modifier. 35
Error First sentence should end with a period. 36
Error Redundant 'public' modifier. 40
Error First sentence should end with a period. 41
Error Redundant 'public' modifier. 45
Error Line is longer than 80 characters. 47
Error Extra HTML tag found: </br> Defaults to "dataStatus" 47
Error Redundant 'public' modifier. 50
Error Line is longer than 80 characters. 52
Error Extra HTML tag found: </br> Defaults to "header" 52
Error Redundant 'public' modifier. 55
Error First sentence should end with a period. 56
Error Redundant 'public' modifier. 61

mx/com/brained/model/impl/DefaultAwGrid.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.beans.*. 3
Error Using the '.*' form of import should be avoided - java.io.*. 4
Error Using the '.*' form of import should be avoided - java.util.*. 5
Error Using the '.*' form of import should be avoided - mx.com.brained.model.*. 7
Error Using the '.*' form of import should be avoided - mx.com.brained.taglib.*. 8
Error Using the '.*' form of import should be avoided - org.apache.log4j.*. 9
Error Using the '.*' form of import should be avoided - org.apache.commons.beanutils.*. 10
Error Missing a Javadoc comment. 12
Error ',' is not followed by whitespace. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 14
Error Missing a Javadoc comment. 15
Error Missing a Javadoc comment. 16
Error Missing a Javadoc comment. 17
Error Missing a Javadoc comment. 18
Error '=' is not preceded with whitespace. 18
Error '=' is not followed by whitespace. 18
Error Missing a Javadoc comment. 19
Error '=' is not preceded with whitespace. 19
Error '=' is not followed by whitespace. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error First sentence should end with a period. 28
Error Method 'getData' is not designed for extension - needs to be abstract, final or empty. 33
Error Parameter state should be final. 33
Error First sentence should end with a period. 36
Error Method 'setDataClass' is not designed for extension - needs to be abstract, final or empty. 40
Error Parameter klass should be final. 40
Error First sentence should end with a period. 45
Error Method 'fetchPropertyNames' is not designed for extension - needs to be abstract, final or empty. 48
Error '=' is not followed by whitespace. 49
Error 'if' is not followed by whitespace. 56
Error '!=' is not preceded with whitespace. 56
Error '!=' is not followed by whitespace. 56
Error '{' is not preceded with whitespace. 56
Error Line is longer than 80 characters. 57
Error ',' is not followed by whitespace. 57
Error ',' is not followed by whitespace. 61
Error ',' is not followed by whitespace. 63
Error Line is longer than 80 characters. 65
Error ',' is not followed by whitespace. 65
Error ',' is not followed by whitespace. 65
Error 'cast' is not followed by whitespace. 65
Error First sentence should end with a period. 67
Error Method 'setDataList' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter data should be final. 71
Error First sentence should end with a period. 74
Error Method 'contains' is not designed for extension - needs to be abstract, final or empty. 80
Error Parameter name should be final. 80
Error Parameter key should be final. 80
Error First sentence should end with a period. 84
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 89
Error Parameter key should be final. 89
Error '=' is not preceded with whitespace. 90
Error '=' is not followed by whitespace. 90
Error 'if' is not followed by whitespace. 92
Error '{' is not preceded with whitespace. 92
Error '=' is not preceded with whitespace. 93
Error '=' is not followed by whitespace. 93
Error 'for' is not followed by whitespace. 94
Error '=' is not preceded with whitespace. 94
Error '=' is not followed by whitespace. 94
Error ';' is not followed by whitespace. 94
Error '{' is not preceded with whitespace. 94
Error '=' is not preceded with whitespace. 95
Error '=' is not followed by whitespace. 95
Error 'cast' is not followed by whitespace. 95
Error First sentence should end with a period. 102
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 108
Error Parameter name should be final. 108
Error Parameter index should be final. 108
Error 'if' is not followed by whitespace. 110
Error '!=' is not preceded with whitespace. 110
Error '!=' is not followed by whitespace. 110
Error '{' is not preceded with whitespace. 110
Error First sentence should end with a period. 121
Error Line is longer than 80 characters. 122
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 127
Error Parameter name should be final. 127
Error Parameter key should be final. 127
Error 'if' is not followed by whitespace. 131
Error '{' is not preceded with whitespace. 131
Error '=' is not preceded with whitespace. 132
Error '=' is not followed by whitespace. 132
Error 'for' is not followed by whitespace. 133
Error '=' is not preceded with whitespace. 133
Error '=' is not followed by whitespace. 133
Error ';' is not followed by whitespace. 133
Error '{' is not preceded with whitespace. 133
Error '=' is not preceded with whitespace. 134
Error '=' is not followed by whitespace. 134
Error 'cast' is not followed by whitespace. 134
Error First sentence should end with a period. 147
Error Method 'getDynaClass' is not designed for extension - needs to be abstract, final or empty. 151
Error First sentence should end with a period. 155
Error Line is longer than 80 characters. 156
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 160
Error Parameter name should be final. 160
Error Parameter key should be final. 160
Error 'if' is not followed by whitespace. 163
Error '{' is not preceded with whitespace. 163
Error 'for' is not followed by whitespace. 165
Error '=' is not preceded with whitespace. 165
Error '=' is not followed by whitespace. 165
Error ';' is not followed by whitespace. 165
Error '{' is not preceded with whitespace. 165
Error 'cast' is not followed by whitespace. 166
Error First sentence should end with a period. 177
Error Method 'set' is not designed for extension - needs to be abstract, final or empty. 182
Error Parameter name should be final. 182
Error Parameter value should be final. 182
Error 'for' is not followed by whitespace. 184
Error '=' is not preceded with whitespace. 184
Error '=' is not followed by whitespace. 184
Error ';' is not followed by whitespace. 184
Error '{' is not preceded with whitespace. 184
Error 'if' is not followed by whitespace. 186
Error '!=' is not preceded with whitespace. 186
Error '!=' is not followed by whitespace. 186
Error '{' is not preceded with whitespace. 186
Error First sentence should end with a period. 196
Error Line is longer than 80 characters. 197
Error Unused @param tag for 'object'. 200
Error Method 'set' is not designed for extension - needs to be abstract, final or empty. 202
Error Parameter name should be final. 202
Error Parameter index should be final. 202
Error Parameter value should be final. 202
Error Expected @param tag for 'value'. 202
Error Line is longer than 80 characters. 203
Error ',' is not followed by whitespace. 212
Error 'if' is not followed by whitespace. 213
Error '{' is not preceded with whitespace. 213
Error ',' is not followed by whitespace. 214
Error '}' should be on the same line. 215
Error Line is longer than 80 characters. 218
Error First sentence should end with a period. 237
Error Line is longer than 80 characters. 238
Error Unused @param tag for 'object'. 242
Error Parameter name should be final. 244
Error Parameter index should be final. 244
Error Parameter value should be final. 244
Error Expected @param tag for 'value'. 244
Error Expected @throws tag for 'Exception'. 245
Error First sentence should end with a period. 255
Error Line is longer than 80 characters. 256
Error Method 'set' is not designed for extension - needs to be abstract, final or empty. 261
Error Parameter name should be final. 261
Error Parameter key should be final. 261
Error Parameter object should be final. 261
Error 'if' is not followed by whitespace. 264
Error '{' is not preceded with whitespace. 264
Error 'for' is not followed by whitespace. 266
Error '=' is not preceded with whitespace. 266
Error '=' is not followed by whitespace. 266
Error ';' is not followed by whitespace. 266
Error '{' is not preceded with whitespace. 266
Error 'cast' is not followed by whitespace. 267
Error First sentence should end with a period. 278
Error Method 'getPropertyNames' is not designed for extension - needs to be abstract, final or empty. 282
Error Line is longer than 80 characters. 287
Error Extra HTML tag found: </br> Defaults to "dataStatus" 287
Error Method 'setStateString' is not designed for extension - needs to be abstract, final or empty. 290
Error Parameter state should be final. 290
Error '=' is not preceded with whitespace. 291
Error '=' is not followed by whitespace. 291
Error First sentence should end with a period. 293
Error Method 'getDataList' is not designed for extension - needs to be abstract, final or empty. 297
Error Line is longer than 80 characters. 301
Error Extra HTML tag found: </br> Defaults to "header" 301
Error Unused @param tag for 'state'. 302
Error Method 'setHeaderString' is not designed for extension - needs to be abstract, final or empty. 304
Error Parameter header should be final. 304
Error Expected @param tag for 'header'. 304
Error '=' is not preceded with whitespace. 305
Error '=' is not followed by whitespace. 305
Error First sentence should end with a period. 307
Error Unused @param tag for 'state'. 309
Error Expected an @return tag. 311
Error Method 'getHeader' is not designed for extension - needs to be abstract, final or empty. 311
Error Parameter index should be final. 311
Error Expected @param tag for 'index'. 311
Error '=' is not followed by whitespace. 312
Error '==' is not preceded with whitespace. 313
Error '==' is not followed by whitespace. 313
Error '?' is not preceded with whitespace. 313
Error Avoid inline conditionals. 313
Error '?' is not followed by whitespace. 313
Error ':' is not preceded with whitespace. 313
Error ':' is not followed by whitespace. 313
Error First sentence should end with a period. 316
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 320
Error '{' is not preceded with whitespace. 320
Error '+' is not preceded with whitespace. 324
Error '+' is not followed by whitespace. 324
Error '+' is not preceded with whitespace. 324
Error '+' is not followed by whitespace. 324
Error '+' is not preceded with whitespace. 326
Error '+' is not followed by whitespace. 326
Error '+' is not preceded with whitespace. 326
Error '+' is not followed by whitespace. 326

mx/com/brained/model/impl/package.html

ErrorLine
Error Missing package documentation file.0

mx/com/brained/model/package.html

ErrorLine
Error Missing package documentation file.0

mx/com/brained/report/ReportBean.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 6
Error First sentence should end with a period. 7
Error Line is longer than 80 characters. 12
Error '{' is not preceded with whitespace. 21
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error First sentence should end with a period. 27
Error Method 'setDatos' is not designed for extension - needs to be abstract, final or empty. 31
Error Parameter lista should be final. 31
Error '{' is not preceded with whitespace. 31
Error '=' is not preceded with whitespace. 32
Error '=' is not followed by whitespace. 32
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 40
Error Expected @throws tag for 'JRException'. 40
Error 'if' is not followed by whitespace. 41
Error '{' is not preceded with whitespace. 41
Error '}' should be on the same line. 44
Error 'else' is not followed by whitespace. 45
Error '{' is not preceded with whitespace. 45
Error First sentence should end with a period. 50
Error Method 'getFieldValue' is not designed for extension - needs to be abstract, final or empty. 56
Error Parameter jRField should be final. 56
Error Expected @throws tag for 'JRException'. 56
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error '{' is not preceded with whitespace. 60

mx/com/brained/report/ReportCompileManagerIface.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error First sentence should end with a period. 4
Error Missing a Javadoc comment. 18
Error Redundant 'public' modifier. 18
Error Missing a Javadoc comment. 19
Error Redundant 'public' modifier. 19

mx/com/brained/report/ReportDAOIface.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error First sentence should end with a period. 4
Error Line is longer than 80 characters. 9
Error First sentence should end with a period. 19
Error Line is longer than 80 characters. 20
Error Redundant 'public' modifier. 25
Error ',' is not followed by whitespace. 25
Error Line is longer than 80 characters. 27
Error Unclosed HTML tag found: <ul> 28
Error Redundant 'public' modifier. 52

mx/com/brained/report/ReportExportManagerIface.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 6
Error Redundant 'public' modifier. 6
Error ',' is not followed by whitespace. 6
Error Missing a Javadoc comment. 7
Error Redundant 'public' modifier. 7
Error ',' is not followed by whitespace. 7
Error Missing a Javadoc comment. 8
Error Redundant 'public' modifier. 8
Error ',' is not followed by whitespace. 8
Error Missing a Javadoc comment. 9
Error Redundant 'public' modifier. 9
Error ',' is not followed by whitespace. 9
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Redundant 'public' modifier. 10
Error ',' is not followed by whitespace. 10
Error Line is longer than 80 characters. 11
Error Missing a Javadoc comment. 11
Error Redundant 'public' modifier. 11
Error ',' is not followed by whitespace. 11
Error Line is longer than 80 characters. 12
Error Missing a Javadoc comment. 12
Error Redundant 'public' modifier. 12
Error ',' is not followed by whitespace. 12
Error Line is longer than 80 characters. 13
Error Missing a Javadoc comment. 13
Error Redundant 'public' modifier. 13
Error ',' is not followed by whitespace. 13

mx/com/brained/report/ReportFillManagerIface.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.*. 4
Error Missing a Javadoc comment. 6
Error Missing a Javadoc comment. 7
Error Redundant 'public' modifier. 7
Error ',' is not followed by whitespace. 7
Error Line is longer than 80 characters. 8
Error Missing a Javadoc comment. 8
Error Redundant 'public' modifier. 8
Error ',' is not followed by whitespace. 8
Error ',' is not followed by whitespace. 8

mx/com/brained/report/ReportUtil.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - javax.servlet.http.*. 5
Error First sentence should end with a period. 7
Error Line is longer than 80 characters. 12
Error Missing a Javadoc comment. 22
Error First sentence should end with a period. 24
Error Method 'buildParameters' is not designed for extension - needs to be abstract, final or empty. 29
Error Parameter request should be final. 29
Error '{' is not preceded with whitespace. 29
Error ',' is not followed by whitespace. 31
Error ',' is not followed by whitespace. 32
Error ',' is not followed by whitespace. 33
Error 'while' is not followed by whitespace. 37
Error '{' is not preceded with whitespace. 37
Error 'if' is not followed by whitespace. 39
Error '&&' is not preceded with whitespace. 39
Error '&&' is not followed by whitespace. 39
Error '{' is not preceded with whitespace. 39
Error ',' is not followed by whitespace. 43
Error First sentence should end with a period. 46
Error Method 'buildData' is not designed for extension - needs to be abstract, final or empty. 52
Error Parameter request should be final. 52
Error Parameter titles should be final. 52
Error '{' is not preceded with whitespace. 52
Error '=' is not preceded with whitespace. 59
Error '=' is not followed by whitespace. 59
Error 'for' is not followed by whitespace. 60
Error '=' is not preceded with whitespace. 60
Error '=' is not followed by whitespace. 60
Error ';' is not followed by whitespace. 60
Error '{' is not preceded with whitespace. 60
Error '=' is not preceded with whitespace. 62
Error '=' is not followed by whitespace. 62
Error 'for' is not followed by whitespace. 65
Error '=' is not preceded with whitespace. 65
Error '=' is not followed by whitespace. 65
Error ';' is not followed by whitespace. 65
Error '<' is not preceded with whitespace. 65
Error '<' is not followed by whitespace. 65
Error ';' is not followed by whitespace. 65
Error '{' is not preceded with whitespace. 65
Error Line is longer than 80 characters. 67
Error 'for' is not followed by whitespace. 67
Error '=' is not preceded with whitespace. 67
Error '=' is not followed by whitespace. 67
Error ',' is not followed by whitespace. 67
Error '=' is not preceded with whitespace. 67
Error '=' is not followed by whitespace. 67
Error ';' is not followed by whitespace. 67
Error '&&' is not preceded with whitespace. 67
Error '&&' is not followed by whitespace. 67
Error '{' is not preceded with whitespace. 67
Error 'cast' is not followed by whitespace. 69
Error ',' is not followed by whitespace. 69
Error ',' is not followed by whitespace. 69

mx/com/brained/report/impl/ReportCompileManager.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.awt.*. 3
Error Using the '.*' form of import should be avoided - java.io.*. 4
Error Using the '.*' form of import should be avoided - java.util.*. 5
Error Using the '.*' form of import should be avoided - mx.com.brained.report.*. 7
Error Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.*. 8
Error Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.design.*. 9
Error Using the '.*' form of import should be avoided - org.apache.commons.lang.*. 10
Error First sentence should end with a period. 12
Error Line is longer than 80 characters. 16
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error First sentence should end with a period. 38
Error Line is longer than 80 characters. 39
Error Method 'setDao' is not designed for extension - needs to be abstract, final or empty. 44
Error Parameter d should be final. 44
Error First sentence should end with a period. 48
Error Line is longer than 80 characters. 49
Error Unused Javadoc tag. 51
Error Method 'setCompileDir' is not designed for extension - needs to be abstract, final or empty. 56
Error Parameter dato should be final. 56
Error Method 'init' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error First sentence should end with a period. 72
Error Method 'setJasperJar' is not designed for extension - needs to be abstract, final or empty. 78
Error Parameter jar should be final. 78
Error Missing a Javadoc comment. 83
Error First sentence should end with a period. 87
Error Method 'getDesign' is not designed for extension - needs to be abstract, final or empty. 93
Error Parameter name should be final. 93
Error Expected @throws tag for 'Exception'. 93
Error '+' should be on a new line. 96
Error First sentence should end with a period. 107
Error Method 'getDesign' is not designed for extension - needs to be abstract, final or empty. 113
Error Method length is 213 lines (max allowed is 150). 113
Error Parameter parametros should be final. 113
Error Expected @throws tag for 'Exception'. 114
Error ';' is followed by whitespace. 192
Error ',' is not followed by whitespace. 194
Error '50' is a magic number. 201
Error '102' is a magic number. 204
Error '8' is a magic number. 205
Error '515' is a magic number. 206
Error '30' is a magic number. 207
Error '22' is a magic number. 213
Error '=' is not preceded with whitespace. 233
Error '=' is not followed by whitespace. 233
Error '=' is not preceded with whitespace. 234
Error '5' is a magic number. 234
Error '=' is not followed by whitespace. 234
Error Line is longer than 80 characters. 235
Error ';' is followed by whitespace. 236
Error '100' is a magic number. 240
Error '15' is a magic number. 241
Error '0x33' is a magic number. 243
Error '0x33' is a magic number. 243
Error '0x33' is a magic number. 243
Error '+=' is not preceded with whitespace. 249
Error '+=' is not followed by whitespace. 249
Error '150' is a magic number. 249
Error 'if' is not followed by whitespace. 250
Error '>' is not preceded with whitespace. 250
Error '>' is not followed by whitespace. 250
Error '-' is not preceded with whitespace. 250
Error '-' is not followed by whitespace. 250
Error '100' is a magic number. 250
Error '{' is not preceded with whitespace. 250
Error '=' is not preceded with whitespace. 251
Error '=' is not followed by whitespace. 251
Error '+=' is not preceded with whitespace. 252
Error '+=' is not followed by whitespace. 252
Error '50' is a magic number. 252
Error '+' is not preceded with whitespace. 255
Error '+' is not followed by whitespace. 255
Error '15' is a magic number. 255
Error '5' is a magic number. 257
Error '+' is not preceded with whitespace. 260
Error '+' is not followed by whitespace. 260
Error '15' is a magic number. 260
Error '0x33' is a magic number. 261
Error '0x33' is a magic number. 261
Error '0x33' is a magic number. 261
Error '0x33' is a magic number. 262
Error '0x33' is a magic number. 262
Error '0x33' is a magic number. 262
Error '=' is not preceded with whitespace. 268
Error '=' is not followed by whitespace. 268
Error '=' is not preceded with whitespace. 269
Error '5' is a magic number. 269
Error '=' is not followed by whitespace. 269
Error Line is longer than 80 characters. 270
Error ';' is not followed by whitespace. 270
Error ';' is followed by whitespace. 270
Error '100' is a magic number. 276
Error '15' is a magic number. 277
Error Line is longer than 80 characters. 282
Error '+' is not preceded with whitespace. 282
Error '+' is not followed by whitespace. 282
Error ',' is not followed by whitespace. 282
Error '+' is not preceded with whitespace. 282
Error '+' is not followed by whitespace. 282
Error '+=' is not preceded with whitespace. 285
Error '+=' is not followed by whitespace. 285
Error '150' is a magic number. 285
Error 'if' is not followed by whitespace. 286
Error '>' is not preceded with whitespace. 286
Error '>' is not followed by whitespace. 286
Error '-' is not preceded with whitespace. 286
Error '-' is not followed by whitespace. 286
Error '100' is a magic number. 286
Error '{' is not preceded with whitespace. 286
Error '=' is not preceded with whitespace. 287
Error '=' is not followed by whitespace. 287
Error '+=' is not preceded with whitespace. 288
Error '+=' is not followed by whitespace. 288
Error '50' is a magic number. 288
Error '+' is not preceded with whitespace. 291
Error '+' is not followed by whitespace. 291
Error '15' is a magic number. 291
Error '30' is a magic number. 300
Error '-' is not preceded with whitespace. 303
Error '-' is not followed by whitespace. 303
Error '150' is a magic number. 303
Error '5' is a magic number. 304
Error '55' is a magic number. 305
Error '15' is a magic number. 306
Error Line is longer than 80 characters. 319
Error ',' is not followed by whitespace. 321
Error '=' is not preceded with whitespace. 322
Error '=' is not followed by whitespace. 322
Error ',' is not followed by whitespace. 323

mx/com/brained/report/impl/ReportExportManager.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.*. 4
Error Using the '.*' form of import should be avoided - java.io.*. 5
Error Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.export.*. 9
Error Using the '.*' form of import should be avoided - mx.com.brained.report.*. 10
Error First sentence should end with a period. 12
Error Line is longer than 80 characters. 16
Error Missing a Javadoc comment. 29
Error First sentence should end with a period. 31
Error Method 'setFillManager' is not designed for extension - needs to be abstract, final or empty. 37
Error Parameter fill should be final. 37
Error Missing a Javadoc comment. 41
Error First sentence should end with a period. 44
Error Method 'getExcelReport' is not designed for extension - needs to be abstract, final or empty. 51
Error Parameter name should be final. 51
Error Parameter parameters should be final. 51
Error Expected @throws tag for 'Exception'. 52
Error First sentence should end with a period. 64
Error Method 'getPdfReport' is not designed for extension - needs to be abstract, final or empty. 71
Error Parameter name should be final. 71
Error Parameter parameters should be final. 71
Error Expected @throws tag for 'Exception'. 72
Error First sentence should end with a period. 81
Error Method 'getHtmlReport' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter name should be final. 88
Error Parameter parameters should be final. 88
Error Expected @throws tag for 'Exception'. 89
Error First sentence should end with a period. 98
Error Method 'getXmlReport' is not designed for extension - needs to be abstract, final or empty. 105
Error Parameter name should be final. 105
Error Parameter parameters should be final. 105
Error Expected @throws tag for 'Exception'. 106
Error First sentence should end with a period. 115
Error Method 'getExcelReport' is not designed for extension - needs to be abstract, final or empty. 122
Error Parameter name should be final. 122
Error Parameter parameters should be final. 122
Error Parameter data should be final. 123
Error Expected @param tag for 'data'. 123
Error Expected @throws tag for 'Exception'. 123
Error ',' is not followed by whitespace. 124
Error Line is longer than 80 characters. 129
Error ',' is not followed by whitespace. 129
Error Line is longer than 80 characters. 130
Error ',' is not followed by whitespace. 130
Error First sentence should end with a period. 136
Error Method 'getPdfReport' is not designed for extension - needs to be abstract, final or empty. 143
Error Parameter name should be final. 143
Error Parameter parameters should be final. 143
Error Parameter data should be final. 144
Error Expected @param tag for 'data'. 144
Error Expected @throws tag for 'Exception'. 144
Error ',' is not followed by whitespace. 145
Error First sentence should end with a period. 153
Error Method 'getHtmlReport' is not designed for extension - needs to be abstract, final or empty. 160
Error Parameter name should be final. 160
Error Parameter parameters should be final. 160
Error Parameter data should be final. 161
Error Expected @param tag for 'data'. 161
Error Expected @throws tag for 'Exception'. 161
Error ',' is not followed by whitespace. 162
Error First sentence should end with a period. 170
Error Method 'getXmlReport' is not designed for extension - needs to be abstract, final or empty. 177
Error Parameter name should be final. 177
Error Parameter parameters should be final. 177
Error Parameter data should be final. 178
Error Expected @param tag for 'data'. 178
Error Expected @throws tag for 'Exception'. 178
Error ',' is not followed by whitespace. 179

mx/com/brained/report/impl/ReportFillManager.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 5
Error Using the '.*' form of import should be avoided - net.sf.jasperreports.engine.*. 6
Error Using the '.*' form of import should be avoided - mx.com.brained.report.*. 7
Error First sentence should end with a period. 10
Error Line is longer than 80 characters. 15
Error '{' is not preceded with whitespace. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error First sentence should end with a period. 30
Error Method 'setReporteDAO' is not designed for extension - needs to be abstract, final or empty. 36
Error Parameter dao should be final. 36
Error '{' is not preceded with whitespace. 36
Error '=' is not preceded with whitespace. 37
Error '=' is not followed by whitespace. 37
Error First sentence should end with a period. 39
Error Method 'setReporteCompile' is not designed for extension - needs to be abstract, final or empty. 45
Error Parameter rep should be final. 45
Error '{' is not preceded with whitespace. 45
Error '=' is not preceded with whitespace. 46
Error '=' is not followed by whitespace. 46
Error Missing a Javadoc comment. 48
Error First sentence should end with a period. 51
Error Method 'getReport' is not designed for extension - needs to be abstract, final or empty. 58
Error Parameter nombre should be final. 58
Error Parameter parametros should be final. 58
Error Expected @throws tag for 'Exception'. 59
Error ',' is not followed by whitespace. 61
Error Line is longer than 80 characters. 64
Error ',' is not followed by whitespace. 64
Error ',' is not followed by whitespace. 64
Error First sentence should end with a period. 67
Error Method 'getReport' is not designed for extension - needs to be abstract, final or empty. 74
Error Parameter nombre should be final. 74
Error Parameter parametros should be final. 74
Error Parameter datos should be final. 75
Error Expected @param tag for 'datos'. 75
Error Expected @throws tag for 'Exception'. 75
Error Line is longer than 80 characters. 78
Error ',' is not followed by whitespace. 78
Error ',' is not followed by whitespace. 78

mx/com/brained/report/impl/package.html

ErrorLine
Error Missing package documentation file.0

mx/com/brained/report/package.html

ErrorLine
Error Missing package documentation file.0

mx/com/brained/resource/ResourceManagerIface.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 3
Error Missing a Javadoc comment. 4
Error Redundant 'public' modifier. 4
Error Missing a Javadoc comment. 5
Error Redundant 'public' modifier. 5

mx/com/brained/resource/impl/ResourceManager.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 3
Error Using the '.*' form of import should be avoided - java.util.*. 4
Error Using the '.*' form of import should be avoided - mx.com.brained.resource.*. 6
Error First sentence should end with a period. 8
Error Line is longer than 80 characters. 13
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 33
Error Parameter resourceName should be final. 33
Error First sentence should end with a period. 55
Error Method 'getResource' is not designed for extension - needs to be abstract, final or empty. 61
Error Parameter resourceName should be final. 61
Error Expected @throws tag for 'Exception'. 61
Error First sentence should end with a period. 75
Error Method 'getResourceAsString' is not designed for extension - needs to be abstract, final or empty. 81
Error Parameter resourceName should be final. 81
Error Expected @throws tag for 'Exception'. 81
Error First sentence should end with a period. 95
Error Parameter resourceName should be final. 101
Error Expected @throws tag for 'IOException'. 101
Error '=' is not preceded with whitespace. 116
Error '=' is not followed by whitespace. 116
Error 'while' is not followed by whitespace. 117
Error '!=' is not preceded with whitespace. 117
Error '!=' is not followed by whitespace. 117
Error '{' is not preceded with whitespace. 117
Error '=' is not preceded with whitespace. 119
Error '=' is not followed by whitespace. 119
Error First sentence should end with a period. 124
Error Line is longer than 80 characters. 125
Error Method 'setUseBuffer' is not designed for extension - needs to be abstract, final or empty. 130
Error Parameter useBuffer should be final. 130
Error 'useBuffer' hides a field. 130

mx/com/brained/resource/impl/package.html

ErrorLine
Error Missing package documentation file.0

mx/com/brained/resource/package.html

ErrorLine
Error Missing package documentation file.0

mx/com/brained/taglib/CheckBoxGridElement.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.*. 5
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. 6
Error Using the '.*' form of import should be avoided - org.apache.struts.*. 8
Error Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. 9
Error Missing a Javadoc comment. 18
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 21
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 28
Error First sentence should end with a period. 31
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 35
Error Parameter name should be final. 35
Error 'name' hides a field. 35
Error First sentence should end with a period. 39
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 43
Error Parameter property should be final. 43
Error 'property' hides a field. 43
Error First sentence should end with a period. 47
Error Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 51
Error Parameter title should be final. 51
Error 'title' hides a field. 51
Error First sentence should end with a period. 55
Error Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. 59
Error Parameter bundle should be final. 59
Error 'bundle' hides a field. 59
Error First sentence should end with a period. 63
Error Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. 67
Error Parameter locale should be final. 67
Error 'locale' hides a field. 67
Error First sentence should end with a period. 71
Error Method 'setTrueValue' is not designed for extension - needs to be abstract, final or empty. 75
Error Parameter trueValue should be final. 75
Error 'trueValue' hides a field. 75
Error First sentence should end with a period. 79
Error Method 'setFalseValue' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter falseValue should be final. 83
Error 'falseValue' hides a field. 83
Error First sentence should end with a period. 87
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 94
Error First sentence should end with a period. 98
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 105
Error First sentence should end with a period. 109
Error Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 116
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error First sentence should end with a period. 124
Error Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. 131
Error First sentence should end with a period. 135
Error Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. 142
Error First sentence should end with a period. 146
Error Method 'getTrueValue' is not designed for extension - needs to be abstract, final or empty. 153
Error First sentence should end with a period. 157
Error Method 'getFalseValue' is not designed for extension - needs to be abstract, final or empty. 164
Error First sentence should end with a period. 168
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 173
Error Expected @throws tag for 'JspException'. 173
Error '=' is not preceded with whitespace. 202
Error '=' is not followed by whitespace. 202
Error First sentence should end with a period. 214
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 217

mx/com/brained/taglib/ComboGridElement.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.lang.reflect.*. 3
Error Using the '.*' form of import should be avoided - java.util.*. 4
Error Using the '.*' form of import should be avoided - javax.servlet.http.*. 6
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.*. 7
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. 8
Error Using the '.*' form of import should be avoided - org.apache.commons.beanutils.*. 10
Error Using the '.*' form of import should be avoided - org.apache.commons.collections.*. 11
Error Using the '.*' form of import should be avoided - org.apache.struts.*. 12
Error Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. 13
Error Using the '.*' form of import should be avoided - org.apache.struts.taglib.html.*. 14
Error First sentence should end with a period. 15
Error '{' is not preceded with whitespace. 33
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error '=' is not preceded with whitespace. 37
Error '=' is not followed by whitespace. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error '=' is not preceded with whitespace. 40
Error '=' is not followed by whitespace. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error '=' is not preceded with whitespace. 44
Error '=' is not followed by whitespace. 44
Error Missing a Javadoc comment. 47
Error First sentence should end with a period. 49
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 54
Error Expected @throws tag for 'JspException'. 54
Error 'cast' is not followed by whitespace. 59
Error ',' is not followed by whitespace. 72
Error ',' is not followed by whitespace. 73
Error ',' is not followed by whitespace. 74
Error ',' is not followed by whitespace. 75
Error Line is longer than 80 characters. 78
Error 'if' is not followed by whitespace. 79
Error '{' is not preceded with whitespace. 79
Error Line is longer than 80 characters. 80
Error ',' is not followed by whitespace. 80
Error ',' is not followed by whitespace. 80
Error 'if' is not followed by whitespace. 85
Error '!=' is not preceded with whitespace. 85
Error '!=' is not followed by whitespace. 85
Error '{' is not preceded with whitespace. 85
Error '=' is not preceded with whitespace. 86
Error '=' is not followed by whitespace. 86
Error ',' is not followed by whitespace. 91
Error '=' is not preceded with whitespace. 99
Error '=' is not followed by whitespace. 99
Error 'if' is not followed by whitespace. 101
Error '{' is not preceded with whitespace. 101
Error 'if' is not followed by whitespace. 103
Error '==' is not preceded with whitespace. 103
Error '==' is not followed by whitespace. 103
Error '{' is not preceded with whitespace. 103
Error '=' is not preceded with whitespace. 104
Error '=' is not followed by whitespace. 104
Error 'if' is not followed by whitespace. 108
Error '==' is not preceded with whitespace. 108
Error '==' is not followed by whitespace. 108
Error '{' is not preceded with whitespace. 108
Error '=' is not preceded with whitespace. 109
Error '=' is not followed by whitespace. 109
Error First sentence should end with a period. 120
Error Parameter iterator should be final. 126
Error Expected @throws tag for 'NoSuchMethodException'. 126
Error Expected @throws tag for 'InvocationTargetException'. 127
Error Expected @throws tag for 'IllegalAccessException'. 127
Error 'if' is not followed by whitespace. 130
Error '{' is not preceded with whitespace. 130
Error Line is longer than 80 characters. 133
Error ',' is not followed by whitespace. 133
Error First sentence should end with a period. 139
Error Parameter iterator should be final. 145
Error Expected @throws tag for 'NoSuchMethodException'. 146
Error Expected @throws tag for 'InvocationTargetException'. 146
Error Expected @throws tag for 'IllegalAccessException'. 147
Error 'if' is not followed by whitespace. 150
Error '{' is not preceded with whitespace. 150
Error First sentence should end with a period. 164
Error Parameter iterator should be final. 170
Error Expected @throws tag for 'NoSuchMethodException'. 170
Error Expected @throws tag for 'InvocationTargetException'. 171
Error Expected @throws tag for 'IllegalAccessException'. 171
Error 'if' is not followed by whitespace. 174
Error '{' is not preceded with whitespace. 174
Error 'if' is not followed by whitespace. 178
Error '{' is not preceded with whitespace. 178
Error '}' should be on the same line. 181
Error 'else' is not followed by whitespace. 182
Error '{' is not preceded with whitespace. 182
Error Line is longer than 80 characters. 183
Error First sentence should end with a period. 193
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 197
Error Parameter name should be final. 197
Error 'name' hides a field. 197
Error First sentence should end with a period. 200
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 204
Error Parameter property should be final. 204
Error 'property' hides a field. 204
Error First sentence should end with a period. 207
Error Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 211
Error Parameter title should be final. 211
Error 'title' hides a field. 211
Error First sentence should end with a period. 214
Error Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. 218
Error Parameter bundle should be final. 218
Error 'bundle' hides a field. 218
Error First sentence should end with a period. 221
Error Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. 225
Error Parameter locale should be final. 225
Error 'locale' hides a field. 225
Error First sentence should end with a period. 228
Error Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 232
Error Parameter action should be final. 232
Error 'action' hides a field. 232
Error First sentence should end with a period. 235
Error Line is longer than 80 characters. 236
Error Method 'setOptions' is not designed for extension - needs to be abstract, final or empty. 239
Error Parameter options should be final. 239
Error 'options' hides a field. 239
Error First sentence should end with a period. 242
Error Method 'setLabelProperty' is not designed for extension - needs to be abstract, final or empty. 246
Error Parameter labelProperty should be final. 246
Error 'labelProperty' hides a field. 246
Error First sentence should end with a period. 249
Error Method 'setLabelValue' is not designed for extension - needs to be abstract, final or empty. 253
Error Parameter labelValue should be final. 253
Error 'labelValue' hides a field. 253
Error First sentence should end with a period. 256
Error Method 'setHiddenValues' is not designed for extension - needs to be abstract, final or empty. 260
Error Parameter hiddenValue should be final. 260
Error First sentence should end with a period. 264
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 271
Error First sentence should end with a period. 274
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 282
Error First sentence should end with a period. 285
Error Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 293
Error First sentence should end with a period. 296
Error Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. 303
Error First sentence should end with a period. 306
Error Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. 313
Error First sentence should end with a period. 316
Error Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 323
Error First sentence should end with a period. 326
Error Line is longer than 80 characters. 327
Error Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. 333
Error First sentence should end with a period. 336
Error Method 'getLabelProperty' is not designed for extension - needs to be abstract, final or empty. 343
Error First sentence should end with a period. 346
Error Method 'getLabelValue' is not designed for extension - needs to be abstract, final or empty. 353
Error Method 'getHiddenValues' is not designed for extension - needs to be abstract, final or empty. 363
Error Line is longer than 80 characters. 367
Error Method 'getIterator' is not designed for extension - needs to be abstract, final or empty. 367
Error Missing a Javadoc comment. 367
Error Parameter name should be final. 367
Error 'name' hides a field. 367
Error Parameter property should be final. 367
Error 'property' hides a field. 367
Error Line is longer than 80 characters. 375
Error '+' is not followed by whitespace. 377
Error '+' is not preceded with whitespace. 377
Error '+' is not followed by whitespace. 377
Error Line is longer than 80 characters. 386
Error Line is longer than 80 characters. 415
Error '+' is not preceded with whitespace. 415
Error '+' is not followed by whitespace. 415
Error First sentence should end with a period. 418
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 421
Error '{' is not preceded with whitespace. 421
Error '=' is not preceded with whitespace. 422
Error '=' is not followed by whitespace. 422
Error '=' is not preceded with whitespace. 423
Error '=' is not followed by whitespace. 423
Error '=' is not preceded with whitespace. 424
Error '=' is not followed by whitespace. 424
Error '=' is not preceded with whitespace. 425
Error '=' is not followed by whitespace. 425
Error '=' is not preceded with whitespace. 426
Error '=' is not followed by whitespace. 426
Error '=' is not preceded with whitespace. 427
Error '=' is not followed by whitespace. 427
Error '=' is not preceded with whitespace. 428
Error '=' is not followed by whitespace. 428
Error '=' is not preceded with whitespace. 429
Error '=' is not followed by whitespace. 429
Error '=' is not preceded with whitespace. 430
Error '=' is not followed by whitespace. 430
Error '=' is not preceded with whitespace. 431
Error '=' is not followed by whitespace. 431
Error '=' is not preceded with whitespace. 432
Error '=' is not followed by whitespace. 432

mx/com/brained/taglib/GridConstants.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error First sentence should end with a period. 3
Error interfaces should describe a type and hence have methods. 16
Error Missing a Javadoc comment. 21
Error Redundant 'public' modifier. 21
Error Missing a Javadoc comment. 22
Error Redundant 'public' modifier. 22
Error Missing a Javadoc comment. 23
Error Redundant 'public' modifier. 23
Error Missing a Javadoc comment. 24
Error Redundant 'public' modifier. 24
Error Missing a Javadoc comment. 25
Error Redundant 'public' modifier. 25
Error Missing a Javadoc comment. 26
Error Redundant 'public' modifier. 26
Error Missing a Javadoc comment. 31
Error Redundant 'public' modifier. 31
Error Missing a Javadoc comment. 32
Error Redundant 'public' modifier. 32
Error Missing a Javadoc comment. 33
Error Redundant 'public' modifier. 33
Error Missing a Javadoc comment. 34
Error Redundant 'public' modifier. 34
Error Missing a Javadoc comment. 35
Error Redundant 'public' modifier. 35
Error Missing a Javadoc comment. 36
Error Redundant 'public' modifier. 36
Error Missing a Javadoc comment. 37
Error Redundant 'public' modifier. 37
Error Missing a Javadoc comment. 38
Error Redundant 'public' modifier. 38
Error Missing a Javadoc comment. 40
Error Redundant 'public' modifier. 40
Error '=' is not followed by whitespace. 40
Error Missing a Javadoc comment. 46
Error Redundant 'public' modifier. 46
Error Missing a Javadoc comment. 47
Error Redundant 'public' modifier. 47
Error Missing a Javadoc comment. 48
Error Redundant 'public' modifier. 48
Error Missing a Javadoc comment. 49
Error Redundant 'public' modifier. 49
Error Missing a Javadoc comment. 50
Error Redundant 'public' modifier. 50
Error Missing a Javadoc comment. 51
Error Redundant 'public' modifier. 51
Error Missing a Javadoc comment. 52
Error Redundant 'public' modifier. 52
Error Missing a Javadoc comment. 53
Error Redundant 'public' modifier. 53
Error Missing a Javadoc comment. 54
Error Redundant 'public' modifier. 54
Error Missing a Javadoc comment. 55
Error Redundant 'public' modifier. 55
Error Missing a Javadoc comment. 56
Error Redundant 'public' modifier. 56
Error Missing a Javadoc comment. 57
Error Redundant 'public' modifier. 57
Error Missing a Javadoc comment. 58
Error Redundant 'public' modifier. 58
Error Missing a Javadoc comment. 64
Error Redundant 'public' modifier. 64
Error Missing a Javadoc comment. 65
Error Redundant 'public' modifier. 65
Error Missing a Javadoc comment. 66
Error Redundant 'public' modifier. 66
Error Missing a Javadoc comment. 67
Error Redundant 'public' modifier. 67
Error Missing a Javadoc comment. 68
Error Redundant 'public' modifier. 68
Error '=' is not followed by whitespace. 68
Error Missing a Javadoc comment. 69
Error Redundant 'public' modifier. 69
Error '=' is not preceded with whitespace. 69
Error '=' is not followed by whitespace. 69
Error Missing a Javadoc comment. 70
Error Redundant 'public' modifier. 70
Error Missing a Javadoc comment. 71
Error Redundant 'public' modifier. 71
Error '=' is not preceded with whitespace. 71
Error '=' is not followed by whitespace. 71
Error Missing a Javadoc comment. 72
Error Redundant 'public' modifier. 72
Error Missing a Javadoc comment. 73
Error Redundant 'public' modifier. 73
Error '=' is not followed by whitespace. 73
Error Missing a Javadoc comment. 74
Error Redundant 'public' modifier. 74
Error Missing a Javadoc comment. 75
Error Redundant 'public' modifier. 75
Error Missing a Javadoc comment. 76
Error Redundant 'public' modifier. 76
Error Line is longer than 80 characters. 79
Error Missing a Javadoc comment. 82
Error Redundant 'public' modifier. 82
Error Missing a Javadoc comment. 83
Error Redundant 'public' modifier. 83
Error Missing a Javadoc comment. 84
Error Redundant 'public' modifier. 84
Error Missing a Javadoc comment. 85
Error Redundant 'public' modifier. 85
Error Missing a Javadoc comment. 86
Error Redundant 'public' modifier. 86
Error Missing a Javadoc comment. 87
Error Redundant 'public' modifier. 87
Error Missing a Javadoc comment. 88
Error Redundant 'public' modifier. 88
Error Missing a Javadoc comment. 89
Error Redundant 'public' modifier. 89
Error Missing a Javadoc comment. 90
Error Redundant 'public' modifier. 90
Error Missing a Javadoc comment. 91
Error Redundant 'public' modifier. 91
Error Missing a Javadoc comment. 92
Error Redundant 'public' modifier. 92
Error '=' is not preceded with whitespace. 92
Error '=' is not followed by whitespace. 92
Error Missing a Javadoc comment. 93
Error Redundant 'public' modifier. 93
Error '=' is not preceded with whitespace. 93
Error '=' is not followed by whitespace. 93
Error Missing a Javadoc comment. 94
Error Redundant 'public' modifier. 94
Error '=' is not preceded with whitespace. 94
Error '=' is not followed by whitespace. 94
Error Missing a Javadoc comment. 95
Error Redundant 'public' modifier. 95
Error '=' is not preceded with whitespace. 95
Error '=' is not followed by whitespace. 95
Error Missing a Javadoc comment. 96
Error Redundant 'public' modifier. 96
Error '=' is not preceded with whitespace. 96
Error '=' is not followed by whitespace. 96
Error Missing a Javadoc comment. 97
Error Redundant 'public' modifier. 97
Error '=' is not preceded with whitespace. 97
Error '=' is not followed by whitespace. 97
Error Missing a Javadoc comment. 98
Error Redundant 'public' modifier. 98
Error '=' is not preceded with whitespace. 98
Error '=' is not followed by whitespace. 98
Error Missing a Javadoc comment. 99
Error Redundant 'public' modifier. 99
Error '=' is not preceded with whitespace. 99
Error '=' is not followed by whitespace. 99
Error Missing a Javadoc comment. 100
Error Redundant 'public' modifier. 100
Error '=' is not preceded with whitespace. 100
Error '=' is not followed by whitespace. 100
Error Missing a Javadoc comment. 101
Error Redundant 'public' modifier. 101

mx/com/brained/taglib/GridElement.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.*. 3
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. 4
Error Using the '.*' form of import should be avoided - java.util.*. 9
Error Missing a Javadoc comment. 23
Error Variable 'name' must be private and have accessor methods. 23
Error Missing a Javadoc comment. 24
Error Variable 'property' must be private and have accessor methods. 24
Error Missing a Javadoc comment. 25
Error Variable 'title' must be private and have accessor methods. 25
Error Missing a Javadoc comment. 26
Error Variable 'type' must be private and have accessor methods. 26
Error Missing a Javadoc comment. 27
Error Variable 'bundle' must be private and have accessor methods. 27
Error Missing a Javadoc comment. 28
Error Variable 'locale' must be private and have accessor methods. 28
Error First sentence should end with a period. 30
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 35
Error Expected @throws tag for 'JspException'. 35
Error ',' is not followed by whitespace. 51
Error ',' is not followed by whitespace. 52
Error ',' is not followed by whitespace. 53
Error '=' is not preceded with whitespace. 62
Error '=' is not followed by whitespace. 62
Error 'if' is not followed by whitespace. 64
Error '!=' is not preceded with whitespace. 64
Error '!=' is not followed by whitespace. 64
Error '{' is not preceded with whitespace. 64
Error '}' should be on the same line. 66
Error 'else' is not followed by whitespace. 67
Error '{' is not preceded with whitespace. 67
Error Missing a Javadoc comment. 74
Error First sentence should end with a period. 76
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 80
Error Parameter name should be final. 80
Error 'name' hides a field. 80
Error First sentence should end with a period. 83
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 87
Error Parameter property should be final. 87
Error 'property' hides a field. 87
Error First sentence should end with a period. 90
Error Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 94
Error Parameter title should be final. 94
Error 'title' hides a field. 94
Error First sentence should end with a period. 97
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 106
Error Parameter type should be final. 106
Error 'type' hides a field. 106
Error First sentence should end with a period. 109
Error Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. 113
Error Parameter locale should be final. 113
Error 'locale' hides a field. 113
Error First sentence should end with a period. 116
Error Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. 120
Error Parameter bundle should be final. 120
Error 'bundle' hides a field. 120
Error First sentence should end with a period. 124
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 131
Error First sentence should end with a period. 135
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 143
Error First sentence should end with a period. 147
Error Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 155
Error First sentence should end with a period. 159
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 166
Error First sentence should end with a period. 171
Error Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. 178
Error First sentence should end with a period. 182
Error Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. 189
Error First sentence should end with a period. 192
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 195
Error '{' is not preceded with whitespace. 195
Error '=' is not preceded with whitespace. 196
Error '=' is not followed by whitespace. 196
Error '=' is not preceded with whitespace. 197
Error '=' is not followed by whitespace. 197
Error '=' is not preceded with whitespace. 198
Error '=' is not followed by whitespace. 198
Error '=' is not preceded with whitespace. 200
Error '=' is not followed by whitespace. 200

mx/com/brained/taglib/GridFrameTag.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 3
Error Using the '.*' form of import should be avoided - javax.servlet.http.*. 5
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.*. 6
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. 7
Error Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. 9
Error Using the '.*' form of import should be avoided - mx.com.brained.resource.*. 13
Error Line is longer than 80 characters. 20
Error Line is longer than 80 characters. 21
Error Line is longer than 80 characters. 23
Error Line is longer than 80 characters. 24
Error Line is longer than 80 characters. 26
Error Line is longer than 80 characters. 27
Error Extra HTML tag found: </br>It works very similar to an html:link tag from the Stru 27
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 46
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Missing a Javadoc comment. 60
Error First sentence should end with a period. 63
Error Method 'setStyleClass' is not designed for extension - needs to be abstract, final or empty. 67
Error Parameter styleClass should be final. 67
Error 'styleClass' hides a field. 67
Error First sentence should end with a period. 71
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 75
Error Parameter name should be final. 75
Error 'name' hides a field. 75
Error Method 'setForward' is not designed for extension - needs to be abstract, final or empty. 83
Error Parameter forward should be final. 83
Error 'forward' hides a field. 83
Error Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 90
Error Parameter action should be final. 90
Error 'action' hides a field. 90
Error Method 'setHref' is not designed for extension - needs to be abstract, final or empty. 97
Error Parameter href should be final. 97
Error 'href' hides a field. 97
Error Method 'setPage' is not designed for extension - needs to be abstract, final or empty. 104
Error Parameter page should be final. 104
Error 'page' hides a field. 104
Error First sentence should end with a period. 107
Error Method 'setModule' is not designed for extension - needs to be abstract, final or empty. 111
Error Parameter module should be final. 111
Error 'module' hides a field. 111
Error First sentence should end with a period. 114
Error Method 'setAnchor' is not designed for extension - needs to be abstract, final or empty. 118
Error Parameter anchor should be final. 118
Error 'anchor' hides a field. 118
Error Line is longer than 80 characters. 124
Error Method 'setParamId' is not designed for extension - needs to be abstract, final or empty. 127
Error Parameter paramId should be final. 127
Error 'paramId' hides a field. 127
Error Line contains a tab character. 131
Error Line is longer than 80 characters. 133
Error Method 'setParamName' is not designed for extension - needs to be abstract, final or empty. 138
Error Parameter paramName should be final. 138
Error 'paramName' hides a field. 138
Error Method 'setParamProperty' is not designed for extension - needs to be abstract, final or empty. 149
Error Parameter paramProperty should be final. 149
Error 'paramProperty' hides a field. 149
Error Line is longer than 80 characters. 153
Error Line is longer than 80 characters. 154
Error Method 'setParamMap' is not designed for extension - needs to be abstract, final or empty. 158
Error Parameter paramMap should be final. 158
Error 'paramMap' hides a field. 158
Error Line is longer than 80 characters. 164
Error Line is longer than 80 characters. 165
Error Method 'setParamMapProperty' is not designed for extension - needs to be abstract, final or empty. 168
Error Parameter paramMapProperty should be final. 168
Error 'paramMapProperty' hides a field. 168
Error Line is longer than 80 characters. 174
Error Method 'setLinkName' is not designed for extension - needs to be abstract, final or empty. 178
Error Parameter linkName should be final. 178
Error 'linkName' hides a field. 178
Error Method 'getStyleClass' is not designed for extension - needs to be abstract, final or empty. 189
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 200
Error Method 'getForward' is not designed for extension - needs to be abstract, final or empty. 210
Error Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 220
Error Method 'getHref' is not designed for extension - needs to be abstract, final or empty. 230
Error Method 'getPage' is not designed for extension - needs to be abstract, final or empty. 240
Error Method 'getModule' is not designed for extension - needs to be abstract, final or empty. 244
Error Missing a Javadoc comment. 244
Error Method 'getAnchor' is not designed for extension - needs to be abstract, final or empty. 254
Error Method 'getParamId' is not designed for extension - needs to be abstract, final or empty. 264
Error Method 'getParamName' is not designed for extension - needs to be abstract, final or empty. 274
Error Method 'getParamProperty' is not designed for extension - needs to be abstract, final or empty. 284
Error Method 'getParamMap' is not designed for extension - needs to be abstract, final or empty. 294
Error Method 'getParamMapProperty' is not designed for extension - needs to be abstract, final or empty. 304
Error Method 'getLinkName' is not designed for extension - needs to be abstract, final or empty. 314
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 318
Error Missing a Javadoc comment. 318
Error 'cast' is not followed by whitespace. 322
Error Line is longer than 80 characters. 323
Error Line is longer than 80 characters. 326
Error Line is longer than 80 characters. 327
Error ',' is not followed by whitespace. 329
Error ',' is not followed by whitespace. 329
Error Line is longer than 80 characters. 330
Error ',' is not followed by whitespace. 330
Error ',' is not followed by whitespace. 330
Error ',' is not followed by whitespace. 331
Error ',' is not followed by whitespace. 331
Error Expected an @return tag. 344
Error Method 'calculateURL' is not designed for extension - needs to be abstract, final or empty. 344
Error Line is longer than 80 characters. 353
Error Line is longer than 80 characters. 354
Error First sentence should end with a period. 363
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 366
Error '=' is not preceded with whitespace. 380
Error '=' is not followed by whitespace. 380

mx/com/brained/taglib/GridIteratorTag.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 3
Error Using the '.*' form of import should be avoided - java.lang.reflect.*. 4
Error Using the '.*' form of import should be avoided - java.util.*. 5
Error Using the '.*' form of import should be avoided - javax.servlet.http.*. 7
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.*. 8
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. 9
Error Using the '.*' form of import should be avoided - mx.com.brained.model.*. 11
Error Using the '.*' form of import should be avoided - org.apache.commons.collections.*. 12
Error Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. 13
Error Using the '.*' form of import should be avoided - org.springframework.web.context.*. 14
Error Using the '.*' form of import should be avoided - mx.com.brained.resource.*. 15
Error Using the '.*' form of import should be avoided - org.apache.commons.lang.*. 16
Error First sentence should end with a period. 18
Error Line is longer than 80 characters. 22
Error Line is longer than 80 characters. 35
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 42
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 44
Error Missing a Javadoc comment. 46
Error First sentence should end with a period. 50
Error Variable 'iterator' must be private and have accessor methods. 53
Error First sentence should end with a period. 55
Error Variable 'lengthCount' must be private and have accessor methods. 58
Error First sentence should end with a period. 60
Error Variable 'lengthValue' must be private and have accessor methods. 63
Error First sentence should end with a period. 65
Error Variable 'offsetValue' must be private and have accessor methods. 68
Error First sentence should end with a period. 70
Error Variable 'started' must be private and have accessor methods. 73
Error First sentence should end with a period. 75
Error Variable 'collection' must be private and have accessor methods. 79
Error Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. 88
Error First sentence should end with a period. 92
Error Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter collection should be final. 96
Error 'collection' hides a field. 96
Error First sentence should end with a period. 100
Error Variable 'id' must be private and have accessor methods. 104
Error Expected an @return tag. 111
Error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 111
Error First sentence should end with a period. 115
Error Line is longer than 80 characters. 116
Error Method 'setId' is not designed for extension - needs to be abstract, final or empty. 119
Error Parameter id should be final. 119
Error 'id' hides a field. 119
Error First sentence should end with a period. 123
Error Expected an @return tag. 126
Error Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. 126
Error First sentence should end with a period. 134
Error Variable 'indexId' must be private and have accessor methods. 137
Error Method 'getIndexId' is not designed for extension - needs to be abstract, final or empty. 146
Error First sentence should end with a period. 150
Error Method 'setIndexId' is not designed for extension - needs to be abstract, final or empty. 154
Error Parameter indexId should be final. 154
Error 'indexId' hides a field. 154
Error First sentence should end with a period. 158
Error Variable 'length' must be private and have accessor methods. 161
Error Method 'getLength' is not designed for extension - needs to be abstract, final or empty. 170
Error Method 'setLength' is not designed for extension - needs to be abstract, final or empty. 175
Error Missing a Javadoc comment. 175
Error Parameter length should be final. 175
Error 'length' hides a field. 175
Error First sentence should end with a period. 179
Error Variable 'name' must be private and have accessor methods. 182
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 192
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 196
Error Missing a Javadoc comment. 196
Error Parameter name should be final. 196
Error 'name' hides a field. 196
Error First sentence should end with a period. 200
Error Variable 'offset' must be private and have accessor methods. 203
Error Method 'getOffset' is not designed for extension - needs to be abstract, final or empty. 213
Error First sentence should end with a period. 217
Error Method 'setOffset' is not designed for extension - needs to be abstract, final or empty. 221
Error Parameter offset should be final. 221
Error 'offset' hides a field. 221
Error Variable 'property' must be private and have accessor methods. 228
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 238
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 245
Error Parameter property should be final. 245
Error 'property' hides a field. 245
Error First sentence should end with a period. 249
Error Variable 'scope' must be private and have accessor methods. 252
Error Method 'getScope' is not designed for extension - needs to be abstract, final or empty. 262
Error First sentence should end with a period. 266
Error Method 'setScope' is not designed for extension - needs to be abstract, final or empty. 270
Error Parameter scope should be final. 270
Error 'scope' hides a field. 270
Error First sentence should end with a period. 274
Error Variable 'type' must be private and have accessor methods. 277
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 287
Error First sentence should end with a period. 291
Error Method 'setType' is not designed for extension - needs to be abstract, final or empty. 295
Error Parameter type should be final. 295
Error 'type' hides a field. 295
Error Missing a Javadoc comment. 299
Error Variable 'styleClass' must be private and have accessor methods. 299
Error Method 'getStyleClass' is not designed for extension - needs to be abstract, final or empty. 309
Error First sentence should end with a period. 313
Error Method 'setStyleClass' is not designed for extension - needs to be abstract, final or empty. 317
Error Parameter klass should be final. 317
Error Method 'getMultipleSelection' is not designed for extension - needs to be abstract, final or empty. 329
Error First sentence should end with a period. 333
Error Method 'setMultipleSelection' is not designed for extension - needs to be abstract, final or empty. 337
Error Parameter selection should be final. 337
Error First sentence should end with a period. 341
Error Method 'setReport' is not designed for extension - needs to be abstract, final or empty. 345
Error Parameter pdfReport should be final. 345
Error First sentence should end with a period. 349
Error Method 'setDynamic' is not designed for extension - needs to be abstract, final or empty. 353
Error Parameter dinamico should be final. 353
Error First sentence should end with a period. 357
Error Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 361
Error Parameter action should be final. 361
Error 'action' hides a field. 361
Error Line is longer than 80 characters. 366
Error Extra HTML tag found: </br> Defaults to "dataStatus" 366
Error Method 'setHeaderString' is not designed for extension - needs to be abstract, final or empty. 369
Error Parameter headerString should be final. 369
Error 'headerString' hides a field. 369
Error Line is longer than 80 characters. 374
Error Extra HTML tag found: </br> Defaults to "header" 374
Error Method 'setStateString' is not designed for extension - needs to be abstract, final or empty. 377
Error Parameter stateString should be final. 377
Error 'stateString' hides a field. 377
Error Missing a Javadoc comment. 381
Error Variable 'gridUtil' must be private and have accessor methods. 381
Error First sentence should end with a period. 383
Error Method 'getGridUtil' is not designed for extension - needs to be abstract, final or empty. 387
Error Method 'getReport' is not designed for extension - needs to be abstract, final or empty. 399
Error Method 'getDynamic' is not designed for extension - needs to be abstract, final or empty. 411
Error Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 423
Error Method 'getHeaderString' is not designed for extension - needs to be abstract, final or empty. 434
Error Method 'getStateString' is not designed for extension - needs to be abstract, final or empty. 445
Error First sentence should end with a period. 449
Error Expected an @return tag. 454
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 454
Error 'collection' hides a field. 457
Error 'length' hides a field. 476
Error Line is longer than 80 characters. 574
Error Expected an @return tag. 578
Error Method 'doAfterBody' is not designed for extension - needs to be abstract, final or empty. 578
Error Line is longer than 80 characters. 607
Error Missing a Javadoc comment. 613
Error Parameter out should be final. 613
Error 'cast' is not followed by whitespace. 616
Error Line is longer than 80 characters. 618
Error Line is longer than 80 characters. 619
Error 'if' is not followed by whitespace. 620
Error '{' is not preceded with whitespace. 620
Error Line is longer than 80 characters. 621
Error 'if' is not followed by whitespace. 623
Error '{' is not preceded with whitespace. 623
Error Line is longer than 80 characters. 624
Error Line is longer than 80 characters. 626
Error Line is longer than 80 characters. 627
Error Line is longer than 80 characters. 634
Error Line is longer than 80 characters. 635
Error Line is longer than 80 characters. 636
Error Line is longer than 80 characters. 637
Error Line is longer than 80 characters. 641
Error Line is longer than 80 characters. 643
Error ',' is not followed by whitespace. 643
Error ',' is not followed by whitespace. 643
Error Line is longer than 80 characters. 644
Error First sentence should end with a period. 657
Error Expected an @return tag. 662
Error Method 'doEndTag' is not designed for extension - needs to be abstract, final or empty. 662
Error First sentence should end with a period. 673
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 676

mx/com/brained/taglib/GridLibraryTag.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. 3
Error Unused import - java.io.IOException. 6
Error Unused import - javax.servlet.http.HttpServletResponse. 7
Error First sentence should end with a period. 13
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error First sentence should end with a period. 38
Error Method 'setAction' is not designed for extension - needs to be abstract, final or empty. 42
Error Parameter action should be final. 42
Error 'action' hides a field. 42
Error Method 'getAction' is not designed for extension - needs to be abstract, final or empty. 53
Error First sentence should end with a period. 57
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 62
Error Expected @throws tag for 'JspException'. 62
Error Line is longer than 80 characters. 65
Error '=' is not preceded with whitespace. 65
Error '=' is not followed by whitespace. 65
Error ',' is not followed by whitespace. 65
Error Line is longer than 80 characters. 73
Error Line is longer than 80 characters. 74
Error ',' is not followed by whitespace. 74
Error ',' is not followed by whitespace. 74

mx/com/brained/taglib/GridUtil.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.*. 5
Error Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. 7
Error Using the '.*' form of import should be avoided - org.springframework.web.context.*. 8
Error Using the '.*' form of import should be avoided - mx.com.brained.resource.*. 9
Error Using the '.*' form of import should be avoided - org.apache.commons.lang.*. 10
Error Extra HTML tag found: </br> 17
Error Line is longer than 80 characters. 18
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error '=' is not preceded with whitespace. 32
Error '=' is not followed by whitespace. 32
Error Missing a Javadoc comment. 34
Error '=' is not preceded with whitespace. 35
Error '=' is not followed by whitespace. 35
Error '=' is not preceded with whitespace. 36
Error '=' is not followed by whitespace. 36
Error First sentence should end with a period. 40
Error Method 'setData' is not designed for extension - needs to be abstract, final or empty. 44
Error Parameter dato should be final. 44
Error '{' is not preceded with whitespace. 44
Error First sentence should end with a period. 47
Error Method 'newRow' is not designed for extension - needs to be abstract, final or empty. 50
Error '{' is not preceded with whitespace. 50
Error '=' is not preceded with whitespace. 52
Error '=' is not followed by whitespace. 52
Error First sentence should end with a period. 54
Error Method 'addTitle' is not designed for extension - needs to be abstract, final or empty. 58
Error Parameter atrib should be final. 58
Error '{' is not preceded with whitespace. 58
Error First sentence should end with a period. 62
Error Method 'getData' is not designed for extension - needs to be abstract, final or empty. 66
Error First sentence should end with a period. 70
Error Line is longer than 80 characters. 71
Error Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. 74
Error First sentence should end with a period. 78
Error Method 'getRow' is not designed for extension - needs to be abstract, final or empty. 82
Error Method 'setEmptyCollection' is not designed for extension - needs to be abstract, final or empty. 86
Error Missing a Javadoc comment. 86
Error '{' is not preceded with whitespace. 86
Error '=' is not preceded with whitespace. 87
Error '=' is not followed by whitespace. 87
Error First sentence should end with a period. 90
Error Line is longer than 80 characters. 91
Error Method 'getDataArray' is not designed for extension - needs to be abstract, final or empty. 94
Error '{' is not preceded with whitespace. 94
Error 'row' hides a field. 96
Error 'if' is not followed by whitespace. 97
Error '{' is not preceded with whitespace. 97
Error ';' is followed by whitespace. 98
Error ';' is followed by whitespace. 101
Error '}' should be on the same line. 109
Error 'else' is not followed by whitespace. 110
Error '{' is not preceded with whitespace. 110
Error '-' is not preceded with whitespace. 113
Error '-' is not followed by whitespace. 113
Error Method 'getTitleArray' is not designed for extension - needs to be abstract, final or empty. 120
Error '{' is not preceded with whitespace. 120
Error 'for' is not followed by whitespace. 123
Error '=' is not preceded with whitespace. 123
Error '=' is not followed by whitespace. 123
Error ';' is not followed by whitespace. 123
Error '{' is not preceded with whitespace. 123
Error 'cast' is not followed by whitespace. 125
Error '-' is not preceded with whitespace. 128
Error '-' is not followed by whitespace. 128
Error First sentence should end with a period. 132
Error Method 'getColumnProperties' is not designed for extension - needs to be abstract, final or empty. 137
Error Expected @throws tag for 'Exception'. 137
Error '=' is not preceded with whitespace. 141
Error '=' is not followed by whitespace. 141
Error Line is longer than 80 characters. 142
Error 'for' is not followed by whitespace. 143
Error '=' is not preceded with whitespace. 143
Error '=' is not followed by whitespace. 143
Error ';' is not followed by whitespace. 143
Error ';' is not followed by whitespace. 143
Error '{' is not preceded with whitespace. 143
Error '=' is not preceded with whitespace. 144
Error '=' is not followed by whitespace. 144
Error 'if' is not followed by whitespace. 146
Error '{' is not preceded with whitespace. 146
Error ',' is not followed by whitespace. 147
Error ',' is not followed by whitespace. 147
Error '}' should be on the same line. 148
Error 'if' is not followed by whitespace. 149
Error '{' is not preceded with whitespace. 149
Error ',' is not followed by whitespace. 150
Error ',' is not followed by whitespace. 150
Error '}' should be on the same line. 151
Error 'if' is not followed by whitespace. 152
Error '{' is not preceded with whitespace. 152
Error ',' is not followed by whitespace. 153
Error ',' is not followed by whitespace. 153
Error '}' should be on the same line. 154
Error 'if' is not followed by whitespace. 155
Error '{' is not preceded with whitespace. 155
Error ',' is not followed by whitespace. 156
Error ',' is not followed by whitespace. 156
Error '}' should be on the same line. 157
Error 'if' is not followed by whitespace. 158
Error '{' is not preceded with whitespace. 158
Error ',' is not followed by whitespace. 159
Error ',' is not followed by whitespace. 159
Error '}' should be on the same line. 160
Error 'if' is not followed by whitespace. 161
Error '{' is not preceded with whitespace. 161
Error ',' is not followed by whitespace. 162
Error ',' is not followed by whitespace. 162
Error First sentence should end with a period. 168
Error Line is longer than 80 characters. 175
Error Method 'getListField' is not designed for extension - needs to be abstract, final or empty. 175
Error Parameter map should be final. 175
Error Parameter cont should be final. 175
Error ',' is not followed by whitespace. 175
Error Parameter resource should be final. 175
Error Expected @param tag for 'resource'. 175
Error Expected @throws tag for 'Exception'. 175
Error ',' is not followed by whitespace. 177
Error ',' is not followed by whitespace. 177
Error Line is longer than 80 characters. 178
Error ',' is not followed by whitespace. 178
Error ',' is not followed by whitespace. 178
Error Line is longer than 80 characters. 179
Error ',' is not followed by whitespace. 179
Error ',' is not followed by whitespace. 179
Error 'cast' is not followed by whitespace. 179
Error Line is longer than 80 characters. 180
Error ',' is not followed by whitespace. 180
Error ',' is not followed by whitespace. 180
Error 'cast' is not followed by whitespace. 180
Error Line is longer than 80 characters. 181
Error ',' is not followed by whitespace. 181
Error ',' is not followed by whitespace. 181
Error 'cast' is not followed by whitespace. 181
Error First sentence should end with a period. 185
Error Line is longer than 80 characters. 192
Error Method 'getComboBoxField' is not designed for extension - needs to be abstract, final or empty. 192
Error Parameter map should be final. 192
Error Parameter cont should be final. 192
Error ',' is not followed by whitespace. 192
Error Parameter resource should be final. 192
Error Expected @param tag for 'resource'. 192
Error Expected @throws tag for 'Exception'. 193
Error Line is longer than 80 characters. 194
Error Line is longer than 80 characters. 195
Error 'if' is not followed by whitespace. 195
Error 'cast' is not followed by whitespace. 195
Error '{' is not preceded with whitespace. 195
Error Line is longer than 80 characters. 196
Error Line is longer than 80 characters. 198
Error ',' is not followed by whitespace. 198
Error ',' is not followed by whitespace. 198
Error 'cast' is not followed by whitespace. 198
Error Line is longer than 80 characters. 200
Error ',' is not followed by whitespace. 200
Error ',' is not followed by whitespace. 200
Error ',' is not followed by whitespace. 201
Error ',' is not followed by whitespace. 201
Error Line is longer than 80 characters. 202
Error ',' is not followed by whitespace. 202
Error ',' is not followed by whitespace. 202
Error 'cast' is not followed by whitespace. 202
Error Line is longer than 80 characters. 203
Error ',' is not followed by whitespace. 203
Error ',' is not followed by whitespace. 203
Error 'cast' is not followed by whitespace. 203
Error First sentence should end with a period. 207
Error Line is longer than 80 characters. 214
Error Method 'getDateField' is not designed for extension - needs to be abstract, final or empty. 214
Error Parameter map should be final. 214
Error Parameter cont should be final. 214
Error ',' is not followed by whitespace. 214
Error Parameter resource should be final. 214
Error Expected @param tag for 'resource'. 214
Error Expected @throws tag for 'Exception'. 214
Error Line is longer than 80 characters. 216
Error ',' is not followed by whitespace. 216
Error ',' is not followed by whitespace. 216
Error ',' is not followed by whitespace. 217
Error ',' is not followed by whitespace. 217
Error First sentence should end with a period. 221
Error Line is longer than 80 characters. 228
Error Method 'getCheckboxField' is not designed for extension - needs to be abstract, final or empty. 228
Error Parameter map should be final. 228
Error Parameter cont should be final. 228
Error ',' is not followed by whitespace. 228
Error Parameter resource should be final. 228
Error Expected @param tag for 'resource'. 228
Error Expected @throws tag for 'Exception'. 229
Error Line is longer than 80 characters. 230
Error Line is longer than 80 characters. 231
Error ',' is not followed by whitespace. 231
Error ',' is not followed by whitespace. 231
Error ',' is not followed by whitespace. 232
Error ',' is not followed by whitespace. 232
Error Line is longer than 80 characters. 233
Error ',' is not followed by whitespace. 233
Error ',' is not followed by whitespace. 233
Error 'cast' is not followed by whitespace. 233
Error Line is longer than 80 characters. 234
Error ',' is not followed by whitespace. 234
Error ',' is not followed by whitespace. 234
Error 'cast' is not followed by whitespace. 234
Error First sentence should end with a period. 238
Error Line is longer than 80 characters. 245
Error Method 'getEditableField' is not designed for extension - needs to be abstract, final or empty. 245
Error Parameter map should be final. 245
Error Parameter cont should be final. 245
Error ',' is not followed by whitespace. 245
Error Parameter resource should be final. 245
Error Expected @param tag for 'resource'. 245
Error Expected @throws tag for 'Exception'. 246
Error Line is longer than 80 characters. 247
Error Line is longer than 80 characters. 248
Error ',' is not followed by whitespace. 248
Error ',' is not followed by whitespace. 248
Error ',' is not followed by whitespace. 249
Error ',' is not followed by whitespace. 249
Error First sentence should end with a period. 253
Error Line is longer than 80 characters. 261
Error Method 'getReadOnlyField' is not designed for extension - needs to be abstract, final or empty. 261
Error Parameter map should be final. 261
Error ',' is not followed by whitespace. 261
Error Parameter index should be final. 261
Error ',' is not followed by whitespace. 261
Error Parameter resource should be final. 261
Error Expected @throws tag for 'Exception'. 262
Error Line is longer than 80 characters. 263
Error Line is longer than 80 characters. 264
Error ',' is not followed by whitespace. 264
Error ',' is not followed by whitespace. 264
Error Method 'setContext' is not designed for extension - needs to be abstract, final or empty. 268
Error Missing a Javadoc comment. 268
Error Parameter context should be final. 268
Error 'context' hides a field. 268
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 272
Error Missing a Javadoc comment. 272
Error Parameter name should be final. 272
Error 'name' hides a field. 272
Error First sentence should end with a period. 276
Error Line is longer than 80 characters. 277
Error Method 'getPropertyArray' is not designed for extension - needs to be abstract, final or empty. 281
Error 'for' is not followed by whitespace. 283
Error '=' is not preceded with whitespace. 283
Error '=' is not followed by whitespace. 283
Error ';' is not followed by whitespace. 283
Error '{' is not preceded with whitespace. 283
Error 'cast' is not followed by whitespace. 285
Error '-' is not preceded with whitespace. 288
Error '-' is not followed by whitespace. 288
Error First sentence should end with a period. 292
Error Method 'getHeaderArray' is not designed for extension - needs to be abstract, final or empty. 297
Error 'for' is not followed by whitespace. 299
Error '=' is not preceded with whitespace. 299
Error '=' is not followed by whitespace. 299
Error ';' is not followed by whitespace. 299
Error '{' is not preceded with whitespace. 299
Error 'cast' is not followed by whitespace. 301
Error '-' is not preceded with whitespace. 304
Error '-' is not followed by whitespace. 304
Error First sentence should end with a period. 308
Error Method 'getTemplates' is not designed for extension - needs to be abstract, final or empty. 313

mx/com/brained/taglib/ListGridElement.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 3
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.*. 5
Error Using the '.*' form of import should be avoided - javax.servlet.jsp.tagext.*. 6
Error Using the '.*' form of import should be avoided - org.apache.commons.beanutils.*. 8
Error Using the '.*' form of import should be avoided - org.apache.commons.collections.*. 9
Error Using the '.*' form of import should be avoided - org.apache.struts.*. 10
Error Using the '.*' form of import should be avoided - org.apache.struts.taglib.*. 11
Error Using the '.*' form of import should be avoided - org.apache.struts.taglib.html.*. 12
Error First sentence should end with a period. 13
Error '{' is not preceded with whitespace. 30
Error Missing a Javadoc comment. 31
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 34
Error '=' is not preceded with whitespace. 34
Error '=' is not followed by whitespace. 34
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 36
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Missing a Javadoc comment. 39
Error Missing a Javadoc comment. 40
Error Missing a Javadoc comment. 43
Error First sentence should end with a period. 46
Error Method 'doStartTag' is not designed for extension - needs to be abstract, final or empty. 51
Error Expected @throws tag for 'JspException'. 51
Error ',' is not followed by whitespace. 67
Error ',' is not followed by whitespace. 68
Error ',' is not followed by whitespace. 69
Error ',' is not followed by whitespace. 70
Error ',' is not followed by whitespace. 71
Error ',' is not followed by whitespace. 72
Error ',' is not followed by whitespace. 73
Error '=' is not preceded with whitespace. 82
Error '=' is not followed by whitespace. 82
Error 'if' is not followed by whitespace. 84
Error '!=' is not preceded with whitespace. 84
Error '!=' is not followed by whitespace. 84
Error '{' is not preceded with whitespace. 84
Error First sentence should end with a period. 91
Error Unused Javadoc tag. 94
Error Method 'getOptions' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter iter should be final. 96
Error Expected @param tag for 'iter'. 96
Error '=' is not preceded with whitespace. 97
Error '=' is not followed by whitespace. 97
Error 'while' is not followed by whitespace. 104
Error '{' is not preceded with whitespace. 104
Error '=' is not preceded with whitespace. 106
Error '=' is not followed by whitespace. 106
Error 'if' is not followed by whitespace. 108
Error '{' is not preceded with whitespace. 108
Error ';' is followed by whitespace. 111
Error 'if' is not followed by whitespace. 113
Error '{' is not preceded with whitespace. 113
Error 'if' is not followed by whitespace. 122
Error '{' is not preceded with whitespace. 122
Error '=' is not preceded with whitespace. 132
Error '=' is not followed by whitespace. 132
Error '=' is not preceded with whitespace. 133
Error '=' is not followed by whitespace. 133
Error First sentence should end with a period. 135
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 139
Error Parameter name should be final. 139
Error 'name' hides a field. 139
Error First sentence should end with a period. 142
Error Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 146
Error Parameter property should be final. 146
Error 'property' hides a field. 146
Error First sentence should end with a period. 149
Error Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. 153
Error Parameter title should be final. 153
Error 'title' hides a field. 153
Error First sentence should end with a period. 156
Error Method 'setBundle' is not designed for extension - needs to be abstract, final or empty. 160
Error Parameter bundle should be final. 160
Error 'bundle' hides a field. 160
Error First sentence should end with a period. 163
Error Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. 167
Error Parameter locale should be final. 167
Error 'locale' hides a field. 167
Error First sentence should end with a period. 170
Error Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. 174
Error Parameter collection should be final. 174
Error 'collection' hides a field. 174
Error First sentence should end with a period. 177
Error Method 'setValuecolumn' is not designed for extension - needs to be abstract, final or empty. 181
Error Parameter valuecolumn should be final. 181
Error 'valuecolumn' hides a field. 181
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 192
Error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 202
Error Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. 212
Error Method 'getBundle' is not designed for extension - needs to be abstract, final or empty. 223
Error Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. 233
Error Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. 243
Error Method 'getValuecolumn' is not designed for extension - needs to be abstract, final or empty. 253
Error Line is longer than 80 characters. 257
Error Method 'getIterator' is not designed for extension - needs to be abstract, final or empty. 257
Error Missing a Javadoc comment. 257
Error Parameter name should be final. 257
Error 'name' hides a field. 257
Error Parameter property should be final. 257
Error 'property' hides a field. 257
Error Line is longer than 80 characters. 265
Error '+' is not preceded with whitespace. 267
Error '+' is not followed by whitespace. 267
Error '+' is not preceded with whitespace. 267
Error '+' is not followed by whitespace. 267
Error 'collection' hides a field. 271
Error '+' is not preceded with whitespace. 276
Error '+' is not followed by whitespace. 276
Error '+' is not preceded with whitespace. 301
Error '+' is not followed by whitespace. 301
Error First sentence should end with a period. 304
Error Method 'release' is not designed for extension - needs to be abstract, final or empty. 307
Error '{' is not preceded with whitespace. 307
Error '=' is not preceded with whitespace. 308
Error '=' is not followed by whitespace. 308
Error '=' is not preceded with whitespace. 309
Error '=' is not followed by whitespace. 309
Error '=' is not preceded with whitespace. 310
Error '=' is not followed by whitespace. 310
Error '=' is not preceded with whitespace. 311
Error '=' is not followed by whitespace. 311
Error '=' is not preceded with whitespace. 312
Error '=' is not followed by whitespace. 312
Error '=' is not preceded with whitespace. 313
Error '=' is not followed by whitespace. 313
Error '=' is not preceded with whitespace. 314
Error '=' is not followed by whitespace. 314
Error '=' is not preceded with whitespace. 315
Error '=' is not followed by whitespace. 315

mx/com/brained/taglib/package.html

ErrorLine
Error Missing package documentation file.0