The following document contains the results of Checkstyle 6.18 with checkstyle.xml ruleset. 
| Files | |||
|---|---|---|---|
| 44 | 0 | 0 | 868 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 112 | |
| coding | DeclarationOrder | 7 | |
| MagicNumber | 59 | ||
| MultipleStringLiterals | 5 | ||
| header | RegexpHeader
|
23 | |
| imports | ImportOrder
|
8 | |
| indentation | Indentation | 1 | |
| javadoc | JavadocMethod | 176 | |
| JavadocType | 1 | ||
| JavadocVariable | 11 | ||
| metrics | CyclomaticComplexity | 7 | |
| JavaNCSS | 1 | ||
| NPathComplexity | 12 | ||
| naming | LocalFinalVariableName | 193 | |
| LocalVariableName | 3 | ||
| MemberName | 6 | ||
| MethodName | 3 | ||
| sizes | LineLength
|
102 | |
| ParameterNumber | 1 | ||
| whitespace | EmptyLineSeparator | 136 | |
| OperatorWrap | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 21 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 25 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 29 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 70 | |
| javadoc | JavadocMethod | Expected an @return tag. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'accountId'. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'email'. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'accountName'. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'administratorRoleName'. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'ouId'. | 126 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 130 | |
| metrics | NPathComplexity | NPath Complexity is 1,944 (max allowed is 200). | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| naming | LocalFinalVariableName | Name 'this$accountId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| naming | LocalFinalVariableName | Name 'other$accountId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| naming | LocalFinalVariableName | Name 'this$email' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| naming | LocalFinalVariableName | Name 'other$email' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| naming | LocalFinalVariableName | Name 'this$accountName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| naming | LocalFinalVariableName | Name 'other$accountName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 146 | |
| naming | LocalFinalVariableName | Name 'this$administratorRoleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| naming | LocalFinalVariableName | Name 'other$administratorRoleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 149 | |
| naming | LocalFinalVariableName | Name 'this$ouId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| naming | LocalFinalVariableName | Name 'other$ouId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 | |
| naming | LocalFinalVariableName | Name '$accountId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
| coding | MagicNumber | '43' is a magic number. | 169 | |
| naming | LocalFinalVariableName | Name '$email' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| coding | MagicNumber | '43' is a magic number. | 171 | |
| naming | LocalFinalVariableName | Name '$accountName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| coding | MagicNumber | '43' is a magic number. | 173 | |
| naming | LocalFinalVariableName | Name '$administratorRoleName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| coding | MagicNumber | '43' is a magic number. | 175 | |
| naming | LocalFinalVariableName | Name '$ouId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 | |
| coding | MagicNumber | '43' is a magic number. | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 237). | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 41 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 45 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 117 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 216). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'sleepInterval'. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Expected an @return tag. | 27 | |
| javadoc | JavadocMethod | Expected @param tag for 'apiId'. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| naming | LocalFinalVariableName | Name 'this$apiId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| naming | LocalFinalVariableName | Name 'other$apiId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| naming | LocalFinalVariableName | Name '$apiId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| coding | MagicNumber | '43' is a magic number. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocMethod | Expected an @return tag. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'domainName'. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 | |
| naming | LocalFinalVariableName | Name 'this$domainName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| naming | LocalFinalVariableName | Name 'other$domainName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| naming | LocalFinalVariableName | Name '$domainName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| coding | MagicNumber | '43' is a magic number. | 64 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Expected an @return tag. | 27 | |
| javadoc | JavadocMethod | Expected @param tag for 'domain'. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| naming | LocalFinalVariableName | Name 'this$domain' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| naming | LocalFinalVariableName | Name 'other$domain' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| naming | LocalFinalVariableName | Name '$domain' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| coding | MagicNumber | '43' is a magic number. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected an @return tag. | 31 | |
| javadoc | JavadocMethod | Expected an @return tag. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'description'. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| naming | LocalFinalVariableName | Name 'this$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| naming | LocalFinalVariableName | Name 'other$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| naming | LocalFinalVariableName | Name 'this$description' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalFinalVariableName | Name 'other$description' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| naming | LocalFinalVariableName | Name '$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| coding | MagicNumber | '43' is a magic number. | 94 | |
| naming | LocalFinalVariableName | Name '$description' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| coding | MagicNumber | '43' is a magic number. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Expected an @return tag. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'featureSet'. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| naming | LocalFinalVariableName | Name 'this$featureSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| naming | LocalFinalVariableName | Name 'other$featureSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| naming | LocalFinalVariableName | Name '$featureSet' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| coding | MagicNumber | '43' is a magic number. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 21 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Expected an @return tag. | 35 | |
| javadoc | JavadocMethod | Expected an @return tag. | 44 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'arn'. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'rootId'. | 82 | |
| metrics | NPathComplexity | NPath Complexity is 216 (max allowed is 200). | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| naming | LocalFinalVariableName | Name 'this$id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| naming | LocalFinalVariableName | Name 'other$id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| naming | LocalFinalVariableName | Name 'this$arn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| naming | LocalFinalVariableName | Name 'other$arn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| naming | LocalFinalVariableName | Name 'this$rootId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| naming | LocalFinalVariableName | Name 'other$rootId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalFinalVariableName | Name '$id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| coding | MagicNumber | '43' is a magic number. | 119 | |
| naming | LocalFinalVariableName | Name '$arn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| coding | MagicNumber | '43' is a magic number. | 121 | |
| naming | LocalFinalVariableName | Name '$rootId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| coding | MagicNumber | '43' is a magic number. | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Expected an @return tag. | 31 | |
| javadoc | JavadocMethod | Expected an @return tag. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'parentId'. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| naming | LocalFinalVariableName | Name 'this$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| naming | LocalFinalVariableName | Name 'other$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| naming | LocalFinalVariableName | Name 'this$parentId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | LocalFinalVariableName | Name 'other$parentId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| naming | LocalFinalVariableName | Name '$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| coding | MagicNumber | '43' is a magic number. | 94 | |
| naming | LocalFinalVariableName | Name '$parentId' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| coding | MagicNumber | '43' is a magic number. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 24 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 28 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 32 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 36 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 40 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 44 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 48 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 52 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 56 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 60 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 64 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Expected an @return tag. | 78 | |
| javadoc | JavadocMethod | Expected an @return tag. | 87 | |
| javadoc | JavadocMethod | Expected an @return tag. | 96 | |
| javadoc | JavadocMethod | Expected an @return tag. | 105 | |
| javadoc | JavadocMethod | Expected an @return tag. | 114 | |
| javadoc | JavadocMethod | Expected an @return tag. | 123 | |
| javadoc | JavadocMethod | Expected an @return tag. | 132 | |
| javadoc | JavadocMethod | Expected an @return tag. | 141 | |
| javadoc | JavadocMethod | Expected an @return tag. | 150 | |
| javadoc | JavadocMethod | Expected an @return tag. | 159 | |
| javadoc | JavadocMethod | Expected an @return tag. | 168 | |
| javadoc | JavadocMethod | Expected an @return tag. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'functionName'. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'functionDescription'. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'roleArn'. | 206 | |
| javadoc | JavadocMethod | Expected @param tag for 'runtime'. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'handler'. | 224 | |
| javadoc | JavadocMethod | Expected @param tag for 'memory'. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'timeout'. | 242 | |
| javadoc | JavadocMethod | Expected @param tag for 'tracingMode'. | 251 | |
| javadoc | JavadocMethod | Expected @param tag for 'packageBucket'. | 260 | |
| javadoc | JavadocMethod | Expected @param tag for 'packageKey'. | 269 | |
| javadoc | JavadocMethod | Expected @param tag for 'configFile'. | 278 | |
| javadoc | JavadocMethod | Expected @param tag for 'config'. | 287 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 26 (max allowed is 10). | 291 | |
| metrics | JavaNCSS | NCSS for this method is 53 (max allowed is 50). | 291 | |
| metrics | NPathComplexity | NPath Complexity is 1,889,568 (max allowed is 200). | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| naming | LocalFinalVariableName | Name 'this$functionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 299 | |
| naming | LocalFinalVariableName | Name 'other$functionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 301 | |
| naming | LocalFinalVariableName | Name 'this$functionDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 302 | |
| naming | LocalFinalVariableName | Name 'other$functionDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 303 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 304 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 304 | |
| naming | LocalFinalVariableName | Name 'this$roleArn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 305 | |
| naming | LocalFinalVariableName | Name 'other$roleArn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 | |
| naming | LocalFinalVariableName | Name 'this$runtime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 308 | |
| naming | LocalFinalVariableName | Name 'other$runtime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| naming | LocalFinalVariableName | Name 'this$handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 311 | |
| naming | LocalFinalVariableName | Name 'other$handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| naming | LocalFinalVariableName | Name 'this$tracingMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 316 | |
| naming | LocalFinalVariableName | Name 'other$tracingMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 318 | |
| naming | LocalFinalVariableName | Name 'this$packageBucket' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 319 | |
| naming | LocalFinalVariableName | Name 'other$packageBucket' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 321 | |
| naming | LocalFinalVariableName | Name 'this$packageKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 | |
| naming | LocalFinalVariableName | Name 'other$packageKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 324 | |
| naming | LocalFinalVariableName | Name 'this$configFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 325 | |
| naming | LocalFinalVariableName | Name 'other$configFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 327 | |
| naming | LocalFinalVariableName | Name 'this$config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| naming | LocalFinalVariableName | Name 'other$config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 11 (max allowed is 10). | 340 | |
| metrics | NPathComplexity | NPath Complexity is 1,024 (max allowed is 200). | 340 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
| naming | LocalFinalVariableName | Name '$functionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 346 | |
| coding | MagicNumber | '43' is a magic number. | 347 | |
| naming | LocalFinalVariableName | Name '$functionDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 348 | |
| coding | MagicNumber | '43' is a magic number. | 349 | |
| naming | LocalFinalVariableName | Name '$roleArn' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| coding | MagicNumber | '43' is a magic number. | 351 | |
| naming | LocalFinalVariableName | Name '$runtime' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 352 | |
| coding | MagicNumber | '43' is a magic number. | 353 | |
| naming | LocalFinalVariableName | Name '$handler' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 | |
| coding | MagicNumber | '43' is a magic number. | 355 | |
| naming | LocalFinalVariableName | Name '$tracingMode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 358 | |
| coding | MagicNumber | '43' is a magic number. | 359 | |
| naming | LocalFinalVariableName | Name '$packageBucket' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| coding | MagicNumber | '43' is a magic number. | 361 | |
| naming | LocalFinalVariableName | Name '$packageKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 362 | |
| coding | MagicNumber | '43' is a magic number. | 363 | |
| naming | LocalFinalVariableName | Name '$configFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| coding | MagicNumber | '43' is a magic number. | 365 | |
| naming | LocalFinalVariableName | Name '$config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 366 | |
| coding | MagicNumber | '43' is a magic number. | 367 | |
| sizes | LineLength | Line is longer than 120 characters (found 517). | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | ImportOrder | 'pl.wrzasq.commons.aws.cloudformation.macro.TemplateUtils' should be separated from previous imports. | 13 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 26 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 30 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 34 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 38 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 42 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 46 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 50 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 54 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 58 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 62 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 66 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 70 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 74 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 78 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 82 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 86 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 90 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 94 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 98 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 102 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 213). | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 363). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 220). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 214). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 206 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 239 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 240 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | ImportOrder | 'com.fasterxml.jackson.databind.ObjectMapper' should be separated from previous imports. | 14 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 33 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 37 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 151 | |
| javadoc | JavadocMethod | Expected an @return tag. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | ImportOrder | 'com.fasterxml.jackson.annotation.JsonProperty' should be separated from previous imports. | 14 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 29 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 34 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 39 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 44 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 49 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 54 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name '$default$configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name '$default$inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name '$default$outputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| naming | MemberName | Name 'configuration$set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| naming | MemberName | Name 'configuration$value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| naming | MemberName | Name 'inputs$set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| naming | MemberName | Name 'inputs$value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| naming | MemberName | Name 'outputs$set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| naming | MemberName | Name 'outputs$value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'region'. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 179 | |
| javadoc | JavadocMethod | Expected @param tag for 'inputs'. | 191 | |
| javadoc | JavadocMethod | Expected @param tag for 'outputs'. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'runOrder'. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| naming | LocalVariableName | Name 'configuration$value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| naming | LocalVariableName | Name 'inputs$value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| naming | LocalVariableName | Name 'outputs$value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 336). | 238 | |
| coding | MultipleStringLiterals | The String ", region=" appears 2 times in the file. | 238 | |
| coding | MultipleStringLiterals | The String ", type=" appears 2 times in the file. | 238 | |
| coding | MultipleStringLiterals | The String ", namespace=" appears 2 times in the file. | 238 | |
| coding | MultipleStringLiterals | The String ", runOrder=" appears 2 times in the file. | 238 | |
| coding | MultipleStringLiterals | The String ")" appears 2 times in the file. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Expected an @return tag. | 251 | |
| javadoc | JavadocMethod | Expected an @return tag. | 260 | |
| javadoc | JavadocMethod | Expected an @return tag. | 269 | |
| javadoc | JavadocMethod | Expected an @return tag. | 278 | |
| javadoc | JavadocMethod | Expected an @return tag. | 287 | |
| javadoc | JavadocMethod | Expected an @return tag. | 296 | |
| javadoc | JavadocMethod | Expected an @return tag. | 305 | |
| javadoc | JavadocMethod | Expected an @return tag. | 314 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 326 | |
| javadoc | JavadocMethod | Expected @param tag for 'region'. | 336 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 346 | |
| javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 366 | |
| javadoc | JavadocMethod | Expected @param tag for 'inputs'. | 376 | |
| javadoc | JavadocMethod | Expected @param tag for 'outputs'. | 386 | |
| javadoc | JavadocMethod | Expected @param tag for 'runOrder'. | 396 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 20 (max allowed is 10). | 400 | |
| metrics | NPathComplexity | NPath Complexity is 52,488 (max allowed is 200). | 400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 404 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 405 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 | |
| naming | LocalFinalVariableName | Name 'this$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 408 | |
| naming | LocalFinalVariableName | Name 'other$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 409 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| naming | LocalFinalVariableName | Name 'this$region' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 411 | |
| naming | LocalFinalVariableName | Name 'other$region' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 413 | |
| naming | LocalFinalVariableName | Name 'this$type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 414 | |
| naming | LocalFinalVariableName | Name 'other$type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 415 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 416 | |
| naming | LocalFinalVariableName | Name 'this$configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 417 | |
| naming | LocalFinalVariableName | Name 'other$configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 419 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 419 | |
| naming | LocalFinalVariableName | Name 'this$namespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 420 | |
| naming | LocalFinalVariableName | Name 'other$namespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 421 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| naming | LocalFinalVariableName | Name 'this$inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 423 | |
| naming | LocalFinalVariableName | Name 'other$inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 425 | |
| naming | LocalFinalVariableName | Name 'this$outputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 426 | |
| naming | LocalFinalVariableName | Name 'other$outputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| naming | LocalFinalVariableName | Name 'this$runOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 429 | |
| naming | LocalFinalVariableName | Name 'other$runOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| metrics | NPathComplexity | NPath Complexity is 256 (max allowed is 200). | 441 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 445 | |
| naming | LocalFinalVariableName | Name '$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 447 | |
| coding | MagicNumber | '43' is a magic number. | 448 | |
| naming | LocalFinalVariableName | Name '$region' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 449 | |
| coding | MagicNumber | '43' is a magic number. | 450 | |
| naming | LocalFinalVariableName | Name '$type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 451 | |
| coding | MagicNumber | '43' is a magic number. | 452 | |
| naming | LocalFinalVariableName | Name '$configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 453 | |
| coding | MagicNumber | '43' is a magic number. | 454 | |
| naming | LocalFinalVariableName | Name '$namespace' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 455 | |
| coding | MagicNumber | '43' is a magic number. | 456 | |
| naming | LocalFinalVariableName | Name '$inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 | |
| coding | MagicNumber | '43' is a magic number. | 458 | |
| naming | LocalFinalVariableName | Name '$outputs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 459 | |
| coding | MagicNumber | '43' is a magic number. | 460 | |
| naming | LocalFinalVariableName | Name '$runOrder' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 461 | |
| coding | MagicNumber | '43' is a magic number. | 462 | |
| sizes | LineLength | Line is longer than 120 characters (found 314). | 470 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 481 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 481 | |
| sizes | LineLength | Line is longer than 120 characters (found 236). | 483 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 21 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Expected an @return tag. | 35 | |
| javadoc | JavadocMethod | Expected an @return tag. | 44 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceBucketName'. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'nextBucketName'. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'objectKey'. | 82 | |
| metrics | NPathComplexity | NPath Complexity is 216 (max allowed is 200). | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| naming | LocalFinalVariableName | Name 'this$sourceBucketName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| naming | LocalFinalVariableName | Name 'other$sourceBucketName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 96 | |
| naming | LocalFinalVariableName | Name 'this$nextBucketName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| naming | LocalFinalVariableName | Name 'other$nextBucketName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 99 | |
| naming | LocalFinalVariableName | Name 'this$objectKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| naming | LocalFinalVariableName | Name 'other$objectKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| naming | LocalFinalVariableName | Name '$sourceBucketName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 118 | |
| coding | MagicNumber | '43' is a magic number. | 119 | |
| naming | LocalFinalVariableName | Name '$nextBucketName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| coding | MagicNumber | '43' is a magic number. | 121 | |
| naming | LocalFinalVariableName | Name '$objectKey' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| coding | MagicNumber | '43' is a magic number. | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 21 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 25 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 29 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 33 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 37 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 41 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 45 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 49 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 53 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 57 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Expected an @return tag. | 71 | |
| javadoc | JavadocMethod | Expected an @return tag. | 80 | |
| javadoc | JavadocMethod | Expected an @return tag. | 89 | |
| javadoc | JavadocMethod | Expected an @return tag. | 98 | |
| javadoc | JavadocMethod | Expected an @return tag. | 107 | |
| javadoc | JavadocMethod | Expected an @return tag. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 125 | |
| javadoc | JavadocMethod | Expected an @return tag. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'resourceName'. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasCheckoutStepParameterName'. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasNextStageParameterName'. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'requiresManualApprovalParameterName'. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasCheckoutStepConditionName'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasNextStageConditionName'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'requiresManualApprovalConditionName'. | 208 | |
| javadoc | JavadocMethod | Expected @param tag for 'webhookAuthenticationType'. | 217 | |
| javadoc | JavadocMethod | Expected @param tag for 'webhookSecretToken'. | 226 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 22 (max allowed is 10). | 230 | |
| metrics | NPathComplexity | NPath Complexity is 157,464 (max allowed is 200). | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| naming | LocalFinalVariableName | Name 'this$resourceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 238 | |
| naming | LocalFinalVariableName | Name 'other$resourceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 240 | |
| naming | LocalFinalVariableName | Name 'this$hasCheckoutStepParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 | |
| naming | LocalFinalVariableName | Name 'other$hasCheckoutStepParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 243 | |
| naming | LocalFinalVariableName | Name 'this$hasNextStageParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 244 | |
| naming | LocalFinalVariableName | Name 'other$hasNextStageParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 246 | |
| naming | LocalFinalVariableName | Name 'this$requiresManualApprovalParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 247 | |
| naming | LocalFinalVariableName | Name 'other$requiresManualApprovalParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| sizes | LineLength | Line is longer than 120 characters (found 221). | 249 | |
| naming | LocalFinalVariableName | Name 'this$hasCheckoutStepConditionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 | |
| naming | LocalFinalVariableName | Name 'other$hasCheckoutStepConditionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 252 | |
| naming | LocalFinalVariableName | Name 'this$hasNextStageConditionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 | |
| naming | LocalFinalVariableName | Name 'other$hasNextStageConditionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 255 | |
| naming | LocalFinalVariableName | Name 'this$requiresManualApprovalConditionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 256 | |
| naming | LocalFinalVariableName | Name 'other$requiresManualApprovalConditionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| sizes | LineLength | Line is longer than 120 characters (found 221). | 258 | |
| naming | LocalFinalVariableName | Name 'this$webhookAuthenticationType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 259 | |
| naming | LocalFinalVariableName | Name 'other$webhookAuthenticationType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 260 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 261 | |
| naming | LocalFinalVariableName | Name 'this$webhookSecretToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 262 | |
| naming | LocalFinalVariableName | Name 'other$webhookSecretToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| metrics | NPathComplexity | NPath Complexity is 512 (max allowed is 200). | 274 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 278 | |
| naming | LocalFinalVariableName | Name '$resourceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 | |
| coding | MagicNumber | '43' is a magic number. | 281 | |
| naming | LocalFinalVariableName | Name '$hasCheckoutStepParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 283 | |
| coding | MagicNumber | '43' is a magic number. | 283 | |
| naming | LocalFinalVariableName | Name '$hasNextStageParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 284 | |
| coding | MagicNumber | '43' is a magic number. | 285 | |
| naming | LocalFinalVariableName | Name '$requiresManualApprovalParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 287 | |
| coding | MagicNumber | '43' is a magic number. | 287 | |
| naming | LocalFinalVariableName | Name '$hasCheckoutStepConditionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 289 | |
| coding | MagicNumber | '43' is a magic number. | 289 | |
| naming | LocalFinalVariableName | Name '$hasNextStageConditionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| coding | MagicNumber | '43' is a magic number. | 291 | |
| naming | LocalFinalVariableName | Name '$requiresManualApprovalConditionName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 293 | |
| coding | MagicNumber | '43' is a magic number. | 293 | |
| naming | LocalFinalVariableName | Name '$webhookAuthenticationType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 | |
| coding | MagicNumber | '43' is a magic number. | 295 | |
| naming | LocalFinalVariableName | Name '$webhookSecretToken' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 | |
| coding | MagicNumber | '43' is a magic number. | 297 | |
| sizes | LineLength | Line is longer than 120 characters (found 690). | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 25 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 29 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 33 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Expected an @return tag. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| javadoc | JavadocMethod | Expected an @return tag. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'config'. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'properties'. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'sources'. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'stages'. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifacts'. | 130 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 14 (max allowed is 10). | 134 | |
| metrics | NPathComplexity | NPath Complexity is 1,944 (max allowed is 200). | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| naming | LocalFinalVariableName | Name 'this$config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| naming | LocalFinalVariableName | Name 'other$config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| naming | LocalFinalVariableName | Name 'this$properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 145 | |
| naming | LocalFinalVariableName | Name 'other$properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 147 | |
| naming | LocalFinalVariableName | Name 'this$sources' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| naming | LocalFinalVariableName | Name 'other$sources' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| naming | LocalFinalVariableName | Name 'this$stages' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| naming | LocalFinalVariableName | Name 'other$stages' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| naming | LocalFinalVariableName | Name 'this$artifacts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| naming | LocalFinalVariableName | Name 'other$artifacts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| naming | LocalFinalVariableName | Name '$config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| coding | MagicNumber | '43' is a magic number. | 173 | |
| naming | LocalFinalVariableName | Name '$properties' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| coding | MagicNumber | '43' is a magic number. | 175 | |
| naming | LocalFinalVariableName | Name '$sources' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 | |
| coding | MagicNumber | '43' is a magic number. | 177 | |
| naming | LocalFinalVariableName | Name '$stages' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| coding | MagicNumber | '43' is a magic number. | 179 | |
| naming | LocalFinalVariableName | Name '$artifacts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 180 | |
| coding | MagicNumber | '43' is a magic number. | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 217). | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | ImportOrder | 'com.fasterxml.jackson.annotation.JsonProperty' should be separated from previous imports. | 11 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 25 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Expected an @return tag. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'condition'. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'actions'. | 91 | |
| metrics | NPathComplexity | NPath Complexity is 216 (max allowed is 200). | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| naming | LocalFinalVariableName | Name 'this$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| naming | LocalFinalVariableName | Name 'other$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| naming | LocalFinalVariableName | Name 'this$condition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| naming | LocalFinalVariableName | Name 'other$condition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| naming | LocalFinalVariableName | Name 'this$actions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| naming | LocalFinalVariableName | Name 'other$actions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| naming | LocalFinalVariableName | Name '$name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 127 | |
| coding | MagicNumber | '43' is a magic number. | 128 | |
| naming | LocalFinalVariableName | Name '$condition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| coding | MagicNumber | '43' is a magic number. | 130 | |
| naming | LocalFinalVariableName | Name '$actions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| coding | MagicNumber | '43' is a magic number. | 132 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 23 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 27 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 31 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 35 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 39 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 43 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 48 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 53 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 58 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Expected an @return tag. | 119 | |
| javadoc | JavadocMethod | Expected an @return tag. | 128 | |
| javadoc | JavadocMethod | Expected an @return tag. | 137 | |
| javadoc | JavadocMethod | Expected an @return tag. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'category'. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'owner'. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 'provider'. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 188 | |
| metrics | CyclomaticComplexity | Cyclomatic Complexity is 12 (max allowed is 10). | 192 | |
| metrics | NPathComplexity | NPath Complexity is 648 (max allowed is 200). | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| naming | LocalFinalVariableName | Name 'this$category' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 200 | |
| naming | LocalFinalVariableName | Name 'other$category' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| naming | LocalFinalVariableName | Name 'this$owner' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 | |
| naming | LocalFinalVariableName | Name 'other$owner' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| naming | LocalFinalVariableName | Name 'this$provider' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| naming | LocalFinalVariableName | Name 'other$provider' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| naming | LocalFinalVariableName | Name 'this$version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 209 | |
| naming | LocalFinalVariableName | Name 'other$version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 | |
| naming | LocalFinalVariableName | Name '$category' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 | |
| coding | MagicNumber | '43' is a magic number. | 228 | |
| naming | LocalFinalVariableName | Name '$owner' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| coding | MagicNumber | '43' is a magic number. | 230 | |
| naming | LocalFinalVariableName | Name '$provider' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| coding | MagicNumber | '43' is a magic number. | 232 | |
| naming | LocalFinalVariableName | Name '$version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 233 | |
| coding | MagicNumber | '43' is a magic number. | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | ImportOrder | 'com.fasterxml.jackson.databind.ObjectMapper' should be separated from previous imports. | 21 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 45 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 49 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 53 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 57 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 61 | |
| whitespace | OperatorWrap | ':' should be on a new line. | 69 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 12. | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 199). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 292). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 118 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 151 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 227). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 310). | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 235 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 248 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 292). | 293 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 338 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 373 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 379 | |
| javadoc | JavadocMethod | Expected an @return tag. | 417 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | ImportOrder | 'pl.wrzasq.commons.aws.cloudformation.macro.TemplateUtils' should be separated from previous imports. | 14 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 27 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 31 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 35 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 39 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 43 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 47 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 51 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 55 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 59 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 63 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 215). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 312). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 161 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | ImportOrder | 'com.fasterxml.jackson.databind.ObjectMapper' should be separated from previous imports. | 14 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 33 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 37 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 132 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 149 | |
| javadoc | JavadocMethod | Expected an @return tag. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | ImportOrder | 'com.amazonaws.services.cloudwatch.AmazonCloudWatchClientBuilder' should be separated from previous imports. | 13 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 40 | |
| whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 219). | 50 | |
| coding | DeclarationOrder | Constructor definition in wrong order. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^/\*$'. | 1 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| javadoc | JavadocMethod | Expected an @return tag. | 27 | |
| javadoc | JavadocMethod | Expected @param tag for 'tableName'. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| naming | LocalFinalVariableName | Name 'this$tableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| naming | LocalFinalVariableName | Name 'other$tableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | LocalFinalVariableName | Name 'PRIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| naming | LocalFinalVariableName | Name '$tableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| coding | MagicNumber | '43' is a magic number. | 69 |