The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 3 | 0 | 14 | 51 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 0 | |
| MemberName | 0 | |
| JavadocMethod | 14 | |
| JavadocType | 0 | |
| JavadocVariable | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
| 3 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| FileLength | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 2 | |
| TabCharacter | 3 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 32 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 1 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 9 | |
| UpperEll | 0 |
| Files | I | W | E |
|---|---|---|---|
| org/codehaus/mojo/jaxws/WsGenMojo.java | 0 | 3 | 15 |
| org/codehaus/mojo/jaxws/AbstractJaxwsMojo.java | 0 | 3 | 11 |
| org/codehaus/mojo/jaxws/WsImportMojo.java | 0 | 8 | 25 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Unused import - org.apache.maven.model.Resource. | 22 | |
| Missing a Javadoc comment. | 89 | |
| '<' is not preceded with whitespace. | 100 | |
| '<' is not followed by whitespace. | 100 | |
| '>' is not preceded with whitespace. | 100 | |
| Missing a Javadoc comment. | 118 | |
| '<' is not preceded with whitespace. | 132 | |
| '<' is not followed by whitespace. | 132 | |
| '>' is not preceded with whitespace. | 132 | |
| Expected @throws tag for 'MojoExecutionException'. | 133 | |
| '<' is not preceded with whitespace. | 135 | |
| '<' is not followed by whitespace. | 135 | |
| '>' is not preceded with whitespace. | 135 | |
| '<' is not preceded with whitespace. | 135 | |
| '<' is not followed by whitespace. | 135 | |
| '>' is not preceded with whitespace. | 135 | |
| '>' is not followed by whitespace. | 135 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Variable 'project' must be private and have accessor methods. | 47 | |
| Variable 'destDir' must be private and have accessor methods. | 54 | |
| Variable 'verbose' must be private and have accessor methods. | 61 | |
| Variable 'keep' must be private and have accessor methods. | 68 | |
| Variable 'extension' must be private and have accessor methods. | 75 | |
| Expected an @return tag. | 91 | |
| Expected @param tag for 'parent'. | 91 | |
| Expected @throws tag for 'MojoExecutionException'. | 92 | |
| '3' is a magic number. | 99 | |
| ')' is not preceded with whitespace. | 117 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| ')' is not preceded with whitespace. | 121 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^package '. | 1 | |
| Variable 'wsdlFiles' must be private and have accessor methods. | 82 | |
| Variable 'bindingDirectory' must be private and have accessor methods. | 96 | |
| Variable 'bindingFiles' must be private and have accessor methods. | 104 | |
| Variable 'sourceDestDir' must be private and have accessor methods. | 126 | |
| Missing a Javadoc comment. | 134 | |
| Expected @throws tag for 'MojoExecutionException'. | 180 | |
| Expected @throws tag for 'IOException'. | 180 | |
| '<' is not preceded with whitespace. | 189 | |
| '<' is not followed by whitespace. | 189 | |
| '>' is not preceded with whitespace. | 189 | |
| Line contains a tab character. | 193 | |
| Expected @throws tag for 'MojoExecutionException'. | 205 | |
| '<' is not preceded with whitespace. | 214 | |
| '<' is not followed by whitespace. | 214 | |
| '>' is not preceded with whitespace. | 214 | |
| '<' is not preceded with whitespace. | 226 | |
| '<' is not followed by whitespace. | 226 | |
| '>' is not preceded with whitespace. | 226 | |
| Expected @param tag for 'args'. | 226 | |
| Expected @throws tag for 'MojoExecutionException'. | 227 | |
| '<' is not preceded with whitespace. | 241 | |
| '<' is not followed by whitespace. | 241 | |
| '>' is not preceded with whitespace. | 241 | |
| Expected @throws tag for 'MojoExecutionException'. | 242 | |
| '<' is not preceded with whitespace. | 244 | |
| '<' is not followed by whitespace. | 244 | |
| '>' is not preceded with whitespace. | 244 | |
| '<' is not preceded with whitespace. | 244 | |
| '<' is not followed by whitespace. | 244 | |
| '>' is not preceded with whitespace. | 244 | |
| '>' is not followed by whitespace. | 244 | |
| Missing a Javadoc comment. | 443 |