Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
27 4 14 0

Rules

Rules Violations Severity
JavadocMethod 6 Warnings Warning
JavadocType 0 Warnings Warning
JavadocVariable 1 Warnings Warning
JavadocStyle 1 Warnings Warning
ConstantName 0 Warnings Warning
LocalFinalVariableName 0 Warnings Warning
LocalVariableName 0 Warnings Warning
MemberName 0 Warnings Warning
MethodName 0 Warnings Warning
PackageName 0 Warnings Warning
ParameterName 0 Warnings Warning
StaticVariableName 0 Warnings Warning
TypeName 0 Warnings Warning
AvoidStarImport 0 Warnings Warning
IllegalImport 0 Warnings Warning
RedundantImport 0 Warnings Warning
UnusedImports 0 Warnings Warning
FileLength 0 Warnings Warning
LineLength
  • max: "200"
  • tabWidth: "4"
0 Warnings Warning
MethodLength 0 Warnings Warning
ParameterNumber 0 Warnings Warning
EmptyForIteratorPad 0 Warnings Warning
MethodParamPad 0 Warnings Warning
NoWhitespaceAfter
  • tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0 Warnings Warning
NoWhitespaceBefore 0 Warnings Warning
OperatorWrap 0 Warnings Warning
ParenPad 0 Warnings Warning
TypecastParenPad 0 Warnings Warning
WhitespaceAfter 0 Warnings Warning
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,LITERAL_ASSERT,TYPE_EXTENSION_AND,WILDCARD_TYPE"
0 Warnings Warning
ModifierOrder 0 Warnings Warning
RedundantModifier 0 Warnings Warning
AvoidNestedBlocks 0 Warnings Warning
EmptyBlock 0 Warnings Warning
LeftCurly 0 Warnings Warning
NeedBraces 0 Warnings Warning
RightCurly 0 Warnings Warning
DoubleCheckedLocking 0 Warnings Warning
EmptyStatement 0 Warnings Warning
EqualsHashCode 0 Warnings Warning
HiddenField 0 Warnings Warning
IllegalInstantiation 0 Warnings Warning
InnerAssignment 0 Warnings Warning
MagicNumber 0 Warnings Warning
MissingSwitchDefault 0 Warnings Warning
RedundantThrows 0 Warnings Warning
SimplifyBooleanExpression 0 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
DesignForExtension 0 Warnings Warning
FinalClass 0 Warnings Warning
HideUtilityClassConstructor 0 Warnings Warning
InterfaceIsType 0 Warnings Warning
VisibilityModifier
  • protectedAllowed: "true"
0 Warnings Warning
ArrayTypeStyle 0 Warnings Warning
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0  Ignore
UpperEll 0 Warnings Warning
CovariantEquals 0 Warnings Warning
DefaultComesLast 0 Warnings Warning
ExplicitInitialization 0 Warnings Warning
DeclarationOrder 1 Warnings Warning
FallThrough 0 Warnings Warning
FinalLocalVariable 2 Warnings Warning
IllegalCatch 3 Warnings Warning
IllegalThrows 0 Warnings Warning
JUnitTestCase 0 Warnings Warning
ModifiedControlVariable 0 Warnings Warning
MultipleVariableDeclarations 0 Warnings Warning
StringLiteralEquality 0 Warnings Warning
ArrayTrailingComma 0 Warnings Warning
UnnecessaryParentheses 0 Warnings Warning
MutableException 0 Warnings Warning
ClassFanOutComplexity 2 Infos Info
CyclomaticComplexity 1 Infos Info
JavaNCSS 1 Infos Info
NPathComplexity 0 Infos Info
TrailingComment 0  Ignore
TodoComment 0 Infos Info
PackageHtml 0  Ignore
NewlineAtEndOfFile 0 Warnings Warning

Details

fr/lip6/move/pnml/todot/ConcurrentTransform2dot.java

Violation Message Line
Infos NCSS for this method is 58 (max allowed is 50). 149
Warnings Catching 'Exception' is not allowed. 250

fr/lip6/move/pnml/todot/PNMLtoDotServiceMain.java

Violation Message Line
Infos Class Fan-Out Complexity is 21 (max allowed is 20). 78

fr/lip6/move/pnml/todot/Transform2dot.java

Violation Message Line
Infos Class Fan-Out Complexity is 24 (max allowed is 20). 66
Infos Cyclomatic Complexity is 13 (max allowed is 10). 262
Warnings Catching 'Exception' is not allowed. 298

fr/lip6/move/pnml/todot/client/ConcurrentValidationClient.java

Violation Message Line
Warnings Expected @throws tag for 'ServerException'. 84

fr/lip6/move/pnml/todot/exceptions/ServerException.java

Violation Message Line
Warnings Missing a Javadoc comment. 38
Warnings Static variable definition in wrong order. 42
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 65

fr/lip6/move/pnml/todot/processors/PTProcessor.java

Violation Message Line
Warnings Variable 'initMark' should be declared final. 238
Warnings First sentence should end with a period. 272
Warnings Variable 'xmlBuffer' should be declared final. 279

fr/lip6/move/pnml/todot/utils/ConcurrentTransformationTimer.java

Violation Message Line
Warnings Catching 'Exception' is not allowed. 145