The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 13 | 0 | 0 | 1097 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 4 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 89 | |
| JavadocType | 1 | |
| JavadocVariable | 47 | |
| JavadocStyle | 6 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 2 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 3 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 132 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 3 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 2 | |
| ParenPad | 26 | |
| TypecastParenPad | 0 | |
| TabCharacter | 212 | |
| WhitespaceAfter | 8 | |
| WhitespaceAround | 299 | |
| ModifierOrder | 3 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 1 | |
| NeedBraces | 30 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 8 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 10 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 6 | |
| MissingSwitchDefault | 2 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 39 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 12 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 64 | |
GenericIllegalRegexp
| 87 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Line has trailing spaces. | 41 | |
| Missing a Javadoc comment. | 42 | |
| '{' is not followed by whitespace. | 42 | |
| '}' is not preceded with whitespace. | 42 | |
| Line has trailing spaces. | 46 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '?' is not preceded with whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '?' is not followed by whitespace. | 50 | |
| Parameter column should be final. | 50 | |
| Expected @param tag for 'column'. | 50 | |
| '!=' is not preceded with whitespace. | 52 | |
| '!=' is not followed by whitespace. | 52 | |
| switch without "default" clause. | 53 | |
| Line has trailing spaces. | 54 | |
| Line is longer than 80 characters. | 58 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '?' is not preceded with whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '?' is not followed by whitespace. | 72 | |
| Parameter precision should be final. | 72 | |
| 'if' construct must use '{}'s. | 73 | |
| '==' is not preceded with whitespace. | 73 | |
| '==' is not followed by whitespace. | 73 | |
| 'if' construct must use '{}'s. | 75 | |
| '<' is not preceded with whitespace. | 75 | |
| '3' is a magic number. | 75 | |
| '<' is not followed by whitespace. | 75 | |
| Line has trailing spaces. | 76 | |
| 'if' construct must use '{}'s. | 77 | |
| '<' is not preceded with whitespace. | 77 | |
| '5' is a magic number. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| Line has trailing spaces. | 78 | |
| 'if' construct must use '{}'s. | 79 | |
| Line is longer than 80 characters. | 79 | |
| '<' is not preceded with whitespace. | 79 | |
| '10' is a magic number. | 79 | |
| '<' is not followed by whitespace. | 79 | |
| Line has trailing spaces. | 80 | |
| 'if' construct must use '{}'s. | 81 | |
| Line has trailing spaces. | 81 | |
| Line is longer than 80 characters. | 81 | |
| '<' is not preceded with whitespace. | 81 | |
| '19' is a magic number. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| Line has trailing spaces. | 82 | |
| Line is longer than 80 characters. | 86 | |
| Missing a Javadoc comment. | 86 | |
| '<' is not preceded with whitespace. | 86 | |
| '<' is not followed by whitespace. | 86 | |
| '?' is not preceded with whitespace. | 86 | |
| '>' is not preceded with whitespace. | 86 | |
| '?' is not followed by whitespace. | 86 | |
| Parameter precision should be final. | 86 | |
| Parameter scale should be final. | 86 | |
| '!=' is not preceded with whitespace. | 87 | |
| '!=' is not followed by whitespace. | 87 | |
| '<' is not preceded with whitespace. | 87 | |
| '8' is a magic number. | 87 | |
| '<' is not followed by whitespace. | 87 | |
| Line is longer than 80 characters. | 88 | |
| '!=' is not preceded with whitespace. | 90 | |
| '!=' is not followed by whitespace. | 90 | |
| '<' is not preceded with whitespace. | 90 | |
| '17' is a magic number. | 90 | |
| '<' is not followed by whitespace. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line has trailing spaces. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Parameter i should be final. | 98 | |
| '==' is not preceded with whitespace. | 99 | |
| '==' is not followed by whitespace. | 99 | |
| '==' is not preceded with whitespace. | 99 | |
| '==' is not followed by whitespace. | 99 | |
| Line has trailing spaces. | 101 | |
| Expected an @return tag. | 105 | |
| Line is longer than 80 characters. | 105 | |
| '<' is not preceded with whitespace. | 105 | |
| '<' is not followed by whitespace. | 105 | |
| '?' is not preceded with whitespace. | 105 | |
| '>' is not preceded with whitespace. | 105 | |
| '?' is not followed by whitespace. | 105 | |
| Parameter wrapperClass should be final. | 105 | |
| '<' is not preceded with whitespace. | 105 | |
| '<' is not followed by whitespace. | 105 | |
| '?' is not preceded with whitespace. | 105 | |
| '>' is not preceded with whitespace. | 105 | |
| '?' is not followed by whitespace. | 105 | |
| Expected @param tag for 'wrapperClass'. | 105 | |
| Parameter column should be final. | 105 | |
| Expected @param tag for 'column'. | 105 | |
| Line is longer than 80 characters. | 106 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '?' is not preceded with whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| '?' is not followed by whitespace. | 106 | |
| '==' is not preceded with whitespace. | 107 | |
| '==' is not followed by whitespace. | 107 | |
| Line is longer than 80 characters. | 110 | |
| '!=' is not preceded with whitespace. | 110 | |
| '!=' is not followed by whitespace. | 110 | |
| Line has trailing spaces. | 117 | |
| Missing a Javadoc comment. | 118 | |
| '<' is not preceded with whitespace. | 118 | |
| '<' is not followed by whitespace. | 118 | |
| '?' is not preceded with whitespace. | 118 | |
| '>' is not preceded with whitespace. | 118 | |
| '?' is not followed by whitespace. | 118 | |
| Parameter column should be final. | 118 | |
| Line has trailing spaces. | 119 | |
| Line has trailing spaces. | 120 | |
| '==' is not preceded with whitespace. | 120 | |
| '==' is not followed by whitespace. | 120 | |
| Line is longer than 80 characters. | 121 | |
| '!=' is not preceded with whitespace. | 122 | |
| '!=' is not followed by whitespace. | 122 | |
| '{' should be on the previous line. | 124 | |
| Line is longer than 80 characters. | 126 | |
| '||' should be on a new line. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Avoid inline conditionals. | 128 | |
| Line has trailing spaces. | 134 | |
| Line is longer than 80 characters. | 136 | |
| Line contains a tab character. | 141 | |
| Parameter table should be final. | 141 | |
| Expected @param tag for 'table'. | 141 | |
| 'if' construct must use '{}'s. | 142 | |
| Line has trailing spaces. | 142 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| '(' is followed by whitespace. | 142 | |
| '==' is not preceded with whitespace. | 142 | |
| '==' is not followed by whitespace. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| 'cast' is not followed by whitespace. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 148 | |
| Missing a Javadoc comment. | 148 | |
| '<' is not preceded with whitespace. | 148 | |
| '<' is not followed by whitespace. | 148 | |
| '?' is not preceded with whitespace. | 148 | |
| '>' is not preceded with whitespace. | 148 | |
| '?' is not followed by whitespace. | 148 | |
| Parameter dbType should be final. | 148 | |
| Line contains a tab character. | 149 | |
| '<' is not preceded with whitespace. | 149 | |
| '<' is not followed by whitespace. | 149 | |
| '?' is not preceded with whitespace. | 149 | |
| '>' is not preceded with whitespace. | 149 | |
| '?' is not followed by whitespace. | 149 | |
| Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line has trailing spaces. | 152 | |
| Line contains a tab character. | 152 | |
| Missing a Javadoc comment. | 153 | |
| '<' is not preceded with whitespace. | 153 | |
| '<' is not followed by whitespace. | 153 | |
| '?' is not preceded with whitespace. | 153 | |
| '>' is not preceded with whitespace. | 153 | |
| '?' is not followed by whitespace. | 153 | |
| Parameter dbType should be final. | 153 | |
| Line has trailing spaces. | 156 | |
| Missing a Javadoc comment. | 157 | |
| Parameter boolOrNull should be final. | 157 | |
| '==' is not preceded with whitespace. | 158 | |
| '==' is not followed by whitespace. | 158 | |
| Line has trailing spaces. | 160 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 165 | |
| '<' is not preceded with whitespace. | 165 | |
| '<' is not followed by whitespace. | 165 | |
| '?' is not preceded with whitespace. | 165 | |
| '>' is not preceded with whitespace. | 165 | |
| '?' is not followed by whitespace. | 165 | |
| Parameter wrapperClass should be final. | 165 | |
| '<' is not preceded with whitespace. | 165 | |
| '<' is not followed by whitespace. | 165 | |
| '?' is not preceded with whitespace. | 165 | |
| '>' is not preceded with whitespace. | 165 | |
| '?' is not followed by whitespace. | 165 | |
| Line has trailing spaces. | 168 | |
| Line contains a tab character. | 169 | |
| Missing a Javadoc comment. | 169 | |
| '<' is not preceded with whitespace. | 169 | |
| '<' is not followed by whitespace. | 169 | |
| '<' is not preceded with whitespace. | 169 | |
| '<' is not followed by whitespace. | 169 | |
| '?' is not preceded with whitespace. | 169 | |
| '>' is not preceded with whitespace. | 169 | |
| '?' is not followed by whitespace. | 169 | |
| '>' is not followed by whitespace. | 169 | |
| '>' is not preceded with whitespace. | 169 | |
| Variable 'java2DbMapping' must be private and have accessor methods. | 169 | |
| Line has trailing spaces. | 170 | |
| Missing a Javadoc comment. | 171 | |
| '<' is not preceded with whitespace. | 171 | |
| '<' is not followed by whitespace. | 171 | |
| '<' is not preceded with whitespace. | 171 | |
| '<' is not followed by whitespace. | 171 | |
| '?' is not preceded with whitespace. | 171 | |
| '>' is not preceded with whitespace. | 171 | |
| '?' is not followed by whitespace. | 171 | |
| '>' is not followed by whitespace. | 171 | |
| '<' is not preceded with whitespace. | 171 | |
| '<' is not followed by whitespace. | 171 | |
| '?' is not preceded with whitespace. | 171 | |
| '>' is not preceded with whitespace. | 171 | |
| '?' is not followed by whitespace. | 171 | |
| '>' is not followed by whitespace. | 171 | |
| '>' is not preceded with whitespace. | 171 | |
| Variable 'wrapperToPrimitive' must be private and have accessor methods. | 171 | |
| Line has trailing spaces. | 172 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line is longer than 80 characters. | 175 | |
| '<' is not preceded with whitespace. | 175 | |
| '<' is not followed by whitespace. | 175 | |
| '<' is not preceded with whitespace. | 175 | |
| '<' is not followed by whitespace. | 175 | |
| '?' is not preceded with whitespace. | 175 | |
| '>' is not preceded with whitespace. | 175 | |
| '?' is not followed by whitespace. | 175 | |
| '>' is not followed by whitespace. | 175 | |
| '<' is not preceded with whitespace. | 175 | |
| '<' is not followed by whitespace. | 175 | |
| '?' is not preceded with whitespace. | 175 | |
| '>' is not preceded with whitespace. | 175 | |
| '?' is not followed by whitespace. | 175 | |
| '>' is not followed by whitespace. | 175 | |
| '>' is not preceded with whitespace. | 175 | |
| '>' is not followed by whitespace. | 175 | |
| Line has trailing spaces. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| '<' is not preceded with whitespace. | 187 | |
| '<' is not followed by whitespace. | 187 | |
| '<' is not preceded with whitespace. | 187 | |
| '<' is not followed by whitespace. | 187 | |
| '?' is not preceded with whitespace. | 187 | |
| '>' is not preceded with whitespace. | 187 | |
| '?' is not followed by whitespace. | 187 | |
| '>' is not followed by whitespace. | 187 | |
| '>' is not preceded with whitespace. | 187 | |
| '>' is not followed by whitespace. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 44 | |
| Line has trailing spaces. | 47 | |
| Line is longer than 80 characters. | 47 | |
| Line has trailing spaces. | 49 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Line has trailing spaces. | 55 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Variable 'db2OOMapper' must be private and have accessor methods. | 56 | |
| Line contains a tab character. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'contextLoader' must be private and have accessor methods. | 57 | |
| Line contains a tab character. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'stack' must be private and have accessor methods. | 58 | |
| Line has trailing spaces. | 59 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'baseModel' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 61 | |
| 'protected' modifier out of order with the JLS suggestions. | 61 | |
| Variable 'currentClass' must be private and have accessor methods. | 61 | |
| Missing a Javadoc comment. | 62 | |
| 'protected' modifier out of order with the JLS suggestions. | 62 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| Variable 'classNames' must be private and have accessor methods. | 62 | |
| Missing a Javadoc comment. | 63 | |
| 'protected' modifier out of order with the JLS suggestions. | 63 | |
| Variable 'currentProperty' must be private and have accessor methods. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line has trailing spaces. | 68 | |
| Line has trailing spaces. | 72 | |
| First sentence should end with a period. | 73 | |
| Expected an @return tag. | 74 | |
| Method 'gen' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter input should be final. | 74 | |
| Expected @param tag for 'input'. | 74 | |
| '==' is not preceded with whitespace. | 75 | |
| '==' is not followed by whitespace. | 75 | |
| 'if' construct must use '{}'s. | 77 | |
| '==' is not preceded with whitespace. | 77 | |
| '==' is not followed by whitespace. | 77 | |
| Line has trailing spaces. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 87 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter database should be final. | 87 | |
| '<' is not preceded with whitespace. | 88 | |
| '<' is not followed by whitespace. | 88 | |
| '>' is not preceded with whitespace. | 88 | |
| '>' is not followed by whitespace. | 88 | |
| 'if' construct must use '{}'s. | 89 | |
| '+' is not preceded with whitespace. | 90 | |
| '+' is not followed by whitespace. | 90 | |
| Line contains a tab character. | 91 | |
| First sentence should end with a period. | 93 | |
| Line contains a tab character. | 94 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter table should be final. | 94 | |
| Expected @param tag for 'table'. | 94 | |
| Line contains a tab character. | 95 | |
| '(' is followed by whitespace. | 95 | |
| ')' is preceded with whitespace. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| '(' is followed by whitespace. | 100 | |
| ')' is preceded with whitespace. | 100 | |
| Line contains a tab character. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| 'if' construct must use '{}'s. | 113 | |
| '+' is not preceded with whitespace. | 114 | |
| '+' is not followed by whitespace. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| First sentence should end with a period. | 121 | |
| Line contains a tab character. | 121 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Parameter column should be final. | 122 | |
| Expected @param tag for 'column'. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| 'if' construct must use '{}'s. | 127 | |
| '+' is not preceded with whitespace. | 128 | |
| '+' is not followed by whitespace. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line is longer than 80 characters. | 135 | |
| Parameter pkColumn should be final. | 136 | |
| Expected @param tag for 'pkColumn'. | 136 | |
| Line is longer than 80 characters. | 143 | |
| Line contains a tab character. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Parameter table should be final. | 143 | |
| Parameter entityClass should be final. | 143 | |
| Parameter context should be final. | 143 | |
| Line contains a tab character. | 144 | |
| '<' is not preceded with whitespace. | 144 | |
| '<' is not followed by whitespace. | 144 | |
| '>' is not preceded with whitespace. | 144 | |
| Line contains a tab character. | 145 | |
| '==' is not preceded with whitespace. | 145 | |
| '==' is not followed by whitespace. | 145 | |
| Avoid inline conditionals. | 145 | |
| 'if' construct must use '{}'s. | 146 | |
| Line has trailing spaces. | 146 | |
| Line contains a tab character. | 146 | |
| '==' is not preceded with whitespace. | 146 | |
| '==' is not followed by whitespace. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line contains a tab character. | 147 | |
| '+' is not preceded with whitespace. | 147 | |
| '+' is not followed by whitespace. | 147 | |
| '+' is not preceded with whitespace. | 147 | |
| '+' should be on a new line. | 147 | |
| Line contains a tab character. | 149 | |
| '==' is not preceded with whitespace. | 149 | |
| '==' is not followed by whitespace. | 149 | |
| Line is longer than 80 characters. | 151 | |
| Line contains a tab character. | 151 | |
| 'if' construct must use '{}'s. | 152 | |
| '+' is not preceded with whitespace. | 153 | |
| '+' is not followed by whitespace. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line contains a tab character. | 158 | |
| '(' is followed by whitespace. | 158 | |
| '(' is followed by whitespace. | 158 | |
| ')' is preceded with whitespace. | 158 | |
| ')' is preceded with whitespace. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line contains a tab character. | 159 | |
| ')' is preceded with whitespace. | 159 | |
| Line contains a tab character. | 160 | |
| '(' is followed by whitespace. | 160 | |
| ')' is preceded with whitespace. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| 'for' is not followed by whitespace. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| 'if' construct must use '{}'s. | 175 | |
| Line is longer than 80 characters. | 176 | |
| '+' is not preceded with whitespace. | 176 | |
| '+' is not followed by whitespace. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 180 | |
| Method 'createProperty' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Missing a Javadoc comment. | 180 | |
| Parameter _class should be final. | 180 | |
| Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 | |
| Parameter column should be final. | 180 | |
| Line contains a tab character. | 181 | |
| Line is longer than 80 characters. | 182 | |
| Line contains a tab character. | 182 | |
| ')' is preceded with whitespace. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line has trailing spaces. | 188 | |
| Line contains a tab character. | 188 | |
| Method 'createProperty2' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Parameter name should be final. | 189 | |
| Parameter type should be final. | 189 | |
| Parameter _class should be final. | 189 | |
| Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line has trailing spaces. | 205 | |
| Method 'uniquePropertyName' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Parameter _class should be final. | 206 | |
| Name '_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| Parameter name should be final. | 206 | |
| 'while' construct must use '{}'s. | 207 | |
| 'while' is not followed by whitespace. | 207 | |
| '!=' is not preceded with whitespace. | 207 | |
| '!=' is not followed by whitespace. | 207 | |
| Line has trailing spaces. | 211 | |
| Missing a Javadoc comment. | 212 | |
| Parameter name should be final. | 212 | |
| 'while' construct must use '{}'s. | 213 | |
| 'while' is not followed by whitespace. | 213 | |
| Line has trailing spaces. | 217 | |
| Missing a Javadoc comment. | 218 | |
| Parameter name should be final. | 218 | |
| '-' is not preceded with whitespace. | 219 | |
| '-' is not followed by whitespace. | 219 | |
| '(' is followed by whitespace. | 220 | |
| ')' is preceded with whitespace. | 220 | |
| '+' is not preceded with whitespace. | 221 | |
| '+' is not followed by whitespace. | 221 | |
| '-' is not preceded with whitespace. | 222 | |
| '-' is not followed by whitespace. | 222 | |
| '+' is not preceded with whitespace. | 222 | |
| '+' is not followed by whitespace. | 222 | |
| '+' is not preceded with whitespace. | 222 | |
| '+' is not followed by whitespace. | 222 | |
| '+' is not preceded with whitespace. | 224 | |
| '+' is not followed by whitespace. | 224 | |
| Expected an @return tag. | 231 | |
| Parameter className should be final. | 231 | |
| Expected @param tag for 'className'. | 231 | |
| Line is longer than 80 characters. | 235 | |
| Missing a Javadoc comment. | 235 | |
| Parameter targetContextHolder should be final. | 235 | |
| Parameter entityClass should be final. | 235 | |
| Parameter table should be final. | 235 | |
| Line has trailing spaces. | 239 | |
| Line is longer than 80 characters. | 240 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line is longer than 80 characters. | 242 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 244 | |
| Method 'getDb2OOMapper' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| Missing a Javadoc comment. | 244 | |
| 'if' construct must use '{}'s. | 245 | |
| '==' is not preceded with whitespace. | 245 | |
| '==' is not followed by whitespace. | 245 | |
| Line contains a tab character. | 247 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 250 | |
| Method 'setDb2OOMapper' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| Missing a Javadoc comment. | 250 | |
| Parameter db2OOMapper should be final. | 250 | |
| 'db2OOMapper' hides a field. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 254 | |
| Method 'getBaseModel' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Missing a Javadoc comment. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 258 | |
| Method 'setBaseModel' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Missing a Javadoc comment. | 258 | |
| Parameter baseModel should be final. | 258 | |
| 'baseModel' hides a field. | 258 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Line has trailing spaces. | 41 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'ooNamingService' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Line has trailing spaces. | 48 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '{' is not followed by whitespace. | 49 | |
| '}' is not preceded with whitespace. | 49 | |
| Line has trailing spaces. | 50 | |
| Line contains a tab character. | 50 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Expected an @return tag. | 60 | |
| Method 'classNameSingular' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter table should be final. | 60 | |
| Expected @param tag for 'table'. | 60 | |
| 'if' construct must use '{}'s. | 62 | |
| Line is longer than 80 characters. | 68 | |
| Expected an @return tag. | 71 | |
| Method 'propertyNameSingular' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter column should be final. | 71 | |
| Expected @param tag for 'column'. | 71 | |
| 'if' construct must use '{}'s. | 73 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 87 | |
| Expected an @return tag. | 90 | |
| Method 'propertyType' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Parameter column should be final. | 90 | |
| Expected @param tag for 'column'. | 90 | |
| Line is longer than 80 characters. | 91 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '?' is not preceded with whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| '?' is not followed by whitespace. | 91 | |
| '!=' is not preceded with whitespace. | 92 | |
| '!=' is not followed by whitespace. | 92 | |
| Line is longer than 80 characters. | 95 | |
| '<' is not preceded with whitespace. | 95 | |
| '<' is not followed by whitespace. | 95 | |
| '?' is not preceded with whitespace. | 95 | |
| '>' is not preceded with whitespace. | 95 | |
| '?' is not followed by whitespace. | 95 | |
| '!=' is not preceded with whitespace. | 96 | |
| '!=' is not followed by whitespace. | 96 | |
| Line is longer than 80 characters. | 97 | |
| '<' is not preceded with whitespace. | 97 | |
| '<' is not followed by whitespace. | 97 | |
| '?' is not preceded with whitespace. | 97 | |
| '>' is not preceded with whitespace. | 97 | |
| '?' is not followed by whitespace. | 97 | |
| '!=' is not preceded with whitespace. | 98 | |
| '!=' is not followed by whitespace. | 98 | |
| Line has trailing spaces. | 103 | |
| '<' is not preceded with whitespace. | 105 | |
| '<' is not followed by whitespace. | 105 | |
| '?' is not preceded with whitespace. | 105 | |
| '>' is not preceded with whitespace. | 105 | |
| '?' is not followed by whitespace. | 105 | |
| '==' is not preceded with whitespace. | 106 | |
| '==' is not followed by whitespace. | 106 | |
| Line contains a tab character. | 111 | |
| Line has trailing spaces. | 112 | |
| Line is longer than 80 characters. | 114 | |
| Expected an @return tag. | 117 | |
| Line contains a tab character. | 117 | |
| Method 'referenceType' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Parameter fkConstraint should be final. | 117 | |
| Expected @param tag for 'fkConstraint'. | 117 | |
| Line is longer than 80 characters. | 121 | |
| 'for' is not followed by whitespace. | 121 | |
| 'if' construct must use '{}'s. | 122 | |
| Line is longer than 80 characters. | 122 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Method 'referenceName' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Parameter fkConstraint should be final. | 137 | |
| Expected @param tag for 'fkConstraint'. | 137 | |
| Line is longer than 80 characters. | 140 | |
| '>' is not preceded with whitespace. | 140 | |
| '>' is not followed by whitespace. | 140 | |
| Line is longer than 80 characters. | 141 | |
| switch without "default" clause. | 144 | |
| Line has trailing spaces. | 148 | |
| Line has trailing spaces. | 149 | |
| Avoid inline conditionals. | 149 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 160 | |
| Line contains a tab character. | 160 | |
| '(' is followed by whitespace. | 160 | |
| ')' is preceded with whitespace. | 160 | |
| Line contains a tab character. | 162 | |
| First sentence should end with a period. | 164 | |
| Method 'isManyCardinality' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Parameter fkConstraint should be final. | 168 | |
| Expected @param tag for 'fkConstraint'. | 168 | |
| Line is longer than 80 characters. | 170 | |
| '(' is followed by whitespace. | 170 | |
| ')' is preceded with whitespace. | 170 | |
| Line has trailing spaces. | 172 | |
| Line has trailing spaces. | 179 | |
| Line is longer than 80 characters. | 179 | |
| Expected an @return tag. | 183 | |
| Method 'determineCardinality' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Parameter fkConstraint should be final. | 183 | |
| Expected @param tag for 'fkConstraint'. | 183 | |
| '==' is not preceded with whitespace. | 185 | |
| '==' is not followed by whitespace. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 192 | |
| Avoid inline conditionals. | 192 | |
| Line has trailing spaces. | 198 | |
| Line is longer than 80 characters. | 200 | |
| Line has trailing spaces. | 203 | |
| Line contains a tab character. | 203 | |
| Method 'containerType' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Parameter fkConstraint should be final. | 203 | |
| Expected @param tag for 'fkConstraint'. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Line contains a tab character. | 204 | |
| Avoid inline conditionals. | 204 | |
| Line contains a tab character. | 205 | |
| Line is longer than 80 characters. | 207 | |
| Method 'setReferenceNamingStrategy' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Parameter referenceNamingStrategy should be final. | 207 | |
| 'referenceNamingStrategy' hides a field. | 207 | |
| Line is longer than 80 characters. | 215 | |
| Method 'setReferenceNamingStrategyString' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Parameter referenceNamingStrategy should be final. | 215 | |
| 'referenceNamingStrategy' hides a field. | 215 | |
| Line is longer than 80 characters. | 216 | |
| '(' is followed by whitespace. | 216 | |
| ')' is preceded with whitespace. | 216 | |
| Method 'getOONamingService' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Missing a Javadoc comment. | 223 | |
| 'if' construct must use '{}'s. | 224 | |
| '==' is not preceded with whitespace. | 224 | |
| '==' is not followed by whitespace. | 224 | |
| Method 'setOONamingService' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| Parameter ooNamingService should be final. | 229 | |
| 'ooNamingService' hides a field. | 229 | |
| Line has trailing spaces. | 232 | |
| Line contains a tab character. | 232 | |
| Method 'getCollections' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| Missing a Javadoc comment. | 233 | |
| 'if' construct must use '{}'s. | 234 | |
| '==' is not preceded with whitespace. | 234 | |
| '==' is not followed by whitespace. | 234 | |
| Method 'setCollections' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| Missing a Javadoc comment. | 239 | |
| Parameter collections should be final. | 239 | |
| 'collections' hides a field. | 239 | |
| Method 'getDefaultType' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Missing a Javadoc comment. | 243 | |
| Method 'setDefaultType' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Missing a Javadoc comment. | 247 | |
| Parameter defaultType should be final. | 247 | |
| 'defaultType' hides a field. | 247 | |
| Method 'getRegexRenamer' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| Missing a Javadoc comment. | 251 | |
| Method 'setRegexRenamer' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| Missing a Javadoc comment. | 255 | |
| Parameter regexRenamer should be final. | 255 | |
| 'regexRenamer' hides a field. | 255 | |
| Line has trailing spaces. | 258 | |
| Line is longer than 80 characters. | 260 | |
| Method 'setRegexReplacePairs' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| Parameter replacePatterns should be final. | 263 | |
| Expected @param tag for 'replacePatterns'. | 263 | |
| 'if' construct must use '{}'s. | 264 | |
| '==' is not preceded with whitespace. | 264 | |
| '==' is not followed by whitespace. | 264 | |
| Missing a Javadoc comment. | 269 | |
| Parameter name should be final. | 269 | |
| '==' is not preceded with whitespace. | 270 | |
| '==' is not followed by whitespace. | 270 | |
| Line has trailing spaces. | 271 | |
| '==' is not preceded with whitespace. | 274 | |
| '==' is not followed by whitespace. | 274 | |
| Avoid inline conditionals. | 274 | |
| Method 'getPluralTableNames' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Missing a Javadoc comment. | 278 | |
| Method 'setPluralTableNames' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| Missing a Javadoc comment. | 283 | |
| Parameter pluralTableNames should be final. | 283 | |
| 'pluralTableNames' hides a field. | 283 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 31 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 40 | |
| Missing a Javadoc comment. | 41 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| '>' is not followed by whitespace. | 42 | |
| Line has trailing spaces. | 46 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter model should be final. | 48 | |
| 'cast' is not followed by whitespace. | 50 | |
| First sentence should end with a period. | 55 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Method 'referenceOwningSide' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter reference should be final. | 65 | |
| Expected @param tag for 'reference'. | 65 | |
| Line is longer than 80 characters. | 68 | |
| 'cast' is not followed by whitespace. | 68 | |
| Line is longer than 80 characters. | 69 | |
| '==' is not preceded with whitespace. | 69 | |
| '==' is not followed by whitespace. | 69 | |
| Avoid inline conditionals. | 69 | |
| 'cast' is not followed by whitespace. | 69 | |
| Line is longer than 80 characters. | 71 | |
| '==' is not preceded with whitespace. | 71 | |
| '==' is not followed by whitespace. | 71 | |
| Avoid inline conditionals. | 71 | |
| ';' is not followed by whitespace. | 71 | |
| 'if' construct must use '{}'s. | 73 | |
| '==' is not preceded with whitespace. | 73 | |
| '==' is not followed by whitespace. | 73 | |
| '+' is not preceded with whitespace. | 74 | |
| '+' is not followed by whitespace. | 74 | |
| 'if' construct must use '{}'s. | 75 | |
| '==' is not preceded with whitespace. | 75 | |
| '==' is not followed by whitespace. | 75 | |
| '+' is not preceded with whitespace. | 76 | |
| '+' is not followed by whitespace. | 76 | |
| 'if' construct must use '{}'s. | 77 | |
| '!=' is not preceded with whitespace. | 77 | |
| '!=' is not followed by whitespace. | 77 | |
| '==' is not preceded with whitespace. | 77 | |
| '==' is not followed by whitespace. | 77 | |
| '+' is not preceded with whitespace. | 78 | |
| '+' is not followed by whitespace. | 78 | |
| Line has trailing spaces. | 79 | |
| Line has trailing spaces. | 80 | |
| '!=' is not preceded with whitespace. | 80 | |
| '!=' is not followed by whitespace. | 80 | |
| '!' is followed by whitespace. | 81 | |
| '!' is followed by whitespace. | 82 | |
| '!=' is not preceded with whitespace. | 83 | |
| '!=' is not followed by whitespace. | 83 | |
| '!=' is not preceded with whitespace. | 83 | |
| '!=' is not followed by whitespace. | 83 | |
| Line has trailing spaces. | 85 | |
| Line is longer than 80 characters. | 89 | |
| '>' is not preceded with whitespace. | 89 | |
| '>' is not followed by whitespace. | 89 | |
| 'if' construct must use '{}'s. | 91 | |
| 'if' construct must use '{}'s. | 94 | |
| Method 'warn' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter msg should be final. | 99 | |
| Line is longer than 80 characters. | 100 | |
| ',' is not followed by whitespace. | 100 | |
| '+' is not preceded with whitespace. | 100 | |
| '+' is not followed by whitespace. | 100 | |
| '+' is not preceded with whitespace. | 100 | |
| '+' is not followed by whitespace. | 100 | |
| '+' is not preceded with whitespace. | 100 | |
| '+' is not followed by whitespace. | 100 | |
| Line has trailing spaces. | 102 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Expected an @return tag. | 36 | |
| Expected @param tag for 'column'. | 36 | |
| Line has trailing spaces. | 37 | |
| Expected an @return tag. | 41 | |
| Expected @param tag for 'table'. | 41 | |
| Line has trailing spaces. | 42 | |
| Expected an @return tag. | 46 | |
| Line contains a tab character. | 46 | |
| Expected @param tag for 'column'. | 46 | |
| Expected an @return tag. | 51 | |
| Line contains a tab character. | 51 | |
| Expected @param tag for 'fkConstraint'. | 51 | |
| Line contains a tab character. | 57 | |
| Expected @param tag for 'fkConstraint'. | 57 | |
| Line contains a tab character. | 62 | |
| Expected @param tag for 'fkConstraint'. | 62 | |
| Line contains a tab character. | 67 | |
| Expected @param tag for 'fkConstraint'. | 67 | |
| Line has trailing spaces. | 68 | |
| Expected @param tag for 'fkConstraint'. | 72 | |
| Line has trailing spaces. | 73 | |
| Line has trailing spaces. | 74 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 18 | |
| Line has trailing spaces. | 23 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line has trailing spaces. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line has trailing spaces. | 48 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line is longer than 80 characters. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Line contains a tab character. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| Missing a Javadoc comment. | 56 | |
| ';' is preceded with whitespace. | 57 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line contains a tab character. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter name should be final. | 59 | |
| 'name' hides a field. | 59 | |
| Line contains a tab character. | 60 | |
| Missing a Javadoc comment. | 60 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Missing a Javadoc comment. | 61 | |
| Line has trailing spaces. | 65 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 68 | |
| Line contains a tab character. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Parameter args should be final. | 78 | |
| Expected @throws tag for 'Exception'. | 78 | |
| Line contains a tab character. | 82 | |
| Line has trailing spaces. | 83 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Variable 'ooVisitor' must be private and have accessor methods. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'dbVisitor' must be private and have accessor methods. | 32 | |
| Line has trailing spaces. | 33 | |
| Method 'gen' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter input should be final. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 32 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Line has trailing spaces. | 49 | |
| Line has trailing spaces. | 52 | |
| Line contains a tab character. | 52 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Parameter fkConstraint should be final. | 52 | |
| Expected @param tag for 'fkConstraint'. | 52 | |
| Line contains a tab character. | 54 | |
| Line is longer than 80 characters. | 55 | |
| '(' is followed by whitespace. | 55 | |
| '!' is followed by whitespace. | 55 | |
| ')' is preceded with whitespace. | 55 | |
| Line is longer than 80 characters. | 56 | |
| 'cast' is not followed by whitespace. | 56 | |
| '==' is not preceded with whitespace. | 61 | |
| '==' is not followed by whitespace. | 61 | |
| Line is longer than 80 characters. | 62 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 66 | |
| ')' is preceded with whitespace. | 66 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 76 | |
| 'if' construct must use '{}'s. | 79 | |
| '+' is not preceded with whitespace. | 80 | |
| '+' is not followed by whitespace. | 80 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line is longer than 80 characters. | 89 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter table should be final. | 89 | |
| Line is longer than 80 characters. | 91 | |
| Method 'visit' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter column should be final. | 91 | |
| Line is longer than 80 characters. | 93 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line contains a tab character. | 95 | |
| First sentence should end with a period. | 97 | |
| Line has trailing spaces. | 97 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| Parameter fkConstraint should be final. | 100 | |
| Expected @param tag for 'fkConstraint'. | 100 | |
| Parameter reference should be final. | 100 | |
| Expected @param tag for 'reference'. | 100 | |
| Line is longer than 80 characters. | 101 | |
| 'for' construct must use '{}'s. | 105 | |
| Line has trailing spaces. | 105 | |
| Line is longer than 80 characters. | 105 | |
| 'for' is not followed by whitespace. | 105 | |
| 'if' construct must use '{}'s. | 106 | |
| Line is longer than 80 characters. | 106 | |
| 'cast' is not followed by whitespace. | 109 | |
| '!=' is not preceded with whitespace. | 110 | |
| '!=' is not followed by whitespace. | 110 | |
| '==' is not preceded with whitespace. | 110 | |
| '==' is not followed by whitespace. | 110 | |
| Line is longer than 80 characters. | 111 | |
| '==' is not preceded with whitespace. | 111 | |
| '==' is not followed by whitespace. | 111 | |
| Line is longer than 80 characters. | 115 | |
| '+' is not preceded with whitespace. | 115 | |
| '+' is not followed by whitespace. | 115 | |
| '+' is not preceded with whitespace. | 115 | |
| '+' is not followed by whitespace. | 115 | |
| Line contains a tab character. | 118 | |
| Line has trailing spaces. | 119 |