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 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
JavadocMethod | 2 | Error |
JavadocType | 0 | Error |
JavadocVariable | 0 | Error |
JavadocStyle | 0 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 1 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 1 | Error |
FileLength | 0 | Error |
LineLength | 5 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 3 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 7 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 4 | Error |
NeedBraces | 1 | Error |
RightCurly | 1 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 0 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 1 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 1 | Error |
GenericIllegalRegexp
|
1 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
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 |