The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 7 | ![]() |
NewlineAtEndOfFile | 2 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 92 | ![]() |
RegexpSingleline
| 71 | ![]() |
JavadocMethod | 38 | ![]() |
JavadocType | 2 | ![]() |
JavadocVariable | 16 | ![]() |
JavadocStyle | 7 | ![]() |
ConstantName | 10 | ![]() |
LocalFinalVariableName | 5 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 16 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 73 | ![]() |
LineLength | 465 | ![]() |
MethodLength | 1 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 8 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 11 | ![]() |
WhitespaceAround | 11 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 2 | ![]() |
RightCurly | 10 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 2 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 1 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 2 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 2 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 66 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 106 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - liquibase.change.AbstractChange. | 28 |
![]() | Unused import - liquibase.change.Change. | 29 |
![]() | Unused import - liquibase.change.ChangeMetaData. | 30 |
![]() | Unused import - liquibase.database.structure.ForeignKeyConstraintType. | 32 |
![]() | Unused import - liquibase.exception.UnexpectedLiquibaseException. | 33 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line has trailing spaces. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Method 'generateStatements' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter database should be final. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - liquibase.change.AbstractChange. | 28 |
![]() | Unused import - liquibase.change.Change. | 29 |
![]() | Unused import - liquibase.change.ChangeMetaData. | 30 |
![]() | Unused import - liquibase.change.ColumnConfig. | 31 |
![]() | Unused import - liquibase.database.core.SQLiteDatabase. | 34 |
![]() | Unused import - liquibase.database.core.SQLiteDatabase.AlterTableVisitor. | 35 |
![]() | Unused import - liquibase.database.structure.Index. | 36 |
![]() | Unused import - liquibase.util.StringUtils. | 40 |
![]() | Unused import - java.util.ArrayList. | 42 |
![]() | Unused import - java.util.List. | 43 |
![]() | First sentence should end with a period. | 48 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'generateStatements' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Parameter database should be final. | 60 |
![]() | Line is longer than 80 characters. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Using the '.*' form of import should be avoided - liquibase.change.*. | 28 |
![]() | Unused import - liquibase.util.StringUtils. | 32 |
![]() | First sentence should end with a period. | 39 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'getSchemaName' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Method 'generateStatements' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter database should be final. | 54 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Using the '.*' form of import should be avoided - liquibase.change.*. | 28 |
![]() | Unused import - liquibase.database.structure.type.DataType. | 30 |
![]() | Unused import - liquibase.database.typeconversion.TypeConverter. | 31 |
![]() | Unused import - liquibase.database.typeconversion.TypeConverterFactory. | 32 |
![]() | Unused import - liquibase.exception.UnexpectedLiquibaseException. | 33 |
![]() | Unused import - liquibase.sqlgenerator.SqlGeneratorFactory. | 34 |
![]() | Using the '.*' form of import should be avoided - liquibase.statement.*. | 35 |
![]() | Unused import - liquibase.statement.core.CreateTableStatement. | 36 |
![]() | Unused import - liquibase.statement.core.SetColumnRemarksStatement. | 37 |
![]() | Unused import - liquibase.statement.core.SetTableRemarksStatement. | 38 |
![]() | Unused import - liquibase.util.StringUtils. | 39 |
![]() | Unused import - java.util.ArrayList. | 41 |
![]() | Unused import - java.util.List. | 42 |
![]() | Line has trailing spaces. | 48 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'addColumn' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter column should be final. | 57 |
![]() | Method 'generateStatements' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter database should be final. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Method 'getViewDefinition' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Parameter schemaName should be final. | 44 |
![]() | Parameter viewName should be final. | 44 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - liquibase.change.ColumnConfig. | 28 |
![]() | Using the '.*' form of import should be avoided - liquibase.database.core.*. | 30 |
![]() | Using the '.*' form of import should be avoided - liquibase.database.structure.type.*. | 32 |
![]() | Unused import - liquibase.database.typeconversion.TypeConverter. | 33 |
![]() | Unused import - liquibase.exception.DateParseException. | 34 |
![]() | Unused import - liquibase.logging.LogFactory. | 36 |
![]() | Unused import - liquibase.statement.DatabaseFunction. | 37 |
![]() | Unused import - liquibase.util.StringUtils. | 38 |
![]() | Unused import - java.math.BigDecimal. | 40 |
![]() | Unused import - java.math.BigInteger. | 41 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Name 'oneParam' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 |
![]() | Line has trailing spaces. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Name 'twoParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Method 'convertDatabaseValueToObject' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Parameter value should be final. | 75 |
![]() | Parameter databaseDataType should be final. | 75 |
![]() | Parameter firstParameter should be final. | 75 |
![]() | Parameter secondParameter should be final. | 75 |
![]() | Parameter database should be final. | 75 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Method 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Parameter referenceColumn should be final. | 86 |
![]() | Parameter database should be final. | 86 |
![]() | '}' should be on the same line. | 90 |
![]() | Line has trailing spaces. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line has trailing spaces. | 108 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Method 'getSqlTypeName' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Expected @throws tag for 'Exception'. | 124 |
![]() | Name 'sql_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 126 |
![]() | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Parameter columnTypeString should be final. | 135 |
![]() | Parameter autoIncrement should be final. | 135 |
![]() | Parameter dataTypeName should be final. | 135 |
![]() | Parameter precision should be final. | 135 |
![]() | Parameter additionalInformation should be final. | 135 |
![]() | Line has trailing spaces. | 140 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line is longer than 80 characters. | 176 |
![]() | ',' is not followed by whitespace. | 189 |
![]() | ',' is not followed by whitespace. | 189 |
![]() | Line is longer than 80 characters. | 193 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - liquibase.database.core.DerbyDatabase. | 30 |
![]() | Using the '.*' form of import should be avoided - liquibase.database.structure.type.*. | 31 |
![]() | Unused import - liquibase.util.StringUtils. | 33 |
![]() | Line has trailing spaces. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Name 'oneParam' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'twoParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Method 'convertDatabaseValueToObject' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Parameter value should be final. | 70 |
![]() | Parameter databaseDataType should be final. | 70 |
![]() | Parameter firstParameter should be final. | 70 |
![]() | Parameter secondParameter should be final. | 70 |
![]() | Parameter database should be final. | 70 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Method 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Parameter referenceColumn should be final. | 81 |
![]() | Parameter database should be final. | 81 |
![]() | '}' should be on the same line. | 85 |
![]() | Line has trailing spaces. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 103 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Method 'getSqlTypeName' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Expected @throws tag for 'Exception'. | 119 |
![]() | Name 'sql_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Parameter columnTypeString should be final. | 130 |
![]() | Parameter autoIncrement should be final. | 130 |
![]() | Parameter dataTypeName should be final. | 130 |
![]() | Parameter precision should be final. | 130 |
![]() | Parameter additionalInformation should be final. | 130 |
![]() | Line has trailing spaces. | 135 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line is longer than 80 characters. | 171 |
![]() | ',' is not followed by whitespace. | 184 |
![]() | ',' is not followed by whitespace. | 184 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Method 'addPrecisionToType' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Parameter precision should be final. | 196 |
![]() | Parameter returnTypeName should be final. | 196 |
![]() | Redundant throws: 'NumberFormatException' is unchecked exception. | 196 |
![]() | '31' is a magic number. | 199 |
![]() | Line has trailing spaces. | 200 |
Violation | Message | Line |
---|---|---|
![]() | Got an exception - java.lang.IllegalArgumentException: the name [Deprecated] is not a valid Javadoc tag name | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Using the '.*' form of import should be avoided - liquibase.database.structure.type.*. | 29 |
![]() | Line has trailing spaces. | 46 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 69 |
![]() | Line has trailing spaces. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Using the '.*' form of import should be avoided - liquibase.database.structure.type.*. | 30 |
![]() | Unused import - liquibase.util.StringUtils. | 32 |
![]() | Line has trailing spaces. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Name 'oneParam' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 |
![]() | Line has trailing spaces. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'twoParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Method 'convertDatabaseValueToObject' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Parameter value should be final. | 69 |
![]() | Parameter databaseDataType should be final. | 69 |
![]() | Parameter firstParameter should be final. | 69 |
![]() | Parameter secondParameter should be final. | 69 |
![]() | Parameter database should be final. | 69 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Method 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Parameter referenceColumn should be final. | 80 |
![]() | Parameter database should be final. | 80 |
![]() | '}' should be on the same line. | 84 |
![]() | Line has trailing spaces. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 102 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Method 'getSqlTypeName' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Expected @throws tag for 'Exception'. | 118 |
![]() | Name 'sql_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Parameter columnTypeString should be final. | 129 |
![]() | Parameter autoIncrement should be final. | 129 |
![]() | Parameter dataTypeName should be final. | 129 |
![]() | Parameter precision should be final. | 129 |
![]() | Parameter additionalInformation should be final. | 129 |
![]() | Line has trailing spaces. | 134 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line is longer than 80 characters. | 170 |
![]() | ',' is not followed by whitespace. | 183 |
![]() | ',' is not followed by whitespace. | 183 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Method 'addPrecisionToType' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Parameter precision should be final. | 195 |
![]() | Parameter returnTypeName should be final. | 195 |
![]() | Redundant throws: 'NumberFormatException' is unchecked exception. | 195 |
![]() | '31' is a magic number. | 198 |
![]() | Line has trailing spaces. | 199 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Using the '.*' form of import should be avoided - liquibase.database.structure.type.*. | 29 |
![]() | Unused import - liquibase.database.core.H2Database. | 31 |
![]() | Unused import - liquibase.database.core.HsqlDatabase. | 32 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Method 'getNumberType' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Method 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter referenceColumn should be final. | 52 |
![]() | Parameter database should be final. | 52 |
![]() | '}' should be on the same line. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | '}' should be on the same line. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Expected an @return tag. | 76 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter columnTypeString should be final. | 76 |
![]() | Expected @param tag for 'columnTypeString'. | 76 |
![]() | Parameter autoIncrement should be final. | 76 |
![]() | Expected @param tag for 'autoIncrement'. | 76 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 97 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - liquibase.database.structure.type.BlobType. | 29 |
![]() | Unused import - liquibase.database.structure.type.BooleanType. | 30 |
![]() | Unused import - liquibase.database.structure.type.ClobType. | 31 |
![]() | Unused import - liquibase.database.core.MySQLDatabase. | 35 |
![]() | Unused import - liquibase.database.structure.type.DateTimeType. | 37 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Name 'oneParam' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() | Line has trailing spaces. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Name 'twoParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 |
![]() | Line has trailing spaces. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Method 'getNumberType' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Method 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Parameter referenceColumn should be final. | 81 |
![]() | Parameter database should be final. | 81 |
![]() | '}' should be on the same line. | 85 |
![]() | Line has trailing spaces. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 103 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Method 'getSqlTypeName' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Expected @throws tag for 'Exception'. | 119 |
![]() | Name 'sql_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 |
![]() | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Parameter columnTypeString should be final. | 130 |
![]() | Parameter autoIncrement should be final. | 130 |
![]() | Parameter dataTypeName should be final. | 130 |
![]() | Parameter precision should be final. | 130 |
![]() | Parameter additionalInformation should be final. | 130 |
![]() | Line has trailing spaces. | 135 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line is longer than 80 characters. | 171 |
![]() | ',' is not followed by whitespace. | 184 |
![]() | ',' is not followed by whitespace. | 184 |
![]() | Line is longer than 80 characters. | 188 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - liquibase.database.core.OracleDatabase. | 29 |
![]() | Using the '.*' form of import should be avoided - liquibase.database.structure.type.*. | 31 |
![]() | Unused import - liquibase.util.StringUtils. | 33 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Name 'oneParam' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Line has trailing spaces. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Name 'twoParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Method 'convertDatabaseValueToObject' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Parameter value should be final. | 69 |
![]() | Parameter databaseDataType should be final. | 69 |
![]() | Parameter firstParameter should be final. | 69 |
![]() | Parameter secondParameter should be final. | 69 |
![]() | Parameter database should be final. | 69 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Method 'convertToDatabaseTypeString' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Parameter referenceColumn should be final. | 80 |
![]() | Parameter database should be final. | 80 |
![]() | '}' should be on the same line. | 84 |
![]() | Line has trailing spaces. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line has trailing spaces. | 102 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Method 'getSqlTypeName' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Expected @throws tag for 'Exception'. | 118 |
![]() | Name 'sql_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 |
![]() | Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Parameter columnTypeString should be final. | 129 |
![]() | Parameter autoIncrement should be final. | 129 |
![]() | Parameter dataTypeName should be final. | 129 |
![]() | Parameter precision should be final. | 129 |
![]() | Parameter additionalInformation should be final. | 129 |
![]() | Line has trailing spaces. | 134 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line is longer than 80 characters. | 170 |
![]() | ',' is not followed by whitespace. | 183 |
![]() | ',' is not followed by whitespace. | 183 |
![]() | Line is longer than 80 characters. | 187 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | First sentence should end with a period. | 28 |
![]() | Utility classes should not have a public or default constructor. | 33 |
![]() | Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - liquibase.database.jvm.JdbcConnection. | 29 |
![]() | Unused import - liquibase.database.typeconversion.TypeConverterFactory. | 30 |
![]() | Unused import - liquibase.database.core.MySQLDatabase. | 31 |
![]() | Using the '.*' form of import should be avoided - liquibase.database.structure.*. | 32 |
![]() | Unused import - liquibase.diff.DiffStatusListener. | 33 |
![]() | Using the '.*' form of import should be avoided - liquibase.executor.*. | 35 |
![]() | Using the '.*' form of import should be avoided - liquibase.snapshot.*. | 36 |
![]() | Unused import - liquibase.servicelocator.ServiceLocator. | 37 |
![]() | Unused import - liquibase.sqlgenerator.SqlGenerator. | 39 |
![]() | Unused import - liquibase.statement.core.SelectSequencesStatement. | 41 |
![]() | Unused import - liquibase.statement.SqlStatement. | 42 |
![]() | Unused import - java.lang.reflect.ParameterizedType. | 44 |
![]() | Unused import - java.lang.reflect.Type. | 45 |
![]() | Unused import - java.lang.reflect.TypeVariable. | 46 |
![]() | Unused import - java.math.BigInteger. | 47 |
![]() | Unused import - java.sql.Statement. | 51 |
![]() | Unused import - java.text.ParseException. | 52 |
![]() | Unused import - java.util.ArrayList. | 53 |
![]() | Unused import - java.util.HashMap. | 54 |
![]() | Unused import - java.util.List. | 55 |
![]() | Unused import - java.util.Map. | 56 |
![]() | Unused import - java.util.Set. | 57 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter database should be final. | 68 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Method 'readView' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Method 'readViews' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter snapshot should be final. | 88 |
![]() | Parameter schema should be final. | 88 |
![]() | Parameter databaseMetaData should be final. | 88 |
![]() | Line has trailing spaces. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line has trailing spaces. | 100 |
![]() | Must have at least one statement. | 106 |
![]() | Line has trailing spaces. | 110 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Method 'readSequences' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line is longer than 80 characters. | 119 |
![]() | '{' is followed by whitespace. | 119 |
![]() | Line has trailing spaces. | 128 |
![]() | '}' should be on the same line. | 129 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Method 'isSequence' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Line is longer than 80 characters. | 136 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Using the '.*' form of import should be avoided - liquibase.database.core.*. | 4 |
![]() | Unused import - liquibase.exception.ValidationErrors. | 5 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter statement should be final. | 23 |
![]() | Parameter database should be final. | 23 |
![]() | Parameter sqlGeneratorChain should be final. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 31 |
![]() | '+' is not preceded with whitespace. | 33 |
![]() | '+' is not followed by whitespace. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Empty statement. | 35 |
![]() | '+' is not preceded with whitespace. | 37 |
![]() | '+' is not followed by whitespace. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Using the '.*' form of import should be avoided - liquibase.database.core.*. | 4 |
![]() | Unused import - liquibase.exception.ValidationErrors. | 5 |
![]() | Unused import - liquibase.sqlgenerator.SqlGenerator. | 8 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter statement should be final. | 22 |
![]() | Parameter database should be final. | 22 |
![]() | Parameter sqlGeneratorChain should be final. | 22 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | 'if' is not followed by whitespace. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | '+=' is not followed by whitespace. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | '+=' is not followed by whitespace. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Empty statement. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Using the '.*' form of import should be avoided - liquibase.database.core.*. | 29 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Line has trailing spaces. | 55 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Parameter createTableStatement should be final. | 57 |
![]() | Parameter database should be final. | 57 |
![]() | Parameter sqlGeneratorChain should be final. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Method length is 231 lines (max allowed is 150). | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Parameter statement should be final. | 65 |
![]() | Parameter database should be final. | 65 |
![]() | Parameter sqlGeneratorChain should be final. | 65 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line has trailing spaces. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 74 |
![]() | Line has trailing spaces. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Line has trailing spaces. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 91 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 95 |
![]() | Line has trailing spaces. | 96 |
![]() | '&&' should be on a new line. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | '&&' should be on a new line. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | '&&' should be on a new line. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 110 |
![]() | Line has trailing spaces. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line has trailing spaces. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | 'for' construct must use '{}'s. | 128 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | 'for' construct must use '{}'s. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Comment matches to-do format 'TODO:'. | 147 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | Line has trailing spaces. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 155 |
![]() | '+' is not preceded with whitespace. | 155 |
![]() | '+' is not followed by whitespace. | 155 |
![]() | '+' is not preceded with whitespace. | 155 |
![]() | '+' is not followed by whitespace. | 155 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | '(' is followed by whitespace. | 179 |
![]() | '&&' should be on a new line. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | '&&' should be on a new line. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | '&&' should be on a new line. | 181 |
![]() | Line contains a tab character. | 183 |
![]() | '&&' should be on a new line. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | '&&' should be on a new line. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line contains a tab character. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Line is longer than 80 characters. | 281 |
![]() | Missing a Javadoc comment. | 297 |
![]() | Parameter database should be final. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line has trailing spaces. | 301 |
![]() | Method 'parseBounds' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() | Missing a Javadoc comment. | 302 |
![]() | Line is longer than 80 characters. | 308 |
![]() | '}' should be on the same line. | 310 |
![]() | Line is longer than 80 characters. | 312 |
![]() | Line is longer than 80 characters. | 313 |
![]() | '}' should be on the same line. | 315 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - liquibase.sqlgenerator.SqlGenerator. | 33 |
![]() | First sentence should end with a period. | 44 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Line has trailing spaces. | 55 |
![]() | Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Parameter statement should be final. | 62 |
![]() | Parameter database should be final. | 62 |
![]() | Parameter sqlGeneratorChain should be final. | 62 |
![]() | Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Parameter statement should be final. | 67 |
![]() | Parameter database should be final. | 67 |
![]() | Parameter sqlGeneratorChain should be final. | 67 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 70 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - liquibase.sqlgenerator.SqlGenerator. | 33 |
![]() | First sentence should end with a period. | 44 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line has trailing spaces. | 57 |
![]() | Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Parameter statement should be final. | 64 |
![]() | Parameter database should be final. | 64 |
![]() | Parameter sqlGeneratorChain should be final. | 64 |
![]() | Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Parameter statement should be final. | 69 |
![]() | Parameter database should be final. | 69 |
![]() | Parameter sqlGeneratorChain should be final. | 69 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - liquibase.sqlgenerator.SqlGenerator. | 32 |
![]() | First sentence should end with a period. | 43 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Line has trailing spaces. | 56 |
![]() | Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Parameter statement should be final. | 63 |
![]() | Parameter database should be final. | 63 |
![]() | Parameter sqlGeneratorChain should be final. | 63 |
![]() | Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Parameter statement should be final. | 68 |
![]() | Parameter database should be final. | 68 |
![]() | Parameter sqlGeneratorChain should be final. | 68 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line has trailing spaces. | 76 |
![]() | Line is longer than 80 characters. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Unused import - java.math.BigInteger. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter sequenceName should be final. | 41 |
![]() | 'sequenceName' hides a field. | 41 |
![]() | Method 'skipOnUnsupported' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Method 'getSequenceName' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |