The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 0 | |
NewlineAtEndOfFile
| 0 | |
| Translation | 0 | |
Header
| 1 | |
| FileLength | 0 | |
| FileTabCharacter | 0 | |
LeftCurly
| 1 | |
RightCurly
| 0 | |
LineLength
| 0 | |
MemberName
| 0 | |
StaticVariableName
| 1 | |
ConstantName
| 5 | |
ParameterName
| 0 | |
JavadocMethod
| 0 | |
| JavadocType | 0 | |
| JavadocVariable | 49 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 2 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| GenericWhitespace | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| EmptyBlock | 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 1 | |
| EqualsHashCode | 0 | |
| FallThrough | 0 | |
HiddenField
| 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
VisibilityModifier
| 0 | |
| ArrayTypeStyle | 0 | |
Regexp
| 0 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Method length is 151 lines (max allowed is 150). | 666 | |
| Empty statement. | 807 |
| Violation | Message | Line |
|---|---|---|
| Method length is 164 lines (max allowed is 150). | 146 |
| Violation | Message | Line |
|---|---|---|
| Name 'foreignKeyColumnTransformer' must match pattern '^(([A-Z][A-Z0-9]*(_[A-Z0-9]+)*)|log)$'. | 63 | |
| Name 'foreignKeyTransformer' must match pattern '^(([A-Z][A-Z0-9]*(_[A-Z0-9]+)*)|log)$'. | 72 | |
| Name 'tableOrViewTransformer' must match pattern '^(([A-Z][A-Z0-9]*(_[A-Z0-9]+)*)|log)$'. | 81 | |
| Name 'loadExternalSchemaTransformer' must match pattern '^(([A-Z][A-Z0-9]*(_[A-Z0-9]+)*)|log)$'. | 88 | |
| Name 'includeSchemaTransformer' must match pattern '^(([A-Z][A-Z0-9]*(_[A-Z0-9]+)*)|log)$'. | 96 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 52 | |
| '{' should be on a new line. | 315 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '/*'. | 3 |
| Violation | Message | Line |
|---|---|---|
| Line matches the illegal pattern 'Line has trailing spaces.'. | 75 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Line matches the illegal pattern 'Line has trailing spaces.'. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Line matches the illegal pattern 'Line has trailing spaces.'. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 115 | |
| Name 'SCHEMA_TYPE_TO_RESULT_SET_GETTER' must match pattern '^[a-z]+_*[a-zA-Z0-9]*$'. | 142 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 |