Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
12 0 31 0

Rules

Rules Violations Severity
AbstractClassName 0 Infos Info
ConstantName 0 Warnings Warning
LocalFinalVariableName 0 Warnings Warning
LocalVariableName
  • tokens: "PARAMETER_DEF,VARIABLE_DEF"
1 Warnings Warning
MemberName 0 Warnings Warning
MethodName 0 Warnings Warning
PackageName
  • format: "^pl\.edu\.agh\.cast(\.[a-z][a-z0-9]*)*$"
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
ImportOrder
  • separated: "true"
  • groups: "java,javax,org,pl.edu.agh.cast"
0 Warnings Warning
LineLength
  • max: "120"
  • tabWidth: "4"
0 Warnings Warning
MethodLength
  • tokens: "CTOR_DEF,METHOD_DEF"
0 Warnings Warning
AnonInnerLength
  • max: "50"
0 Warnings Warning
ParameterNumber
  • tokens: "CTOR_DEF,METHOD_DEF"
0 Warnings Warning
MethodParamPad 0 Warnings Warning
NoWhitespaceAfter
  • tokens: "LNOT,DOT,BNOT,DEC,UNARY_MINUS,UNARY_PLUS,INC,TYPECAST"
0 Warnings Warning
NoWhitespaceBefore
  • allowLineBreaks: "true"
  • tokens: "SEMI,DOT,POST_DEC,POST_INC"
0 Warnings Warning
OperatorWrap
  • tokens: "COLON,NOT_EQUAL,QUESTION,DIV,BXOR,MINUS,STAR,BAND,LAND,MOD,PLUS,LT,SL,LE,EQUAL,GT,GE,SR,BSR,BOR,LOR,LITERAL_INSTANCEOF"
0 Warnings Warning
ParenPad
  • tokens: "LPAREN,RPAREN,CTOR_CALL,METHOD_CALL,SUPER_CTOR_CALL"
0 Warnings Warning
TypecastParenPad
  • tokens: "RPAREN,TYPECAST"
0 Warnings Warning
WhitespaceAfter
  • tokens: "COMMA,SEMI"
0 Warnings Warning
ModifierOrder 0 Warnings Warning
AvoidNestedBlocks
  • allowInSwitchCase: "true"
0 Warnings Warning
EmptyBlock
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,STATIC_INIT,LITERAL_TRY,LITERAL_WHILE"
0 Warnings Warning
LeftCurly
  • maxLineLength: "120"
  • tokens: "LITERAL_CATCH,CLASS_DEF,CTOR_DEF,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,INTERFACE_DEF,METHOD_DEF,LITERAL_SWITCH,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE"
0 Warnings Warning
NeedBraces
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FOR,LITERAL_IF,LITERAL_WHILE"
0 Warnings Warning
RightCurly
  • tokens: "LITERAL_CATCH,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY"
0 Warnings Warning
AvoidInlineConditionals 0  Ignore
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreAbstractMethods: "true"
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0 Warnings Warning
InnerAssignment
  • tokens: "DIV_ASSIGN,BXOR_ASSIGN,STAR_ASSIGN,BAND_ASSIGN,MOD_ASSIGN,PLUS_ASSIGN,SL_ASSIGN,ASSIGN,MINUS_ASSIGN,SR_ASSIGN,BSR_ASSIGN,BOR_ASSIGN"
0 Warnings Warning
MagicNumber 0  Ignore
MissingSwitchDefault 0 Warnings Warning
ModifiedControlVariable 0 Warnings Warning
RedundantThrows
  • allowUnchecked: "true"
0 Warnings Warning
SimplifyBooleanExpression 0 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
StringLiteralEquality 0 Errors Error
NestedIfDepth
  • max: "3"
0 Warnings Warning
NestedTryDepth
  • max: "2"
0 Warnings Warning
SuperClone 0  Ignore
SuperFinalize 0 Warnings Warning
IllegalCatch 0 Infos Info
IllegalThrows 0 Infos Info
PackageDeclaration 0 Warnings Warning
DefaultComesLast 0 Warnings Warning
FallThrough
  • checkLastCaseGroup: "true"
0 Warnings Warning
MultipleStringLiterals 0 Warnings Warning
UnnecessaryParentheses 0 Warnings Warning
DeclarationOrder 0  Ignore
FinalClass 0 Warnings Warning
HideUtilityClassConstructor 0  Ignore
VisibilityModifier 0  Ignore
ThrowsCount
  • max: "3"
