The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
31 | 0 | 21 | 0 |
Rules | Violations | Severity |
---|---|---|
FileContentsHolder | 0 | ![]() |
JavadocStyle | 0 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 1 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
LineLength
| 1 | ![]() |
MethodLength
| 1 | ![]() |
ParameterNumber
| 2 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter
| 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 4 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 2 | ![]() |
RightCurly | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows
| 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 4 | ![]() |
TodoComment | 0 | Ignore |
UpperEll | 0 | ![]() |
BooleanExpressionComplexity | 0 | ![]() |
ClassDataAbstractionCoupling | 2 | ![]() |
ClassFanOutComplexity | 2 | ![]() |
CyclomaticComplexity | 1 | ![]() |
JavaNCSS | 0 | ![]() |
NPathComplexity | 1 | ![]() |
AnonInnerLength | 0 | ![]() |
DefaultComesLast | 0 | ![]() |
CovariantEquals | 0 | ![]() |
FallThrough | 0 | ![]() |
IllegalCatch | 0 | Ignore |
IllegalThrows | 0 | ![]() |
ModifiedControlVariable | 0 | ![]() |
MultipleStringLiterals | 0 | Ignore |
NestedIfDepth
| 0 | ![]() |
NestedTryDepth
| 0 | ![]() |
PackageDeclaration | 0 | ![]() |
StringLiteralEquality | 0 | ![]() |
SuperFinalize | 0 | ![]() |
NewlineAtEndOfFile | 0 | Ignore |
Translation | 0 | ![]() |
SeverityMatchFilter | 0 | ![]() |
SuppressionFilter | 0 | ![]() |
SuppressionCommentFilter | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | More than 5 parameters. | 73 |
Violation | Message | Line |
---|---|---|
![]() | More than 5 parameters. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Class Data Abstraction Coupling is 33 (max allowed is 7) classes [ArrayList, AutoFlushEventListener, DeleteEventListener, DirtyCheckEventListener, EvictEventListener, FlushEntityEventListener, InitializeCollectionEventListener, LoadEventListener, LockEventListener, MergeEventListener, NakedCollectionInitializeEventListener, NakedFlushEntityEventListener, NakedInsertPostEventListener, NakedInsertPreEventListener, NakedLoadPostEventListener, PersistEventListener, PostCollectionRecreateEventListener, PostCollectionRemoveEventListener, PostCollectionUpdateEventListener, PostDeleteEventListener, PostInsertEventListener, PostLoadEventListener, PostUpdateEventListener, PreCollectionRecreateEventListener, PreCollectionRemoveEventListener, PreCollectionUpdateEventListener, PreDeleteEventListener, PreInsertEventListener, PreLoadEventListener, PreUpdateEventListener, RefreshEventListener, ReplicateEventListener, SaveOrUpdateEventListener]. | 70 |
![]() | Class Fan-Out Complexity is 44 (max allowed is 20). | 70 |
Violation | Message | Line |
---|---|---|
![]() | Class Data Abstraction Coupling is 13 (max allowed is 7) classes [HashMap, JpaCreateObjectCommand, JpaDeleteObjectCommand, JpaUpdateObjectCommand, LoadPostProcessor, NakedObject, NotYetImplementedException, ObjectNotFoundException, PersistenceQueryFindAllInstancesProcessor, PersistenceQueryFindByPatternProcessor, PersistenceQueryFindByTitleProcessor, PersistenceQueryFindUsingApplibQueryProcessor, UnsupportedFindException]. | 70 |
![]() | Class Fan-Out Complexity is 42 (max allowed is 20). | 70 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 425 |
![]() | Method length is 75 lines (max allowed is 50). | 425 |
![]() | NPath Complexity is 216 (max allowed is 200). | 425 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Must have at least one statement. | 26 |
![]() | Must have at least one statement. | 56 |
![]() | Must have at least one statement. | 59 |
![]() | Must have at least one statement. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Name 'DESTRING_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 |
![]() | Parameter className should be final. | 44 |
![]() | Parameter cls should be final. | 53 |
![]() | Parameter cls should be final. | 69 |
![]() | Parameter discriminator should be final. | 70 |
![]() | 'if' construct must use '{}'s. | 209 |
![]() | 'else' construct must use '{}'s. | 211 |