The following document contains the results of Checkstyle. 
| Rule | Violations | Severity |
|---|---|---|
| NewlineAtEndOfFile | 0 | |
| FileLength | 0 | |
| FileTabCharacter | 1 | |
RegexpSingleline
|
14 | |
Header
|
13 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
LineLength
|
0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| GenericWhitespace | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 2 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 2 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 1 | |
| RedundantModifier | 2 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 9 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 19 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 2 | |
| MagicNumber | 5 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 203 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 8 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 0 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 | |
| Variable 'logger' must be private and have accessor methods. | 38 | |
| 'store' hides a field. | 43 | |
| 'mailbox' hides a field. | 43 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Method 'exists' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Method 'list' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Method 'listSubscribed' is not designed for extension - needs to be abstract, final or empty. | 98 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 | |
| Variable 'logger' must be private and have accessor methods. | 68 | |
| 'store' hides a field. | 80 | |
| 'mailboxFolder' hides a field. | 80 | |
| Method 'abortIdle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Method 'appendMessages' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Method 'appendUIDMessages' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Method 'checkClosed' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Method 'checkExists' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Method 'checkOpened' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Method 'checkWriteMode' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Method 'copyMessages' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Method 'copyUIDMessages' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Method 'doCommand' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| Method 'doCommandIgnoreFailure' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Method 'doOptionalCommand' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Method 'doProtocolCommand' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Method 'exists' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| Method 'expunge' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| Method 'expunge' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| Method 'fetch' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| Method 'forceClose' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| Method 'getDeletedMessageCount' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| Method 'getHighestModSeq' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| Method 'getMessageByUID' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| Method 'getMessageCount' is not designed for extension - needs to be abstract, final or empty. | 402 | |
| Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| Method 'getMessagesByUID' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| Method 'getMessagesByUID' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| Method 'getMessagesByUIDChangedSince' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| Method 'getNewMessageCount' is not designed for extension - needs to be abstract, final or empty. | 451 | |
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| Method 'getPermanentFlags' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| Method 'getQuota' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| Method 'getSeparator' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| Method 'getSortedMessages' is not designed for extension - needs to be abstract, final or empty. | 489 | |
| Method 'getSortedMessages' is not designed for extension - needs to be abstract, final or empty. | 494 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| Avoid inline conditionals. | 502 | |
| Method 'getUID' is not designed for extension - needs to be abstract, final or empty. | 508 | |
| Method 'getUIDNext' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| '10' is a magic number. | 520 | |
| Method 'getUIDValidity' is not designed for extension - needs to be abstract, final or empty. | 526 | |
| Method 'getUnreadMessageCount' is not designed for extension - needs to be abstract, final or empty. | 532 | |
| Method 'handleResponse' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| Method 'hasNewMessages' is not designed for extension - needs to be abstract, final or empty. | 544 | |
| Method 'id' is not designed for extension - needs to be abstract, final or empty. | 550 | |
| Method 'idle' is not designed for extension - needs to be abstract, final or empty. | 555 | |
| Method 'isOpen' is not designed for extension - needs to be abstract, final or empty. | 605 | |
| Method 'isSubscribed' is not designed for extension - needs to be abstract, final or empty. | 610 | |
| Method 'list' is not designed for extension - needs to be abstract, final or empty. | 616 | |
| Method 'listSubscribed' is not designed for extension - needs to be abstract, final or empty. | 636 | |
| Method 'messageAdded' is not designed for extension - needs to be abstract, final or empty. | 656 | |
| '{' is followed by whitespace. | 658 | |
| Method 'messageChanged' is not designed for extension - needs to be abstract, final or empty. | 663 | |
| Method 'messageExpunged' is not designed for extension - needs to be abstract, final or empty. | 669 | |
| Method 'open' is not designed for extension - needs to be abstract, final or empty. | 675 | |
| Method 'open' is not designed for extension - needs to be abstract, final or empty. | 685 | |
| Method 'renameTo' is not designed for extension - needs to be abstract, final or empty. | 697 | |
| Method 'search' is not designed for extension - needs to be abstract, final or empty. | 711 | |
| Method 'search' is not designed for extension - needs to be abstract, final or empty. | 718 | |
| Method 'setFlags' is not designed for extension - needs to be abstract, final or empty. | 725 | |
| Method 'setQuota' is not designed for extension - needs to be abstract, final or empty. | 741 | |
| Method 'setSubscribed' is not designed for extension - needs to be abstract, final or empty. | 746 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 | |
| Variable 'logger' must be private and have accessor methods. | 44 | |
| Method 'checkConnected' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Method 'getDefaultFolder' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Method 'getPersonalNamespaces' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| '{' is followed by whitespace. | 129 | |
| Method 'getQuota' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Method 'getSession' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Method 'getSharedNamespaces' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Method 'getUserNamespaces' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Method 'hasCapability' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Method 'id' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Method 'idle' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| '1000' is a magic number. | 181 | |
| Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Method 'protocolConnect' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Method 'setQuota' is not designed for extension - needs to be abstract, final or empty. | 209 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 | |
| Redundant 'static' modifier. | 46 | |
| Variable 'logger' must be private and have accessor methods. | 76 | |
| '50' is a magic number. | 88 | |
| '10' is a magic number. | 90 | |
| 'name' hides a field. | 92 | |
| 'exists' hides a field. | 92 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Method 'addMailboxEventListener' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Method 'addSpecialSubFolder' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| 'name' hides a field. | 136 | |
| Method 'checkExists' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Method 'checkFolderName' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| 'name' hides a field. | 149 | |
| Method 'checkFolderName' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| 'name' hides a field. | 153 | |
| Method 'create' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Method 'deleteFolder' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Method 'expunge' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| Method 'expunge' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| Method 'getByFlags' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| Method 'getById' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| Method 'getByIds' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| Method 'getByIds' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| Method 'getByMsgNum' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| Line has trailing spaces. | 420 | |
| Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| Method 'getFullName' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| Avoid inline conditionals. | 434 | |
| Method 'getMailbox' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| Method 'getMessageCount' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 451 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| Method 'getOrAddSubFolder' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| 'name' hides a field. | 470 | |
| Inner assignments should be avoided. | 494 | |
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 515 | |
| Method 'getSizeInBytes' is not designed for extension - needs to be abstract, final or empty. | 520 | |
| Method 'getUID' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| Method 'getUidValidity' is not designed for extension - needs to be abstract, final or empty. | 543 | |
| Method 'getUniqueMessageId' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 555 | |
| Avoid inline conditionals. | 559 | |
| Avoid inline conditionals. | 560 | |
| Method 'hasMessages' is not designed for extension - needs to be abstract, final or empty. | 564 | |
| Method 'invalidateUid' is not designed for extension - needs to be abstract, final or empty. | 569 | |
| '10' is a magic number. | 571 | |
| Method 'isExists' is not designed for extension - needs to be abstract, final or empty. | 582 | |
| Method 'isInbox' is not designed for extension - needs to be abstract, final or empty. | 586 | |
| Method 'isRoot' is not designed for extension - needs to be abstract, final or empty. | 590 | |
| Method 'isSimulateError' is not designed for extension - needs to be abstract, final or empty. | 597 | |
| Method 'isSubscribed' is not designed for extension - needs to be abstract, final or empty. | 601 | |
| Method 'markMessageAsDeleted' is not designed for extension - needs to be abstract, final or empty. | 605 | |
| Method 'markMessageAsSeen' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| Method 'onFlagChange' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| Method 'removeMailboxEventListener' is not designed for extension - needs to be abstract, final or empty. | 658 | |
| Method 'renameFolder' is not designed for extension - needs to be abstract, final or empty. | 664 | |
| File contains tab characters (this is the first instance). | 680 | |
| Method 'search' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| Method 'setSimulateError' is not designed for extension - needs to be abstract, final or empty. | 710 | |
| 'simulateError' hides a field. | 710 | |
| Method 'setSubscribed' is not designed for extension - needs to be abstract, final or empty. | 714 | |
| 'subscribed' hides a field. | 714 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 | |
| Class MockMailbox should be declared as final. | 35 | |
| Name 'mailboxes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| 'static' modifier out of order with the JLS suggestions. | 39 | |
| Inner assignments should be avoided. | 42 | |
| 'address' hides a field. | 62 | |
| 'address' hides a field. | 68 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 | |
| Redundant 'static' modifier. | 42 | |
| Variable 'logger' must be private and have accessor methods. | 48 | |
| 'folder' hides a field. | 53 | |
| 'mockid' hides a field. | 59 | |
| 'mbf' hides a field. | 59 | |
| 'flagChangeListener' hides a field. | 59 | |
| Method 'addFrom' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Method 'addHeader' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Method 'addHeaderLine' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Method 'addRecipient' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Method 'addRecipients' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Method 'addRecipients' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Method 'getMockid' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Method 'removeHeader' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Method 'saveChanges' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Method 'setContentID' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Method 'setContentLanguage' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Method 'setContentMD5' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| Method 'setDataHandler' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Method 'setDisposition' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Method 'setExpunged' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Method 'setFileName' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Method 'setFlags' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Method 'setFrom' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| Method 'setHeader' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| Method 'setMessageNumber' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| Method 'setRecipient' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Method 'setRecipients' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| Method 'setRecipients' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| Method 'setReplyTo' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| Method 'setSender' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| Method 'setSentDate' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| Method 'setSpecialHeader' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| Method 'setSubject' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| Method 'setSubject' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| Method 'setText' is not designed for extension - needs to be abstract, final or empty. | 379 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 | |
| Variable 'logger' must be private and have accessor methods. | 40 | |
| Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Method 'sendMessage' is not designed for extension - needs to be abstract, final or empty. | 64 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 | |
| Variable 'logger' must be private and have accessor methods. | 47 | |
| 'mailboxFolder' hides a field. | 57 | |
| Method 'checkClosed' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Method 'checkOpened' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Method 'getMessageCount' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Method 'getSizes' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Method 'getUID' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Method 'isOpen' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Method 'listCommand' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Method 'messageChanged' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Method 'open' is not designed for extension - needs to be abstract, final or empty. | 236 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 | |
| Variable 'logger' must be private and have accessor methods. | 43 | |
| Method 'capabilities' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Method 'checkConnected' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Method 'connect' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Method 'getDefaultFolder' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Method 'getSession' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Method 'isConnected' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Method 'protocolConnect' is not designed for extension - needs to be abstract, final or empty. | 135 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '*'. | 2 | |
| Line has trailing spaces. | 7 | |
| Avoid inline conditionals. | 34 | |
| Avoid inline conditionals. | 38 | |
| Avoid inline conditionals. | 45 | |
| Avoid inline conditionals. | 49 | |
| Avoid inline conditionals. | 59 |