Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
21001031

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
7Errors Error
NewlineAtEndOfFile2Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
92Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
71Errors Error
JavadocMethod38Errors Error
JavadocType2Errors Error
JavadocVariable16Errors Error
JavadocStyle7Errors Error
ConstantName10Errors Error
LocalFinalVariableName5Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport16Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports73Errors Error
LineLength465Errors Error
MethodLength1Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter1Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap8Errors Error
ParenPad1Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter11Errors Error
WhitespaceAround11Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock1Errors Error
LeftCurly0Errors Error
NeedBraces2Errors Error
RightCurly10Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement2Errors Error
EqualsHashCode0Errors Error
HiddenField1Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber2Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows2Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension66Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor1Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters106Errors Error
TodoComment1Errors Error
UpperEll0Errors Error

Details

liquibase/change/ext/AddForeignKeyConstraintChange.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - liquibase.change.AbstractChange.28
ErrorsUnused import - liquibase.change.Change.29
ErrorsUnused import - liquibase.change.ChangeMetaData.30
ErrorsUnused import - liquibase.database.structure.ForeignKeyConstraintType.32
ErrorsUnused import - liquibase.exception.UnexpectedLiquibaseException.33
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.44
ErrorsMissing a Javadoc comment.45
ErrorsMethod 'generateStatements' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsParameter database should be final.50

liquibase/change/ext/AddPrimaryKeyChange.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - liquibase.change.AbstractChange.28
ErrorsUnused import - liquibase.change.Change.29
ErrorsUnused import - liquibase.change.ChangeMetaData.30
ErrorsUnused import - liquibase.change.ColumnConfig.31
ErrorsUnused import - liquibase.database.core.SQLiteDatabase.34
ErrorsUnused import - liquibase.database.core.SQLiteDatabase.AlterTableVisitor.35
ErrorsUnused import - liquibase.database.structure.Index.36
ErrorsUnused import - liquibase.util.StringUtils.40
ErrorsUnused import - java.util.ArrayList.42
ErrorsUnused import - java.util.List.43
ErrorsFirst sentence should end with a period.48
ErrorsLine is longer than 80 characters.53
ErrorsLine has trailing spaces.54
ErrorsMissing a Javadoc comment.55
ErrorsMethod 'generateStatements' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter database should be final.60
ErrorsLine is longer than 80 characters.63

liquibase/change/ext/CreateIndexChange.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUsing the '.*' form of import should be avoided - liquibase.change.*.28
ErrorsUnused import - liquibase.util.StringUtils.32
ErrorsFirst sentence should end with a period.39
ErrorsMissing a Javadoc comment.46
ErrorsMethod 'getSchemaName' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'generateStatements' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsParameter database should be final.54
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69

liquibase/change/ext/CreateTableChange.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUsing the '.*' form of import should be avoided - liquibase.change.*.28
ErrorsUnused import - liquibase.database.structure.type.DataType.30
ErrorsUnused import - liquibase.database.typeconversion.TypeConverter.31
ErrorsUnused import - liquibase.database.typeconversion.TypeConverterFactory.32
ErrorsUnused import - liquibase.exception.UnexpectedLiquibaseException.33
ErrorsUnused import - liquibase.sqlgenerator.SqlGeneratorFactory.34
ErrorsUsing the '.*' form of import should be avoided - liquibase.statement.*.35
ErrorsUnused import - liquibase.statement.core.CreateTableStatement.36
ErrorsUnused import - liquibase.statement.core.SetColumnRemarksStatement.37
ErrorsUnused import - liquibase.statement.core.SetTableRemarksStatement.38
ErrorsUnused import - liquibase.util.StringUtils.39
ErrorsUnused import - java.util.ArrayList.41
ErrorsUnused import - java.util.List.42
ErrorsLine has trailing spaces.48
ErrorsMissing a Javadoc comment.53
ErrorsMethod 'addColumn' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsParameter column should be final.57
ErrorsMethod 'generateStatements' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsParameter database should be final.61

