Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
9 0 0 3

Rules

Rules Violations Severity
PackageHtml 0 error Error
JavadocType 0 error Error
JavadocMethod 1 error Error
JavadocVariable 0 error Error
JavadocStyle 0 error Error
AbstractClassName 0 error Error
ConstantName 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
UnusedImports 0 error Error
ImportOrder
  • separated : "true"
  • groups : "java,javax,org,com"
0 error Error
ExecutableStatementCount 0 error Error
FileLength 0 error Error
LineLength
  • max : "120"
0 error Error
MethodLength 0 error Error
AnonInnerLength 0 error Error
ParameterNumber 0 error Error
EmptyForInitializerPad 0 error Error
EmptyForIteratorPad 0 error Error
MethodParamPad 0 error Error
NoWhitespaceAfter
  • tokens : "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0 error Error
NoWhitespaceBefore 0 error Error
OperatorWrap 0 error Error
ParenPad 0 error Error
TypecastParenPad 0 error Error
TabCharacter 0 error Error
WhitespaceAfter 0 error Error
WhitespaceAround
  • tokens : "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND, WILDCARD_TYPE"
0 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
EmptyBlock 0 error Error
LeftCurly 0 error Error
NeedBraces 0 error Error
RightCurly
  • option : "alone"
  • tokens : "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF"
0 error Error
RightCurly
  • option : "same"
  • tokens : "LITERAL_ELSE"
0 error Error
AvoidNestedBlocks 0 error Error
ArrayTrailingComma 0 error Error
CovariantEquals 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
FinalLocalVariable
  • tokens : "VARIABLE_DEF,PARAMETER_DEF"
0 error Error
HiddenField
  • ignoreConstructorParameter : "true"
  • ignoreSetter : "true"
0 error Error
IllegalInstantiation
  • classes : "java.lang.String,java.lang.Boolean,java.lang.Character,java.lang.Integer"
0 error Error
IllegalToken
  • tokens : "LITERAL_NATIVE"
0 error Error
InnerAssignment 0 error Error
MagicNumber 0 error Error
MissingSwitchDefault 0 error Error
ModifiedControlVariable 0 error Error
RedundantThrows
  • allowUnchecked : "true"
0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
StringLiteralEquality 0 error Error
NestedIfDepth 0 error Error
NestedTryDepth 0 error Error
SuperClone 0 error Error
SuperFinalize 0 error Error
IllegalCatch 2 error Error
IllegalThrows 0 error Error
PackageDeclaration 0 error Error
JUnitTestCase 0 error Error
ReturnCount
  • max : "2"
0 error Error
IllegalType 0 error Error
DeclarationOrder 0 error Error
ParameterAssignment 0 error Error
ExplicitInitialization 0 error Error
DefaultComesLast 0 error Error
MissingCtor 0 error Error
FallThrough 0 error Error
MultipleStringLiterals 0 error Error
MultipleVariableDeclarations 0 error Error
UnnecessaryParentheses 0 error Error
VisibilityModifier 0 error Error
FinalClass 0 error Error
InterfaceIsType 0 error Error
HideUtilityClassConstructor 0 error Error
MutableException 0 error Error
ThrowsCount
  • max : "2"
0 error Error
BooleanExpressionComplexity
  • max : "3"
0 error Error
ClassDataAbstractionCoupling
  • max : "10"
0 error Error
ClassFanOutComplexity
  • max : "20"
0 error Error
CyclomaticComplexity
  • max : "10"
0 error Error
NPathComplexity
  • max : "20"
0 error Error
JavaNCSS
  • classMaximum : "350"
  • fileMaximum : "500"
  • methodMaximum : "50"
0 error Error
UncommentedMain 0 error Error
UpperEll 0 error Error
ArrayTypeStyle 0 error Error
FinalParameters
  • tokens : "METHOD_DEF, CTOR_DEF, LITERAL_CATCH"
0 error Error
Indentation
  • basicOffset : "4"
  • caseIndent : "0"
  • braceAdjustment : "0"
0 error Error
TrailingComment 0 error Error
NewlineAtEndOfFile
  • lineSeparator : "lf"
0 error Error
Translation 0 error Error

Details

net/sf/xmile/AbstractVelocityMojo.java

Violation Message Line
error Catching 'Exception' is not allowed. 64
error Catching 'Exception' is not allowed. 208

net/sf/xmile/GraphRenderingMojo.java

Violation Message Line
error Expected an @return tag. 151