Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
310210

Rules

RulesViolationsSeverity
FileContentsHolder0Warnings Warning
JavadocStyle0Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName1Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
LineLength
  • max: "120"
  • tabWidth: "4"
1Warnings Warning
MethodLength
  • max: "50"
1Warnings Warning
ParameterNumber
  • max: "5"
2Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter
  • tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock4Warnings Warning
LeftCurly0Warnings Warning
NeedBraces2Warnings Warning
RightCurly0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MissingSwitchDefault0Warnings Warning
RedundantThrows
  • logLoadErrors: "true"
  • suppressLoadErrors: "true"
0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters4Warnings Warning
TodoComment0 Ignore
UpperEll0Warnings Warning
BooleanExpressionComplexity0Warnings Warning
ClassDataAbstractionCoupling2Warnings Warning
ClassFanOutComplexity2Warnings Warning
CyclomaticComplexity1Warnings Warning
JavaNCSS0Warnings Warning
NPathComplexity1Warnings Warning
AnonInnerLength0Warnings Warning
DefaultComesLast0Warnings Warning
CovariantEquals0Warnings Warning
FallThrough0Warnings Warning
IllegalCatch0 Ignore
IllegalThrows0Warnings Warning
ModifiedControlVariable0Warnings Warning
MultipleStringLiterals0 Ignore
NestedIfDepth
  • max: "2"
0Warnings Warning
NestedTryDepth
  • max: "2"
0Warnings Warning
PackageDeclaration0Warnings Warning
StringLiteralEquality0Warnings Warning
SuperFinalize0Warnings Warning
NewlineAtEndOfFile0 Ignore
Translation0Warnings Warning
SeverityMatchFilter0Warnings Warning
SuppressionFilter0Warnings Warning
SuppressionCommentFilter0Warnings Warning

Details

org/starobjects/jpa/runtime/persistence/JpaPersistenceMechanismInstaller.java

ViolationMessageLine
WarningsMore than 5 parameters.73

org/starobjects/jpa/runtime/persistence/JpaPersistenceSession.java

ViolationMessageLine
WarningsMore than 5 parameters.34

org/starobjects/jpa/runtime/persistence/objectstore/HibListenerManagerRuntime.java

ViolationMessageLine
WarningsClass 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
WarningsClass Fan-Out Complexity is 44 (max allowed is 20).70

org/starobjects/jpa/runtime/persistence/objectstore/JpaObjectStore.java

ViolationMessageLine
WarningsClass Data Abstraction Coupling is 13 (max allowed is 7) classes [HashMap, JpaCreateObjectCommand, JpaDeleteObjectCommand, JpaUpdateObjectCommand, LoadPostProcessor, NakedObject, NotYetImplementedException, ObjectNotFoundException, PersistenceQueryFindAllInstancesProcessor, PersistenceQueryFindByPatternProcessor, PersistenceQueryFindByTitleProcessor, PersistenceQueryFindUsingApplibQueryProcessor, UnsupportedFindException].70
WarningsClass Fan-Out Complexity is 42 (max allowed is 20).70
WarningsCyclomatic Complexity is 11 (max allowed is 10).425
WarningsMethod length is 75 lines (max allowed is 50).425
WarningsNPath Complexity is 216 (max allowed is 200).425

org/starobjects/jpa/runtime/persistence/objectstore/hibspi/LoadPostProcessor.java

ViolationMessageLine
WarningsLine is longer than 120 characters.34

org/starobjects/jpa/runtime/persistence/objectstore/hibspi/ResolveStateUtil.java

ViolationMessageLine
WarningsMust have at least one statement.26
WarningsMust have at least one statement.56
WarningsMust have at least one statement.59
WarningsMust have at least one statement.86

org/starobjects/jpa/runtime/persistence/oid/JpaOid.java

ViolationMessageLine
WarningsName 'DESTRING_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
WarningsParameter className should be final.44
WarningsParameter cls should be final.53
WarningsParameter cls should be final.69
WarningsParameter discriminator should be final.70
Warnings'if' construct must use '{}'s.209
Warnings'else' construct must use '{}'s.211