0 Infos Info
ArrayTypeStyle 0 Warnings Warning
RegexpSinglelineJava
  • message: "Line has trailing spaces."
  • ignoreComments: "true"
  • format: "\s+$"
0 Warnings Warning
TodoComment 0  Ignore
UncommentedMain 0 Warnings Warning
UpperEll 0 Warnings Warning
Indentation 0 Warnings Warning
JavadocType
  • scope: "package"
0 Errors Error
JavadocType 3 Warnings Warning
JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowUndeclaredRTE: "true"
  • tokens: "CTOR_DEF,METHOD_DEF"
  • allowMissingThrowsTags: "true"
11 Warnings Warning
JavadocVariable
  • scope: "package"
1 Warnings Warning
JavadocStyle
  • scope: "public"
  • checkEmptyJavadoc: "true"
9 Warnings Warning
JavadocType
  • authorFormat: "AGH CAST Team"
3 Warnings Warning
EmptyForInitializerPad
  • option: "space"
0 Infos Info
EmptyForIteratorPad 0 Infos Info
MethodParamPad
  • tokens: "CTOR_DEF,METHOD_CALL,METHOD_DEF,LITERAL_NEW,SUPER_CTOR_CALL"
0 Warnings Warning
CovariantEquals 0 Warnings Warning
IllegalType
  • tokens: "METHOD_DEF,PARAMETER_DEF,VARIABLE_DEF"
0  Ignore
MultipleVariableDeclarations 0 Warnings Warning
ParameterAssignment 0 Warnings Warning
ReturnCount
  • max: "3"
  • format: "^equals$"
0 Warnings Warning
TrailingComment 0  Ignore
JavadocMethod
  • allowMissingParamTags: "true"
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • excludeScope: "protected"
  • scope: "package"
  • allowUndeclaredRTE: "true"
  • tokens: "CTOR_DEF,METHOD_DEF"
  • allowMissingReturnTag: "true"
  • allowMissingThrowsTags: "true"
0 Infos Info
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
4 Warnings Warning
NewlineAtEndOfFile
  • lineSeparator: "lf"
  • fileExtensions: "java,properties,xml"
0 Warnings Warning
Translation 0 Errors Error
JavadocPackage
  • allowLegacy: "true"
2 Warnings Warning
FileLength 0 Warnings Warning

Details

pl/edu/agh/cast/zestalgorithms/Activator.java

Violation Message Line
Warnings Missing package-info.java file. 0
Warnings Line does not match expected header line of '^ \* https://caribou\.iisg\.agh\.edu\.pl/trac/cast$'. 4
Warnings First sentence should end with a period. 12
Warnings Type Javadoc tag @author must match pattern 'AGH CAST Team'. 18
Warnings Missing a Javadoc comment. 21
Warnings First sentence should end with a period. 26
Warnings First sentence should end with a period. 54

pl/edu/agh/cast/zestalgorithms/core/LayoutAlgorithmAdapter.java

Violation Message Line
Warnings Missing package-info.java file. 0
Warnings Line does not match expected header line of '^ \* https://caribou\.iisg\.agh\.edu\.pl/trac/cast$'. 4
Warnings First sentence should end with a period. 31
Warnings Type Javadoc tag @author must match pattern 'AGH CAST Team'. 38

pl/edu/agh/cast/zestalgorithms/core/LayoutEntityAdapter.java

Violation Message Line
Warnings Line does not match expected header line of '^$'. 17
Warnings First sentence should end with a period. 44
Warnings Expected @param tag for 'x'. 96
Warnings Expected @param tag for 'y'. 96
Warnings Expected @param tag for 'x'. 106
Warnings Expected @param tag for 'y'. 106
Warnings Name '_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Warnings Javadoc has empty description section. 122
Warnings Expected @param tag for 'arg0'. 132

pl/edu/agh/cast/zestalgorithms/core/LayoutRelationshipImpl.java

Violation Message Line
Warnings Line does not match expected header line of '^ \* https://caribou\.iisg\.agh\.edu\.pl/trac/cast$'. 4
Warnings Type Javadoc tag @author must match pattern 'AGH CAST Team'. 22
Warnings Expected @param tag for 'source'. 42
Warnings Expected @param tag for 'destination'. 42
Warnings First sentence should end with a period. 54
Warnings First sentence should end with a period. 63
Warnings First sentence should end with a period. 72
Warnings Expected @param tag for 'constraint'. 84
Warnings Expected @param tag for 'bendPoints'. 91
Warnings Expected @param tag for 'layoutInformation'. 98
Warnings Expected @param tag for 'o'. 114