Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
2 0 0 29

Files

Files Infos Warnings Errors
com/jnaerator/JNAeratorMojo.java 0 0 28
com/jnaerator/package.html 0 0 1

Rules

Rules Violations Severity
PackageHtml 1 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod 2 Errors Error
JavadocType 0 Errors Error
JavadocVariable 0 Errors Error
JavadocStyle 0 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 1 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 1 Errors Error
FileLength 0 Errors Error
LineLength 5 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 3 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 7 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 4 Errors Error
NeedBraces 1 Errors Error
RightCurly 1 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 1 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 1 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
1 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/jnaerator/JNAeratorMojo.java

Violation Message Line
Errors Unused import - java.io.FileWriter. 23
Errors Using the '.*' form of import should be avoided - java.util.*. 25
Errors Line is longer than 80 characters. 31
Errors '{' should be on the previous line. 35
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 52
Errors Missing a Javadoc comment. 57
Errors Parameter f should be final. 57
Errors 'if' construct must use '{}'s. 58
Errors Method 'execute' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors '{' should be on the previous line. 64
Errors '{' should be on the previous line. 66
Errors '<' is not preceded with whitespace. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Errors '<' is not preceded with whitespace. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Errors '>' is not followed by whitespace. 67
Errors Line has trailing spaces. 72
Errors Line is longer than 80 characters. 78
Errors '}' should be on the same line. 79
Errors ')' is preceded with whitespace. 80
Errors '{' should be on the previous line. 81
Errors Line is longer than 80 characters. 82
Errors '(' is followed by whitespace. 82
Errors ')' is preceded with whitespace. 82

com/jnaerator/package.html

Violation Message Line
Errors Missing package documentation file. 0