The following document contains the results of Checkstyle
.
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 4 | 2 | 9 | 9 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
|
0 | |
RightCurly
|
0 | |
LineLength
|
0 | |
| MemberName | 0 | |
| JavadocMethod | 9 | |
| JavadocType | 0 | |
| JavadocVariable | 2 | |
| 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
|
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 | 9 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Expected an @return tag. | 110 | |
| Expected @throws tag for 'MojoExecutionException'. | 111 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 156 | |
| Expected @throws tag for 'MojoExecutionException'. | 171 |
| Violation | Message | Line |
|---|---|---|
| Variable 'packaging' must be private and have accessor methods. | 49 | |
| Variable 'deployer' must be private and have accessor methods. | 69 | |
| Variable 'factory' must be private and have accessor methods. | 75 | |
| Variable 'remoteRepositoryId' must be private and have accessor methods. | 83 | |
| Variable 'remoteRepositoryUrl' must be private and have accessor methods. | 91 | |
| Missing a Javadoc comment. | 114 |
| Violation | Message | Line |
|---|---|---|
| Variable 'packaging' must be private and have accessor methods. | 54 | |
| Variable 'installer' must be private and have accessor methods. | 74 | |
| Variable 'factory' must be private and have accessor methods. | 80 | |
| Variable 'mavenOneRepository' must be private and have accessor methods. | 87 | |
| Missing a Javadoc comment. | 103 |