The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 7 | 1 | 40 | 20 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
|
0 | |
RightCurly
|
0 | |
LineLength
|
1 | |
| MemberName | 0 | |
JavadocMethod
|
40 | |
JavadocType
|
1 | |
JavadocVariable
|
1 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
|
0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 0 | |
ParenPad
|
6 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 5 | |
| ModifierOrder | 7 | |
| 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
|
0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 130 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 48 | |
| 'static' modifier out of order with the JLS suggestions. | 48 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 135 | |
| Expected @param tag for 'prefix'. | 147 | |
| Missing a Javadoc comment. | 152 | |
| Missing a Javadoc comment. | 157 | |
| Missing a Javadoc comment. | 162 | |
| Missing a Javadoc comment. | 167 | |
| Expected an @return tag. | 178 | |
| Expected @param tag for 'artifacts'. | 178 |
| Violation | Message | Line |
|---|---|---|
| '=' is not preceded with whitespace. | 54 | |
| '=' is not followed by whitespace. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| ')' is not preceded with whitespace. | 56 | |
| ')' is not preceded with whitespace. | 60 | |
| ')' is not preceded with whitespace. | 64 | |
| ')' is not preceded with whitespace. | 68 | |
| ')' is not preceded with whitespace. | 72 | |
| Missing a Javadoc comment. | 79 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'types'. | 42 | |
| Missing a Javadoc comment. | 54 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 44 | |
| Expected @param tag for 'from'. | 71 | |
| Expected @param tag for 'to'. | 82 | |
| Missing a Javadoc comment. | 87 |
| Violation | Message | Line |
|---|---|---|
| 'static' modifier out of order with the JLS suggestions. | 72 | |
| 'static' modifier out of order with the JLS suggestions. | 77 | |
| 'static' modifier out of order with the JLS suggestions. | 82 | |
| 'static' modifier out of order with the JLS suggestions. | 87 | |
| 'static' modifier out of order with the JLS suggestions. | 97 | |
| 'static' modifier out of order with the JLS suggestions. | 102 | |
| Expected @throws tag for 'MojoExecutionException'. | 202 | |
| Expected @param tag for 'artifacts'. | 309 | |
| Expected @param tag for 'antProject'. | 309 | |
| Expected @throws tag for 'DependencyResolutionRequiredException'. | 310 | |
| Expected @param tag for 'mavenProject'. | 341 | |
| Expected @param tag for 'antProject'. | 341 | |
| '(' is not followed by whitespace. | 355 | |
| Line is longer than 120 characters. | 362 | |
| Expected @param tag for 'artifact'. | 421 | |
| Missing a Javadoc comment. | 439 | |
| '+' is not followed by whitespace. | 487 | |
| Missing a Javadoc comment. | 520 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 |