The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
31 | 0 | 21 | 0 |
Rules | Violations | Severity |
---|---|---|
FileContentsHolder | 0 | Warning |
JavadocStyle | 0 | Warning |
ConstantName | 0 | Warning |
LocalFinalVariableName | 0 | Warning |
LocalVariableName | 0 | Warning |
MemberName | 0 | Warning |
MethodName | 0 | Warning |
PackageName | 0 | Warning |
ParameterName | 0 | Warning |
StaticVariableName | 1 | Warning |
TypeName | 0 | Warning |
AvoidStarImport | 0 | Warning |
IllegalImport | 0 | Warning |
RedundantImport | 0 | Warning |
LineLength
| 1 | Warning |
MethodLength
| 1 | Warning |
ParameterNumber
| 2 | Warning |
EmptyForIteratorPad | 0 | Warning |
MethodParamPad | 0 | Warning |
NoWhitespaceAfter
| 0 | Warning |
ParenPad | 0 | Warning |
TypecastParenPad | 0 | Warning |
ModifierOrder | 0 | Warning |
RedundantModifier | 0 | Warning |
AvoidNestedBlocks | 0 | Warning |
EmptyBlock | 4 | Warning |
LeftCurly | 0 | Warning |
NeedBraces | 2 | Warning |
RightCurly | 0 | Warning |
DoubleCheckedLocking | 0 | Warning |
EmptyStatement | 0 | Warning |
EqualsHashCode | 0 | Warning |
IllegalInstantiation | 0 | Warning |
InnerAssignment | 0 | Warning |
MissingSwitchDefault | 0 | Warning |
RedundantThrows
| 0 | Warning |
SimplifyBooleanExpression | 0 | Warning |
SimplifyBooleanReturn | 0 | Warning |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | Warning |
HideUtilityClassConstructor | 0 | Warning |
InterfaceIsType | 0 | Warning |
VisibilityModifier | 0 | Warning |
ArrayTypeStyle | 0 | Warning |
FinalParameters | 4 | Warning |
TodoComment | 0 | Ignore |
UpperEll | 0 | Warning |
BooleanExpressionComplexity | 0 | Warning |
ClassDataAbstractionCoupling | 2 | Warning |
ClassFanOutComplexity | 2 | Warning |
CyclomaticComplexity | 1 | Warning |
JavaNCSS | 0 | Warning |
NPathComplexity | 1 | Warning |
AnonInnerLength | 0 | Warning |
DefaultComesLast | 0 | Warning |
CovariantEquals | 0 | Warning |
FallThrough | 0 | Warning |
IllegalCatch | 0 | Ignore |
IllegalThrows | 0 | Warning |
ModifiedControlVariable | 0 | Warning |
MultipleStringLiterals | 0 | Ignore |
NestedIfDepth
| 0 | Warning |
NestedTryDepth
| 0 | Warning |
PackageDeclaration | 0 | Warning |
StringLiteralEquality | 0 | Warning |
SuperFinalize | 0 | Warning |
NewlineAtEndOfFile | 0 | Ignore |
Translation | 0 | Warning |
SeverityMatchFilter | 0 | Warning |
SuppressionFilter | 0 | Warning |
SuppressionCommentFilter | 0 | Warning |
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 |