The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
86 | 0 | 13 | 0 |
Rules | Violations | Severity |
---|---|---|
FileContentsHolder | 0 | Warning |
JavadocStyle | 0 | Warning |
ConstantName | 1 | Warning |
LocalFinalVariableName | 0 | Warning |
LocalVariableName | 0 | Warning |
MemberName | 0 | Warning |
MethodName | 0 | Warning |
PackageName | 0 | Warning |
ParameterName | 0 | Warning |
StaticVariableName | 0 | Warning |
TypeName | 0 | Warning |
AvoidStarImport | 0 | Warning |
IllegalImport | 0 | Warning |
RedundantImport | 0 | Warning |
LineLength
| 0 | 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 | 0 | Warning |
LeftCurly | 0 | Warning |
NeedBraces | 0 | 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 | 0 | Warning |
TodoComment | 0 | Ignore |
UpperEll | 0 | Warning |
BooleanExpressionComplexity | 0 | Warning |
ClassDataAbstractionCoupling | 3 | Warning |
ClassFanOutComplexity | 2 | Warning |
CyclomaticComplexity | 2 | Warning |
JavaNCSS | 1 | 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 |
---|---|---|
Class Data Abstraction Coupling is 18 (max allowed is 7) classes [AliasItemsInList, AliasServices, AliasesRegistry, CheckList, CheckSpecificationsLoaded, DebugClock, DebugObjectStore, DebugServices, FitFailureException, InitNakedObjects, JavaUtilDateParser, OpenSession, ServiceRegistry, SetClock, SetUpObjects, ShutdownNakedObjects, StartClient, UsingNakedObjectsViewer]. | 45 | |
Class Fan-Out Complexity is 33 (max allowed is 20). | 45 |
Violation | Message | Line |
---|---|---|
Name 'cachedInstancesBySpecMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
Violation | Message | Line |
---|---|---|
Cyclomatic Complexity is 16 (max allowed is 10). | 136 | |
Method length is 103 lines (max allowed is 50). | 136 | |
NCSS for this method is 54 (max allowed is 50). | 136 | |
NPath Complexity is 1,296 (max allowed is 200). | 136 |
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 25 (max allowed is 7) classes [AddToCollection, ArrayList, CheckAction, CheckAddToCollection, CheckClearProperty, CheckCollection, CheckObject, CheckProperty, CheckRemoveFromCollection, CheckSetProperty, ClearProperty, FitFailureException, GetActionParameterChoices, GetActionParameterDefault, GetCollection, GetProperty, GetPropertyChoices, GetPropertyDefault, HashMap, InvokeAction, Parse, PerformContext, RemoveFromCollection, SaveObject, SetProperty]. | 45 | |
Class Fan-Out Complexity is 36 (max allowed is 20). | 45 | |
More than 5 parameters. | 129 | |
Cyclomatic Complexity is 12 (max allowed is 10). | 190 |
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 8 (max allowed is 7) classes [Contains, Disabled, DoesNotContain, Empty, Hidden, NotEmpty, Usable, Visible]. | 14 |
Violation | Message | Line |
---|---|---|
More than 5 parameters. | 20 |