The following document contains the results of Checkstyle.
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 9 | 0 | 0 | 82 |
| Error | Line | |
|---|---|---|
|
| Type Javadoc comment is missing an @author tag. | 4 |
|
| Type Javadoc comment is missing an @version tag. | 4 |
|
| Variable 'current' must be private and have accessor methods. | 6 |
|
| Variable 'last' must be private and have accessor methods. | 8 |
|
| Variable 'blockSize' must be private and have accessor methods. | 10 |
| Error | Line | |
|---|---|---|
|
| Type Javadoc comment is missing an @author tag. | 4 |
|
| Type Javadoc comment is missing an @version tag. | 4 |
|
| Variable 'datasource' must be private and have accessor methods. | 10 |
|
| Variable 'table' must be private and have accessor methods. | 12 |
|
| Variable 'name' must be private and have accessor methods. | 14 |
|
| '&&' should be on a new line. | 48 |
| Error | Line | |
|---|---|---|
|
| Type Javadoc comment is missing an @author tag. | 22 |
|
| Type Javadoc comment is missing an @version tag. | 22 |
| Error | Line | |
|---|---|---|
|
| Type Javadoc comment is missing an @version tag. | 36 |
|
| Redundant 'public' modifier. | 40 |
|
| Redundant 'public' modifier. | 46 |
|
| Redundant 'public' modifier. | 52 |
|
| Redundant 'public' modifier. | 58 |
|
| Redundant 'public' modifier. | 64 |
|
| Redundant 'public' modifier. | 70 |
|
| Redundant 'public' modifier. | 76 |
|
| Redundant 'public' modifier. | 82 |
| Error | Line | |
|---|---|---|
|
| Type Javadoc comment is missing an @author tag. | 24 |
|
| Type Javadoc comment is missing an @version tag. | 24 |
|
| Expected an @return tag. | 102 |
| Error | Line | |
|---|---|---|
|
| Line is longer than 150 characters. | 56 |
|
| Should use uppercase 'L'. | 88 |
|
| Name 'SELECTSEQUENCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |
|
| Name 'SELECTSEQUENCE_NONLOCKING' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 |
|
| Name 'UPDATESEQUENCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
|
| Name 'UPDATEBLOCKSIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 |
|
| Name 'INSERTSEQUENCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
|
| Name 'DELETESEQUENCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 |
|
| Missing a Javadoc comment. | 142 |
|
| Missing a Javadoc comment. | 147 |
|
| Missing a Javadoc comment. | 151 |
|
| Missing a Javadoc comment. | 155 |
|
| Expected @throws tag for 'CreateException'. | 163 |
|
| Line is longer than 150 characters. | 1134 |
|
| 'blockSize' hides a field. | 1246 |
| Error | Line | |
|---|---|---|
|
| Type Javadoc comment is missing an @version tag. | 44 |
|
| Expected @param tag for 'connection'. | 52 |
|
| Expected @param tag for 'props'. | 52 |
|
| Expected an @return tag. | 70 |
|
| Expected @throws tag for 'SQLException'. | 70 |
|
| Expected an @return tag. | 98 |
|
| Expected @throws tag for 'SQLException'. | 98 |
|
| Expected an @return tag. | 134 |
|
| Expected @throws tag for 'SQLException'. | 134 |
|
| Expected an @return tag. | 144 |
|
| Expected @throws tag for 'SQLException'. | 144 |
|
| Expected an @return tag. | 184 |
|
| Expected @throws tag for 'SQLException'. | 184 |
|
| Expected an @return tag. | 198 |
|
| Expected @param tag for 'fields'. | 198 |
|
| Expected @throws tag for 'SQLException'. | 198 |
| Error | Line | |
|---|---|---|
|
| Missing a Javadoc comment. | 42 |
|
| Expected @param tag for 'connection'. | 56 |
|
| Expected @param tag for 'props'. | 56 |
|
| Expected an @return tag. | 163 |
|
| Expected @throws tag for 'SQLException'. | 163 |
|
| Expected an @return tag. | 205 |
|
| Expected @throws tag for 'SQLException'. | 205 |
|
| Expected an @return tag. | 215 |
|
| Expected @throws tag for 'SQLException'. | 215 |
|
| 'if' construct must use '{}'s. | 251 |
|
| 'if' construct must use '{}'s. | 253 |
|
| Expected an @return tag. | 265 |
|
| Expected @throws tag for 'SQLException'. | 265 |
|
| Expected an @return tag. | 279 |
|
| Expected @param tag for 'fields'. | 279 |
|
| Expected @throws tag for 'SQLException'. | 279 |
| Error | Line | |
|---|---|---|
|
| Type Javadoc comment is missing an @version tag. | 41 |
|
| Missing a Javadoc comment. | 58 |
|
| Unused @param tag for 'tableName'. | 68 |
|
| Expected @param tag for 'props'. | 70 |
|
| Expected @param tag for 'props'. | 77 |
|
| Line is longer than 150 characters. | 84 |
|
| Unused @param tag for 'tablename'. | 95 |
|
| Expected @param tag for 'props'. | 100 |
|
| Name 'ORACLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 |
|
| Name 'MYSQL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 |