The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 4 | 0 | 6 | 29 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 0 | |
| MemberName | 0 | |
| JavadocMethod | 6 | |
| JavadocType | 0 | |
| JavadocVariable | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
| 4 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 25 | |
| UpperEll | 0 |
| Files | I | W | E |
|---|---|---|---|
| org/codehaus/mojo/dbunit/CompareMojo.java | 0 | 1 | 6 |
| org/codehaus/mojo/dbunit/ExportMojo.java | 0 | 1 | 6 |
| org/codehaus/mojo/dbunit/OperationMojo.java | 0 | 1 | 5 |
| org/codehaus/mojo/dbunit/AbstractDbUnitMojo.java | 0 | 3 | 12 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Variable 'src' must be private and have accessor methods. | 53 | |
| Variable 'format' must be private and have accessor methods. | 59 | |
| Variable 'sort' must be private and have accessor methods. | 65 | |
| Variable 'tables' must be private and have accessor methods. | 71 | |
| Variable 'queries' must be private and have accessor methods. | 77 | |
| Missing a Javadoc comment. | 80 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Variable 'dest' must be private and have accessor methods. | 52 | |
| Variable 'format' must be private and have accessor methods. | 58 | |
| Variable 'doctype' must be private and have accessor methods. | 64 | |
| Variable 'tables' must be private and have accessor methods. | 70 | |
| Variable 'queries' must be private and have accessor methods. | 76 | |
| Missing a Javadoc comment. | 79 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Variable 'type' must be private and have accessor methods. | 54 | |
| Variable 'transaction' must be private and have accessor methods. | 61 | |
| Variable 'src' must be private and have accessor methods. | 69 | |
| Variable 'format' must be private and have accessor methods. | 77 | |
| Missing a Javadoc comment. | 79 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Variable 'driver' must be private and have accessor methods. | 60 | |
| Variable 'username' must be private and have accessor methods. | 67 | |
| Variable 'password' must be private and have accessor methods. | 74 | |
| Variable 'url' must be private and have accessor methods. | 82 | |
| Variable 'schema' must be private and have accessor methods. | 89 | |
| Variable 'dataTypeFactoryName' must be private and have accessor methods. | 96 | |
| Variable 'supportBatchStatement' must be private and have accessor methods. | 102 | |
| Variable 'useQualifiedTableNames' must be private and have accessor methods. | 109 | |
| Variable 'datatypeWarning' must be private and have accessor methods. | 115 | |
| Variable 'escapePattern' must be private and have accessor methods. | 122 | |
| Variable 'skip' must be private and have accessor methods. | 129 | |
| Missing a Javadoc comment. | 148 | |
| Missing a Javadoc comment. | 154 | |
| Expected @throws tag for 'MojoExecutionException'. | 197 |