The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
14 | 0 | 0 | 171 |
Error | Line | |
---|---|---|
![]() | Type Javadoc tag @version must match pattern '\$Revision:.*\S ?, ?\SDate:.*\S'. | 39 |
![]() | Expected an @return tag. | 143 |
![]() | Expected an @return tag. | 153 |
Error | Line | |
---|---|---|
![]() | Type Javadoc tag @version must match pattern '\$Revision:.*\S ?, ?\SDate:.*\S'. | 50 |
![]() | Unused @param tag for 'property'. | 88 |
![]() | Expected an @return tag. | 110 |
![]() | Expected an @return tag. | 122 |
![]() | 'if' construct must use '{}'s. | 124 |
![]() | 'errors' hides a field. | 130 |
![]() | 'while' construct must use '{}'s. | 131 |
![]() | Expected an @return tag. | 145 |
![]() | 'if' construct must use '{}'s. | 148 |
![]() | 'else' construct must use '{}'s. | 150 |
![]() | Expected an @return tag. | 163 |
![]() | Expected an @return tag. | 176 |
![]() | Expected an @return tag. | 195 |
![]() | 'if' construct must use '{}'s. | 198 |
![]() | 'else' construct must use '{}'s. | 200 |
Error | Line | |
---|---|---|
![]() | Type Javadoc comment is missing an @version tag. | 33 |
![]() | Variable 'log' must be private and have accessor methods. | 34 |
![]() | Name 'DRIVER_CLASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | Variable 'DRIVER_CLASS' must be private and have accessor methods. | 38 |
![]() | Name 'DB_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Variable 'DB_URL' must be private and have accessor methods. | 39 |
![]() | Name 'DB_USER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Variable 'DB_USER' must be private and have accessor methods. | 40 |
![]() | Name 'DB_PASSWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Variable 'DB_PASSWORD' must be private and have accessor methods. | 41 |
![]() | Expected @throws tag for 'ClassNotFoundException'. | 47 |
![]() | Expected an @return tag. | 55 |
![]() | Expected @throws tag for 'SQLException'. | 55 |
![]() | Expected an @return tag. | 74 |
![]() | Expected @throws tag for 'SQLException'. | 74 |
![]() | Empty catch block. | 78 |
Error | Line | |
---|---|---|
![]() | Type Javadoc comment is missing an @version tag. | 33 |
![]() | Variable 'log' must be private and have accessor methods. | 34 |
![]() | Name 'MY_SQL_DRIVER_CLASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | Variable 'MY_SQL_DRIVER_CLASS' must be private and have accessor methods. | 38 |
![]() | Name 'DB_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Variable 'DB_URL' must be private and have accessor methods. | 39 |
![]() | Name 'DB_USER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Variable 'DB_USER' must be private and have accessor methods. | 40 |
![]() | Name 'DB_PASSWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 |
![]() | Variable 'DB_PASSWORD' must be private and have accessor methods. | 41 |
![]() | Expected @throws tag for 'ClassNotFoundException'. | 47 |
![]() | Expected an @return tag. | 55 |
![]() | Expected @throws tag for 'SQLException'. | 55 |
![]() | Expected an @return tag. | 74 |
![]() | Expected @throws tag for 'SQLException'. | 74 |
![]() | Empty catch block. | 78 |
Error | Line | |
---|---|---|
![]() | Type Javadoc comment is missing an @author tag. | 29 |
![]() | Type Javadoc comment is missing an @version tag. | 29 |
![]() | Variable 'businessLogicValidationErrors' must be private and have accessor methods. | 36 |
![]() | Expected @param tag for 'errors'. | 49 |
![]() | Expected @param tag for 'exception'. | 57 |
![]() | Expected @param tag for 'errors'. | 66 |
![]() | Expected @param tag for 'exception'. | 66 |
![]() | Expected an @return tag. | 76 |
![]() | Expected @param tag for 'error'. | 82 |
![]() | Expected @param tag for 'property'. | 88 |
![]() | Expected @param tag for 'error'. | 88 |
![]() | Expected an @return tag. | 95 |
![]() | Expected @param tag for 'errorCode'. | 101 |
Error | Line | |
---|---|---|
![]() | Type Javadoc comment is missing an @author tag. | 35 |
![]() | Type Javadoc comment is missing an @version tag. | 35 |
![]() | Variable 'log' must be private and have accessor methods. | 36 |
![]() | Name 'QUERY_GET_ERROR_CODE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 |
![]() | Variable 'QUERY_GET_ERROR_CODE' must be private and have accessor methods. | 37 |
![]() | Name 'QUERY_GET_ALL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | Variable 'QUERY_GET_ALL' must be private and have accessor methods. | 38 |
![]() | Name 'QUERY_EXISTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Variable 'QUERY_EXISTS' must be private and have accessor methods. | 39 |
![]() | Name 'INSERT_ALL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 |
![]() | Variable 'INSERT_ALL' must be private and have accessor methods. | 40 |
![]() | Expected an @return tag. | 44 |
![]() | Expected @param tag for 't'. | 44 |
![]() | 'if' construct must use '{}'s. | 45 |
![]() | Expected an @return tag. | 58 |
![]() | Expected @param tag for 't'. | 58 |
![]() | Expected @throws tag for 'SQLException'. | 58 |
![]() | 'else' construct must use '{}'s. | 69 |
![]() | Expected an @return tag. | 76 |
![]() | Expected @param tag for 't'. | 76 |
![]() | Expected an @return tag. | 103 |
![]() | Expected @param tag for 't'. | 103 |
![]() | Expected an @return tag. | 125 |
![]() | Name 'genelv_con' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 |
![]() | Name 'proj_con' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 |
![]() | Expected an @return tag. | 156 |
![]() | Name 'genelv_con' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() | Name 'proj_con' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 |
![]() | 'if' construct must use '{}'s. | 201 |
![]() | 'if' construct must use '{}'s. | 203 |
![]() | Empty catch block. | 206 |
![]() | Expected @param tag for 'args'. | 214 |
Error | Line | |
---|---|---|
![]() | Type Javadoc comment is missing an @author tag. | 29 |
![]() | Type Javadoc comment is missing an @version tag. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Expected an @return tag. | 65 |
![]() | Expected @param tag for 'errorCode'. | 76 |
![]() | Expected an @return tag. | 83 |
![]() | 'if' construct must use '{}'s. | 84 |
Error | Line | |
---|---|---|
![]() | Type Javadoc tag @version must match pattern '\$Revision:.*\S ?, ?\SDate:.*\S'. | 27 |
Error | Line | |
---|---|---|
![]() | Type Javadoc tag @version must match pattern '\$Revision:.*\S ?, ?\SDate:.*\S'. | 40 |
![]() | Variable 'log' must be private and have accessor methods. | 41 |
![]() | Expected an @return tag. | 59 |
![]() | Expected @param tag for 'mapping'. | 59 |
![]() | Expected @param tag for 'form'. | 59 |
![]() | Expected @param tag for 'request'. | 59 |
![]() | Expected @param tag for 'response'. | 59 |
![]() | Expected @throws tag for 'IOException'. | 60 |
![]() | Expected @throws tag for 'ServletException'. | 60 |
![]() | 'if' construct must use '{}'s. | 74 |
![]() | 'else' construct must use '{}'s. | 76 |
![]() | Expected an @return tag. | 110 |
![]() | Line is longer than 150 characters. | 110 |
![]() | Expected @param tag for 'mapping'. | 110 |
![]() | Expected @param tag for 'form'. | 110 |
![]() | Expected @param tag for 'request'. | 110 |
![]() | Expected @param tag for 'response'. | 110 |
![]() | Expected @throws tag for 'RemoteException'. | 110 |
![]() | Expected @throws tag for 'WrappedEJBException'. | 110 |
![]() | Expected @throws tag for 'Exception'. | 110 |
Error | Line | |
---|---|---|
![]() | Type Javadoc tag @version must match pattern '\$Revision:.*\S ?, ?\SDate:.*\S'. | 34 |
![]() | Variable 'log' must be private and have accessor methods. | 35 |
![]() | Expected an @return tag. | 41 |
![]() | Expected an @return tag. | 53 |
![]() | Expected @param tag for 'submit'. | 61 |
![]() | Expected an @return tag. | 78 |
Error | Line | |
---|---|---|
![]() | Type Javadoc comment is missing an @author tag. | 48 |
![]() | Type Javadoc comment is missing an @version tag. | 48 |
![]() | Variable 'log' must be private and have accessor methods. | 49 |
![]() | Expected an @return tag. | 55 |
![]() | Expected @param tag for 'mapping'. | 55 |
![]() | Expected @param tag for 'form'. | 55 |
![]() | Expected @param tag for 'request'. | 55 |
![]() | Expected @param tag for 'response'. | 55 |
![]() | Expected @throws tag for 'java.io.IOException'. | 56 |
![]() | Expected @throws tag for 'ServletException'. | 56 |
![]() | Line is longer than 150 characters. | 75 |
![]() | 'if' construct must use '{}'s. | 84 |
![]() | 'if' construct must use '{}'s. | 94 |
![]() | 'if' construct must use '{}'s. | 119 |
Error | Line | |
---|---|---|
![]() | Type Javadoc comment is missing an @author tag. | 46 |
![]() | Type Javadoc comment is missing an @version tag. | 46 |
![]() | Variable 'log' must be private and have accessor methods. | 47 |
![]() | Expected an @return tag. | 52 |
![]() | Expected @param tag for 'mapping'. | 52 |
![]() | Expected @param tag for 'form'. | 52 |
![]() | Expected @param tag for 'request'. | 52 |
![]() | Expected @param tag for 'response'. | 52 |
![]() | Expected @throws tag for 'java.io.IOException'. | 53 |
![]() | Expected @throws tag for 'ServletException'. | 53 |
Error | Line | |
---|---|---|
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 90 |
Error | Line | |
---|---|---|
![]() | Type Javadoc comment is missing an @version tag. | 33 |
![]() | Expected @param tag for 'modelErrors'. | 39 |
![]() | Expected @param tag for 'actionErrors'. | 39 |
![]() | Expected an @return tag. | 58 |
![]() | Expected @param tag for 'modelErrors'. | 58 |
![]() | Expected an @return tag. | 66 |
![]() | Expected @param tag for 'modelError'. | 66 |
![]() | 'if' construct must use '{}'s. | 68 |