The following document contains the results of Checkstyle 6.1.1 with src/main/config/checkstyle.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | EqualsHashCode | 18 | Warning |
metrics | BooleanExpressionComplexity | 12 | Warning |
ClassDataAbstractionCoupling | 18 | Warning | |
ClassFanOutComplexity | 26 | Warning | |
CyclomaticComplexity | 83 | Warning | |
JavaNCSS | 28 | Warning | |
NPathComplexity | 37 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 494 |
Warning | metrics | NPathComplexity | NPath Complexity is 270 (max allowed is 200). | 494 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 21 (max allowed is 10). | 632 |
Warning | metrics | JavaNCSS | NCSS for this method is 56 (max allowed is 50). | 632 |
Warning | metrics | NPathComplexity | NPath Complexity is 1,025 (max allowed is 200). | 632 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 4 (max allowed is 3). | 679 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 719 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | JavaNCSS | NCSS for this class is 1,728 (max allowed is 1,500). | 45 |
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 16 (max allowed is 7) classes [AbsoluteMillisTimeValueAdapter, AbsoluteSecondsTimeValueAdapter, DoubleValueAdapter, FloatValueAdapter, ReferenceValueAdapter, RelativeMillisTimeValueAdapter, RelativeSecondsTimeValueAdapter, ScaledByteValueAdapter, ScaledIntegerValueAdapter, ScaledLongValueAdapter, ScaledShortValueAdapter, TextValueAdapter, UnscaledByteValueAdapter, UnscaledIntegerValueAdapter, UnscaledLongValueAdapter, UnscaledShortValueAdapter]. | 352 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 28 (max allowed is 20). | 352 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 582 |
Warning | metrics | NPathComplexity | NPath Complexity is 225 (max allowed is 200). | 582 |
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 7) classes [AttributeArrayIterator, AttributeListArrayAdapter, ByteArrayAdapter, DoubleArrayAdapter, FloatArrayAdapter, IntArrayAdapter, LongArrayAdapter, MillisTimeArrayAdapter, ReferenceArrayAdapter, SecondsTimeArrayAdapter, ShortArrayAdapter, TextArrayAdapter]. | 1319 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 20). | 1319 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 1389 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 5 (max allowed is 3). | 1493 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 20 (max allowed is 10). | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 93 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 133 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 24 (max allowed is 10). | 180 |
Warning | metrics | JavaNCSS | NCSS for this method is 52 (max allowed is 50). | 180 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 287 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 146 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 186 |
Warning | metrics | JavaNCSS | NCSS for this method is 56 (max allowed is 50). | 186 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 20). | 38 |
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 251 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 14 (max allowed is 7) classes [AbsoluteMillisecondsDefinitionInfo, AbsoluteSecondsDefinitionInfo, AttributeSetDefinitionInfo, ByteDefinitionInfo, DoubleDefinitionInfo, FloatDefinitionInfo, IdentityHashMap, IntDefinitionInfo, LongDefinitionInfo, ReferenceDefinitionInfo, RelativeMillisecondsDefinitionInfo, RelativeSecondsDefinitionInfo, ShortDefinitionInfo, StringDefinitionInfo]. | 44 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 26 (max allowed is 20). | 44 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 17 (max allowed is 10). | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 15 (max allowed is 3). | 92 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 7 (max allowed is 3). | 103 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 7 (max allowed is 3). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 15 (max allowed is 3). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 21 (max allowed is 10). | 42 |
Warning | metrics | JavaNCSS | NCSS for this method is 56 (max allowed is 50). | 42 |
Warning | metrics | NPathComplexity | NPath Complexity is 1,025 (max allowed is 200). | 42 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 4 (max allowed is 3). | 89 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 5 (max allowed is 3). | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 106 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 165 |
Warning | metrics | NPathComplexity | NPath Complexity is 330 (max allowed is 200). | 165 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 145 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 16 (max allowed is 7) classes [AttributeListArrayAttribute, AttributeListAttribute, ByteArrayAttribute, ByteAttribute, DoubleArrayAttribute, DoubleAttribute, FloatArrayAttribute, FloatAttribute, IntegerArrayAttribute, IntegerAttribute, LongArrayAttribute, LongAttribute, ShortArrayAttribute, ShortAttribute, StringArrayAttribute, StringAttribute]. | 34 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 17 (max allowed is 10). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 109 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 82 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 163 |
Warning | metrics | NPathComplexity | NPath Complexity is 516 (max allowed is 200). | 163 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 108 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 72 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 128 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 84 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 14 (max allowed is 7) classes [BufferedInputStream, BufferedOutputStream, ConnectionException, DataInputStream, DataOutputStream, KeepAliveThread, ReceivingChannel, Runnable, SendingChannel, SplittedApplicationTelegramsTable, TelegramQueue, Thread, ThroughputChecker, WorkerThread]. | 76 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 20). | 76 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 24 (max allowed is 10). | 355 |
Warning | metrics | JavaNCSS | NCSS for this method is 51 (max allowed is 50). | 355 |
Warning | metrics | NPathComplexity | NPath Complexity is 77,760 (max allowed is 200). | 355 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 609 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 17 (max allowed is 10). | 945 |
Warning | metrics | NPathComplexity | NPath Complexity is 651 (max allowed is 200). | 945 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 285 |
Warning | metrics | NPathComplexity | NPath Complexity is 518 (max allowed is 200). | 285 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 41 (max allowed is 7) classes [ApplicationDataTelegram, AuthentificationAnswer, AuthentificationRequest, AuthentificationTextAnswer, AuthentificationTextRequest, ClosingTelegram, ComParametersAnswer, ComParametersRequest, KeepAliveTelegram, ProtocolVersionAnswer, ProtocolVersionRequest, ReceiveSubscriptionTelegram, ReceiveUnsubscriptionTelegram, RequestSenderDataTelegram, SendSubscriptionTelegram, SendUnsubscriptionTelegram, TelegramTimeAnswer, TelegramTimeRequest, TerminateOrderTelegram, TransmitterAuthentificationAnswer, TransmitterAuthentificationRequest, TransmitterAuthentificationTextAnswer, TransmitterAuthentificationTextRequest, TransmitterBestWayUpdate, TransmitterClosingTelegram, TransmitterComParametersAnswer, TransmitterComParametersRequest, TransmitterDataSubscription, TransmitterDataSubscriptionReceipt, TransmitterDataTelegram, TransmitterDataUnsubscription, TransmitterKeepAliveTelegram, TransmitterListsDeliveryUnsubscription, TransmitterListsSubscription, TransmitterListsUnsubscription, TransmitterListsUpdate, TransmitterProtocolVersionAnswer, TransmitterProtocolVersionRequest, TransmitterTelegramTimeAnswer, TransmitterTelegramTimeRequest, TransmitterTerminateOrderTelegram]. | 39 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 44 (max allowed is 20). | 39 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 43 (max allowed is 10). | 247 |
Warning | metrics | JavaNCSS | NCSS for this method is 88 (max allowed is 50). | 247 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 208 |
Warning | metrics | NPathComplexity | NPath Complexity is 216 (max allowed is 200). | 208 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 343 |
Warning | metrics | NPathComplexity | NPath Complexity is 518 (max allowed is 200). | 343 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 264 |
Warning | metrics | NPathComplexity | NPath Complexity is 450 (max allowed is 200). | 264 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 17 (max allowed is 7) classes [AuthentificationRequest, AuthentificationTextRequest, ClientConnectionProperties, ClosingTelegram, ComParametersRequest, CommunicationError, InconsistentLoginException, ProtocolVersionRequest, ReceiveSubscriptionTelegram, ReceiveUnsubscriptionTelegram, SendControlNotifier, SendSubscriptionTelegram, SendUnsubscriptionTelegram, SplittedApplicationTelegramsTable, TelegramTimeAnswer, TelegramTimeRequest, TerminateOrderTelegram]. | 81 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 40 (max allowed is 20). | 81 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 19 (max allowed is 10). | 535 |
Warning | metrics | JavaNCSS | NCSS for this method is 55 (max allowed is 50). | 535 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 797 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 30 (max allowed is 7) classes [ApplicationCloseActionHandler, BaseSubscriptionInfo, CacheManager, ClientDavParameters, ClientDavRequester, ClientHighLevelCommunication, CommunicationError, ConfigurationManager, ConfigurationTaskException, ConnectionShutdownHook, CopyOnWriteArrayList, DafDataModel, DataDescription, DavCloseHandler, DavConnectionListener, Hashtable, ImplicitReceiver, ImplicitSubscriptionNote, ImplicitUnsubscriber, InitialisationNotCompleteException, ReadyMessageSender, ResultData, SendSubscriptionInfo, SimulationTime, StreamedRequestManager, SubscriptionManager, SystemObject, SystemTerminator, TimeoutTimer, TransactionManager]. | 54 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 64 (max allowed is 20). | 54 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 16 (max allowed is 10). | 438 |
Warning | metrics | NPathComplexity | NPath Complexity is 2,568 (max allowed is 200). | 438 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 32 (max allowed is 10). | 569 |
Warning | metrics | JavaNCSS | NCSS for this method is 54 (max allowed is 50). | 569 |
Warning | metrics | NPathComplexity | NPath Complexity is 51,200 (max allowed is 200). | 569 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 17 (max allowed is 10). | 632 |
Warning | metrics | NPathComplexity | NPath Complexity is 3,584 (max allowed is 200). | 632 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 722 |
Warning | metrics | NPathComplexity | NPath Complexity is 2,304 (max allowed is 200). | 722 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 955 |
Warning | metrics | NPathComplexity | NPath Complexity is 576 (max allowed is 200). | 955 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 1067 |
Warning | metrics | NPathComplexity | NPath Complexity is 1,152 (max allowed is 200). | 1067 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 17 (max allowed is 10). | 1157 |
Warning | metrics | NPathComplexity | NPath Complexity is 6,144 (max allowed is 200). | 1157 |
Warning | metrics | NPathComplexity | NPath Complexity is 320 (max allowed is 200). | 1212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 29 (max allowed is 20). | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 7) classes [ArgumentList, AttributeGroupAspectObject, BufferedInputStream, CommunicationParameters, FileInputStream, Hashtable, MissingParameterException, Properties]. | 48 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 235 |
Warning | metrics | JavaNCSS | NCSS for this method is 63 (max allowed is 50). | 235 |
Warning | metrics | NPathComplexity | NPath Complexity is 1,025 (max allowed is 200). | 235 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 84 (max allowed is 10). | 383 |
Warning | metrics | JavaNCSS | NCSS for this method is 228 (max allowed is 50). | 383 |
Warning | metrics | NPathComplexity | NPath Complexity is 850,403,524,609 (max allowed is 200). | 383 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 7 (max allowed is 3). | 646 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 257 |
Warning | metrics | NPathComplexity | NPath Complexity is 1,296 (max allowed is 200). | 257 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 20). | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 208 |
Warning | metrics | JavaNCSS | NCSS for this method is 66 (max allowed is 50). | 208 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 25 (max allowed is 10). | 98 |
Warning | metrics | JavaNCSS | NCSS for this method is 80 (max allowed is 50). | 98 |
Warning | metrics | NPathComplexity | NPath Complexity is 544 (max allowed is 200). | 98 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 4 (max allowed is 3). | 222 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 377 |
Warning | metrics | NPathComplexity | NPath Complexity is 384 (max allowed is 200). | 377 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 439 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 7) classes [AuthentificationRequest, BaseSubscriptionInfo, ByteArrayInputStream, ByteArrayOutputStream, ConfigurationException, DataInputStream, DataOutputStream, SendDataObject, TransmitterConnectionInfoRequest]. | 44 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 20). | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 217 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 124 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 81 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 18 (max allowed is 7) classes [BaseSubscriptionInfo, CollectingReceiverManager, ConfigurationRequestStatus, ConfigurationTaskException, DataDeliveryThread, DataNotSubscribedException, Hashtable, InitialisationNotCompleteException, OneSubscriptionPerSendData, ReceiveSubscriptionInfo, ReceiveSubscriptionObject, ReceiverSubscription, ResultData, SendDataObject, SendSubscriptionInfo, SendSubscriptionNotConfirmed, SendSubscriptionObject, SenderSubscription]. | 62 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 42 (max allowed is 20). | 62 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 271 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 4 (max allowed is 3). | 372 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 578 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 681 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 733 |
Warning | metrics | NPathComplexity | NPath Complexity is 1,536 (max allowed is 200). | 733 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 31 (max allowed is 10). | 817 |
Warning | metrics | JavaNCSS | NCSS for this method is 69 (max allowed is 50). | 817 |
Warning | metrics | NPathComplexity | NPath Complexity is 6,210 (max allowed is 200). | 817 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 950 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | JavaNCSS | NCSS for this method is 51 (max allowed is 50). | 102 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 20). | 56 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 167 |
Warning | metrics | JavaNCSS | NCSS for this method is 69 (max allowed is 50). | 167 |
Warning | metrics | NPathComplexity | NPath Complexity is 518 (max allowed is 200). | 167 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 20). | 56 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 173 |
Warning | metrics | JavaNCSS | NCSS for this method is 66 (max allowed is 50). | 173 |
Warning | metrics | NPathComplexity | NPath Complexity is 260 (max allowed is 200). | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 26 (max allowed is 20). | 58 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 17 (max allowed is 10). | 179 |
Warning | metrics | JavaNCSS | NCSS for this method is 73 (max allowed is 50). | 179 |
Warning | metrics | NPathComplexity | NPath Complexity is 515 (max allowed is 200). | 179 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 20). | 55 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 154 |
Warning | metrics | JavaNCSS | NCSS for this method is 66 (max allowed is 50). | 154 |
Warning | metrics | NPathComplexity | NPath Complexity is 260 (max allowed is 200). | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 20). | 56 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 162 |
Warning | metrics | JavaNCSS | NCSS for this method is 71 (max allowed is 50). | 162 |
Warning | metrics | NPathComplexity | NPath Complexity is 516 (max allowed is 200). | 162 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 20). | 55 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 157 |
Warning | metrics | JavaNCSS | NCSS for this method is 65 (max allowed is 50). | 157 |
Warning | metrics | NPathComplexity | NPath Complexity is 260 (max allowed is 200). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 24 (max allowed is 7) classes [ArchiveAlignment, ArchiveDataQueryResult, ArchiveDataSpecification, ArchiveDataStream, ArchiveQueryID, ArchiveStreamCombiner, ClientSender, Comparator, DataDescription, DataModelException, Date, DeleteData, DeleteSimulationVariant, IncreaseDeleteTime, Query, RequestData, RequestInfo, RequestNumQueries, RestoreData, ResultData, SaveData, SubscriptionArchiveOnlineDataManager, SystemObject, TimeoutTimer]. | 42 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 46 (max allowed is 20). | 42 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 376 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 26 (max allowed is 10). | 458 |
Warning | metrics | JavaNCSS | NCSS for this method is 84 (max allowed is 50). | 458 |
Warning | metrics | NPathComplexity | NPath Complexity is 13,110 (max allowed is 200). | 458 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 23 (max allowed is 7) classes [AutoExpireMap, BaseSubscriptionInfo, BufferedInputStream, BufferedOutputStream, ByteArrayInputStream, ByteArrayOutputStream, ConfigDataKey, ConfigurationAreaInfo, ConfigurationChangeException, ConfigurationUserAdministration, DafSystemObject, Data, DataInputStream, DataOutputStream, DavConnectionListener, File, FileInputStream, FileLock, FileOutputStream, Hashtable, MetaDataRequest, NotifyingMutableCollectionChangeListener, SystemObject]. | 58 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 70 (max allowed is 20). | 58 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 33 (max allowed is 10). | 319 |
Warning | metrics | JavaNCSS | NCSS for this method is 140 (max allowed is 50). | 319 |
Warning | metrics | NPathComplexity | NPath Complexity is 196,245 (max allowed is 200). | 319 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 15 (max allowed is 10). | 579 |
Warning | metrics | JavaNCSS | NCSS for this method is 69 (max allowed is 50). | 579 |
Warning | metrics | NPathComplexity | NPath Complexity is 1,176 (max allowed is 200). | 579 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 803 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 1026 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 34 (max allowed is 20). | 37 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 33 (max allowed is 10). | 48 |
Warning | metrics | JavaNCSS | NCSS for this method is 173 (max allowed is 50). | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 26 (max allowed is 7) classes [ConfigurationChangeException, DafAspect, DafAttribute, DafAttributeGroup, DafAttributeGroupUsage, DafAttributeListDefinition, DafClientApplication, DafConfigurationArea, DafConfigurationAuthority, DafConfigurationObject, DafConfigurationObjectType, DafDavApplication, DafDoubleAttributeType, DafDynamicObject, DafDynamicObjectType, DafIntegerAttributeType, DafIntegerValueRange, DafIntegerValueState, DafMutableSet, DafNonMutableSet, DafObjectSetType, DafObjectSetUse, DafReferenceAttributeType, DafStringAttributeType, DafTimeAttributeType, SystemObjectInfo]. | 49 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 42 (max allowed is 20). | 49 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 25 (max allowed is 10). | 548 |
Warning | metrics | JavaNCSS | NCSS for this method is 52 (max allowed is 50). | 548 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 20). | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 18 (max allowed is 7) classes [ByteArrayInputStream, ByteArrayOutputStream, CommunicationError, ConfigurationChangeException, ConfigurationException, ConfigurationRequestArea, ConfigurationRequestReadData, ConfigurationRequestUserAdministration, ConfigurationRequestWriteData, ConfigurationTaskException, ConsistencyCheckResult, ConsistencyCheckResultEntry, ObjectCreationWaiter, RequestException, Runnable, SimpleBackupResult, SystemObject, Thread]. | 52 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 59 (max allowed is 20). | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 7) classes [BaseSubscriptionInfo, ConfigurationChangeException, IdsToObjectsRequest, NewObjectRequest, ObjectInvalidateRequest, ObjectInvalidationWaiter, ObjectRevalidateRequest, ObjectSetNameRequest, PidsToObjectsRequest, SystemObjectsRequest, TypeIdsToObjectsRequest]. | 42 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 40 (max allowed is 20). | 42 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 95 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 149 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 17 (max allowed is 10). | 212 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 281 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 340 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 13 (max allowed is 10). | 400 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 522 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 586 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 7) classes [AnswerReceiver, DataDescription, DataIdent, DavConnectionListener, DrainSubscription, RequestException, RequestSender, ResultData, SendSubscriptionNotConfirmed]. | 47 |
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 20). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 16 (max allowed is 7) classes [AuthentificationAnswer, AuthentificationRequest, MetaDataAnswer, MetaDataRequest, NewObjectAnswer, NewObjectRequest, ObjectInvalidateAnswer, ObjectInvalidateRequest, ObjectRevalidateAnswer, ObjectRevalidateRequest, ObjectSetNameAnswer, ObjectSetNameRequest, SystemObjectAnswer, SystemObjectsRequest, TransmitterConnectionInfoAnswer, TransmitterConnectionInfoRequest]. | 37 |
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 17 (max allowed is 10). | 213 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 137 |
Warning | metrics | NPathComplexity | NPath Complexity is 258 (max allowed is 200). | 137 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 198 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 23 (max allowed is 10). | 111 |
Warning | metrics | JavaNCSS | NCSS for this method is 73 (max allowed is 50). | 111 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 4 (max allowed is 3). | 408 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | CyclomaticComplexity | Cyclomatic Complexity is 25 (max allowed is 10). | 102 |
Warning | metrics | JavaNCSS | NCSS for this method is 79 (max allowed is 50). | 102 |