The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 0 | |
| FinalClass | 14 | |
| ArrayTypeStyle | 3 | |
MagicNumber
| 81 | |
| RedundantImport | 1 | |
| RedundantThrows | 34 | |
| SimplifyBooleanReturn | 2 | |
| SimplifyBooleanExpression | 3 | |
LineLength
| 97 | |
LineLength
| 5 | |
| UnusedImports | 83 | |
EmptyBlock
| 43 | |
EmptyBlock
| 43 | |
| NeedBraces | 62 | |
ParameterNumber
| 2 | |
MethodLength
| 4 | |
AvoidStarImport
| 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| LeftCurly | 0 | |
| RightCurly | 0 | |
| StaticVariableName | 7 | |
MemberName
| 1 | |
VisibilityModifier
| 8 | |
| AvoidNestedBlocks | 0 | |
| LocalVariableName | 34 | |
ConstantName
| 5 | |
| TypeName | 0 | |
| MethodName | 0 | |
| EmptyStatement | 18 | |
| EqualsHashCode | 0 | |
| InnerAssignment | 1 | |
| OperatorWrap | 0 | |
| LocalFinalVariableName | 0 | |
| ParameterName | 0 | |
| MissingSwitchDefault | 0 | |
| ParenPad | 0 | |
| UpperEll | 0 | |
| InterfaceIsType | 0 | |
NoWhitespaceAfter
| 0 | |
| PackageName | 0 | |
| IllegalImport | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceBefore | 0 | |
| TypecastParenPad | 0 | |
IllegalInstantiation
| 0 | |
AnnotationUseStyle
| 0 | |
| MissingDeprecated | 0 | |
| MissingOverride | 0 | |
| PackageAnnotation | 0 | |
| CovariantEquals | 0 | |
| EqualsAvoidNull | 116 | |
| StringLiteralEquality | 0 | |
| NoFinalizer | 0 | |
| SuperClone | 0 | |
| OuterTypeFilename | 0 |
| Violation | Message | Line |
|---|---|---|
| Class ChangeFactory should be declared as final. | 19 | |
| Line is longer than 120 characters. | 23 |
| Violation | Message | Line |
|---|---|---|
| Class CheckSum should be declared as final. | 7 | |
| '3' is a magic number. | 28 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 108 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 165 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 215 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 239 |
| Violation | Message | Line |
|---|---|---|
| Must have at least one statement. | 147 | |
| Must have at least one statement. | 165 |
| Violation | Message | Line |
|---|---|---|
| Name 'rename_alter_visitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 |
| Violation | Message | Line |
|---|---|---|
| Name 'rename_alter_visitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| Name 'split_columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| Name 'split_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 |
| Violation | Message | Line |
|---|---|---|
| Name 'rename_alter_visitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| Name 'split_columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| Name 'split_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sql.visitor.SqlVisitor. | 11 | |
| Line is longer than 120 characters. | 87 |
| Violation | Message | Line |
|---|---|---|
| Name 'rename_alter_visitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
| Violation | Message | Line |
|---|---|---|
| Name 'rename_alter_visitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 |
| Violation | Message | Line |
|---|---|---|
| Name 'rename_alter_visitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
| Violation | Message | Line |
|---|---|---|
| Name 'rename_alter_visitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
| Violation | Message | Line |
|---|---|---|
| Name 'rename_alter_visitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 134 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 138 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 140 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 145 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 147 | |
| Empty statement. | 174 | |
| Empty statement. | 251 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equals comparison. | 72 |
| Violation | Message | Line |
|---|---|---|
| Name 'rename_alter_visitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| Name 'new_columns' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| Name 'new_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 |
| Violation | Message | Line |
|---|---|---|
| Name 'rename_alter_visitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 |
| Violation | Message | Line |
|---|---|---|
| Variable 'value' must be private and have accessor methods. | 56 | |
| Variable 'ranBefore' must be private and have accessor methods. | 57 | |
| Variable 'ran' must be private and have accessor methods. | 58 | |
| More than 7 parameters. | 182 | |
| Method length is 153 lines (max allowed is 150). | 230 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 584 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 108 | |
| 'if' construct must use '{}'s. | 110 |
| Violation | Message | Line |
|---|---|---|
| '29' is a magic number. | 97 | |
| '29' is a magic number. | 98 |
| Violation | Message | Line |
|---|---|---|
| Must have at least one statement. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 21 |
| Violation | Message | Line |
|---|---|---|
| Variable 'ranChangeSets' must be private and have accessor methods. | 10 |
| Violation | Message | Line |
|---|---|---|
| Variable 'ranChangeSets' must be private and have accessor methods. | 9 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.executor.ExecutorService. | 7 | |
| Unused import - liquibase.sql.visitor.SqlVisitor. | 8 | |
| Unused import - liquibase.statement.core.UpdateStatement. | 9 | |
| Unused import - java.util.ArrayList. | 11 | |
| Variable 'ranChangeSets' must be private and have accessor methods. | 16 | |
| Line is longer than 120 characters. | 28 | |
| Conditional logic can be removed. | 31 |
| Violation | Message | Line |
|---|---|---|
| Class ChangeLogInfo should be declared as final. | 200 | |
| Variable 'logicalPath' must be private and have accessor methods. | 201 | |
| Variable 'physicalPath' must be private and have accessor methods. | 202 | |
| 'if' construct must use '{}'s. | 211 | |
| 'if' construct must use '{}'s. | 213 |
| Violation | Message | Line |
|---|---|---|
| Name 'CREATE_VIEW_AS_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| Line is longer than 120 characters. | 96 | |
| Line is longer than 120 characters. | 98 | |
| '20' is a magic number. | 437 | |
| '35' is a magic number. | 439 | |
| Line is longer than 120 characters. | 502 | |
| Line is longer than 120 characters. | 707 | |
| 'if' construct must use '{}'s. | 1079 | |
| 'if' construct must use '{}'s. | 1081 | |
| Redundant throws: 'UnsupportedChangeException' is subclass of 'LiquibaseException'. | 1155 | |
| Redundant throws: 'UnsupportedChangeException' is subclass of 'LiquibaseException'. | 1183 | |
| Redundant throws: 'StatementNotSupportedOnDatabaseException' is subclass of 'LiquibaseException'. | 1183 | |
| Redundant throws: 'UnsupportedChangeException' is subclass of 'LiquibaseException'. | 1195 | |
| Redundant throws: 'RollbackImpossibleException' is subclass of 'LiquibaseException'. | 1195 | |
| Redundant throws: 'UnsupportedChangeException' is subclass of 'LiquibaseException'. | 1210 | |
| Redundant throws: 'RollbackImpossibleException' is subclass of 'LiquibaseException'. | 1210 | |
| Redundant throws: 'StatementNotSupportedOnDatabaseException' is subclass of 'LiquibaseException'. | 1210 |
| Violation | Message | Line |
|---|---|---|
| Name 'databaseChangeLogTableName' must match pattern '(^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$)|log|logger'. | 27 | |
| Name 'databaseChangeLogLockTableName' must match pattern '(^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$)|log|logger'. | 28 | |
| Redundant throws: 'UnsupportedChangeException' is subclass of 'LiquibaseException'. | 245 | |
| Redundant throws: 'UnsupportedChangeException' is subclass of 'LiquibaseException'. | 260 | |
| Redundant throws: 'StatementNotSupportedOnDatabaseException' is subclass of 'LiquibaseException'. | 260 | |
| Redundant throws: 'UnsupportedChangeException' is subclass of 'LiquibaseException'. | 263 | |
| Redundant throws: 'RollbackImpossibleException' is subclass of 'LiquibaseException'. | 263 | |
| Redundant throws: 'UnsupportedChangeException' is subclass of 'LiquibaseException'. | 266 | |
| Redundant throws: 'RollbackImpossibleException' is subclass of 'LiquibaseException'. | 266 | |
| Redundant throws: 'StatementNotSupportedOnDatabaseException' is subclass of 'LiquibaseException'. | 266 |
| Violation | Message | Line |
|---|---|---|
| '18' is a magic number. | 152 | |
| '17' is a magic number. | 153 |
| Violation | Message | Line |
|---|---|---|
| Conditional logic can be removed. | 53 | |
| '10' is a magic number. | 53 | |
| '6' is a magic number. | 53 | |
| '11' is a magic number. | 53 | |
| '6' is a magic number. | 89 |
| Violation | Message | Line |
|---|---|---|
| Name 'START_CONCAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
| Name 'END_CONCAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
| Name 'SEP_CONCAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.statement.DatabaseFunction. | 7 | |
| Name 'START_CONCAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 | |
| Name 'END_CONCAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
| Name 'SEP_CONCAT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.logging.LogFactory. | 8 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 125 | |
| String literal expressions should be on the left side of an equals comparison. | 165 | |
| String literal expressions should be on the left side of an equals comparison. | 170 |
| Violation | Message | Line |
|---|---|---|
| Empty statement. | 44 | |
| '27' is a magic number. | 56 | |
| '27' is a magic number. | 57 | |
| '26' is a magic number. | 151 | |
| Line is longer than 120 characters. | 197 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equals comparison. | 129 | |
| 'if' construct must use '{}'s. | 138 | |
| 'if' construct must use '{}'s. | 205 | |
| 'for' construct must use '{}'s. | 258 | |
| 'if' construct must use '{}'s. | 259 | |
| Array brackets at illegal position. | 294 | |
| String literal expressions should be on the left side of an equals comparison. | 300 |
| Violation | Message | Line |
|---|---|---|
| Name 'new_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| Name 'copy_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| Name 'new_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| Name 'copy_column' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| Name 'temp_table_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| Name 'ct_change_tmp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| Name 'index_config' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 167 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 148 | |
| String literal expressions should be on the left side of an equals comparison. | 188 | |
| String literal expressions should be on the left side of an equals comparison. | 194 | |
| String literal expressions should be on the left side of an equals comparison. | 195 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 172 | |
| 'if' construct must use '{}'s. | 174 | |
| '31' is a magic number. | 193 | |
| '31' is a magic number. | 194 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 138 | |
| 'if' construct must use '{}'s. | 140 | |
| '31' is a magic number. | 163 | |
| '31' is a magic number. | 167 | |
| '31' is a magic number. | 171 | |
| 'if' construct must use '{}'s. | 195 | |
| 'if' construct must use '{}'s. | 197 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 100 | |
| 'if' construct must use '{}'s. | 102 | |
| Must have at least one statement. | 113 | |
| '31' is a magic number. | 131 | |
| '31' is a magic number. | 132 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 62 | |
| 'if' construct must use '{}'s. | 64 | |
| '31' is a magic number. | 80 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 20 | |
| 'if' construct must use '{}'s. | 22 | |
| 'if' construct must use '{}'s. | 27 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 25 | |
| 'if' construct must use '{}'s. | 27 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 62 | |
| 'if' construct must use '{}'s. | 64 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 86 | |
| 'if' construct must use '{}'s. | 88 | |
| 'if' construct must use '{}'s. | 90 | |
| '31' is a magic number. | 140 | |
| '31' is a magic number. | 143 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 63 | |
| 'if' construct must use '{}'s. | 65 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 22 | |
| String literal expressions should be on the left side of an equals comparison. | 30 | |
| String literal expressions should be on the left side of an equals comparison. | 33 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.database.Database. | 3 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.database.Database. | 3 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equals comparison. | 94 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equals comparison. | 12 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 14 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 24 | |
| String literal expressions should be on the left side of an equals comparison. | 26 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 20 | |
| String literal expressions should be on the left side of an equals comparison. | 24 |
| Violation | Message | Line |
|---|---|---|
| Redundant import from the same package - liquibase.database.structure.type.DataType. | 3 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 19 | |
| 'if' construct must use '{}'s. | 22 | |
| 'else' construct must use '{}'s. | 24 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 20 | |
| String literal expressions should be on the left side of an equals comparison. | 24 |
| Violation | Message | Line |
|---|---|---|
| Class TypeConverterFactory should be declared as final. | 13 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 104 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 127 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 129 | |
| String literal expressions should be on the left side of an equals comparison. | 131 | |
| String literal expressions should be on the left side of an equals comparison. | 133 | |
| String literal expressions should be on the left side of an equals comparison. | 135 | |
| String literal expressions should be on the left side of an equals comparison. | 137 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 209 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 211 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 211 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 213 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 215 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 217 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 219 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 221 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 223 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 226 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 229 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 231 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 233 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 235 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 237 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 239 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 241 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 243 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 245 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 247 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 252 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 254 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 256 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 258 | |
| Redundant throws: 'NumberFormatException' is unchecked exception. | 274 | |
| '-15' is a magic number. | 429 | |
| '-9' is a magic number. | 430 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 466 | |
| String literal expressions should be on the left side of an equals comparison. | 468 | |
| String literal expressions should be on the left side of an equals comparison. | 473 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 476 | |
| '131089' is a magic number. | 481 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 27 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.database.core.H2Database. | 9 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 59 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 72 | |
| '8000' is a magic number. | 72 | |
| 'if' construct must use '{}'s. | 90 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 39 |
| Violation | Message | Line |
|---|---|---|
| Must have at least one statement. | 78 |
| Violation | Message | Line |
|---|---|---|
| '10' is a magic number. | 21 | |
| '83' is a magic number. | 21 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equals comparison. | 32 | |
| String literal expressions should be on the left side of an equals comparison. | 35 | |
| String literal expressions should be on the left side of an equals comparison. | 37 | |
| String literal expressions should be on the left side of an equals comparison. | 38 | |
| String literal expressions should be on the left side of an equals comparison. | 44 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 653 | |
| Must have at least one statement. | 970 | |
| Must have at least one statement. | 972 | |
| Line is longer than 120 characters. | 1007 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.change.CheckSum. | 3 | |
| Unused import - liquibase.changelog.RanChangeSet. | 5 | |
| '25' is a magic number. | 47 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.exception.StatementNotSupportedOnDatabaseException. | 5 | |
| Unused import - java.util.Set. | 12 |
| Violation | Message | Line |
|---|---|---|
| Class ExecutorService should be declared as final. | 10 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 92 | |
| '-9' is a magic number. | 109 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'BuildException' is unchecked exception. | 69 | |
| 'if' construct must use '{}'s. | 255 | |
| 'if' construct must use '{}'s. | 258 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 305 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.tools.ant.AntClassLoader. | 4 | |
| Redundant throws: 'BuildException' is unchecked exception. | 12 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.tools.ant.AntClassLoader. | 5 | |
| Redundant throws: 'BuildException' is unchecked exception. | 21 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'BuildException' is unchecked exception. | 14 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'BuildException' is unchecked exception. | 49 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'BuildException' is unchecked exception. | 24 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'BuildException' is unchecked exception. | 22 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'BuildException' is unchecked exception. | 81 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'BuildException' is unchecked exception. | 22 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'BuildException' is unchecked exception. | 33 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'BuildException' is unchecked exception. | 11 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'BuildException' is unchecked exception. | 20 |
| Violation | Message | Line |
|---|---|---|
| More than 7 parameters. | 31 | |
| Line is longer than 120 characters. | 85 | |
| Line is longer than 120 characters. | 90 |
| Violation | Message | Line |
|---|---|---|
| Array brackets at illegal position. | 90 | |
| '-2' is a magic number. | 113 | |
| '-3' is a magic number. | 170 | |
| String literal expressions should be on the left side of an equals comparison. | 255 | |
| Line is longer than 120 characters. | 453 | |
| Empty statement. | 580 | |
| Empty statement. | 587 | |
| Method length is 162 lines (max allowed is 150). | 595 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 105 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 102 |
| Violation | Message | Line |
|---|---|---|
| Class LockService should be declared as final. | 22 | |
| '1000' is a magic number. | 28 | |
| '60' is a magic number. | 28 | |
| '5' is a magic number. | 28 | |
| '1000' is a magic number. | 29 | |
| '10' is a magic number. | 29 | |
| Empty statement. | 67 | |
| Empty statement. | 129 | |
| Empty statement. | 166 |
| Violation | Message | Line |
|---|---|---|
| Class ChangeLogParserFactory should be declared as final. | 13 |
| Violation | Message | Line |
|---|---|---|
| '5' is a magic number. | 51 | |
| Empty catch block. | 187 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 100 |
| Violation | Message | Line |
|---|---|---|
| Method length is 330 lines (max allowed is 150). | 109 | |
| Line is longer than 120 characters. | 110 | |
| String literal expressions should be on the left side of an equals comparison. | 271 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 448 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 448 | |
| Expression can be simplified. | 455 | |
| String literal expressions should be on the left side of an equals comparison. | 480 | |
| String literal expressions should be on the left side of an equals comparison. | 519 | |
| String literal expressions should be on the left side of an equals comparison. | 522 | |
| String literal expressions should be on the left side of an equals comparison. | 556 | |
| Array brackets at illegal position. | 615 | |
| Class ExpandingAttributes should be declared as final. | 624 |
| Violation | Message | Line |
|---|---|---|
| Class PreconditionFactory should be declared as final. | 9 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.exception.UnexpectedLiquibaseException. | 10 | |
| Unused import - liquibase.exception.ValidationFailedException. | 11 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 51 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 52 | |
| 'if' construct must use '{}'s. | 70 | |
| Line is longer than 120 characters. | 88 | |
| 'if' construct must use '{}'s. | 103 | |
| 'if' construct must use '{}'s. | 118 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 40 | |
| 'if' construct must use '{}'s. | 77 |
| Violation | Message | Line |
|---|---|---|
| Class ChangeLogSerializerFactory should be declared as final. | 11 | |
| Line is longer than 120 characters. | 58 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equals comparison. | 58 | |
| String literal expressions should be on the left side of an equals comparison. | 61 | |
| String literal expressions should be on the left side of an equals comparison. | 64 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equals comparison. | 145 | |
| String literal expressions should be on the left side of an equals comparison. | 148 | |
| String literal expressions should be on the left side of an equals comparison. | 182 | |
| String literal expressions should be on the left side of an equals comparison. | 185 | |
| String literal expressions should be on the left side of an equals comparison. | 209 | |
| String literal expressions should be on the left side of an equals comparison. | 209 | |
| String literal expressions should be on the left side of an equals comparison. | 210 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equals comparison. | 156 | |
| String literal expressions should be on the left side of an equals comparison. | 159 | |
| '5' is a magic number. | 180 | |
| '100' is a magic number. | 304 | |
| Empty catch block. | 374 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.lang.annotation.Annotation. | 3 |
| Violation | Message | Line |
|---|---|---|
| Class ServiceLocator should be declared as final. | 24 | |
| Inner assignments should be avoided. | 73 | |
| Redundant throws: 'ServiceNotFoundException' is unchecked exception. | 117 | |
| Redundant throws: 'ServiceNotFoundException' is unchecked exception. | 148 | |
| Redundant throws: 'ServiceNotFoundException' is unchecked exception. | 166 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.database.AbstractDatabase. | 4 | |
| Unused import - liquibase.servicelocator.PrioritizedService. | 10 |
| Violation | Message | Line |
|---|---|---|
| Class DatabaseSnapshotGeneratorFactory should be declared as final. | 15 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 33 |
| Violation | Message | Line |
|---|---|---|
| Name 'qualifiers' must match pattern '(^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$)|log|logger'. | 19 | |
| '4' is a magic number. | 24 | |
| '6' is a magic number. | 25 | |
| '8' is a magic number. | 26 | |
| '10' is a magic number. | 27 | |
| '11' is a magic number. | 28 | |
| '12' is a magic number. | 29 | |
| '13' is a magic number. | 30 | |
| '14' is a magic number. | 31 | |
| '15' is a magic number. | 32 | |
| '256' is a magic number. | 51 | |
| '16' is a magic number. | 51 | |
| '256' is a magic number. | 52 | |
| '16' is a magic number. | 52 |
| Violation | Message | Line |
|---|---|---|
| Empty catch block. | 86 | |
| Empty catch block. | 105 | |
| Empty catch block. | 151 | |
| Empty catch block. | 177 | |
| Line is longer than 120 characters. | 268 | |
| Line is longer than 120 characters. | 333 | |
| Empty catch block. | 342 | |
| Empty catch block. | 366 | |
| Empty catch block. | 437 | |
| Empty catch block. | 443 | |
| Line is longer than 120 characters. | 473 | |
| Line is longer than 120 characters. | 497 | |
| Line is longer than 120 characters. | 515 | |
| Line is longer than 120 characters. | 523 | |
| Line is longer than 120 characters. | 716 | |
| Empty catch block. | 792 | |
| Empty catch block. | 798 | |
| Empty catch block. | 961 | |
| Empty catch block. | 967 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 980 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 25 | |
| Empty catch block. | 68 | |
| Empty catch block. | 74 | |
| String literal expressions should be on the left side of an equals comparison. | 105 | |
| String literal expressions should be on the left side of an equals comparison. | 105 | |
| String literal expressions should be on the left side of an equals comparison. | 111 | |
| String literal expressions should be on the left side of an equals comparison. | 122 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 94 | |
| Line is longer than 120 characters. | 98 | |
| Line is longer than 255 characters. | 98 | |
| Empty catch block. | 131 | |
| Line is longer than 120 characters. | 146 | |
| Empty catch block. | 158 | |
| 'if' construct must use '{}'s. | 161 | |
| 'if' construct must use '{}'s. | 182 | |
| Line is longer than 120 characters. | 185 | |
| Line is longer than 255 characters. | 185 | |
| Empty catch block. | 201 | |
| Empty catch block. | 207 | |
| Line is longer than 120 characters. | 236 | |
| Empty catch block. | 245 | |
| Empty catch block. | 252 | |
| Line is longer than 120 characters. | 271 | |
| Line is longer than 120 characters. | 285 | |
| Line is longer than 255 characters. | 285 | |
| Line is longer than 120 characters. | 331 | |
| Line is longer than 255 characters. | 331 | |
| 'if' construct must use '{}'s. | 437 | |
| Line is longer than 120 characters. | 440 | |
| Line is longer than 255 characters. | 440 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 72 | |
| Empty catch block. | 99 | |
| Name 'columns_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| Name 'str_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| Name 'column_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 132 | |
| Empty catch block. | 139 | |
| 'if' construct must use '{}'s. | 142 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 150 | |
| Name 'cur_table' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 | |
| Empty catch block. | 238 | |
| Empty catch block. | 262 | |
| String literal expressions should be on the left side of an equals comparison. | 354 | |
| Name 'index_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 360 | |
| Name 'index_unique' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 361 | |
| Name 'statement_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 363 | |
| Name 'rs_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| Name 'index_column_seqno' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 370 | |
| Name 'index_column_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 372 | |
| Empty catch block. | 394 | |
| Empty catch block. | 400 | |
| Empty catch block. | 410 | |
| Empty catch block. | 416 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.database.Database. | 4 | |
| Unused import - java.util.Collection. | 7 |
| Violation | Message | Line |
|---|---|---|
| Class SqlVisitorFactory should be declared as final. | 6 | |
| Name 'instance' must match pattern '(^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$)|log|logger'. | 11 |
| Violation | Message | Line |
|---|---|---|
| Class SqlGeneratorFactory should be declared as final. | 27 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.statement.core.CreateViewStatement. | 8 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 14 | |
| Line is longer than 120 characters. | 28 | |
| Line is longer than 120 characters. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 36 |
| Violation | Message | Line |
|---|---|---|
| Name 'rename_alter_visitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 46 | |
| Line is longer than 120 characters. | 118 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 22 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 10 | |
| Line is longer than 120 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.database.core.SybaseDatabase. | 6 | |
| Line is longer than 120 characters. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 22 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 11 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 65 | |
| Must have at least one statement. | 65 | |
| Must have at least one statement. | 67 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 76 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 77 | |
| Must have at least one statement. | 77 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 79 | |
| Must have at least one statement. | 79 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 81 | |
| Must have at least one statement. | 81 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 7 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 7 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 9 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 7 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 9 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 9 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 46 |
| Violation | Message | Line |
|---|---|---|
| Method length is 184 lines (max allowed is 150). | 34 | |
| String literal expressions should be on the left side of an equals comparison. | 73 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 9 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 42 | |
| Line is longer than 120 characters. | 69 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 11 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 37 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 7 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 10 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 10 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 | |
| Line is longer than 120 characters. | 48 | |
| Line is longer than 120 characters. | 53 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 6 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 9 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 28 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.database.core.H2Database. | 4 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 27 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 43 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equals comparison. | 53 | |
| Empty catch block. | 156 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equals comparison. | 74 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 74 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.database.typeconversion.TypeConverterFactory. | 5 | |
| Unused import - liquibase.exception.ValidationErrors. | 6 | |
| Unused import - liquibase.sql.Sql. | 7 | |
| Unused import - liquibase.sql.UnparsedSql. | 8 | |
| Unused import - liquibase.sqlgenerator.SqlGeneratorChain. | 9 | |
| Unused import - liquibase.statement.core.UpdateStatement. | 11 | |
| Unused import - java.util.Date. | 13 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 33 | |
| '3' is a magic number. | 87 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 33 | |
| Line is longer than 120 characters. | 51 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 7 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 7 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 26 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 9 | |
| Line is longer than 120 characters. | 31 | |
| '9' is a magic number. | 33 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 6 | |
| Line is longer than 120 characters. | 12 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 | |
| Line is longer than 120 characters. | 35 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 10 | |
| Line is longer than 120 characters. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 29 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 | |
| Line is longer than 120 characters. | 28 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 10 | |
| Line is longer than 120 characters. | 30 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.database.core.H2Database. | 4 | |
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 11 | |
| Line is longer than 120 characters. | 31 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 | |
| Line is longer than 120 characters. | 28 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 10 | |
| Line is longer than 120 characters. | 30 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 10 | |
| Line is longer than 120 characters. | 30 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 10 | |
| Line is longer than 120 characters. | 30 | |
| Line is longer than 120 characters. | 43 | |
| Line is longer than 120 characters. | 46 | |
| Line is longer than 120 characters. | 47 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 9 | |
| Line is longer than 120 characters. | 33 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 10 | |
| Line is longer than 120 characters. | 30 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 7 | |
| Line is longer than 120 characters. | 20 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 9 | |
| Unused import - liquibase.statement.SqlStatement. | 12 | |
| Line is longer than 120 characters. | 28 | |
| '5' is a magic number. | 34 | |
| Line is longer than 120 characters. | 39 | |
| Empty statement. | 44 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 6 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.changelog.RanChangeSet. | 4 | |
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 |
| Violation | Message | Line |
|---|---|---|
| Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 | |
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 17 |
| Violation | Message | Line |
|---|---|---|
| Name 'MAX_LENGTH' must match pattern '^[a-z_][a-zA-Z0-9]*$'. | 7 | |
| '3' is a magic number. | 21 |
| Violation | Message | Line |
|---|---|---|
| Empty statement. | 47 | |
| '0xF0' is a magic number. | 77 | |
| '4' is a magic number. | 77 | |
| '0x0F' is a magic number. | 78 |
| Violation | Message | Line |
|---|---|---|
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 37 | |
| '10' is a magic number. | 173 | |
| '16' is a magic number. | 186 | |
| '16' is a magic number. | 189 | |
| '8' is a magic number. | 192 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 40 | |
| 'else' construct must use '{}'s. | 42 |
| Violation | Message | Line |
|---|---|---|
| Name 'lineSeparator' must match pattern '(^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$)|log|logger'. | 14 | |
| '2048' is a magic number. | 68 |
| Violation | Message | Line |
|---|---|---|
| String literal expressions should be on the left side of an equalsIgnoreCase comparison. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 506 | |
| Line is longer than 120 characters. | 830 | |
| '3' is a magic number. | 1405 | |
| '5' is a magic number. | 1406 | |
| '4' is a magic number. | 1407 | |
| '5' is a magic number. | 1407 | |
| '3' is a magic number. | 1440 | |
| '5' is a magic number. | 1441 | |
| '4' is a magic number. | 1442 | |
| '5' is a magic number. | 1442 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 123 | |
| 'if' construct must use '{}'s. | 188 |
| Violation | Message | Line |
|---|---|---|
| Empty statement. | 277 | |
| '2048' is a magic number. | 312 | |
| 'if' construct must use '{}'s. | 330 | |
| 'if' construct must use '{}'s. | 341 | |
| 'if' construct must use '{}'s. | 343 | |
| 'if' construct must use '{}'s. | 355 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 43 | |
| 'if' construct must use '{}'s. | 47 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.io.File. | 15 | |
| '3' is a magic number. | 312 | |
| '4' is a magic number. | 320 | |
| Expression can be simplified. | 522 | |
| '3' is a magic number. | 525 | |
| String literal expressions should be on the left side of an equals comparison. | 1193 | |
| String literal expressions should be on the left side of an equals comparison. | 1198 | |
| String literal expressions should be on the left side of an equals comparison. | 1270 | |
| Expression can be simplified. | 1270 |