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 | |
| '{' 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. | 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 | |
| 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. | 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 | |
| '{' 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 | |
| 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 characters. | 206 | |
| '}' should be on the same line. | 207 | |
| '{' should be on the previous line. | 209 | |
| Line has trailing spaces. | 215 | |
| Line contains a tab character. | 216 | |
| Line has trailing spaces. | 217 |
| 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. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Expected an @return tag. | 31 | |
| Method 'handleGetTransactionType' 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. | 33 | |
| 'cast' is not followed by whitespace. | 33 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters. | 36 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Utility classes should not have a public or default constructor. | 21 | |
| '{' should be on the previous line. | 22 | |
| Parameter classifier should be final. | 31 | |
| Expected @param tag for 'classifier'. | 31 | |
| Parameter defaultViewType should be final. | 32 | |
| Expected @param tag for 'defaultViewType'. | 32 | |
| '{' should be on the previous line. | 33 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 38 | |
| 'cast' is not followed by whitespace. | 38 | |
| '{' should be on the previous line. | 42 | |
| 'cast' is not followed by whitespace. | 44 | |
| Parameter object should be final. | 48 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 50 | |
| 'cast' is not followed by whitespace. | 50 | |
| Line is longer than 80 characters. | 51 | |
| '{' should be on the previous line. | 56 | |
| '{' should be on the previous line. | 61 | |
| Parameter packageName should be final. | 77 | |
| Parameter name should be final. | 78 | |
| Parameter suffix should be final. | 79 | |
| '{' should be on the previous line. | 80 | |
| Line is longer than 80 characters. | 81 | |
| '{' should be on the previous line. | 83 | |
| First sentence should end with a period. | 91 | |
| Expected an @return tag. | 94 | |
| Parameter operations should be final. | 94 | |
| Expected @param tag for 'operations'. | 94 | |
| Parameter object should be final. | 99 | |
| '{' should be on the previous line. | 100 | |
| 'cast' is not followed by whitespace. | 101 | |
| Line is longer than 80 characters. | 108 | |
| Parameter operation should be final. | 114 | |
| Parameter defaultUseNamedParameters should be final. | 115 | |
| '{' should be on the previous line. | 116 | |
| '{' should be on the previous line. | 120 | |
| Line is longer than 80 characters. | 121 | |
| 'cast' is not followed by whitespace. | 121 | |
| Line is longer than 80 characters. | 122 | |
| '{' should be on the previous line. | 124 | |
| Line is longer than 80 characters. | 125 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Parameter metaObject should be final. | 44 | |
| Parameter context should be final. | 45 | |
| '{' should be on the previous line. | 46 | |
| First sentence should end with a period. | 50 | |
| First sentence should end with a period. | 55 | |
| First sentence should end with a period. | 60 | |
| First sentence should end with a period. | 70 | |
| Line is longer than 80 characters. | 73 | |
| Name 'inheritanceStrategies' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 108 | |
| Missing a Javadoc comment. | 119 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 151 | |
| Method 'handleGetAllBusinessOperations' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| '{' should be on the previous line. | 154 | |
| 'cast' is not followed by whitespace. | 155 | |
| '{' should be on the previous line. | 159 | |
| 'cast' is not followed by whitespace. | 161 | |
| Line is longer than 80 characters. | 168 | |
| Expected an @return tag. | 170 | |
| Method 'handleGetHibernateInheritanceStrategy' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| '{' should be on the previous line. | 171 | |
| '{' should be on the previous line. | 176 | |
| Line has trailing spaces. | 179 | |
| Avoid inline conditionals. | 180 | |
| Line is longer than 80 characters. | 182 | |
| '{' should be on the previous line. | 196 | |
| Line is longer than 80 characters. | 203 | |
| Parameter entity should be final. | 207 | |
| '{' should be on the previous line. | 208 | |
| '{' should be on the previous line. | 212 | |
| Line is longer than 80 characters. | 213 | |
| '{' should be on the previous line. | 216 | |
| Expected an @return tag. | 227 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| '{' should be on the previous line. | 228 | |
| Parameter object should be final. | 235 | |
| '{' should be on the previous line. | 236 | |
| 'cast' is not followed by whitespace. | 237 | |
| Missing a Javadoc comment. | 240 | |
| '{' should be on the previous line. | 242 | |
| Missing a Javadoc comment. | 243 | |
| Parameter object should be final. | 243 | |
| '{' should be on the previous line. | 244 | |
| 'cast' is not followed by whitespace. | 245 | |
| Line is longer than 80 characters. | 247 | |
| Line is longer than 80 characters. | 259 | |
| Expected an @return tag. | 261 | |
| Method 'handleIsHibernateInheritanceClass' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| '{' should be on the previous line. | 262 | |
| Line is longer than 80 characters. | 263 | |
| Line is longer than 80 characters. | 267 | |
| Expected an @return tag. | 269 | |
| Method 'handleIsHibernateInheritanceInterface' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| '{' should be on the previous line. | 270 | |
| Line is longer than 80 characters. | 271 | |
| Line is longer than 80 characters. | 275 | |
| Expected an @return tag. | 277 | |
| Method 'handleIsHibernateInheritanceSubclass' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| '{' should be on the previous line. | 278 | |
| Line is longer than 80 characters. | 279 | |
| Line is longer than 80 characters. | 283 | |
| Expected an @return tag. | 285 | |
| Method 'handleIsHibernateInheritanceConcrete' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| '{' should be on the previous line. | 286 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 291 | |
| Expected an @return tag. | 293 | |
| Method 'handleIsHibernateInheritanceUnionSubClass' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| '{' should be on the previous line. | 294 | |
| Line is longer than 80 characters. | 295 | |
| 'cast' is not followed by whitespace. | 295 | |
| '&&' should be on a new line. | 296 | |
| Line is longer than 80 characters. | 297 | |
| Line is longer than 80 characters. | 301 | |
| Expected an @return tag. | 303 | |
| Method 'handleIsLazy' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| '{' should be on the previous line. | 304 | |
| Line is longer than 80 characters. | 305 | |
| 'cast' is not followed by whitespace. | 305 | |
| '{' should be on the previous line. | 307 | |
| Line is longer than 80 characters. | 308 | |
| 'cast' is not followed by whitespace. | 308 | |
| Line is longer than 80 characters. | 309 | |
| Avoid inline conditionals. | 309 | |
| Line is longer than 80 characters. | 315 | |
| Expected an @return tag. | 317 | |
| Method 'handleGetHibernateCacheType' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| '{' should be on the previous line. | 318 | |
| Line is longer than 80 characters. | 319 | |
| 'cast' is not followed by whitespace. | 319 | |
| '{' should be on the previous line. | 322 | |
| Line is longer than 80 characters. | 323 | |
| Line is longer than 80 characters. | 330 | |
| Expected an @return tag. | 332 | |
| Method 'handleGetFullyQualifiedEntityName' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| '{' should be on the previous line. | 333 | |
| Line is longer than 80 characters. | 341 | |
| Expected an @return tag. | 343 | |
| Method 'handleGetFullyQualifiedEntityImplementationName' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| '{' should be on the previous line. | 344 | |
| Line is longer than 80 characters. | 352 | |
| Expected an @return tag. | 354 | |
| Method 'handleGetHibernateDefaultCascade' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| '{' should be on the previous line. | 355 | |
| Line is longer than 80 characters. | 356 | |
| Line is longer than 80 characters. | 360 | |
| Expected an @return tag. | 362 | |
| Method 'handleGetHibernateGeneratorClass' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| '{' should be on the previous line. | 363 | |
| '{' should be on the previous line. | 370 | |
| '}' should be on the same line. | 372 | |
| '{' should be on the previous line. | 374 | |
| '}' should be on the same line. | 376 | |
| '{' should be on the previous line. | 378 | |
| 'cast' is not followed by whitespace. | 380 | |
| '{' should be on the previous line. | 385 | |
| Line is longer than 80 characters. | 386 | |
| 'cast' is not followed by whitespace. | 386 | |
| Line is longer than 80 characters. | 393 | |
| Expected an @return tag. | 395 | |
| Method 'handleIsForeignHibernateGeneratorClass' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| '{' should be on the previous line. | 396 | |
| '||' should be on a new line. | 399 | |
| Line is longer than 80 characters. | 400 | |
| Line is longer than 80 characters. | 404 | |
| Expected an @return tag. | 406 | |
| Method 'handleIsSequenceHibernateGeneratorClass' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| '{' should be on the previous line. | 407 | |
| Line is longer than 80 characters. | 408 | |
| Line is longer than 80 characters. | 412 | |
| Expected an @return tag. | 414 | |
| Method 'handleGetEntityName' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| '{' should be on the previous line. | 415 | |
| Line is longer than 80 characters. | 416 | |
| 'cast' is not followed by whitespace. | 416 | |
| Line is longer than 80 characters. | 424 | |
| Expected an @return tag. | 426 | |
| Method 'handleGetEntityImplementationName' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| '{' should be on the previous line. | 427 | |
| Line is longer than 80 characters. | 429 | |
| Line is longer than 80 characters. | 437 | |
| Expected an @return tag. | 439 | |
| Method 'handleGetHibernateDiscriminatorColumn' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| '{' should be on the previous line. | 440 | |
| Line is longer than 80 characters. | 441 | |
| 'cast' is not followed by whitespace. | 441 | |
| '{' should be on the previous line. | 444 | |
| Line is longer than 80 characters. | 445 | |
| Line is longer than 80 characters. | 452 | |
| Expected an @return tag. | 454 | |
| Method 'handleGetHibernateDiscriminatorType' is not designed for extension - needs to be abstract, final or empty. | 454 | |
| '{' should be on the previous line. | 455 | |
| Line is longer than 80 characters. | 456 | |
| 'cast' is not followed by whitespace. | 456 | |
| '{' should be on the previous line. | 459 | |
| Line is longer than 80 characters. | 460 | |
| Line is longer than 80 characters. | 467 | |
| Expected an @return tag. | 469 | |
| Method 'handleGetHibernateDiscriminatorLength' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| '{' should be on the previous line. | 470 | |
| Expected an @return tag. | 480 | |
| Method 'getBusinessOperations' is not designed for extension - needs to be abstract, final or empty. | 480 | |
| '{' should be on the previous line. | 481 | |
| Line is longer than 80 characters. | 482 | |
| Line is longer than 80 characters. | 486 | |
| Expected an @return tag. | 488 | |
| Method 'handleIsBusinessOperationsPresent' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| '{' should be on the previous line. | 489 | |
| Line is longer than 80 characters. | 490 | |
| Line is longer than 80 characters. | 492 | |
| Line is longer than 80 characters. | 496 | |
| Expected an @return tag. | 498 | |
| Method 'handleIsHibernateProxy' is not designed for extension - needs to be abstract, final or empty. | 498 | |
| '{' should be on the previous line. | 499 | |
| Line is longer than 80 characters. | 500 | |
| 'cast' is not followed by whitespace. | 500 | |
| '{' should be on the previous line. | 503 | |
| Line is longer than 80 characters. | 504 | |
| 'cast' is not followed by whitespace. | 504 | |
| Line is longer than 80 characters. | 511 | |
| Expected an @return tag. | 513 | |
| Method 'handleGetEhCacheMaxElementsInMemory' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| '{' should be on the previous line. | 514 | |
| Line is longer than 80 characters. | 516 | |
| 'cast' is not followed by whitespace. | 516 | |
| '{' should be on the previous line. | 519 | |
| Line is longer than 80 characters. | 520 | |
| 'cast' is not followed by whitespace. | 520 | |
| Line is longer than 80 characters. | 527 | |
| Expected an @return tag. | 529 | |
| Method 'handleIsEhCacheEternal' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| '{' should be on the previous line. | 530 | |
| Line is longer than 80 characters. | 531 | |
| 'cast' is not followed by whitespace. | 531 | |
| '{' should be on the previous line. | 533 | |
| Line is longer than 80 characters. | 534 | |
| 'cast' is not followed by whitespace. | 534 | |
| Line is longer than 80 characters. | 540 | |
| Expected an @return tag. | 542 | |
| Method 'handleGetEhCacheTimeToIdleSeconds' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| '{' should be on the previous line. | 543 | |
| Line is longer than 80 characters. | 545 | |
| 'cast' is not followed by whitespace. | 545 | |
| '{' should be on the previous line. | 548 | |
| Line is longer than 80 characters. | 549 | |
| 'cast' is not followed by whitespace. | 549 | |
| Line is longer than 80 characters. | 556 | |
| Expected an @return tag. | 558 | |
| Method 'handleGetEhCacheTimeToLiveSeconds' is not designed for extension - needs to be abstract, final or empty. | 558 | |
| '{' should be on the previous line. | 559 | |
| Line is longer than 80 characters. | 561 | |
| 'cast' is not followed by whitespace. | 561 | |
| '{' should be on the previous line. | 564 | |
| Line is longer than 80 characters. | 565 | |
| 'cast' is not followed by whitespace. | 565 | |
| Line is longer than 80 characters. | 572 | |
| Expected an @return tag. | 574 | |
| Method 'handleIsEhCacheOverflowToDisk' is not designed for extension - needs to be abstract, final or empty. | 574 | |
| '{' should be on the previous line. | 575 | |
| Line is longer than 80 characters. | 576 | |
| 'cast' is not followed by whitespace. | 576 | |
| '{' should be on the previous line. | 579 | |
| Line is longer than 80 characters. | 580 | |
| 'cast' is not followed by whitespace. | 580 | |
| Line is longer than 80 characters. | 587 | |
| Expected an @return tag. | 589 | |
| Method 'handleIsHibernateCacheDistributed' is not designed for extension - needs to be abstract, final or empty. | 589 | |
| '{' should be on the previous line. | 590 | |
| Line is longer than 80 characters. | 591 | |
| 'cast' is not followed by whitespace. | 591 | |
| Line is longer than 80 characters. | 592 | |
| '{' should be on the previous line. | 595 | |
| Line is longer than 80 characters. | 597 | |
| 'cast' is not followed by whitespace. | 597 | |
| Line is longer than 80 characters. | 598 | |
| Line is longer than 80 characters. | 604 | |
| Expected an @return tag. | 606 | |
| Method 'handleIsTableRequired' is not designed for extension - needs to be abstract, final or empty. | 606 | |
| '{' should be on the previous line. | 607 | |
| '||' should be on a new line. | 608 | |
| Line is longer than 80 characters. | 609 | |
| Line is longer than 80 characters. | 613 | |
| Expected an @return tag. | 615 | |
| Method 'handleGetMappingClassName' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| '{' should be on the previous line. | 616 | |
| Line is longer than 80 characters. | 620 | |
| '&&' should be on a new line. | 620 | |
| '{' should be on the previous line. | 622 | |
| '{' should be on the previous line. | 626 | |
| '}' should be on the same line. | 628 | |
| '{' should be on the previous line. | 630 | |
| '{' should be on the previous line. | 646 | |
| Line is longer than 80 characters. | 649 | |
| 'cast' is not followed by whitespace. | 651 | |
| Line is longer than 80 characters. | 658 | |
| Expected an @return tag. | 660 | |
| Method 'handleGetSubclassKeyColumn' is not designed for extension - needs to be abstract, final or empty. | 660 | |
| '{' should be on the previous line. | 661 | |
| Line is longer than 80 characters. | 665 | |
| Line is longer than 80 characters. | 667 | |
| 'cast' is not followed by whitespace. | 667 | |
| Line is longer than 80 characters. | 674 | |
| Expected an @return tag. | 676 | |
| Method 'handleIsRequiresMapping' is not designed for extension - needs to be abstract, final or empty. | 676 | |
| '{' should be on the previous line. | 677 | |
| Line is longer than 80 characters. | 680 | |
| 'cast' is not followed by whitespace. | 680 | |
| '||' should be on a new line. | 680 | |
| '&&' should be on a new line. | 681 | |
| Line is longer than 80 characters. | 683 | |
| '||' should be on a new line. | 683 | |
| Line is longer than 80 characters. | 684 | |
| Expected an @return tag. | 692 | |
| '{' should be on the previous line. | 693 | |
| Line is longer than 80 characters. | 696 | |
| '||' should be on a new line. | 699 | |
| Line is longer than 80 characters. | 700 | |
| Line is longer than 80 characters. | 705 | |
| Expected an @return tag. | 707 | |
| Method 'handleIsRequiresSpecializationMapping' is not designed for extension - needs to be abstract, final or empty. | 707 | |
| '{' should be on the previous line. | 708 | |
| Line is longer than 80 characters. | 710 | |
| 'cast' is not followed by whitespace. | 710 | |
| '&&' should be on a new line. | 710 | |
| Line is longer than 80 characters. | 712 | |
| '||' should be on a new line. | 712 | |
| Line is longer than 80 characters. | 718 | |
| Expected an @return tag. | 720 | |
| Method 'handleIsDynamicInsert' is not designed for extension - needs to be abstract, final or empty. | 720 | |
| '{' should be on the previous line. | 721 | |
| Line is longer than 80 characters. | 723 | |
| 'cast' is not followed by whitespace. | 723 | |
| '{' should be on the previous line. | 726 | |
| Line is longer than 80 characters. | 727 | |
| 'cast' is not followed by whitespace. | 727 | |
| Line is longer than 80 characters. | 734 | |
| Expected an @return tag. | 736 | |
| Method 'handleIsDynamicUpdate' is not designed for extension - needs to be abstract, final or empty. | 736 | |
| '{' should be on the previous line. | 737 | |
| Line is longer than 80 characters. | 739 | |
| 'cast' is not followed by whitespace. | 739 | |
| '{' should be on the previous line. | 742 | |
| Line is longer than 80 characters. | 743 | |
| 'cast' is not followed by whitespace. | 743 | |
| Line is longer than 80 characters. | 750 | |
| Expected an @return tag. | 752 | |
| Method 'handleIsMappingRequiresSuperProperties' is not designed for extension - needs to be abstract, final or empty. | 752 | |
| '{' should be on the previous line. | 753 | |
| Line is longer than 80 characters. | 754 | |
| Line is longer than 80 characters. | 758 | |
| Expected an @return tag. | 760 | |
| Method 'handleGetHibernateVersionProperty' is not designed for extension - needs to be abstract, final or empty. | 760 | |
| '{' should be on the previous line. | 761 | |
| Line is longer than 80 characters. | 762 | |
| 'cast' is not followed by whitespace. | 762 | |
| '{' should be on the previous line. | 764 | |
| Line is longer than 80 characters. | 765 | |
| 'cast' is not followed by whitespace. | 765 | |
| Line has trailing spaces. | 769 | |
| Line is longer than 80 characters. | 771 | |
| Expected an @return tag. | 773 | |
| Method 'handleGetHibernateVersionPropertySqlName' is not designed for extension - needs to be abstract, final or empty. | 773 | |
| '{' should be on the previous line. | 774 | |
| Line is longer than 80 characters. | 775 | |
| Line is longer than 80 characters. | 779 | |
| Expected an @return tag. | 781 | |
| Method 'handleGetVersion' is not designed for extension - needs to be abstract, final or empty. | 781 | |
| '{' should be on the previous line. | 782 | |
| Line is longer than 80 characters. | 783 | |
| 'cast' is not followed by whitespace. | 783 | |
| Missing a Javadoc comment. | 786 | |
| '{' should be on the previous line. | 787 | |
| Line is longer than 80 characters. | 789 | |
| 'cast' is not followed by whitespace. | 789 | |
| Line is longer than 80 characters. | 790 | |
| 'cast' is not followed by whitespace. | 790 | |
| Method 'handleGetXmlTagName' is not designed for extension - needs to be abstract, final or empty. | 793 | |
| Missing a Javadoc comment. | 793 | |
| '{' should be on the previous line. | 794 | |
| '{' should be on the previous line. | 798 | |
| Line is longer than 80 characters. | 799 | |
| 'cast' is not followed by whitespace. | 799 | |
| '{' should be on the previous line. | 802 | |
| Avoid inline conditionals. | 806 | |
| Line is longer than 80 characters. | 810 | |
| Expected an @return tag. | 812 | |
| Method 'handleGetHibernateDiscriminatorValue' is not designed for extension - needs to be abstract, final or empty. | 812 | |
| '{' should be on the previous line. | 813 | |
| Line is longer than 80 characters. | 814 | |
| 'cast' is not followed by whitespace. | 814 | |
| '{' should be on the previous line. | 817 | |
| Line is longer than 80 characters. | 825 | |
| Expected an @return tag. | 827 | |
| Method 'handleGetSequenceName' is not designed for extension - needs to be abstract, final or empty. | 827 | |
| '{' should be on the previous line. | 828 | |
| '?' should be on a new line. | 831 | |
| Avoid inline conditionals. | 831 | |
| Line is longer than 80 characters. | 832 | |
| 'cast' is not followed by whitespace. | 832 | |
| '-0' is a magic number. | 833 | |
| '{' should be on the previous line. | 834 | |
| Line is longer than 80 characters. | 835 | |
| Line is longer than 80 characters. | 840 | |
| Missing a Javadoc comment. | 840 | |
| Missing a Javadoc comment. | 842 | |
| '{' should be on the previous line. | 843 | |
| Line is longer than 80 characters. | 844 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 20 | |
| Method 'getAllRoles' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Parameter services should be final. | 27 | |
| '{' should be on the previous line. | 28 | |
| Parameter object should be final. | 34 | |
| '{' should be on the previous line. | 35 | |
| '{' should be on the previous line. | 37 | |
| 'cast' is not followed by whitespace. | 38 | |
| Method 'setHibernateVersion' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| 'hibernateVersion' hides a field. | 55 | |
| '{' should be on the previous line. | 56 | |
| Method 'getHibernatePackage' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| '{' should be on the previous line. | 66 | |
| Avoid inline conditionals. | 67 | |
| Method 'getHibernateUserTypePackage' 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. | 78 | |
| Avoid inline conditionals. | 78 | |
| Method 'isVersion3' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| '{' should be on the previous line. | 87 | |
| Parameter hibernateVersionPropertyValue should be final. | 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. | 108 | |
| Line is longer than 80 characters. | 113 | |
| Method 'setHibernateXMLPersistence' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| 'hibernateXmlPersistence' hides a field. | 116 | |
| Method 'isXmlPersistenceActive' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| '{' should be on the previous line. | 122 | |
| Missing a Javadoc comment. | 128 | |
| Parameter hibernateVersionPropertyValue should be final. | 129 | |
| Parameter hibernateXMLPersistencePropertyValue should be final. | 130 | |
| '{' should be on the previous line. | 131 | |
| '&&' should be on a new line. | 132 | |
| Missing a Javadoc comment. | 136 | |
| Method 'setHibernateMappingStrategy' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| Parameter hibernateMappingStrategy should be final. | 138 | |
| 'hibernateMappingStrategy' hides a field. | 138 | |
| '{' should be on the previous line. | 139 | |
| Method 'isMapSubclassesInSeparateFile' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| '{' should be on the previous line. | 144 | |
| Missing a Javadoc comment. | 148 | |
| Parameter hibernateMappingStrategy should be final. | 149 | |
| '{' should be on the previous line. | 150 | |
| Line is longer than 80 characters. | 152 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Parameter metaObject should be final. | 19 | |
| Parameter context should be final. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line is longer than 80 characters. | 26 | |
| Expected an @return tag. | 28 | |
| Method 'handleGetFullyQualifiedHibernateType' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| '{' should be on the previous line. | 29 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 34 | |
| '{' should be on the previous line. | 36 | |
| Method 'getHibernateTypeMappings' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| '{' should be on the previous line. | 49 | |
| '{' should be on the previous line. | 53 | |
| '{' should be on the previous line. | 57 | |
| 'cast' is not followed by whitespace. | 58 | |
| '{' should be on the previous line. | 60 | |
| '{' should be on the previous line. | 62 | |
| 'cast' is not followed by whitespace. | 63 | |
| '}' should be on the same line. | 65 | |
| '{' should be on the previous line. | 67 | |
| Line is longer than 80 characters. | 68 | |
| '}' should be on the same line. | 75 | |
| '{' should be on the previous line. | 77 | |
| 'cast' is not followed by whitespace. | 78 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Parameter metaObject should be final. | 30 | |
| Parameter context should be final. | 31 | |
| '{' should be on the previous line. | 32 | |
| First sentence should end with a period. | 36 | |
| First sentence should end with a period. | 41 | |
| First sentence should end with a period. | 46 | |
| First sentence should end with a period. | 51 | |
| First sentence should end with a period. | 56 | |
| First sentence should end with a period. | 61 | |
| Name 'collectionTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 107 | |
| Expected an @return tag. | 109 | |
| Method 'handleIsOne2OnePrimary' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| '{' should be on the previous line. | 110 | |
| Line is longer than 80 characters. | 113 | |
| '{' should be on the previous line. | 115 | |
| Line is longer than 80 characters. | 116 | |
| '||' should be on a new line. | 116 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 124 | |
| Expected an @return tag. | 126 | |
| Method 'getGetterSetterTypeName' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| '{' should be on the previous line. | 127 | |
| '{' should be on the previous line. | 131 | |
| Line is longer than 80 characters. | 134 | |
| '{' should be on the previous line. | 139 | |
| '{' should be on the previous line. | 141 | |
| Line is longer than 80 characters. | 142 | |
| '}' should be on the same line. | 143 | |
| '{' should be on the previous line. | 145 | |
| '{' should be on the previous line. | 147 | |
| Line is longer than 80 characters. | 148 | |
| '}' should be on the same line. | 149 | |
| '{' should be on the previous line. | 151 | |
| Line is longer than 80 characters. | 152 | |
| '}' should be on the same line. | 154 | |
| '{' should be on the previous line. | 156 | |
| Line is longer than 80 characters. | 158 | |
| '}' should be on the same line. | 160 | |
| '{' should be on the previous line. | 162 | |
| Line is longer than 80 characters. | 164 | |
| '}' should be on the same line. | 166 | |
| '{' should be on the previous line. | 168 | |
| '{' should be on the previous line. | 172 | |
| Line is longer than 80 characters. | 173 | |
| 'cast' is not followed by whitespace. | 173 | |
| '{' should be on the previous line. | 176 | |
| '{' should be on the previous line. | 183 | |
| '}' should be on the same line. | 185 | |
| '{' should be on the previous line. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 189 | |
| '{' should be on the previous line. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 200 | |
| Expected an @return tag. | 202 | |
| Method 'handleIsLazy' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| '{' should be on the previous line. | 203 | |
| Line is longer than 80 characters. | 204 | |
| 'cast' is not followed by whitespace. | 204 | |
| '{' should be on the previous line. | 208 | |
| Line is longer than 80 characters. | 212 | |
| '{' should be on the previous line. | 216 | |
| '}' should be on the same line. | 219 | |
| '{' should be on the previous line. | 221 | |
| Line is longer than 80 characters. | 232 | |
| Method 'handleGetHibernateCascade' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| '{' should be on the previous line. | 235 | |
| Line is longer than 80 characters. | 237 | |
| 'cast' is not followed by whitespace. | 237 | |
| '{' should be on the previous line. | 240 | |
| '}' should be on the same line. | 242 | |
| '{' should be on the previous line. | 244 | |
| '{' should be on the previous line. | 246 | |
| '{' should be on the previous line. | 252 | |
| 'cast' is not followed by whitespace. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 256 | |
| '||' should be on a new line. | 256 | |
| Line is longer than 80 characters. | 257 | |
| '{' should be on the previous line. | 260 | |
| Line is longer than 80 characters. | 261 | |
| '}' should be on the same line. | 262 | |
| '{' should be on the previous line. | 264 | |
| '}' should be on the same line. | 269 | |
| '{' should be on the previous line. | 271 | |
| '}' should be on the same line. | 274 | |
| '{' should be on the previous line. | 276 | |
| '}' should be on the same line. | 280 | |
| '{' should be on the previous line. | 286 | |
| '}' should be on the same line. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Line is longer than 80 characters. | 298 | |
| Expected an @return tag. | 300 | |
| Method 'handleIsHibernateInverse' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| '{' should be on the previous line. | 301 | |
| Line is longer than 80 characters. | 303 | |
| '{' should be on the previous line. | 306 | |
| '{' should be on the previous line. | 313 | |
| '{' should be on the previous line. | 315 | |
| '}' should be on the same line. | 317 | |
| Line is longer than 80 characters. | 318 | |
| '}' should be on the same line. | 320 | |
| '{' should be on the previous line. | 322 | |
| Line is longer than 80 characters. | 323 | |
| Line is longer than 80 characters. | 325 | |
| '{' should be on the previous line. | 331 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 333 | |
| Line is longer than 80 characters. | 339 | |
| First sentence should end with a period. | 351 | |
| First sentence should end with a period. | 356 | |
| Line is longer than 80 characters. | 362 | |
| Expected an @return tag. | 364 | |
| Method 'handleGetOuterJoin' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| '{' should be on the previous line. | 365 | |
| Line is longer than 80 characters. | 366 | |
| '{' should be on the previous line. | 369 | |
| Line is longer than 80 characters. | 370 | |
| Line is longer than 80 characters. | 373 | |
| 'cast' is not followed by whitespace. | 373 | |
| '{' should be on the previous line. | 376 | |
| Line is longer than 80 characters. | 378 | |
| Avoid inline conditionals. | 379 | |
| Expected an @return tag. | 389 | |
| Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 389 | |
| '{' should be on the previous line. | 390 | |
| Line is longer than 80 characters. | 394 | |
| 'cast' is not followed by whitespace. | 396 | |
| Line is longer than 80 characters. | 398 | |
| Line is longer than 80 characters. | 408 | |
| Expected an @return tag. | 410 | |
| Method 'handleGetCollectionType' is not designed for extension - needs to be abstract, final or empty. | 410 | |
| '{' should be on the previous line. | 411 | |
| '{' should be on the previous line. | 415 | |
| '{' should be on the previous line. | 417 | |
| '}' should be on the same line. | 419 | |
| '{' should be on the previous line. | 421 | |
| Line is longer than 80 characters. | 423 | |
| 'cast' is not followed by whitespace. | 423 | |
| '{' should be on the previous line. | 436 | |
| Line is longer than 80 characters. | 438 | |
| Line is longer than 80 characters. | 442 | |
| Expected an @return tag. | 444 | |
| Method 'handleGetSortType' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| '{' should be on the previous line. | 445 | |
| Line is longer than 80 characters. | 446 | |
| Line is longer than 80 characters. | 450 | |
| Expected an @return tag. | 452 | |
| Method 'handleGetOrderByColumns' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| '{' should be on the previous line. | 453 | |
| Line is longer than 80 characters. | 455 | |
| 'cast' is not followed by whitespace. | 455 | |
| '{' should be on the previous line. | 458 | |
| Line is longer than 80 characters. | 459 | |
| 'cast' is not followed by whitespace. | 459 | |
| Line is longer than 80 characters. | 466 | |
| Expected an @return tag. | 468 | |
| Method 'handleGetWhereClause' is not designed for extension - needs to be abstract, final or empty. | 468 | |
| '{' should be on the previous line. | 469 | |
| Line is longer than 80 characters. | 470 | |
| 'cast' is not followed by whitespace. | 470 | |
| Line is longer than 80 characters. | 474 | |
| Expected an @return tag. | 476 | |
| Method 'handleIsIndexedCollection' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| '{' should be on the previous line. | 477 | |
| '{' should be on the previous line. | 481 | |
| '||' should be on a new line. | 483 | |
| '{' should be on the previous line. | 486 | |
| Line is longer than 80 characters. | 495 | |
| Expected an @return tag. | 497 | |
| Method 'handleGetCollectionIndexName' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| '{' should be on the previous line. | 498 | |
| Line is longer than 80 characters. | 499 | |
| '{' should be on the previous line. | 506 | |
| '{' should be on the previous line. | 512 | |
| Line is longer than 80 characters. | 515 | |
| 'cast' is not followed by whitespace. | 515 | |
| Line is longer than 80 characters. | 516 | |
| Line is longer than 80 characters. | 525 | |
| Expected an @return tag. | 527 | |
| Method 'handleGetCollectionIndexType' is not designed for extension - needs to be abstract, final or empty. | 527 | |
| '{' should be on the previous line. | 528 | |
| Line is longer than 80 characters. | 529 | |
| '{' should be on the previous line. | 532 | |
| '{' should be on the previous line. | 536 | |
| '{' should be on the previous line. | 542 | |
| '{' should be on the previous line. | 544 | |
| 'cast' is not followed by whitespace. | 545 | |
| '{' should be on the previous line. | 548 | |
| 'cast' is not followed by whitespace. | 549 | |
| Avoid inline conditionals. | 553 | |
| Line is longer than 80 characters. | 557 | |
| Expected an @return tag. | 559 | |
| Method 'handleIsMap' is not designed for extension - needs to be abstract, final or empty. | 559 | |
| '{' should be on the previous line. | 560 | |
| Line is longer than 80 characters. | 561 | |
| '{' should be on the previous line. | 564 | |
| Line is longer than 80 characters. | 572 | |
| Expected an @return tag. | 574 | |
| Method 'handleIsList' is not designed for extension - needs to be abstract, final or empty. | 574 | |
| '{' should be on the previous line. | 575 | |
| Line is longer than 80 characters. | 576 | |
| '{' should be on the previous line. | 579 | |
| Line is longer than 80 characters. | 587 | |
| Expected an @return tag. | 589 | |
| Method 'handleIsSet' is not designed for extension - needs to be abstract, final or empty. | 589 | |
| '{' should be on the previous line. | 590 | |
| Line is longer than 80 characters. | 591 | |
| '{' should be on the previous line. | 594 | |
| Line is longer than 80 characters. | 602 | |
| Expected an @return tag. | 604 | |
| Method 'handleIsBag' is not designed for extension - needs to be abstract, final or empty. | 604 | |
| '{' should be on the previous line. | 605 | |
| Line is longer than 80 characters. | 610 | |
| Expected an @return tag. | 612 | |
| Method 'handleGetCollectionTypeImplementation' is not designed for extension - needs to be abstract, final or empty. | 612 | |
| '{' should be on the previous line. | 613 | |
| '{' should be on the previous line. | 617 | |
| '{' should be on the previous line. | 621 | |
| Line is longer than 80 characters. | 622 | |
| '}' should be on the same line. | 623 | |
| '{' should be on the previous line. | 625 | |
| Line is longer than 80 characters. | 626 | |
| '}' should be on the same line. | 627 | |
| '{' should be on the previous line. | 629 | |
| Line is longer than 80 characters. | 630 | |
| '}' should be on the same line. | 631 | |
| '{' should be on the previous line. | 633 | |
| Line is longer than 80 characters. | 634 | |
| Line is longer than 80 characters. | 637 | |
| Line is longer than 80 characters. | 638 | |
| '{' should be on the previous line. | 640 | |
| '{' should be on the previous line. | 643 | |
| Line is longer than 80 characters. | 658 | |
| Expected an @return tag. | 660 | |
| Method 'handleGetHibernateAggregationCascade' is not designed for extension - needs to be abstract, final or empty. | 660 | |
| '{' should be on the previous line. | 661 | |
| Line is longer than 80 characters. | 662 | |
| Line is longer than 80 characters. | 666 | |
| Expected an @return tag. | 668 | |
| Method 'handleGetHibernateCompositionCascade' is not designed for extension - needs to be abstract, final or empty. | 668 | |
| '{' should be on the previous line. | 669 | |
| Line is longer than 80 characters. | 670 | |
| Line is longer than 80 characters. | 674 | |
| Expected an @return tag. | 676 | |
| Method 'handleIsBidirectionalOrderedListParent' is not designed for extension - needs to be abstract, final or empty. | 676 | |
| '{' should be on the previous line. | 677 | |
| Line is longer than 80 characters. | 679 | |
| Line is longer than 80 characters. | 681 | |
| Line is longer than 80 characters. | 683 | |
| 'cast' is not followed by whitespace. | 683 | |
| Line is longer than 80 characters. | 686 | |
| Line is longer than 80 characters. | 693 | |
| Expected an @return tag. | 695 | |
| Method 'handleIsBidirectionalOrderedListChild' is not designed for extension - needs to be abstract, final or empty. | 695 | |
| '{' should be on the previous line. | 696 | |
| '{' should be on the previous line. | 699 | |
| Line is longer than 80 characters. | 700 | |
| 'cast' is not followed by whitespace. | 700 | |
| Line is longer than 80 characters. | 707 | |
| Expected an @return tag. | 709 | |
| Method 'handleIsUsingHibernate3' is not designed for extension - needs to be abstract, final or empty. | 709 | |
| '{' should be on the previous line. | 710 | |
| Line is longer than 80 characters. | 712 | |
| 'cast' is not followed by whitespace. | 712 | |
| '{' should be on the previous line. | 714 | |
| Line is longer than 80 characters. | 715 | |
| Line is longer than 80 characters. | 721 | |
| Expected an @return tag. | 723 | |
| Method 'handleGetCollectionIndexNameGetter' is not designed for extension - needs to be abstract, final or empty. | 723 | |
| '{' should be on the previous line. | 724 | |
| Line is longer than 80 characters. | 731 | |
| Expected an @return tag. | 733 | |
| Method 'handleGetCollectionIndexNameSetter' is not designed for extension - needs to be abstract, final or empty. | 733 | |
| '{' should be on the previous line. | 734 | |
| Missing a Javadoc comment. | 740 | |
| '{' should be on the previous line. | 741 | |
| Line is longer than 80 characters. | 742 | |
| 'cast' is not followed by whitespace. | 742 | |
| Missing a Javadoc comment. | 745 | |
| '{' should be on the previous line. | 746 | |
| Line is longer than 80 characters. | 748 | |
| 'cast' is not followed by whitespace. | 748 | |
| Line is longer than 80 characters. | 749 | |
| 'cast' is not followed by whitespace. | 749 | |
| Line is longer than 80 characters. | 753 | |
| Expected an @return tag. | 755 | |
| Method 'handleGetEmbedXML' is not designed for extension - needs to be abstract, final or empty. | 755 | |
| '{' should be on the previous line. | 756 | |
| '{' should be on the previous line. | 760 | |
| Line is longer than 80 characters. | 761 | |
| 'cast' is not followed by whitespace. | 761 | |
| '{' should be on the previous line. | 764 | |
| Line is longer than 80 characters. | 765 | |
| '{' should be on the previous line. | 767 | |
| '}' should be on the same line. | 769 | |
| '{' should be on the previous line. | 771 | |
| Avoid inline conditionals. | 776 | |
| Line is longer than 80 characters. | 780 | |
| Expected an @return tag. | 782 | |
| Method 'handleGetXmlTagName' is not designed for extension - needs to be abstract, final or empty. | 782 | |
| '{' should be on the previous line. | 783 | |
| '{' should be on the previous line. | 787 | |
| Line is longer than 80 characters. | 788 | |
| 'cast' is not followed by whitespace. | 788 | |
| '{' should be on the previous line. | 791 | |
| Avoid inline conditionals. | 795 |