The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 2 | 0 | 0 | 29 |
| Files | I |
W |
E |
|---|---|---|---|
| com/jnaerator/JNAeratorMojo.java | 0 | 0 | 28 |
| com/jnaerator/package.html | 0 | 0 | 1 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 2 | |
| JavadocType | 0 | |
| JavadocVariable | 0 | |
| JavadocStyle | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 1 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| FileLength | 0 | |
| LineLength | 5 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 3 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 7 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 4 | |
| NeedBraces | 1 | |
| RightCurly | 1 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 1 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 1 | |
GenericIllegalRegexp
|
1 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.io.FileWriter. | 23 | |
| Using the '.*' form of import should be avoided - java.util.*. | 25 | |
| Line is longer than 80 characters. | 31 | |
| '{' should be on the previous line. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Parameter f should be final. | 57 | |
| 'if' construct must use '{}'s. | 58 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| '{' should be on the previous line. | 64 | |
| '{' should be on the previous line. | 66 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| '>' is not followed by whitespace. | 67 | |
| Line has trailing spaces. | 72 | |
| Line is longer than 80 characters. | 78 | |
| '}' should be on the same line. | 79 | |
| ')' is preceded with whitespace. | 80 | |
| '{' should be on the previous line. | 81 | |
| Line is longer than 80 characters. | 82 | |
| '(' is followed by whitespace. | 82 | |
| ')' is preceded with whitespace. | 82 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |