The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 16 | 0 | 0 | 537 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 12 | |
| Translation | 0 | |
| JavadocMethod | 76 | |
| JavadocType | 0 | |
| JavadocVariable | 8 | |
| JavadocStyle | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 126 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 7 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 45 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 144 | |
| NeedBraces | 0 | |
| RightCurly | 6 | |
| AvoidInlineConditionals | 4 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 54 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 52 | |
GenericIllegalRegexp
| 0 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 9 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Parameter metaObject should be final. | 12 | |
| Parameter context should be final. | 12 | |
| Method 'handleGetRelationType' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| '{' should be on the previous line. | 18 | |
| '{' should be on the previous line. | 21 | |
| '}' should be on the same line. | 23 | |
| '{' should be on the previous line. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 16 | |
| Parameter metaObject should be final. | 16 | |
| Parameter context should be final. | 16 | |
| Line is longer than 80 characters. | 22 | |
| Expected an @return tag. | 24 | |
| Method 'handleGetTransactionType' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 26 | |
| 'cast' is not followed by whitespace. | 26 | |
| Expected an @return tag. | 32 | |
| Method 'getGetterName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| '{' should be on the previous line. | 33 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter metaObject should be final. | 19 | |
| Parameter context should be final. | 19 | |
| Method 'handleGetQuery' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| '{' should be on the previous line. | 25 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 33 | |
| 'cast' is not followed by whitespace. | 34 | |
| '{' should be on the previous line. | 36 | |
| '{' should be on the previous line. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| '+' should be on a new line. | 46 | |
| '{' should be on the previous line. | 49 | |
| '{' should be on the previous line. | 53 | |
| '{' should be on the previous line. | 56 | |
| 'cast' is not followed by whitespace. | 58 | |
| Line is longer than 80 characters. | 59 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 72 | |
| Expected an @return tag. | 74 | |
| Method 'handleGetTransactionType' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| '{' should be on the previous line. | 75 | |
| Line is longer than 80 characters. | 76 | |
| 'cast' is not followed by whitespace. | 76 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter metaObject should be final. | 33 | |
| Parameter context should be final. | 34 | |
| '{' should be on the previous line. | 35 | |
| Method 'handleGetIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '{' should be on the previous line. | 40 | |
| '{' should be on the previous line. | 44 | |
| 'cast' is not followed by whitespace. | 45 | |
| '{' should be on the previous line. | 47 | |
| Line is longer than 80 characters. | 48 | |
| 'cast' is not followed by whitespace. | 48 | |
| Line is longer than 80 characters. | 59 | |
| 'cast' is not followed by whitespace. | 59 | |
| 'cast' is not followed by whitespace. | 65 | |
| Line is longer than 80 characters. | 70 | |
| Expected an @return tag. | 72 | |
| Method 'handleGetAllEntityRelations' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| '{' should be on the previous line. | 73 | |
| '{' should be on the previous line. | 77 | |
| Line is longer than 80 characters. | 82 | |
| 'cast' is not followed by whitespace. | 82 | |
| Line is longer than 80 characters. | 83 | |
| 'cast' is not followed by whitespace. | 85 | |
| 'cast' is not followed by whitespace. | 87 | |
| Line is longer than 80 characters. | 93 | |
| Expected an @return tag. | 95 | |
| Method 'handleGetViewType' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| '{' should be on the previous line. | 96 | |
| Line is longer than 80 characters. | 101 | |
| Expected an @return tag. | 103 | |
| Method 'handleGetEntityRelations' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| '{' should be on the previous line. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 108 | |
| 'cast' is not followed by whitespace. | 108 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 114 | |
| Avoid inline conditionals. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 118 | |
| '+' should be on a new line. | 118 | |
| '+' should be on a new line. | 119 | |
| Line is longer than 80 characters. | 130 | |
| Expected an @return tag. | 132 | |
| Method 'handleGetAllInstanceAttributes' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| '{' should be on the previous line. | 133 | |
| Line is longer than 80 characters. | 138 | |
| Expected an @return tag. | 140 | |
| Method 'handleGetInheritedInstanceAttributes' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| '{' should be on the previous line. | 141 | |
| Line is longer than 80 characters. | 146 | |
| Expected an @return tag. | 148 | |
| Method 'handleGetCreateMethods' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Parameter follow should be final. | 148 | |
| Expected @param tag for 'follow'. | 148 | |
| '{' should be on the previous line. | 149 | |
| Line is longer than 80 characters. | 156 | |
| Expected an @return tag. | 158 | |
| Method 'handleGetSelectMethods' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Parameter follow should be final. | 158 | |
| Expected @param tag for 'follow'. | 158 | |
| '{' should be on the previous line. | 159 | |
| '{' should be on the previous line. | 163 | |
| '{' should be on the previous line. | 166 | |
| 'cast' is not followed by whitespace. | 167 | |
| '{' should be on the previous line. | 169 | |
| '{' should be on the previous line. | 174 | |
| 'cast' is not followed by whitespace. | 175 | |
| '}' should be on the same line. | 176 | |
| '{' should be on the previous line. | 178 | |
| Line is longer than 80 characters. | 187 | |
| Expected an @return tag. | 189 | |
| Method 'handleGetHomeInterfaceName' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| '{' should be on the previous line. | 190 | |
| Line is longer than 80 characters. | 195 | |
| Expected an @return tag. | 197 | |
| Method 'handleGetEnvironmentEntries' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Parameter follow should be final. | 197 | |
| Expected @param tag for 'follow'. | 197 | |
| '{' should be on the previous line. | 198 | |
| Line is longer than 80 characters. | 205 | |
| Expected an @return tag. | 207 | |
| Method 'handleGetConstants' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Parameter follow should be final. | 207 | |
| Expected @param tag for 'follow'. | 207 | |
| '{' should be on the previous line. | 208 | |
| Expected an @return tag. | 217 | |
| Method 'handleGetJndiName' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| '{' should be on the previous line. | 218 | |
| Line is longer than 80 characters. | 220 | |
| '{' should be on the previous line. | 222 | |
| Method 'getJndiNamePrefix' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| '{' should be on the previous line. | 237 | |
| '{' should be on the previous line. | 240 | |
| Line is longer than 80 characters. | 241 | |
| 'cast' is not followed by whitespace. | 241 | |
| Line is longer than 80 characters. | 247 | |
| Expected an @return tag. | 249 | |
| Method 'handleIsSyntheticCreateMethodAllowed' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| '{' should be on the previous line. | 250 | |
| Expected an @return tag. | 257 | |
| Method 'getBusinessOperations' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| '{' should be on the previous line. | 258 | |
| Parameter object should be final. | 264 | |
| '{' should be on the previous line. | 265 | |
| Line is longer than 80 characters. | 267 | |
| Line is longer than 80 characters. | 269 | |
| 'cast' is not followed by whitespace. | 269 | |
| Line is longer than 80 characters. | 278 | |
| Expected an @return tag. | 280 | |
| Method 'handleGetValueDependencies' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| '{' should be on the previous line. | 281 | |
| Parameter object should be final. | 287 | |
| '{' should be on the previous line. | 288 | |
| '{' should be on the previous line. | 291 | |
| 'cast' is not followed by whitespace. | 292 | |
| Line is longer than 80 characters. | 294 | |
| '&&' should be on a new line. | 294 | |
| Line is longer than 80 characters. | 295 | |
| Line is longer than 80 characters. | 304 | |
| Expected an @return tag. | 306 | |
| Method 'handleIsIdentifierPresent' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Parameter identifier should be final. | 306 | |
| Expected @param tag for 'identifier'. | 306 | |
| '{' should be on the previous line. | 307 | |
| '{' should be on the previous line. | 311 | |
| 'cast' is not followed by whitespace. | 312 | |
| '{' should be on the previous line. | 314 | |
| Line is longer than 80 characters. | 322 | |
| Expected an @return tag. | 324 | |
| Method 'handleIsAttributePresent' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| Parameter strAttr should be final. | 324 | |
| Expected @param tag for 'strAttr'. | 324 | |
| '{' should be on the previous line. | 325 | |
| '{' should be on the previous line. | 329 | |
| 'cast' is not followed by whitespace. | 330 | |
| '{' should be on the previous line. | 332 | |
| Line is longer than 80 characters. | 340 | |
| Expected an @return tag. | 342 | |
| Method 'handleIsOperationPresent' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| Parameter op should be final. | 342 | |
| Expected @param tag for 'op'. | 342 | |
| '{' should be on the previous line. | 343 | |
| '{' should be on the previous line. | 347 | |
| 'cast' is not followed by whitespace. | 348 | |
| '{' should be on the previous line. | 350 | |
| Line is longer than 80 characters. | 358 | |
| '{' should be on the previous line. | 364 | |
| '{' should be on the previous line. | 369 | |
| 'cast' is not followed by whitespace. | 370 | |
| '{' should be on the previous line. | 372 | |
| '}' should be on the same line. | 377 | |
| '{' should be on the previous line. | 379 | |
| Line is longer than 80 characters. | 380 | |
| '}' should be on the same line. | 387 | |
| '{' should be on the previous line. | 389 | |
| 'cast' is not followed by whitespace. | 390 | |
| Expected an @return tag. | 398 | |
| Method 'handleGetSqlType' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| '{' should be on the previous line. | 399 | |
| Line is longer than 80 characters. | 400 | |
| '{' should be on the previous line. | 402 | |
| Line is longer than 80 characters. | 409 | |
| Expected an @return tag. | 411 | |
| Method 'handleGetTransactionType' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| '{' should be on the previous line. | 412 | |
| Line is longer than 80 characters. | 413 | |
| 'cast' is not followed by whitespace. | 413 | |
| '{' should be on the previous line. | 415 | |
| Line is longer than 80 characters. | 416 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter metaObject should be final. | 22 | |
| Parameter context should be final. | 22 | |
| Line is longer than 80 characters. | 28 | |
| Expected an @return tag. | 30 | |
| Method 'handleGetCreateMethods' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Parameter follow should be final. | 30 | |
| Expected @param tag for 'follow'. | 30 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 36 | |
| Expected an @return tag. | 38 | |
| Method 'handleGetHomeInterfaceName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| '{' should be on the previous line. | 39 | |
| Line is longer than 80 characters. | 44 | |
| Expected an @return tag. | 46 | |
| Method 'handleGetViewType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| '{' should be on the previous line. | 47 | |
| Method 'handleGetInheritedInstanceAttributes' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| '{' should be on the previous line. | 52 | |
| Method 'handleGetAllInstanceAttributes' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 62 | |
| Expected an @return tag. | 64 | |
| Method 'handleGetEnvironmentEntries' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter follow should be final. | 64 | |
| Expected @param tag for 'follow'. | 64 | |
| '{' should be on the previous line. | 65 | |
| Line is longer than 80 characters. | 70 | |
| Expected an @return tag. | 72 | |
| Method 'handleGetConstants' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Parameter follow should be final. | 72 | |
| Expected @param tag for 'follow'. | 72 | |
| '{' should be on the previous line. | 73 | |
| Expected an @return tag. | 80 | |
| Method 'handleGetJndiName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| '{' should be on the previous line. | 81 | |
| Line is longer than 80 characters. | 83 | |
| '{' should be on the previous line. | 85 | |
| Method 'getJndiNamePrefix' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| '{' should be on the previous line. | 100 | |
| '{' should be on the previous line. | 103 | |
| Line is longer than 80 characters. | 104 | |
| 'cast' is not followed by whitespace. | 104 | |
| Line is longer than 80 characters. | 110 | |
| Expected an @return tag. | 112 | |
| Method 'handleIsStateful' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| '{' should be on the previous line. | 113 | |
| Line is longer than 80 characters. | 118 | |
| Expected an @return tag. | 120 | |
| Method 'handleIsStateless' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| '{' should be on the previous line. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Expected an @return tag. | 128 | |
| Method 'handleGetType' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| '{' should be on the previous line. | 129 | |
| '{' should be on the previous line. | 132 | |
| Line is longer than 80 characters. | 139 | |
| Expected an @return tag. | 141 | |
| Method 'handleIsSyntheticCreateMethodAllowed' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| '{' should be on the previous line. | 142 | |
| Expected an @return tag. | 149 | |
| Method 'handleGetBusinessOperations' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| '{' should be on the previous line. | 150 | |
| Parameter object should be final. | 154 | |
| '{' should be on the previous line. | 155 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 159 | |
| 'cast' is not followed by whitespace. | 159 | |
| Line is longer than 80 characters. | 168 | |
| Expected an @return tag. | 170 | |
| Method 'handleGetTransactionType' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| '{' should be on the previous line. | 171 | |
| Line is longer than 80 characters. | 172 | |
| 'cast' is not followed by whitespace. | 172 | |
| '{' should be on the previous line. | 174 | |
| Line is longer than 80 characters. | 175 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 9 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 15 | |
| Parameter metaObject should be final. | 15 | |
| Parameter context should be final. | 15 | |
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 22 | |
| Expected an @return tag. | 24 | |
| Method 'handleGetTransactionType' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 26 | |
| 'cast' is not followed by whitespace. | 26 | |
| Line is longer than 80 characters. | 30 | |
| Expected an @return tag. | 32 | |
| Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| '{' should be on the previous line. | 33 | |
| '{' should be on the previous line. | 36 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 15 | |
| Parameter metaObject should be final. | 15 | |
| Parameter context should be final. | 15 | |
| Line is longer than 80 characters. | 21 | |
| Expected an @return tag. | 23 | |
| Method 'handleGetTransactionType' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 25 | |
| 'cast' is not followed by whitespace. | 25 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 6 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 15 | |
| Parameter metaObject should be final. | 15 | |
| Parameter context should be final. | 15 | |
| '{' should be on the previous line. | 16 | |
| Line is longer than 80 characters. | 21 | |
| Expected an @return tag. | 23 | |
| Method 'handleGetTransactionType' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 25 | |
| 'cast' is not followed by whitespace. | 25 | |
| Line is longer than 80 characters. | 29 | |
| Expected an @return tag. | 31 | |
| Method 'handleIsBusinessOperation' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| '{' should be on the previous line. | 32 | |
| '&&' should be on a new line. | 33 | |
| '&&' should be on a new line. | 34 | |
| Line is longer than 80 characters. | 39 | |
| Expected an @return tag. | 41 | |
| Method 'handleIsSelectMethod' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| '{' should be on the previous line. | 42 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Utility classes should not have a public or default constructor. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line is longer than 80 characters. | 33 | |
| Parameter classifier should be final. | 33 | |
| Expected @param tag for 'classifier'. | 33 | |
| Parameter follow should be final. | 33 | |
| '{' should be on the previous line. | 39 | |
| '{' should be on the previous line. | 42 | |
| 'cast' is not followed by whitespace. | 43 | |
| '{' should be on the previous line. | 45 | |
| '{' should be on the previous line. | 50 | |
| 'cast' is not followed by whitespace. | 51 | |
| Line is longer than 80 characters. | 59 | |
| Parameter classifier should be final. | 64 | |
| Expected @param tag for 'classifier'. | 64 | |
| '{' should be on the previous line. | 65 | |
| '{' should be on the previous line. | 69 | |
| '}' should be on the same line. | 71 | |
| '{' should be on the previous line. | 73 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Parameter classifier should be final. | 85 | |
| Expected @param tag for 'classifier'. | 85 | |
| '{' should be on the previous line. | 86 | |
| '{' should be on the previous line. | 90 | |
| Line is longer than 80 characters. | 91 | |
| 'cast' is not followed by whitespace. | 91 | |
| '{' should be on the previous line. | 94 | |
| Line is longer than 80 characters. | 95 | |
| 'cast' is not followed by whitespace. | 95 | |
| Parameter object should be final. | 97 | |
| '{' should be on the previous line. | 98 | |
| Line is longer than 80 characters. | 99 | |
| 'cast' is not followed by whitespace. | 99 | |
| '!=' should be on a new line. | 99 | |
| '{' should be on the previous line. | 105 | |
| '}' should be on the same line. | 107 | |
| '{' should be on the previous line. | 109 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 120 | |
| Unused @param tag for 'classifer'. | 120 | |
| Parameter classifier should be final. | 123 | |
| Expected @param tag for 'classifier'. | 123 | |
| '{' should be on the previous line. | 124 | |
| Line is longer than 80 characters. | 126 | |
| 'cast' is not followed by whitespace. | 126 | |
| '{' should be on the previous line. | 128 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 141 | |
| Line is longer than 80 characters. | 144 | |
| Parameter classifier should be final. | 147 | |
| '{' should be on the previous line. | 148 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 165 | |
| Parameter classifier should be final. | 165 | |
| Parameter follow should be final. | 165 | |
| '{' should be on the previous line. | 172 | |
| 'cast' is not followed by whitespace. | 173 | |
| Line is longer than 80 characters. | 174 | |
| 'cast' is not followed by whitespace. | 174 | |
| Parameter object should be final. | 182 | |
| '{' should be on the previous line. | 183 | |
| Line is longer than 80 characters. | 184 | |
| 'cast' is not followed by whitespace. | 184 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line is longer than 80 characters. | 196 | |
| Parameter classifier should be final. | 200 | |
| Parameter follow should be final. | 200 | |
| '{' should be on the previous line. | 207 | |
| 'cast' is not followed by whitespace. | 208 | |
| Line is longer than 80 characters. | 209 | |
| 'cast' is not followed by whitespace. | 209 | |
| Parameter object should be final. | 217 | |
| '{' should be on the previous line. | 218 | |
| Line is longer than 80 characters. | 219 | |
| 'cast' is not followed by whitespace. | 219 | |
| Line is longer than 80 characters. | 227 | |
| Parameter classifier should be final. | 232 | |
| '{' should be on the previous line. | 233 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 17 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Expected an @return tag. | 28 | |
| Line is longer than 80 characters. | 28 | |
| Method 'getAttributesAsList' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Parameter attributes should be final. | 28 | |
| Parameter includeTypes should be final. | 28 | |
| Parameter includeNames should be final. | 28 | |
| '{' should be on the previous line. | 31 | |
| '{' should be on the previous line. | 39 | |
| 'cast' is not followed by whitespace. | 40 | |
| '{' should be on the previous line. | 44 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Method 'filterByVisibility' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Parameter list should be final. | 63 | |
| Parameter visibility should be final. | 63 | |
| '{' should be on the previous line. | 64 | |
| '{' should be on the previous line. | 67 | |
| 'cast' is not followed by whitespace. | 68 | |
| '{' should be on the previous line. | 70 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 13 | |
| Line is longer than 80 characters. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter metaObject should be final. | 16 | |
| Parameter context should be final. | 16 | |
| Method 'handleIsComplex' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| '{' should be on the previous line. | 22 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 36 | |
| 'cast' is not followed by whitespace. | 36 | |
| '{' should be on the previous line. | 38 | |
| Line is longer than 80 characters. | 39 | |
| 'cast' is not followed by whitespace. | 39 | |
| '{' should be on the previous line. | 41 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 13 | |
| '{' should be on the previous line. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Parameter metaObject should be final. | 22 | |
| Parameter context should be final. | 23 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Expected an @return tag. | 34 | |
| Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters. | 41 | |
| '{' should be on the previous line. | 45 | |
| Avoid inline conditionals. | 50 | |
| Expected an @return tag. | 56 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| '{' should be on the previous line. | 57 | |
| Line is longer than 80 characters. | 64 | |
| Expected an @return tag. | 66 | |
| Method 'getFullyQualifiedName' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| '{' should be on the previous line. | 67 | |
| Line is longer than 80 characters. | 69 | |
| Avoid inline conditionals. | 69 | |
| Line is longer than 80 characters. | 73 | |
| Expected an @return tag. | 76 | |
| Method 'getGeneralization' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| '{' should be on the previous line. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Avoid inline conditionals. | 79 | |
| Line is longer than 80 characters. | 80 |