The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 17 | 0 | 0 | 1282 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 14 | |
| Translation | 0 | |
| JavadocMethod | 137 | |
| JavadocType | 1 | |
| JavadocVariable | 3 | |
| JavadocStyle | 44 | |
| ConstantName | 3 | |
| 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 | 399 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 15 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 3 | |
| WhitespaceAfter | 103 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 6 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 1 | |
| EmptyBlock | 0 | |
| LeftCurly | 320 | |
| NeedBraces | 3 | |
| RightCurly | 33 | |
| AvoidInlineConditionals | 15 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 3 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 1 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 119 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 44 | |
GenericIllegalRegexp
| 12 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 11 | |
| Line is longer than 80 characters. | 15 | |
| 'public' modifier out of order with the JLS suggestions. | 15 | |
| 'public' modifier out of order with the JLS suggestions. | 20 | |
| Line is longer than 80 characters. | 25 | |
| 'public' modifier out of order with the JLS suggestions. | 25 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 30 | |
| 'public' modifier out of order with the JLS suggestions. | 30 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 36 | |
| 'public' modifier out of order with the JLS suggestions. | 41 | |
| 'static' modifier out of order with the JLS suggestions. | 56 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 87 | |
| First sentence should end with a period. | 89 | |
| Line is longer than 80 characters. | 93 | |
| First sentence should end with a period. | 95 | |
| First sentence should end with a period. | 100 | |
| Line is longer than 80 characters. | 103 | |
| First sentence should end with a period. | 105 | |
| Line is longer than 80 characters. | 108 | |
| First sentence should end with a period. | 110 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 118 | |
| First sentence should end with a period. | 120 | |
| Line is longer than 80 characters. | 123 | |
| First sentence should end with a period. | 125 | |
| Line is longer than 80 characters. | 128 | |
| First sentence should end with a period. | 130 | |
| Line is longer than 80 characters. | 133 | |
| First sentence should end with a period. | 135 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 156 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 197 | |
| First sentence should end with a period. | 199 | |
| Line is longer than 80 characters. | 202 | |
| First sentence should end with a period. | 204 | |
| Line is longer than 80 characters. | 207 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Parameter metaObject should be final. | 18 | |
| Parameter context should be final. | 19 | |
| '{' should be on the previous line. | 20 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Expected an @return tag. | 32 | |
| Method 'handleGetHibernateCacheType' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 34 | |
| 'cast' is not followed by whitespace. | 34 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 43 | |
| Expected an @return tag. | 45 | |
| Method 'handleGetEhCacheMaxElementsInMemory' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 48 | |
| 'cast' is not followed by whitespace. | 48 | |
| '{' should be on the previous line. | 50 | |
| Line is longer than 80 characters. | 51 | |
| 'cast' is not followed by whitespace. | 51 | |
| Line is longer than 80 characters. | 57 | |
| Expected an @return tag. | 59 | |
| Method 'handleIsEhCacheEternal' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| '{' should be on the previous line. | 60 | |
| Line is longer than 80 characters. | 61 | |
| 'cast' is not followed by whitespace. | 61 | |
| '{' should be on the previous line. | 63 | |
| Line is longer than 80 characters. | 64 | |
| 'cast' is not followed by whitespace. | 64 | |
| Line is longer than 80 characters. | 70 | |
| Expected an @return tag. | 72 | |
| Method 'handleGetEhCacheTimeToIdleSeconds' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| '{' should be on the previous line. | 73 | |
| Line is longer than 80 characters. | 75 | |
| 'cast' is not followed by whitespace. | 75 | |
| '{' should be on the previous line. | 77 | |
| Line is longer than 80 characters. | 78 | |
| 'cast' is not followed by whitespace. | 78 | |
| Line is longer than 80 characters. | 84 | |
| Expected an @return tag. | 86 | |
| Method 'handleGetEhCacheTimeToLiveSeconds' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| '{' should be on the previous line. | 87 | |
| Line is longer than 80 characters. | 89 | |
| 'cast' is not followed by whitespace. | 89 | |
| '{' should be on the previous line. | 91 | |
| Line is longer than 80 characters. | 92 | |
| 'cast' is not followed by whitespace. | 92 | |
| Line is longer than 80 characters. | 98 | |
| Expected an @return tag. | 100 | |
| Method 'handleIsEhCacheOverflowToDisk' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| '{' should be on the previous line. | 101 | |
| Line is longer than 80 characters. | 102 | |
| 'cast' is not followed by whitespace. | 102 | |
| '{' should be on the previous line. | 104 | |
| Line is longer than 80 characters. | 105 | |
| 'cast' is not followed by whitespace. | 105 | |
| Line is longer than 80 characters. | 111 | |
| Expected an @return tag. | 113 | |
| Method 'handleIsHibernateCacheDistributed' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| '{' should be on the previous line. | 114 | |
| Avoid nested blocks. | 115 | |
| Line is longer than 80 characters. | 116 | |
| 'cast' is not followed by whitespace. | 116 | |
| Line is longer than 80 characters. | 117 | |
| '{' should be on the previous line. | 120 | |
| Line is longer than 80 characters. | 122 | |
| 'cast' is not followed by whitespace. | 122 | |
| Line is longer than 80 characters. | 123 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 14 | |
| '{' 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 | |
| Expected an @return tag. | 31 | |
| Method 'handleGetQuery' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| '{' should be on the previous line. | 32 | |
| '{' should be on the previous line. | 39 | |
| Line is longer than 80 characters. | 40 | |
| 'cast' is not followed by whitespace. | 41 | |
| '{' should be on the previous line. | 43 | |
| '{' should be on the previous line. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| '{' should be on the previous line. | 55 | |
| '{' should be on the previous line. | 59 | |
| '{' should be on the previous line. | 62 | |
| Line is longer than 80 characters. | 63 | |
| 'cast' is not followed by whitespace. | 63 | |
| '{' should be on the previous line. | 66 | |
| Line is longer than 80 characters. | 69 | |
| '{' should be on the previous line. | 71 | |
| Expected an @return tag. | 89 | |
| '{' should be on the previous line. | 90 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 105 | |
| Expected an @return tag. | 107 | |
| Method 'handleIsUseNamedParameters' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| '{' should be on the previous line. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 121 | |
| Expected an @return tag. | 123 | |
| Method 'handleIsUseQueryCache' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| '{' should be on the previous line. | 124 | |
| Line is longer than 80 characters. | 126 | |
| '{' should be on the previous line. | 129 | |
| Line is longer than 80 characters. | 132 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Parameter metaObject should be final. | 17 | |
| Parameter context should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| Line is longer than 80 characters. | 24 | |
| Expected an @return tag. | 26 | |
| Method 'handleGetEjbJndiName' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| '{' should be on the previous line. | 27 | |
| Line is longer than 80 characters. | 29 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 41 | |
| Expected an @return tag. | 43 | |
| Method 'handleGetEjbViewType' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| '{' should be on the previous line. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Method 'getEjbJndiNamePrefix' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| '{' should be on the previous line. | 55 | |
| Line is longer than 80 characters. | 57 | |
| Avoid inline conditionals. | 57 | |
| Line is longer than 80 characters. | 61 | |
| Expected an @return tag. | 63 | |
| Method 'handleIsEjbStateful' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| '{' should be on the previous line. | 64 | |
| Line is longer than 80 characters. | 74 | |
| Expected an @return tag. | 76 | |
| Method 'handleIsEjbRemoteView' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| '{' should be on the previous line. | 77 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 10 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Parameter metaObject should be final. | 17 | |
| Parameter context should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| First sentence should end with a period. | 23 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 30 | |
| Expected an @return tag. | 32 | |
| Method 'handleGetQueryArgumentNameSetter' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 36 | |
| '{' should be on the previous line. | 39 | |
| '{' should be on the previous line. | 41 | |
| '{' should be on the previous line. | 43 | |
| Line is longer than 80 characters. | 44 | |
| '}' should be on the same line. | 45 | |
| '{' should be on the previous line. | 47 | |
| '}' should be on the same line. | 49 | |
| '{' should be on the previous line. | 51 | |
| '}' should be on the same line. | 54 | |
| '{' should be on the previous line. | 56 | |
| '{' should be on the previous line. | 60 |
| 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. | 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 | |
| Expected an @return tag. | 31 | |
| Method 'handleIsImmutable' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 34 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 43 | |
| Expected an @return tag. | 45 | |
| Method 'handleGetImplementationName' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 55 | |
| Expected an @return tag. | 57 | |
| Method 'handleGetEntityName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| '{' should be on the previous line. | 58 | |
| Line is longer than 80 characters. | 59 | |
| 'cast' is not followed by whitespace. | 59 | |
| First sentence should end with a period. | 65 | |
| Line is longer than 80 characters. | 68 | |
| Expected an @return tag. | 70 | |
| Method 'handleGetFullyQualifiedEntityName' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| '{' should be on the previous line. | 71 | |
| First sentence should end with a period. | 78 | |
| Expected an @return tag. | 81 | |
| Method 'handleGetBusinessOperations' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| '{' should be on the previous line. | 82 | |
| Line is longer than 80 characters. | 83 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Parameter metaObject should be final. | 17 | |
| Parameter context should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| Line is longer than 80 characters. | 26 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 39 | |
| Expected an @return tag. | 41 | |
| Method 'handleGetFullyQualifiedHibernateType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| '{' should be on the previous line. | 42 | |
| Line is longer than 80 characters. | 47 | |
| Expected an @return tag. | 49 | |
| Method 'handleGetEnumerationName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| '{' should be on the previous line. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 57 | |
| Expected an @return tag. | 59 | |
| Method 'handleGetFullyQualifiedHibernateEnumerationType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| '{' should be on the previous line. | 60 | |
| Line has trailing spaces. | 66 | |
| Line is longer than 80 characters. | 68 | |
| Expected an @return tag. | 70 | |
| Method 'handleGetVersion' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| '{' should be on the previous line. | 71 | |
| Line is longer than 80 characters. | 72 | |
| 'cast' is not followed by whitespace. | 72 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 8 | |
| '{' should be on the previous line. | 16 | |
| Name 'profile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 40 | |
| First sentence should end with a period. | 42 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 75 | |
| First sentence should end with a period. | 77 | |
| Line is longer than 80 characters. | 80 | |
| First sentence should end with a period. | 82 | |
| Line is longer than 80 characters. | 85 | |
| First sentence should end with a period. | 87 | |
| Line is longer than 80 characters. | 90 | |
| First sentence should end with a period. | 92 | |
| Line is longer than 80 characters. | 93 | |
| First sentence should end with a period. | 98 | |
| Line is longer than 80 characters. | 99 | |
| First sentence should end with a period. | 104 | |
| Line is longer than 80 characters. | 107 | |
| First sentence should end with a period. | 109 | |
| Line is longer than 80 characters. | 112 | |
| First sentence should end with a period. | 114 | |
| Line is longer than 80 characters. | 123 | |
| Line is longer than 80 characters. | 152 | |
| First sentence should end with a period. | 155 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 170 | |
| First sentence should end with a period. | 179 | |
| Line is longer than 80 characters. | 182 | |
| First sentence should end with a period. | 184 | |
| First sentence should end with a period. | 190 | |
| Line is longer than 80 characters. | 193 | |
| First sentence should end with a period. | 195 | |
| Line is longer than 80 characters. | 198 | |
| Line is longer than 80 characters. | 203 | |
| First sentence should end with a period. | 205 | |
| First sentence should end with a period. | 211 | |
| Line is longer than 80 characters. | 214 | |
| First sentence should end with a period. | 216 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 224 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 229 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Parameter metaObject should be final. | 24 | |
| Parameter context should be final. | 25 | |
| '{' should be on the previous line. | 26 | |
| Expected an @return tag. | 35 | |
| Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| '{' should be on the previous line. | 36 | |
| '{' should be on the previous line. | 39 | |
| 'cast' is not followed by whitespace. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Expected an @return tag. | 54 | |
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| '{' should be on the previous line. | 55 | |
| '{' should be on the previous line. | 59 | |
| Line is longer than 80 characters. | 60 | |
| '{' should be on the previous line. | 62 | |
| '}' should be on the same line. | 64 | |
| '{' should be on the previous line. | 66 | |
| Line is longer than 80 characters. | 67 | |
| '}' should be on the same line. | 68 | |
| '{' should be on the previous line. | 70 | |
| Line is longer than 80 characters. | 71 | |
| 'cast' is not followed by whitespace. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 79 | |
| Expected an @return tag. | 81 | |
| Method 'handleIsContainsEmbeddedObject' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| '{' should be on the previous line. | 82 | |
| '{' should be on the previous line. | 85 | |
| Line is longer than 80 characters. | 92 | |
| Expected an @return tag. | 95 | |
| Method 'handleConcatColumnName' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter prefix should be final. | 96 | |
| Expected @param tag for 'prefix'. | 96 | |
| Parameter name should be final. | 97 | |
| Expected @param tag for 'name'. | 97 | |
| '{' should be on the previous line. | 98 | |
| '{' should be on the previous line. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 106 | |
| 'cast' is not followed by whitespace. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Expected an @return tag. | 115 | |
| Method 'handleIsLazy' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| '{' should be on the previous line. | 116 | |
| Line is longer than 80 characters. | 117 | |
| 'cast' is not followed by whitespace. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Avoid inline conditionals. | 118 | |
| Line is longer than 80 characters. | 122 | |
| Expected an @return tag. | 124 | |
| Method 'handleGetFormula' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| '{' should be on the previous line. | 125 | |
| Line is longer than 80 characters. | 126 | |
| 'cast' is not followed by whitespace. | 126 | |
| Line is longer than 80 characters. | 130 | |
| Expected an @return tag. | 132 | |
| Method 'handleIsInsertEnabled' 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. | 134 | |
| 'cast' is not followed by whitespace. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Avoid inline conditionals. | 135 | |
| Line is longer than 80 characters. | 139 | |
| Expected an @return tag. | 141 | |
| Method 'handleIsUpdateEnabled' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| '{' should be on the previous line. | 142 | |
| Line is longer than 80 characters. | 143 | |
| 'cast' is not followed by whitespace. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Avoid inline conditionals. | 144 | |
| Missing a Javadoc comment. | 147 | |
| '{' should be on the previous line. | 148 | |
| Line is longer than 80 characters. | 149 | |
| 'cast' is not followed by whitespace. | 149 | |
| Line is longer than 80 characters. | 150 | |
| 'cast' is not followed by whitespace. | 150 | |
| Line has trailing spaces. | 153 | |
| Line has trailing spaces. | 154 | |
| Missing a Javadoc comment. | 154 | |
| '{' should be on the previous line. | 155 | |
| Line is longer than 80 characters. | 157 | |
| 'cast' is not followed by whitespace. | 157 | |
| 'if' construct must use '{}'s. | 158 | |
| Line has trailing spaces. | 160 | |
| Line has trailing spaces. | 163 | |
| Line has trailing spaces. | 164 | |
| Line has trailing spaces. | 165 | |
| Method 'handleGetXmlTagName' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Missing a Javadoc comment. | 165 | |
| '{' should be on the previous line. | 166 | |
| Line has trailing spaces. | 168 | |
| '{' should be on the previous line. | 170 | |
| Line is longer than 80 characters. | 171 | |
| 'cast' is not followed by whitespace. | 171 | |
| '{' should be on the previous line. | 174 | |
| 'if' construct must use '{}'s. | 175 | |
| 'else' construct must use '{}'s. | 177 | |
| Avoid inline conditionals. | 182 | |
| Line contains a tab character. | 185 | |
| Method 'handleGetFullyQualifiedHibernateType' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Line contains a tab character. | 186 | |
| '{' should be on the previous line. | 189 | |
| Line is longer than 80 characters. | 190 | |
| '}' should be on the same line. | 191 | |
| '{' should be on the previous line. | 193 | |
| Line is longer than 80 characters. | 194 | |
| 'cast' is not followed by whitespace. | 194 | |
| Line is longer than 80 characters. | 195 | |
| '{' should be on the previous line. | 198 | |
| '}' should be on the same line. | 200 | |
| '{' should be on the previous line. | 202 | |
| Line is longer than 80 characters. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Line is longer than 80 character |