The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 25 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 2 | |
| MemberName | 0 | |
JavadocMethod
| 77 | |
JavadocType
| 4 | |
JavadocVariable
| 8 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 6 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 1 | |
| ModifierOrder | 1 | |
| RedundantModifier | 3 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 1 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 2 | |
MagicNumber
| 3 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 2 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 1 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 50 | |
| Expected @param tag for 'wagon'. | 96 | |
| Expected @throws tag for 'MojoExecutionException'. | 97 | |
| Expected @throws tag for 'WagonException'. | 97 | |
| Expected @throws tag for 'IOException'. | 97 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 71 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Expected an @return tag. | 74 | |
| Expected @param tag for 'id'. | 74 | |
| Expected @param tag for 'url'. | 74 | |
| Expected @throws tag for 'MojoExecutionException'. | 75 | |
| Line is longer than 120 characters. | 88 | |
| Missing a Javadoc comment. | 88 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 54 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 91 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 50 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 61 | |
| '8192' is a magic number. | 194 | |
| '20' is a magic number. | 210 | |
| '0xff' is a magic number. | 220 | |
| Missing a Javadoc comment. | 235 | |
| '(' is not followed by whitespace. | 235 | |
| ')' is not preceded with whitespace. | 235 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 57 | |
| ')' is not preceded with whitespace. | 66 | |
| Expected an @return tag. | 93 | |
| Expected @throws tag for 'WagonException'. | 94 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 42 | |
| ')' is not preceded with whitespace. | 54 | |
| Missing a Javadoc comment. | 76 | |
| ')' is not preceded with whitespace. | 79 | |
| Line is longer than 120 characters. | 87 | |
| ')' is not preceded with whitespace. | 102 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Conditional logic can be removed. | 106 | |
| Method length is 153 lines (max allowed is 150). | 148 | |
| Inner assignments should be avoided. | 383 | |
| Inner assignments should be avoided. | 407 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 29 | |
| Expected @param tag for 'fileset'. | 42 | |
| Expected @param tag for 'logger'. | 42 | |
| Expected @throws tag for 'WagonException'. | 43 | |
| Expected @throws tag for 'IOException'. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 28 | |
| 'static' modifier out of order with the JLS suggestions. | 30 | |
| Missing a Javadoc comment. | 223 | |
| '+' is not followed by whitespace. | 305 | |
| Missing a Javadoc comment. | 397 | |
| Missing a Javadoc comment. | 402 | |
| Missing a Javadoc comment. | 407 | |
| 'isCaseSensitive' hides a field. | 407 | |
| Missing a Javadoc comment. | 412 | |
| Missing a Javadoc comment. | 417 | |
| Missing a Javadoc comment. | 422 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 29 | |
| Expected @param tag for 'logger'. | 38 | |
| Expected @throws tag for 'WagonException'. | 39 | |
| Redundant 'public' modifier. | 48 | |
| Expected @param tag for 'logger'. | 48 | |
| Expected @throws tag for 'WagonException'. | 49 | |
| Expected an @return tag. | 57 | |
| Redundant 'public' modifier. | 57 | |
| Expected @throws tag for 'WagonException'. | 58 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 137 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 147 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 40 | |
| Expected @param tag for 'fileset'. | 40 | |
| Expected @param tag for 'logger'. | 40 | |
| Expected @throws tag for 'WagonException'. | 41 | |
| Expected @throws tag for 'IOException'. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Unused import - org.apache.maven.plugin.MojoExecutionException. | 21 | |
| Missing a Javadoc comment. | 33 | |
| Expected an @return tag. | 46 | |
| Expected @param tag for 'id'. | 46 | |
| Expected @param tag for 'url'. | 46 | |
| Expected @param tag for 'wagonManager'. | 46 | |
| Expected @param tag for 'settings'. | 46 | |
| Expected @param tag for 'logger'. | 46 | |
| Expected @throws tag for 'WagonException'. | 47 | |
| Expected @throws tag for 'UnsupportedProtocolException'. | 47 | |
| Redundant throws: 'UnsupportedProtocolException' is subclass of 'WagonException'. | 47 | |
| Expected @throws tag for 'WagonConfigurationException'. | 47 | |
| Redundant throws: 'WagonConfigurationException' is subclass of 'WagonException'. | 47 | |
| Missing a Javadoc comment. | 75 | |
| Expected @param tag for 'settings'. | 105 |