Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
10 0 0 43

Rules

Rules Violations Severity
PackageHtml 3 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod 15 Errors Error
JavadocType
  • scope : "public"
7 Errors Error
JavadocVariable
  • scope : "public"
0 Errors Error
JavadocStyle 1 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 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength
  • max : "120"
0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter
  • tokens : "ARRAY_INIT, BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS, GENERIC_START"
0 Errors Error
NoWhitespaceBefore
  • tokens : "SEMI, POST_DEC, POST_INC, GENERIC_START, GENERIC_END"
0 Errors Error
WhitespaceAfter
  • tokens : "COMMA, SEMI, TYPECAST, GENERIC_END"
0 Errors 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 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 1 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 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 6 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 10 Errors Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
0 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/ddd4j/infrastructure/builder/Builder.java

Violation Message Line
Errors First sentence should end with a period. 3
Errors Type Javadoc comment is missing an @param <T> tag. 6
Errors Missing a Javadoc comment. 7

org/ddd4j/infrastructure/builder/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/ddd4j/infrastructure/domain/Entity.java

Violation Message Line
Errors Missing a Javadoc comment. 5
Errors Line contains a tab character. 6
Errors Missing a Javadoc comment. 6

org/ddd4j/infrastructure/domain/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/ddd4j/infrastructure/specification/AbstractSpecification.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors Method 'and' is not designed for extension - needs to be abstract, final or empty. 4
Errors Missing a Javadoc comment. 4
Errors Parameter other should be final. 4
Errors Method 'not' is not designed for extension - needs to be abstract, final or empty. 8
Errors Missing a Javadoc comment. 8
Errors Method 'or' is not designed for extension - needs to be abstract, final or empty. 12
Errors Missing a Javadoc comment. 12
Errors Parameter other should be final. 12

org/ddd4j/infrastructure/specification/AndSpecification.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors Missing a Javadoc comment. 7
Errors Parameter x should be final. 7
Errors Parameter y should be final. 7
Errors Method 'isSatisfiedBy' is not designed for extension - needs to be abstract, final or empty. 12
Errors Missing a Javadoc comment. 12
Errors Parameter object should be final. 12

org/ddd4j/infrastructure/specification/NotSpecification.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors Missing a Javadoc comment. 6
Errors Parameter x should be final. 6
Errors Method 'isSatisfiedBy' is not designed for extension - needs to be abstract, final or empty. 10
Errors Missing a Javadoc comment. 10
Errors Parameter object should be final. 10

org/ddd4j/infrastructure/specification/OrSpecification.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors Missing a Javadoc comment. 7
Errors Parameter x should be final. 7
Errors Parameter y should be final. 7
Errors Method 'isSatisfiedBy' is not designed for extension - needs to be abstract, final or empty. 12
Errors Missing a Javadoc comment. 12
Errors Parameter object should be final. 12

org/ddd4j/infrastructure/specification/Specification.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors Missing a Javadoc comment. 4
Errors Missing a Javadoc comment. 6
Errors Missing a Javadoc comment. 8
Errors Missing a Javadoc comment. 10

org/ddd4j/infrastructure/specification/package.html

Violation Message Line
Errors Missing package documentation file. 0