Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
10832

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
10error Error
RightCurly
  • option: "alone"
0error Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
1error Error
MemberName0error Error
JavadocMethod8warning Warning
JavadocType1error Error
JavadocVariable0info Info
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • headerFile: "/home/jerome/Code/OSS/m2/mojo/ideauidesigner-maven-plugin/target/checkout/target/checkstyle-header.txt"
1error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad
  • option: "space"
1error Error
OperatorWrap0error Error
ParenPad
  • option: "space"
17error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
NeedBraces1error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField0warning Warning
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
UpperEll0error Error

Details

org/codehaus/mojo/ideauidesigner/Javac2Mojo.java

ViolationMessageLine
errorLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
warningMissing a Javadoc comment.123
error'{' should be on a new line.127
errorLine is longer than 120 characters.128
error'(' is not followed by whitespace.133
error')' is not preceded with whitespace.133
error'(' is not followed by whitespace.147
error';' is not followed by whitespace.147
error'{' should be on a new line.147
error'if' construct must use '{}'s.149
errorMissing a Javadoc comment.187
error'{' should be on a new line.187
warningMissing a Javadoc comment.188
error'{' should be on a new line.188
error'(' is not followed by whitespace.189
error')' is not preceded with whitespace.189
warningMissing a Javadoc comment.192
error'{' should be on a new line.192
error'(' is not followed by whitespace.193
error')' is not preceded with whitespace.193
warningMissing a Javadoc comment.196
error'{' should be on a new line.196
error'(' is not followed by whitespace.197
error')' is not preceded with whitespace.197
warningMissing a Javadoc comment.200
error'{' should be on a new line.200
error'(' is not followed by whitespace.201
error')' is not preceded with whitespace.201
warningMissing a Javadoc comment.204
error'{' should be on a new line.204
error'(' is not followed by whitespace.205
error')' is not preceded with whitespace.205
warningMissing a Javadoc comment.208
error'{' should be on a new line.208
error'(' is not followed by whitespace.209
error')' is not preceded with whitespace.209
warningMissing a Javadoc comment.212
error'{' should be on a new line.212
error'(' is not followed by whitespace.213
error')' is not preceded with whitespace.213