liquibase/database/ext/MySqlDatabase.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.33
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsMethod 'getViewDefinition' is not designed for extension - needs to be abstract, final or empty.43
ErrorsLine is longer than 80 characters.44
ErrorsParameter schemaName should be final.44
ErrorsParameter viewName should be final.44

liquibase/database/typeconversion/ext/AbstractTypeConverter.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - liquibase.change.ColumnConfig.28
ErrorsUsing the '.*' form of import should be avoided - liquibase.database.core.*.30
ErrorsUsing the '.*' form of import should be avoided - liquibase.database.structure.type.*.32
ErrorsUnused import - liquibase.database.typeconversion.TypeConverter.33
ErrorsUnused import - liquibase.exception.DateParseException.34
ErrorsUnused import - liquibase.logging.LogFactory.36
ErrorsUnused import - liquibase.statement.DatabaseFunction.37
ErrorsUnused import - liquibase.util.StringUtils.38
ErrorsUnused import - java.math.BigDecimal.40
ErrorsUnused import - java.math.BigInteger.41
ErrorsLine is longer than 80 characters.53
ErrorsMissing a Javadoc comment.54
ErrorsName 'oneParam' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
ErrorsLine has trailing spaces.63
ErrorsMissing a Javadoc comment.64
ErrorsName 'twoParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.64
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsMethod 'convertDatabaseValueToObject' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine is longer than 80 characters.75
ErrorsParameter value should be final.75
ErrorsParameter databaseDataType should be final.75
ErrorsParameter firstParameter should be final.75
ErrorsParameter secondParameter should be final.75
ErrorsParameter database should be final.75
ErrorsLine is longer than 80 characters.79
ErrorsMethod 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty.85
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.86
ErrorsParameter referenceColumn should be final.86
ErrorsParameter database should be final.86
Errors'}' should be on the same line.90
ErrorsLine has trailing spaces.95
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.97
ErrorsLine has trailing spaces.98
ErrorsLine has trailing spaces.108
ErrorsLine is longer than 80 characters.113
ErrorsMethod 'getSqlTypeName' is not designed for extension - needs to be abstract, final or empty.124
ErrorsExpected @throws tag for 'Exception'.124
ErrorsName 'sql_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.126
ErrorsMethod 'getDataType' is not designed for extension - needs to be abstract, final or empty.134
ErrorsLine is longer than 80 characters.135
ErrorsParameter columnTypeString should be final.135
ErrorsParameter autoIncrement should be final.135
ErrorsParameter dataTypeName should be final.135
ErrorsParameter precision should be final.135
ErrorsParameter additionalInformation should be final.135
ErrorsLine has trailing spaces.140
ErrorsLine is longer than 80 characters.154
ErrorsLine is longer than 80 characters.156
ErrorsLine is longer than 80 characters.176
Errors',' is not followed by whitespace.189
Errors',' is not followed by whitespace.189
ErrorsLine is longer than 80 characters.193

liquibase/database/typeconversion/ext/DerbyTypeConverter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - liquibase.database.core.DerbyDatabase.30
ErrorsUsing the '.*' form of import should be avoided - liquibase.database.structure.type.*.31
ErrorsUnused import - liquibase.util.StringUtils.33
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.48
ErrorsMissing a Javadoc comment.49
ErrorsName 'oneParam' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.49
ErrorsLine has trailing spaces.58
ErrorsMissing a Javadoc comment.59
ErrorsName 'twoParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.59
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsMethod 'convertDatabaseValueToObject' is not designed for extension - needs to be abstract, final or empty.69
ErrorsLine is longer than 80 characters.70
ErrorsParameter value should be final.70
ErrorsParameter databaseDataType should be final.70
ErrorsParameter firstParameter should be final.70
ErrorsParameter secondParameter should be final.70
ErrorsParameter database should be final.70
ErrorsLine is longer than 80 characters.74
ErrorsMethod 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.81
ErrorsParameter referenceColumn should be final.81
ErrorsParameter database should be final.81
Errors'}' should be on the same line.85
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.108
ErrorsMethod 'getSqlTypeName' is not designed for extension - needs to be abstract, final or empty.119
ErrorsExpected @throws tag for 'Exception'.119
ErrorsName 'sql_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.121
ErrorsMethod 'getDataType' is not designed for extension - needs to be abstract, final or empty.129
ErrorsLine is longer than 80 characters.130
ErrorsParameter columnTypeString should be final.130
ErrorsParameter autoIncrement should be final.130
ErrorsParameter dataTypeName should be final.130
ErrorsParameter precision should be final.130
ErrorsParameter additionalInformation should be final.130
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.171
Errors',' is not followed by whitespace.184
Errors',' is not followed by whitespace.184
ErrorsLine is longer than 80 characters.188
ErrorsLine is longer than 80 characters.196
ErrorsMethod 'addPrecisionToType' is not designed for extension - needs to be abstract, final or empty.196
ErrorsMissing a Javadoc comment.196
ErrorsParameter precision should be final.196
ErrorsParameter returnTypeName should be final.196
ErrorsRedundant throws: 'NumberFormatException' is unchecked exception.196
Errors'31' is a magic number.199
ErrorsLine has trailing spaces.200

liquibase/database/typeconversion/ext/GenericTypeConverter.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [Deprecated] is not a valid Javadoc tag name0
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUsing the '.*' form of import should be avoided - liquibase.database.structure.type.*.29
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine has trailing spaces.50
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98

liquibase/database/typeconversion/ext/H2TypeConverter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUsing the '.*' form of import should be avoided - liquibase.database.structure.type.*.30
ErrorsUnused import - liquibase.util.StringUtils.32
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.47
ErrorsMissing a Javadoc comment.48
ErrorsName 'oneParam' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsLine has trailing spaces.57
ErrorsMissing a Javadoc comment.58
ErrorsName 'twoParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.58
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
ErrorsMethod 'convertDatabaseValueToObject' is not designed for extension - needs to be abstract, final or empty.68
ErrorsLine is longer than 80 characters.69
ErrorsParameter value should be final.69
ErrorsParameter databaseDataType should be final.69
ErrorsParameter firstParameter should be final.69
ErrorsParameter secondParameter should be final.69
ErrorsParameter database should be final.69
ErrorsLine is longer than 80 characters.73
ErrorsMethod 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.80
ErrorsParameter referenceColumn should be final.80
ErrorsParameter database should be final.80
Errors'}' should be on the same line.84
ErrorsLine has trailing spaces.89
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.102
ErrorsLine is longer than 80 characters.107
ErrorsMethod 'getSqlTypeName' is not designed for extension - needs to be abstract, final or empty.118
ErrorsExpected @throws tag for 'Exception'.118
ErrorsName 'sql_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.120
ErrorsMethod 'getDataType' is not designed for extension - needs to be abstract, final or empty.128
ErrorsLine is longer than 80 characters.129
ErrorsParameter columnTypeString should be final.129
ErrorsParameter autoIncrement should be final.129
ErrorsParameter dataTypeName should be final.129
ErrorsParameter precision should be final.129
ErrorsParameter additionalInformation should be final.129
ErrorsLine has trailing spaces.134
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.170
Errors',' is not followed by whitespace.183
Errors',' is not followed by whitespace.183
ErrorsLine is longer than 80 characters.187
ErrorsLine is longer than 80 characters.195
ErrorsMethod 'addPrecisionToType' is not designed for extension - needs to be abstract, final or empty.195
ErrorsMissing a Javadoc comment.195
ErrorsParameter precision should be final.195
ErrorsParameter returnTypeName should be final.195
ErrorsRedundant throws: 'NumberFormatException' is unchecked exception.195
Errors'31' is a magic number.198
ErrorsLine has trailing spaces.199

liquibase/database/typeconversion/ext/HsqlTypeConverter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUsing the '.*' form of import should be avoided - liquibase.database.structure.type.*.29
ErrorsUnused import - liquibase.database.core.H2Database.31
ErrorsUnused import - liquibase.database.core.HsqlDatabase.32
ErrorsLine is longer than 80 characters.41
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsMethod 'getNumberType' is not designed for extension - needs to be abstract, final or empty.47
ErrorsLine is longer than 80 characters.52
ErrorsMethod 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
ErrorsParameter referenceColumn should be final.52
ErrorsParameter database should be final.52
Errors'}' should be on the same line.55
ErrorsLine is longer than 80 characters.56
Errors'}' should be on the same line.60
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.72
ErrorsLine is longer than 80 characters.73
ErrorsExpected an @return tag.76
ErrorsLine is longer than 80 characters.76
ErrorsMethod 'getDataType' is not designed for extension - needs to be abstract, final or empty.76
ErrorsParameter columnTypeString should be final.76
ErrorsExpected @param tag for 'columnTypeString'.76
ErrorsParameter autoIncrement should be final.76
ErrorsExpected @param tag for 'autoIncrement'.76
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.97

liquibase/database/typeconversion/ext/MySQLTypeConverter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - liquibase.database.structure.type.BlobType.29
ErrorsUnused import - liquibase.database.structure.type.BooleanType.30
ErrorsUnused import - liquibase.database.structure.type.ClobType.31
ErrorsUnused import - liquibase.database.core.MySQLDatabase.35
ErrorsUnused import - liquibase.database.structure.type.DateTimeType.37
ErrorsLine is longer than 80 characters.51
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.58
ErrorsName 'oneParam' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.58
ErrorsLine has trailing spaces.67
ErrorsMissing a Javadoc comment.68
ErrorsName 'twoParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.68
ErrorsLine has trailing spaces.73
ErrorsLine has trailing spaces.74
ErrorsMethod 'getNumberType' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMethod 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.81
ErrorsParameter referenceColumn should be final.81
ErrorsParameter database should be final.81
Errors'}' should be on the same line.85
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.92
ErrorsLine has trailing spaces.93
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.108
ErrorsMethod 'getSqlTypeName' is not designed for extension - needs to be abstract, final or empty.119
ErrorsExpected @throws tag for 'Exception'.119
ErrorsName 'sql_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.121
ErrorsMethod 'getDataType' is not designed for extension - needs to be abstract, final or empty.129
ErrorsLine is longer than 80 characters.130
ErrorsParameter columnTypeString should be final.130
ErrorsParameter autoIncrement should be final.130
ErrorsParameter dataTypeName should be final.130
ErrorsParameter precision should be final.130
ErrorsParameter additionalInformation should be final.130
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.149
ErrorsLine is longer than 80 characters.151
ErrorsLine is longer than 80 characters.171
Errors',' is not followed by whitespace.184
Errors',' is not followed by whitespace.184
ErrorsLine is longer than 80 characters.188

liquibase/database/typeconversion/ext/OracleTypeConverter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - liquibase.database.core.OracleDatabase.29
ErrorsUsing the '.*' form of import should be avoided - liquibase.database.structure.type.*.31
ErrorsUnused import - liquibase.util.StringUtils.33
ErrorsLine is longer than 80 characters.48
ErrorsMissing a Javadoc comment.49
ErrorsName 'oneParam' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.49
ErrorsLine has trailing spaces.58
ErrorsMissing a Javadoc comment.59
ErrorsName 'twoParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.59
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
ErrorsMethod 'convertDatabaseValueToObject' is not designed for extension - needs to be abstract, final or empty.68
ErrorsLine is longer than 80 characters.69
ErrorsParameter value should be final.69
ErrorsParameter databaseDataType should be final.69
ErrorsParameter firstParameter should be final.69
ErrorsParameter secondParameter should be final.69
ErrorsParameter database should be final.69
ErrorsLine is longer than 80 characters.73
ErrorsMethod 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.80
ErrorsParameter referenceColumn should be final.80
ErrorsParameter database should be final.80
Errors'}' should be on the same line.84
ErrorsLine has trailing spaces.89
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.102
ErrorsLine is longer than 80 characters.107
ErrorsMethod 'getSqlTypeName' is not designed for extension - needs to be abstract, final or empty.118
ErrorsExpected @throws tag for 'Exception'.118
ErrorsName 'sql_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.120
ErrorsMethod 'getDataType' is not designed for extension - needs to be abstract, final or empty.128
ErrorsLine is longer than 80 characters.129
ErrorsParameter columnTypeString should be final.129
ErrorsParameter autoIncrement should be final.129
ErrorsParameter dataTypeName should be final.129
ErrorsParameter precision should be final.129
ErrorsParameter additionalInformation should be final.129
ErrorsLine has trailing spaces.134
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.170
Errors',' is not followed by whitespace.183
Errors',' is not followed by whitespace.183
ErrorsLine is longer than 80 characters.187

liquibase/ext/Constants.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsFirst sentence should end with a period.28
ErrorsUtility classes should not have a public or default constructor.33
ErrorsMissing a Javadoc comment.34

liquibase/snapshot/ext/MySQLDatabaseSnapshotGenerator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - liquibase.database.jvm.JdbcConnection.29
ErrorsUnused import - liquibase.database.typeconversion.TypeConverterFactory.30
ErrorsUnused import - liquibase.database.core.MySQLDatabase.31
ErrorsUsing the '.*' form of import should be avoided - liquibase.database.structure.*.32
ErrorsUnused import - liquibase.diff.DiffStatusListener.33
ErrorsUsing the '.*' form of import should be avoided - liquibase.executor.*.35
ErrorsUsing the '.*' form of import should be avoided - liquibase.snapshot.*.36
ErrorsUnused import - liquibase.servicelocator.ServiceLocator.37
ErrorsUnused import - liquibase.sqlgenerator.SqlGenerator.39
ErrorsUnused import - liquibase.statement.core.SelectSequencesStatement.41
ErrorsUnused import - liquibase.statement.SqlStatement.42
ErrorsUnused import - java.lang.reflect.ParameterizedType.44
ErrorsUnused import - java.lang.reflect.Type.45
ErrorsUnused import - java.lang.reflect.TypeVariable.46
ErrorsUnused import - java.math.BigInteger.47
ErrorsUnused import - java.sql.Statement.51
ErrorsUnused import - java.text.ParseException.52
ErrorsUnused import - java.util.ArrayList.53
ErrorsUnused import - java.util.HashMap.54
ErrorsUnused import - java.util.List.55
ErrorsUnused import - java.util.Map.56
ErrorsUnused import - java.util.Set.57
ErrorsLine is longer than 80 characters.66
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.68
ErrorsParameter database should be final.68
ErrorsLine is longer than 80 characters.72
ErrorsMethod 'readView' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMissing a Javadoc comment.72
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.82
ErrorsLine is longer than 80 characters.88
ErrorsMethod 'readViews' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsParameter snapshot should be final.88
ErrorsParameter schema should be final.88
ErrorsParameter databaseMetaData should be final.88
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.95
ErrorsLine is longer than 80 characters.97
ErrorsLine has trailing spaces.100
ErrorsMust have at least one statement.106
ErrorsLine has trailing spaces.110
ErrorsLine is longer than 80 characters.110
ErrorsMethod 'readSequences' is not designed for extension - needs to be abstract, final or empty.110
ErrorsMissing a Javadoc comment.110
ErrorsLine has trailing spaces.111
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.119
Errors'{' is followed by whitespace.119
ErrorsLine has trailing spaces.128
Errors'}' should be on the same line.129
ErrorsLine is longer than 80 characters.135
ErrorsMethod 'isSequence' is not designed for extension - needs to be abstract, final or empty.135
ErrorsMissing a Javadoc comment.135
ErrorsLine is longer than 80 characters.136

liquibase/sqlgenerator/ext/AddPrimaryKeyGenerator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUsing the '.*' form of import should be avoided - liquibase.database.core.*.4
ErrorsUnused import - liquibase.exception.ValidationErrors.5
ErrorsLine is longer than 80 characters.15
ErrorsMissing a Javadoc comment.15
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.17
ErrorsLine is longer than 80 characters.23
ErrorsMethod 'generateSql' is not designed for extension - needs to be abstract, final or empty.23
ErrorsMissing a Javadoc comment.23
ErrorsParameter statement should be final.23
ErrorsParameter database should be final.23
ErrorsParameter sqlGeneratorChain should be final.23
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.31
Errors'+' is not preceded with whitespace.33
Errors'+' is not followed by whitespace.33
ErrorsLine is longer than 80 characters.34
ErrorsEmpty statement.35
Errors'+' is not preceded with whitespace.37
Errors'+' is not followed by whitespace.37

liquibase/sqlgenerator/ext/AddUniqueConstraintGenerator.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - liquibase.database.core.*.4
ErrorsUnused import - liquibase.exception.ValidationErrors.5
ErrorsUnused import - liquibase.sqlgenerator.SqlGenerator.8
ErrorsLine is longer than 80 characters.15
ErrorsMissing a Javadoc comment.15
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.17
ErrorsLine is longer than 80 characters.22
ErrorsMethod 'generateSql' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMissing a Javadoc comment.22
ErrorsParameter statement should be final.22
ErrorsParameter database should be final.22
ErrorsParameter sqlGeneratorChain should be final.22
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
Errors'if' is not followed by whitespace.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
Errors'+=' is not followed by whitespace.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
Errors'+=' is not followed by whitespace.48
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.52
ErrorsEmpty statement.58

liquibase/sqlgenerator/ext/CreateTableGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUsing the '.*' form of import should be avoided - liquibase.database.core.*.29
ErrorsLine is longer than 80 characters.49
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.51
ErrorsLine has trailing spaces.55
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.56
ErrorsLine is longer than 80 characters.57
ErrorsParameter createTableStatement should be final.57
ErrorsParameter database should be final.57
ErrorsParameter sqlGeneratorChain should be final.57
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsMethod 'generateSql' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMethod length is 231 lines (max allowed is 150).64
ErrorsLine is longer than 80 characters.65
ErrorsParameter statement should be final.65
ErrorsParameter database should be final.65
ErrorsParameter sqlGeneratorChain should be final.65
ErrorsLine is longer than 80 characters.67
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.78
ErrorsLine is longer than 80 characters.79
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
Errors'&&' should be on a new line.97
ErrorsLine contains a tab character.98
Errors'&&' should be on a new line.98
ErrorsLine contains a tab character.99
Errors'&&' should be on a new line.99
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.113
ErrorsLine is longer than 80 characters.114
ErrorsLine has trailing spaces.120
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.125
ErrorsLine has trailing spaces.126
Errors'for' construct must use '{}'s.128
ErrorsLine is longer than 80 characters.128
ErrorsLine has trailing spaces.129
Errors'for' construct must use '{}'s.133
ErrorsLine has trailing spaces.134
ErrorsLine is longer than 80 characters.135
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.143
ErrorsComment matches to-do format 'TODO:'.147
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters.149
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.155
Errors'+' is not preceded with whitespace.155
Errors'+' is not followed by whitespace.155
Errors'+' is not preceded with whitespace.155
Errors'+' is not followed by whitespace.155
ErrorsLine is longer than 80 characters.162
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.168
Errors'(' is followed by whitespace.179
Errors'&&' should be on a new line.179
ErrorsLine contains a tab character.180
Errors'&&' should be on a new line.180
ErrorsLine contains a tab character.181
Errors'&&' should be on a new line.181
ErrorsLine contains a tab character.183
Errors'&&' should be on a new line.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine is longer than 80 characters.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine is longer than 80 characters.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
Errors'&&' should be on a new line.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine is longer than 80 characters.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine is longer than 80 characters.220
ErrorsLine contains a tab character.221
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.233
ErrorsLine is longer than 80 characters.234
ErrorsLine contains a tab character.234
ErrorsLine is longer than 80 characters.246
ErrorsLine is longer than 80 characters.247
ErrorsLine is longer than 80 characters.249
ErrorsLine is longer than 80 characters.252
ErrorsLine is longer than 80 characters.254
ErrorsLine is longer than 80 characters.256
ErrorsLine is longer than 80 characters.268
ErrorsLine is longer than 80 characters.278
ErrorsLine is longer than 80 characters.279
ErrorsLine is longer than 80 characters.281
ErrorsMissing a Javadoc comment.297
ErrorsParameter database should be final.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.299
ErrorsLine has trailing spaces.301
ErrorsMethod 'parseBounds' is not designed for extension - needs to be abstract, final or empty.302
ErrorsMissing a Javadoc comment.302
ErrorsLine is longer than 80 characters.308
Errors'}' should be on the same line.310
ErrorsLine is longer than 80 characters.312
ErrorsLine is longer than 80 characters.313
Errors'}' should be on the same line.315

liquibase/sqlgenerator/ext/DescribeSequenceGeneratorMySql.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - liquibase.sqlgenerator.SqlGenerator.33
ErrorsFirst sentence should end with a period.44
ErrorsLine is longer than 80 characters.49
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.51
ErrorsLine has trailing spaces.55
ErrorsMethod 'supports' is not designed for extension - needs to be abstract, final or empty.56
ErrorsLine is longer than 80 characters.57
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine is longer than 80 characters.62
ErrorsParameter statement should be final.62
ErrorsParameter database should be final.62
ErrorsParameter sqlGeneratorChain should be final.62
ErrorsMethod 'generateSql' is not designed for extension - needs to be abstract, final or empty.66
ErrorsLine is longer than 80 characters.67
ErrorsParameter statement should be final.67
ErrorsParameter database should be final.67
ErrorsParameter sqlGeneratorChain should be final.67
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.70

liquibase/sqlgenerator/ext/DescribeSequenceGeneratorOracle.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - liquibase.sqlgenerator.SqlGenerator.33
ErrorsFirst sentence should end with a period.44
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.50
ErrorsMissing a Javadoc comment.50
ErrorsLine is longer than 80 characters.51
ErrorsMissing a Javadoc comment.51
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.53
ErrorsLine has trailing spaces.57
ErrorsMethod 'supports' is not designed for extension - needs to be abstract, final or empty.58
ErrorsLine is longer than 80 characters.59
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.63
ErrorsLine is longer than 80 characters.64
ErrorsParameter statement should be final.64
ErrorsParameter database should be final.64
ErrorsParameter sqlGeneratorChain should be final.64
ErrorsMethod 'generateSql' is not designed for extension - needs to be abstract, final or empty.68
ErrorsLine is longer than 80 characters.69
ErrorsParameter statement should be final.69
ErrorsParameter database should be final.69
ErrorsParameter sqlGeneratorChain should be final.69
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.72

liquibase/sqlgenerator/ext/MysqlSequenceGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - liquibase.sqlgenerator.SqlGenerator.32
ErrorsFirst sentence should end with a period.43
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsMissing a Javadoc comment.49
ErrorsLine is longer than 80 characters.50
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.52
ErrorsLine has trailing spaces.56
ErrorsMethod 'supports' is not designed for extension - needs to be abstract, final or empty.57
ErrorsLine is longer than 80 characters.58
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.62
ErrorsLine is longer than 80 characters.63
ErrorsParameter statement should be final.63
ErrorsParameter database should be final.63
ErrorsParameter sqlGeneratorChain should be final.63
ErrorsMethod 'generateSql' is not designed for extension - needs to be abstract, final or empty.67
ErrorsLine is longer than 80 characters.68
ErrorsParameter statement should be final.68
ErrorsParameter database should be final.68
ErrorsParameter sqlGeneratorChain should be final.68
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.77

liquibase/statement/ext/DescribeSequenceStatement.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.3
ErrorsLine is longer than 80 characters.6
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.19
ErrorsLine is longer than 80 characters.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - java.math.BigInteger.30
ErrorsFirst sentence should end with a period.32
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.41
ErrorsParameter sequenceName should be final.41
Errors'sequenceName' hides a field.41
ErrorsMethod 'skipOnUnsupported' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMethod 'getSequenceName' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50