Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
37 0 0 786

Files

Files Infos Warnings Errors
liquibase/ext/spatial/change/CreateSpatialIndexChange.java 0 0 63
liquibase/ext/spatial/change/DropSpatialIndexChange.java 0 0 37
liquibase/ext/spatial/change/package-info.java 0 0 1
liquibase/ext/spatial/datatype/GeometryType.java 0 0 22
liquibase/ext/spatial/datatype/package-info.java 0 0 1
liquibase/ext/spatial/package-info.java 0 0 1
liquibase/ext/spatial/preconditions/SpatialIndexExistsPrecondition.java 0 0 84
liquibase/ext/spatial/preconditions/SpatialSupportedPrecondition.java 0 0 41
liquibase/ext/spatial/preconditions/package-info.java 0 0 1
liquibase/ext/spatial/sqlgenerator/AbstractCreateSpatialIndexGenerator.java 0 0 16
liquibase/ext/spatial/sqlgenerator/AbstractSpatialInsertGenerator.java 0 0 35
liquibase/ext/spatial/sqlgenerator/AbstractSpatialUpdateGenerator.java 0 0 35
liquibase/ext/spatial/sqlgenerator/AddGeometryColumnGeneratorGeoDB.java 0 0 12
liquibase/ext/spatial/sqlgenerator/CreateSpatialIndexGeneratorGeoDB.java 0 0 19
liquibase/ext/spatial/sqlgenerator/CreateSpatialIndexGeneratorMySQL.java 0 0 12
liquibase/ext/spatial/sqlgenerator/CreateSpatialIndexGeneratorOracle.java 0 0 37
liquibase/ext/spatial/sqlgenerator/CreateSpatialIndexGeneratorPostgreSQL.java 0 0 12
liquibase/ext/spatial/sqlgenerator/CreateSpatialTableGeneratorGeoDB.java 0 0 27
liquibase/ext/spatial/sqlgenerator/DropGeometryColumnGeneratorGeoDB.java 0 0 29
liquibase/ext/spatial/sqlgenerator/DropSpatialIndexGeneratorGeoDB.java 0 0 27
liquibase/ext/spatial/sqlgenerator/DropSpatialIndexGeneratorOracle.java 0 0 18
liquibase/ext/spatial/sqlgenerator/DropSpatialTableGeneratorGeoDB.java 0 0 27
liquibase/ext/spatial/sqlgenerator/DropSpatialTableGeneratorOracle.java 0 0 11
liquibase/ext/spatial/sqlgenerator/OracleSpatialUtils.java 0 0 22
liquibase/ext/spatial/sqlgenerator/SpatialInsertGeneratorGeoDB.java 0 0 13
liquibase/ext/spatial/sqlgenerator/SpatialInsertGeneratorMySQL.java 0 0 8
liquibase/ext/spatial/sqlgenerator/SpatialInsertGeneratorOracle.java 0 0 18
liquibase/ext/spatial/sqlgenerator/SpatialUpdateGeneratorGeoDB.java 0 0 13
liquibase/ext/spatial/sqlgenerator/SpatialUpdateGeneratorMySQL.java 0 0 8
liquibase/ext/spatial/sqlgenerator/SpatialUpdateGeneratorOracle.java 0 0 18
liquibase/ext/spatial/sqlgenerator/WktConversionUtils.java 0 0 18
liquibase/ext/spatial/sqlgenerator/WktInsertOrUpdateGenerator.java 0 0 11
liquibase/ext/spatial/statement/CreateSpatialIndexStatement.java 0 0 49
liquibase/ext/spatial/statement/DropSpatialIndexStatement.java 0 0 19
liquibase/ext/spatial/utils/GeometryColumnsUtils.java 0 0 16
liquibase/ext/spatial/xml/XmlConstants.java 0 0 4
liquibase/ext/spatial/xml/package-info.java 0 0 1

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
3 Errors Error
NewlineAtEndOfFile 36 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
50 Errors Error
JavadocMethod 152 Errors Error
JavadocType 2 Errors Error
JavadocVariable 19 Errors Error
JavadocStyle 0 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 3 Errors Error
LineLength 295 Errors Error
MethodLength 0 Errors Error
ParameterNumber 1 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 8 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 8 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 1 Errors Error
RedundantModifier 1 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 3 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 3 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 38 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 3 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 162 Errors Error
FinalClass 3 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 1 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 0 Errors Error
TodoComment 2 Errors Error
UpperEll 0 Errors Error

Details

liquibase/ext/spatial/change/CreateSpatialIndexChange.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 191). 23
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 33
Errors Method 'setCatalogName' is not designed for extension - needs to be abstract, final or empty. 40
Errors 'catalogName' hides a field. 40
Errors Expected @param tag for 'catalogName'. 40
Errors Method 'getCatalogName' is not designed for extension - needs to be abstract, final or empty. 44
Errors Missing a Javadoc comment. 44
Errors Line is longer than 80 characters (found 151). 49
Errors Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49
Errors Method 'setIndexName' is not designed for extension - needs to be abstract, final or empty. 54
Errors Missing a Javadoc comment. 54
Errors 'indexName' hides a field. 54
Errors Method 'getSchemaName' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Method 'setSchemaName' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors 'schemaName' hides a field. 63
Errors Line is longer than 80 characters (found 170). 67
Errors Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors Method 'setTableName' is not designed for extension - needs to be abstract, final or empty. 72
Errors Missing a Javadoc comment. 72
Errors 'tableName' hides a field. 72
Errors Line is longer than 80 characters (found 101). 81
Errors Method 'getGeometryType' is not designed for extension - needs to be abstract, final or empty. 81
Errors Method 'setGeometryType' is not designed for extension - needs to be abstract, final or empty. 92
Errors 'geometryType' hides a field. 92
Errors Line is longer than 80 characters (found 173). 101
Errors Method 'getSrid' is not designed for extension - needs to be abstract, final or empty. 101
Errors Method 'setSrid' is not designed for extension - needs to be abstract, final or empty. 112
Errors 'srid' hides a field. 112
Errors Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. 116
Errors Line is longer than 80 characters (found 138). 117
Errors Method 'setColumns' is not designed for extension - needs to be abstract, final or empty. 125
Errors 'columns' hides a field. 126
Errors Method 'addColumn' is not designed for extension - needs to be abstract, final or empty. 130
Errors Method 'getTablespace' is not designed for extension - needs to be abstract, final or empty. 135
Errors Missing a Javadoc comment. 135
Errors Method 'setTablespace' is not designed for extension - needs to be abstract, final or empty. 140
Errors Missing a Javadoc comment. 140
Errors 'tablespace' hides a field. 140
Errors Expected an @return tag. 147
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 147
Errors Expected @param tag for 'database'. 148
Errors Method 'getConfirmationMessage' is not designed for extension - needs to be abstract, final or empty. 163
Errors Method 'generateStatements' is not designed for extension - needs to be abstract, final or empty. 176
Errors 'columns' hides a field. 178
Errors 'srid' hides a field. 185
Errors Line is longer than 80 characters (found 99). 190
Errors Line is longer than 80 characters (found 88). 191
Errors '{' is followed by whitespace. 193
Errors Method 'createInverses' is not designed for extension - needs to be abstract, final or empty. 196
Errors '{' is followed by whitespace. 204
Errors Method 'getSerializedObjectNamespace' is not designed for extension - needs to be abstract, final or empty. 207

liquibase/ext/spatial/change/DropSpatialIndexChange.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 189). 24
Errors Method 'getSchemaName' is not designed for extension - needs to be abstract, final or empty. 38
Errors Missing a Javadoc comment. 38
Errors Method 'setSchemaName' is not designed for extension - needs to be abstract, final or empty. 43
Errors Missing a Javadoc comment. 43
Errors 'schemaName' hides a field. 43
Errors Line is longer than 80 characters (found 149). 47
Errors Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. 47
Errors Missing a Javadoc comment. 47
Errors Method 'setIndexName' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors 'indexName' hides a field. 52
Errors Line is longer than 80 characters (found 140). 56
Errors Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Method 'setTableName' is not designed for extension - needs to be abstract, final or empty. 61
Errors Missing a Javadoc comment. 61
Errors 'tableName' hides a field. 61
Errors Method 'getCatalogName' is not designed for extension - needs to be abstract, final or empty. 65
Errors Missing a Javadoc comment. 65
Errors Method 'setCatalogName' is not designed for extension - needs to be abstract, final or empty. 70
Errors Missing a Javadoc comment. 70
Errors 'catalogName' hides a field. 70
Errors Method 'getSerializedObjectNamespace' is not designed for extension - needs to be abstract, final or empty. 74
Errors Method 'getConfirmationMessage' is not designed for extension - needs to be abstract, final or empty. 79
Errors Line is longer than 80 characters (found 96). 93
Errors Line is longer than 80 characters (found 94). 94
Errors Expected an @return tag. 97
Errors Method 'generateStatements' is not designed for extension - needs to be abstract, final or empty. 97
Errors Expected @param tag for 'database'. 98
Errors Line is longer than 80 characters (found 92). 101
Errors Line is longer than 80 characters (found 90). 102
Errors Line is longer than 80 characters (found 82). 103
Errors Line is longer than 80 characters (found 91). 107
Errors Line is longer than 80 characters (found 86). 109
Errors Line is longer than 80 characters (found 84). 110

liquibase/ext/spatial/change/package-info.java

Violation Message Line
Errors File does not end with a newline. 0

liquibase/ext/spatial/datatype/GeometryType.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 100). 19
Errors Line is longer than 80 characters (found 171). 22
Errors Line has trailing spaces. 26
Errors Method 'getGeometryType' is not designed for extension - needs to be abstract, final or empty. 29
Errors Line has trailing spaces. 39
Errors Method 'getSRID' is not designed for extension - needs to be abstract, final or empty. 42
Errors Expected an @return tag. 53
Errors Method 'toDatabaseDataType' is not designed for extension - needs to be abstract, final or empty. 53
Errors Expected @param tag for 'database'. 54
Errors Expected an @return tag. 75
Errors Method 'objectToSql' is not designed for extension - needs to be abstract, final or empty. 75
Errors Expected @param tag for 'value'. 76
Errors Expected @param tag for 'database'. 76
Errors Comment matches to-do format 'TODO:'. 79
Errors Line is longer than 80 characters (found 89). 88
Errors Expected an @return tag. 98
Errors Method 'sqlToObject' is not designed for extension - needs to be abstract, final or empty. 98
Errors Expected @param tag for 'value'. 99
Errors Expected @param tag for 'database'. 99
Errors Comment matches to-do format 'TODO:'. 106
Errors Line is longer than 80 characters (found 98). 109

liquibase/ext/spatial/datatype/package-info.java

Violation Message Line
Errors File does not end with a newline. 0

liquibase/ext/spatial/package-info.java

Violation Message Line
Errors File does not end with a newline. 0

liquibase/ext/spatial/preconditions/SpatialIndexExistsPrecondition.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 98). 33
Errors Missing a Javadoc comment. 37
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 41
Errors Method 'getCatalogName' is not designed for extension - needs to be abstract, final or empty. 43
Errors Missing a Javadoc comment. 43
Errors Method 'setCatalogName' is not designed for extension - needs to be abstract, final or empty. 47
Errors Missing a Javadoc comment. 47
Errors 'catalogName' hides a field. 47
Errors Method 'getSchemaName' is not designed for extension - needs to be abstract, final or empty. 51
Errors Missing a Javadoc comment. 51
Errors Method 'setSchemaName' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 55
Errors 'schemaName' hides a field. 55
Errors Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Method 'setTableName' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors 'tableName' hides a field. 63
Errors Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors Method 'setIndexName' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors 'indexName' hides a field. 71
Errors Method 'getColumnNames' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors Method 'setColumnNames' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors 'columnNames' hides a field. 79
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 83
Errors Method 'warn' is not designed for extension - needs to be abstract, final or empty. 88
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 93
Errors Line is longer than 80 characters (found 91). 101
Errors Line is longer than 80 characters (found 84). 103
Errors Method 'check' is not designed for extension - needs to be abstract, final or empty. 114
Errors Line is longer than 80 characters (found 100). 116
Errors Line is longer than 80 characters (found 84). 119
Errors 'tableName' hides a field. 122
Errors Line is longer than 80 characters (found 84). 126
Errors Method 'getHatboxTableName' is not designed for extension - needs to be abstract, final or empty. 142
Errors 'tableName' hides a field. 143
Errors Line is longer than 80 characters (found 86). 161
Errors Method 'getExample' is not designed for extension - needs to be abstract, final or empty. 161
Errors 'tableName' hides a field. 161
Errors Line is longer than 80 characters (found 91). 167
Errors Line is longer than 80 characters (found 87). 177
Errors Method 'getIndexExample' is not designed for extension - needs to be abstract, final or empty. 187
Errors 'tableName' hides a field. 188
Errors Line is longer than 80 characters (found 91). 192
Errors Line is longer than 80 characters (found 99). 197
Errors Expected an @return tag. 207
Errors Method 'getSerializedObjectName' is not designed for extension - needs to be abstract, final or empty. 207
Errors Expected an @return tag. 215
Errors Method 'getSerializableFields' is not designed for extension - needs to be abstract, final or empty. 215
Errors Line is longer than 80 characters (found 94). 217
Errors Line is longer than 80 characters (found 97). 222
Errors Expected an @return tag. 224
Errors Method 'getSerializableFieldValue' is not designed for extension - needs to be abstract, final or empty. 224
Errors Expected @param tag for 'field'. 225
Errors Line is longer than 80 characters (found 96). 245
Errors Expected an @return tag. 247
Errors Method 'getSerializableFieldType' is not designed for extension - needs to be abstract, final or empty. 247
Errors Expected @param tag for 'field'. 248
Errors Line is longer than 80 characters (found 84). 253
Errors Expected an @return tag. 255
Errors Method 'getSerializedObjectNamespace' is not designed for extension - needs to be abstract, final or empty. 255
Errors Expected an @return tag. 263
Errors Method 'serialize' is not designed for extension - needs to be abstract, final or empty. 263
Errors Expected @throws tag for 'ParsedNodeException'. 264
Errors Line is longer than 80 characters (found 83). 266
Errors Line is longer than 80 characters (found 85). 275
Errors Method 'load' is not designed for extension - needs to be abstract, final or empty. 278
Errors Line is longer than 80 characters (found 89). 279
Errors Expected @param tag for 'parsedNode'. 279
Errors Expected @param tag for 'resourceAccessor'. 279
Errors Expected @throws tag for 'ParsedNodeException'. 280
Errors Line is longer than 80 characters (found 90). 282
Errors Line is longer than 80 characters (found 88). 283
Errors Line is longer than 80 characters (found 86). 284
Errors Line is longer than 80 characters (found 90). 285
Errors Line is longer than 80 characters (found 86). 286

liquibase/ext/spatial/preconditions/SpatialSupportedPrecondition.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 98). 33
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 39
Errors Method 'warn' is not designed for extension - needs to be abstract, final or empty. 44
Errors Line is longer than 80 characters (found 130). 48
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 55
Errors Line is longer than 80 characters (found 130). 59
Errors Line is longer than 80 characters (found 100). 60
Errors Method 'check' is not designed for extension - needs to be abstract, final or empty. 65
Errors Line is longer than 80 characters (found 100). 67
Errors Line is longer than 80 characters (found 84). 69
Errors Line is longer than 80 characters (found 82). 73
Errors Line is longer than 80 characters (found 115). 80
Errors Line is longer than 80 characters (found 86). 82
Errors Line is longer than 80 characters (found 116). 86
Errors Line is longer than 80 characters (found 93). 93
Errors Line is longer than 80 characters (found 96). 95
Errors Expected an @return tag. 104
Errors Method 'getSerializedObjectName' is not designed for extension - needs to be abstract, final or empty. 104
Errors Expected an @return tag. 112
Errors Method 'getSerializableFields' is not designed for extension - needs to be abstract, final or empty. 112
Errors Line is longer than 80 characters (found 97). 118
Errors Expected an @return tag. 120
Errors Method 'getSerializableFieldValue' is not designed for extension - needs to be abstract, final or empty. 120
Errors Expected @param tag for 'field'. 121
Errors Line is longer than 80 characters (found 96). 127
Errors Expected an @return tag. 129
Errors Method 'getSerializableFieldType' is not designed for extension - needs to be abstract, final or empty. 129
Errors Expected @param tag for 'field'. 130
Errors Line is longer than 80 characters (found 84). 135
Errors Expected an @return tag. 137
Errors Method 'getSerializedObjectNamespace' is not designed for extension - needs to be abstract, final or empty. 137
Errors Expected an @return tag. 145
Errors Method 'serialize' is not designed for extension - needs to be abstract, final or empty. 145
Errors Expected @throws tag for 'ParsedNodeException'. 146
Errors Line is longer than 80 characters (found 87). 147
Errors Line is longer than 80 characters (found 85). 151
Errors Line is longer than 80 characters (found 89). 155
Errors Expected @param tag for 'parsedNode'. 155
Errors Expected @param tag for 'resourceAccessor'. 155
Errors Expected @throws tag for 'ParsedNodeException'. 156

liquibase/ext/spatial/preconditions/package-info.java

Violation Message Line
Errors File does not end with a newline. 0

liquibase/ext/spatial/sqlgenerator/AbstractCreateSpatialIndexGenerator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing package-info.java file. 0
Errors Unused import - liquibase.sqlgenerator.SqlGenerator. 6
Errors Line is longer than 80 characters (found 90). 13
Errors Line has trailing spaces. 20
Errors Line is longer than 80 characters (found 95). 21
Errors Expected an @return tag. 23
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 23
Errors Expected @param tag for 'statement'. 24
Errors Expected @param tag for 'database'. 25
Errors Expected @param tag for 'sqlGeneratorChain'. 25
Errors Line is longer than 80 characters (found 81). 27
Errors Line is longer than 80 characters (found 82). 32
Errors Method 'getAffectedIndex' is not designed for extension - needs to be abstract, final or empty. 32
Errors Missing a Javadoc comment. 32
Errors Line is longer than 80 characters (found 84). 35

liquibase/ext/spatial/sqlgenerator/AbstractSpatialInsertGenerator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 98). 13
Errors Line has trailing spaces. 15
Errors Line is longer than 80 characters (found 87). 18
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 20
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 25
Errors Line is longer than 80 characters (found 93). 26
Errors Line is longer than 80 characters (found 99). 32
Errors Expected an @return tag. 34
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 34
Errors Line is longer than 80 characters (found 85). 35
Errors Expected @param tag for 'statement'. 35
Errors Expected @param tag for 'database'. 35
Errors Expected @param tag for 'sqlGeneratorChain'. 36
Errors Line is longer than 80 characters (found 88). 37
Errors Line is longer than 80 characters (found 99). 44
Errors Expected an @return tag. 47
Errors Method 'looksLikeFunctionCall' is not designed for extension - needs to be abstract, final or empty. 47
Errors Line is longer than 80 characters (found 86). 48
Errors Expected @param tag for 'value'. 48
Errors Expected @param tag for 'database'. 48
Errors Line is longer than 80 characters (found 97). 50
Errors Line has trailing spaces. 61
Errors Line has trailing spaces. 64
Errors Line is longer than 80 characters (found 98). 65
Errors Method 'isSridRequiredInFunction' is not designed for extension - needs to be abstract, final or empty. 67
Errors Line is longer than 80 characters (found 99). 73
Errors Line has trailing spaces. 75
Errors Line has trailing spaces. 80
Errors Line is longer than 80 characters (found 87). 83
Errors Method 'handleColumnValue' is not designed for extension - needs to be abstract, final or empty. 83
Errors Line is longer than 80 characters (found 93). 84
Errors Method 'convertToFunction' is not designed for extension - needs to be abstract, final or empty. 97
Errors Line is longer than 80 characters (found 98). 98
Errors Line is longer than 80 characters (found 94). 99

liquibase/ext/spatial/sqlgenerator/AbstractSpatialUpdateGenerator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 98). 13
Errors Line has trailing spaces. 15
Errors Line is longer than 80 characters (found 87). 18
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 20
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 25
Errors Line is longer than 80 characters (found 93). 26
Errors Line is longer than 80 characters (found 99). 32
Errors Expected an @return tag. 34
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 34
Errors Line is longer than 80 characters (found 85). 35
Errors Expected @param tag for 'statement'. 35
Errors Expected @param tag for 'database'. 35
Errors Expected @param tag for 'sqlGeneratorChain'. 36
Errors Line is longer than 80 characters (found 91). 37
Errors Line is longer than 80 characters (found 99). 44
Errors Expected an @return tag. 47
Errors Method 'looksLikeFunctionCall' is not designed for extension - needs to be abstract, final or empty. 47
Errors Line is longer than 80 characters (found 86). 48
Errors Expected @param tag for 'value'. 48
Errors Expected @param tag for 'database'. 48
Errors Line is longer than 80 characters (found 97). 50
Errors Line has trailing spaces. 61
Errors Line has trailing spaces. 64
Errors Line is longer than 80 characters (found 98). 65
Errors Method 'isSridRequiredInFunction' is not designed for extension - needs to be abstract, final or empty. 67
Errors Line is longer than 80 characters (found 99). 73
Errors Line has trailing spaces. 75
Errors Line has trailing spaces. 80
Errors Line is longer than 80 characters (found 87). 83
Errors Method 'handleColumnValue' is not designed for extension - needs to be abstract, final or empty. 83
Errors Line is longer than 80 characters (found 93). 84
Errors Method 'convertToFunction' is not designed for extension - needs to be abstract, final or empty. 97
Errors Line is longer than 80 characters (found 98). 98
Errors Line is longer than 80 characters (found 94). 99

liquibase/ext/spatial/sqlgenerator/AddGeometryColumnGeneratorGeoDB.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 102). 33
Errors Expected an @return tag. 36
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 36
Errors Expected @param tag for 'statement'. 37
Errors Expected @param tag for 'database'. 38
Errors Expected an @return tag. 46
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 46
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 51
Errors Line is longer than 80 characters (found 83). 62
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 73
Errors Avoid inline conditionals. 104

liquibase/ext/spatial/sqlgenerator/CreateSpatialIndexGeneratorGeoDB.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 98). 14
Errors Line is longer than 80 characters (found 91). 17
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 18
Errors Line is longer than 80 characters (found 98). 19
Errors Line is longer than 80 characters (found 81). 20
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 26
Errors Line is longer than 80 characters (found 83). 29
Errors Line is longer than 80 characters (found 92). 36
Errors Line is longer than 80 characters (found 81). 37
Errors Expected an @return tag. 39
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 39
Errors Line is longer than 80 characters (found 97). 40
Errors Expected @param tag for 'statement'. 40
Errors Expected @param tag for 'database'. 40
Errors Expected @param tag for 'sqlGeneratorChain'. 41
Errors Line is longer than 80 characters (found 88). 68
Errors Line is longer than 80 characters (found 82). 71
Errors '{' is followed by whitespace. 73

liquibase/ext/spatial/sqlgenerator/CreateSpatialIndexGeneratorMySQL.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 98). 14
Errors Line is longer than 80 characters (found 91). 17
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 18
Errors Line is longer than 80 characters (found 98). 19
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 23
Errors Line is longer than 80 characters (found 97). 24
Errors Line is longer than 80 characters (found 87). 29
Errors Line is longer than 80 characters (found 89). 34
Errors Line is longer than 80 characters (found 89). 35
Errors Line is longer than 80 characters (found 91). 40
Errors '{' is followed by whitespace. 41

liquibase/ext/spatial/sqlgenerator/CreateSpatialIndexGeneratorOracle.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 99). 20
Errors Line is longer than 80 characters (found 92). 23
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 24
Errors Line is longer than 80 characters (found 98). 25
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 29
Errors Line is longer than 80 characters (found 97). 30
Errors Line is longer than 80 characters (found 86). 33
Errors Line is longer than 80 characters (found 82). 34
Errors Line is longer than 80 characters (found 86). 35
Errors Line is longer than 80 characters (found 82). 36
Errors Line is longer than 80 characters (found 91). 38
Errors '{' is followed by whitespace. 39
Errors Line is longer than 80 characters (found 98). 44
Errors Line has trailing spaces. 46
Errors Line is longer than 80 characters (found 90). 53
Errors Method 'generateDeleteMetadataSql' is not designed for extension - needs to be abstract, final or empty. 53
Errors Line is longer than 80 characters (found 100). 58
Errors Line is longer than 80 characters (found 98). 68
Errors Line has trailing spaces. 70
Errors Line is longer than 80 characters (found 90). 77
Errors Method 'generateInsertMetadataSql' is not designed for extension - needs to be abstract, final or empty. 77
Errors Line is longer than 80 characters (found 89). 83
Errors Line is longer than 80 characters (found 86). 85
Errors Line is longer than 80 characters (found 88). 93
Errors Line has trailing spaces. 102
Errors Line is longer than 80 characters (found 87). 109
Errors Method 'generateCreateIndexSql' is not designed for extension - needs to be abstract, final or empty. 109
Errors Line is longer than 80 characters (found 92). 119
Errors Line is longer than 80 characters (found 89). 120
Errors Line is longer than 80 characters (found 98). 122
Errors Line has trailing spaces. 138
Errors Line is longer than 80 characters (found 82). 141
Errors Line is longer than 80 characters (found 92). 143
Errors Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 143
Errors Line has trailing spaces. 159
Errors Method 'getGtype' is not designed for extension - needs to be abstract, final or empty. 164

liquibase/ext/spatial/sqlgenerator/CreateSpatialIndexGeneratorPostgreSQL.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 98). 15
Errors Line is longer than 80 characters (found 96). 18
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 19
Errors Line is longer than 80 characters (found 98). 20
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 24
Errors Line is longer than 80 characters (found 97). 25
Errors Line is longer than 80 characters (found 83). 29
Errors Line is longer than 80 characters (found 89). 34
Errors Line is longer than 80 characters (found 82). 38
Errors Line is longer than 80 characters (found 91). 44
Errors '{' is followed by whitespace. 45

liquibase/ext/spatial/sqlgenerator/CreateSpatialTableGeneratorGeoDB.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Unused import - liquibase.sqlgenerator.core.CreateTableGenerator. 19
Errors Line is longer than 80 characters (found 99). 24
Errors Line is longer than 80 characters (found 94). 25
Errors Line is longer than 80 characters (found 98). 28
Errors Line is longer than 80 characters (found 102). 30
Errors Expected an @return tag. 33
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 33
Errors Line is longer than 80 characters (found 91). 34
Errors Expected @param tag for 'statement'. 34
Errors Expected @param tag for 'database'. 34
Errors Line is longer than 80 characters (found 81). 35
Errors Expected an @return tag. 41
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 41
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 46
Errors Line is longer than 80 characters (found 98). 47
Errors Line is longer than 80 characters (found 98). 50
Errors Line is longer than 80 characters (found 96). 54
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 62
Errors Line is longer than 80 characters (found 90). 63
Errors Line is longer than 80 characters (found 92). 65
Errors Line is longer than 80 characters (found 98). 67
Errors Line is longer than 80 characters (found 100). 71
Errors Line is longer than 80 characters (found 81). 72
Errors Line is longer than 80 characters (found 98). 73
Errors Line is longer than 80 characters (found 100). 76
Errors Line is longer than 80 characters (found 98). 77

liquibase/ext/spatial/sqlgenerator/DropGeometryColumnGeneratorGeoDB.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 98). 21
Errors Line is longer than 80 characters (found 100). 22
Errors Line is longer than 80 characters (found 100). 23
Errors Line is longer than 80 characters (found 98). 24
Errors Line is longer than 80 characters (found 102). 29
Errors Expected an @return tag. 32
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 32
Errors Line is longer than 80 characters (found 90). 33
Errors Expected @param tag for 'statement'. 33
Errors Expected @param tag for 'database'. 33
Errors Line is longer than 80 characters (found 81). 34
Errors Expected an @return tag. 40
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 40
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 45
Errors Line is longer than 80 characters (found 97). 46
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 51
Errors Line is longer than 80 characters (found 89). 52
Errors Line is longer than 80 characters (found 98). 61
Errors Line is longer than 80 characters (found 101). 65
Errors Line is longer than 80 characters (found 98). 66
Errors Line is longer than 80 characters (found 88). 72
Errors Line has trailing spaces. 79
Errors Line is longer than 80 characters (found 93). 91
Errors Method 'dropSpatialIndexIfExists' is not designed for extension - needs to be abstract, final or empty. 91
Errors Line is longer than 80 characters (found 81). 92
Errors Line is longer than 80 characters (found 92). 93
Errors Line is longer than 80 characters (found 98). 94
Errors Line is longer than 80 characters (found 85). 96

liquibase/ext/spatial/sqlgenerator/DropSpatialIndexGeneratorGeoDB.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 101). 21
Errors Line is longer than 80 characters (found 102). 24
Errors Expected an @return tag. 27
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 27
Errors Line is longer than 80 characters (found 96). 28
Errors Expected @param tag for 'statement'. 28
Errors Expected @param tag for 'database'. 28
Errors Line is longer than 80 characters (found 81). 29
Errors Expected an @return tag. 35
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 35
Errors Expected @param tag for 'statement'. 36
Errors Expected @param tag for 'database'. 37
Errors Expected @param tag for 'sqlGeneratorChain'. 37
Errors Line is longer than 80 characters (found 81). 39
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 43
Errors Line is longer than 80 characters (found 95). 44
Errors Line is longer than 80 characters (found 87). 56
Errors Line is longer than 80 characters (found 86). 61
Errors Line is longer than 80 characters (found 82). 66
Errors '{' is followed by whitespace. 67
Errors Line has trailing spaces. 72
Errors Unused @param tag for 'list'. 77
Errors Expected an @return tag. 80
Errors Method 'generateSqlIfExists' is not designed for extension - needs to be abstract, final or empty. 80
Errors Line is longer than 80 characters (found 95). 85
Errors Line is longer than 80 characters (found 82). 89

liquibase/ext/spatial/sqlgenerator/DropSpatialIndexGeneratorOracle.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 100). 19
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 24
Errors Line is longer than 80 characters (found 96). 25
Errors Expected an @return tag. 32
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 32
Errors Expected @param tag for 'statement'. 33
Errors Expected @param tag for 'database'. 34
Errors Expected @param tag for 'sqlGeneratorChain'. 34
Errors Line is longer than 80 characters (found 81). 36
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 40
Errors Line is longer than 80 characters (found 95). 41
Errors Line is longer than 80 characters (found 90). 46
Errors Line is longer than 80 characters (found 81). 47
Errors Line is longer than 80 characters (found 90). 51
Errors Line is longer than 80 characters (found 94). 53
Errors Line is longer than 80 characters (found 100). 62
Errors '{' is followed by whitespace. 68

liquibase/ext/spatial/sqlgenerator/DropSpatialTableGeneratorGeoDB.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Unused import - liquibase.statement.SqlStatement. 17
Errors Line is longer than 80 characters (found 95). 21
Errors Line is longer than 80 characters (found 94). 24
Errors Expected an @return tag. 28
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 28
Errors Line is longer than 80 characters (found 89). 29
Errors Expected @param tag for 'statement'. 29
Errors Expected @param tag for 'database'. 29
Errors Line is longer than 80 characters (found 81). 30
Errors Expected an @return tag. 36
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 36
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 41
Errors Line is longer than 80 characters (found 96). 42
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 47
Errors Line is longer than 80 characters (found 88). 48
Errors Line is longer than 80 characters (found 84). 58
Errors Line is longer than 80 characters (found 101). 59
Errors Line is longer than 80 characters (found 98). 60
Errors Line is longer than 80 characters (found 85). 64
Errors Line has trailing spaces. 70
Errors Line is longer than 80 characters (found 93). 82
Errors Method 'dropSpatialIndexIfExists' is not designed for extension - needs to be abstract, final or empty. 82
Errors Line is longer than 80 characters (found 81). 83
Errors Line is longer than 80 characters (found 92). 84
Errors Line is longer than 80 characters (found 98). 85
Errors Line is longer than 80 characters (found 85). 87

liquibase/ext/spatial/sqlgenerator/DropSpatialTableGeneratorOracle.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 95). 19
Errors Line is longer than 80 characters (found 95). 22
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 23
Errors Line is longer than 80 characters (found 89). 24
Errors Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. 28
Errors Method 'validate' is not designed for extension - needs to be abstract, final or empty. 33
Errors Line is longer than 80 characters (found 96). 34
Errors Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. 39
Errors Line is longer than 80 characters (found 88). 40
Errors Line is longer than 80 characters (found 85). 53

liquibase/ext/spatial/sqlgenerator/OracleSpatialUtils.java

Violation Message Line
Errors Class OracleSpatialUtils should be declared as final. 19
Errors Line is longer than 80 characters (found 90). 20
Errors Line is longer than 80 characters (found 89). 21
Errors 'static' modifier out of order with the JLS suggestions. 24
Errors Line is longer than 80 characters (found 97). 32
Errors Line is longer than 80 characters (found 98). 33
Errors Line is longer than 80 characters (found 97). 34
Errors Line has trailing spaces. 36
Errors Line is longer than 80 characters (found 82). 39
Errors '4000' is a magic number. 44
Errors '4000' is a magic number. 45
Errors '4000' is a magic number. 49
Errors Line is longer than 80 characters (found 94). 50
Errors Line has trailing spaces. 63
Errors Line is longer than 80 characters (found 83). 70
Errors Line is longer than 80 characters (found 94). 84
Errors Line has trailing spaces. 85
Errors Line is longer than 80 characters (found 84). 92
Errors Line is longer than 80 characters (found 86). 94
Errors Line is longer than 80 characters (found 95). 99
Errors Line is longer than 80 characters (found 98). 104
Errors Must have at least one statement. 109

liquibase/ext/spatial/sqlgenerator/SpatialInsertGeneratorGeoDB.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 100). 9
Errors Line is longer than 80 characters (found 81). 12
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 13
Errors Line is longer than 80 characters (found 86). 14
Errors Line is longer than 80 characters (found 81). 15
Errors Line is longer than 80 characters (found 91). 19
Errors Line has trailing spaces. 21
Errors Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. 24
Errors Line has trailing spaces. 31
Errors Expected an @return tag. 34
Errors Method 'isSridRequiredInFunction' is not designed for extension - needs to be abstract, final or empty. 34
Errors Expected @param tag for 'database'. 35

liquibase/ext/spatial/sqlgenerator/SpatialInsertGeneratorMySQL.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 100). 8
Errors Line is longer than 80 characters (found 81). 11
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 12
Errors Line is longer than 80 characters (found 86). 13
Errors Line is longer than 80 characters (found 91). 18
Errors Line has trailing spaces. 20
Errors Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. 23

liquibase/ext/spatial/sqlgenerator/SpatialInsertGeneratorOracle.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 93). 8
Errors Line is longer than 80 characters (found 82). 11
Errors Expected an @return tag. 15
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 15
Errors Line is longer than 80 characters (found 86). 16
Errors Expected @param tag for 'statement'. 16
Errors Expected @param tag for 'database'. 16
Errors Line is longer than 80 characters (found 91). 21
Errors Line has trailing spaces. 23
Errors Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. 26
Errors Expected an @return tag. 34
Errors Method 'convertToFunction' is not designed for extension - needs to be abstract, final or empty. 34
Errors Line is longer than 80 characters (found 98). 35
Errors Expected @param tag for 'wkt'. 35
Errors Expected @param tag for 'srid'. 35
Errors Expected @param tag for 'database'. 35
Errors Line is longer than 80 characters (found 81). 37

liquibase/ext/spatial/sqlgenerator/SpatialUpdateGeneratorGeoDB.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 90). 9
Errors Line is longer than 80 characters (found 81). 12
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 13
Errors Line is longer than 80 characters (found 86). 14
Errors Line is longer than 80 characters (found 81). 15
Errors Line is longer than 80 characters (found 91). 19
Errors Line has trailing spaces. 21
Errors Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. 24
Errors Line has trailing spaces. 31
Errors Expected an @return tag. 34
Errors Method 'isSridRequiredInFunction' is not designed for extension - needs to be abstract, final or empty. 34
Errors Expected @param tag for 'database'. 35

liquibase/ext/spatial/sqlgenerator/SpatialUpdateGeneratorMySQL.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 92). 8
Errors Line is longer than 80 characters (found 81). 11
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 12
Errors Line is longer than 80 characters (found 86). 13
Errors Line is longer than 80 characters (found 91). 18
Errors Line has trailing spaces. 20
Errors Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. 23

liquibase/ext/spatial/sqlgenerator/SpatialUpdateGeneratorOracle.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 93). 8
Errors Line is longer than 80 characters (found 82). 11
Errors Expected an @return tag. 15
Errors Method 'supports' is not designed for extension - needs to be abstract, final or empty. 15
Errors Line is longer than 80 characters (found 86). 16
Errors Expected @param tag for 'statement'. 16
Errors Expected @param tag for 'database'. 16
Errors Line is longer than 80 characters (found 91). 21
Errors Line has trailing spaces. 23
Errors Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. 26
Errors Expected an @return tag. 34
Errors Method 'convertToFunction' is not designed for extension - needs to be abstract, final or empty. 34
Errors Line is longer than 80 characters (found 98). 35
Errors Expected @param tag for 'wkt'. 35
Errors Expected @param tag for 'srid'. 35
Errors Expected @param tag for 'database'. 35
Errors Line is longer than 80 characters (found 81). 37

liquibase/ext/spatial/sqlgenerator/WktConversionUtils.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Class WktConversionUtils should be declared as final. 10
Errors Missing a Javadoc comment. 10
Errors Line is longer than 80 characters (found 122). 15
Errors Line is longer than 80 characters (found 85). 18
Errors Line is longer than 80 characters (found 100). 21
Errors Line is longer than 80 characters (found 99). 28
Errors Line has trailing spaces. 30
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters (found 89). 38
Errors Expected @param tag for 'generator'. 39
Errors Line is longer than 80 characters (found 91). 55
Errors Line is longer than 80 characters (found 100). 63
Errors Line has trailing spaces. 64
Errors Expected @param tag for 'generator'. 74
Errors Line is longer than 80 characters (found 91). 76
Errors Line is longer than 80 characters (found 85). 79
Errors Line is longer than 80 characters (found 83). 86

liquibase/ext/spatial/sqlgenerator/WktInsertOrUpdateGenerator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing a Javadoc comment. 5
Errors Line is longer than 80 characters (found 100). 8
Errors Line has trailing spaces. 9
Errors Unused @param tag for 'srid'. 12
Errors Expected @param tag for 'sridString'. 18
Errors Line is longer than 80 characters (found 91). 21
Errors Line has trailing spaces. 23
Errors Line has trailing spaces. 31
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters (found 98). 35

liquibase/ext/spatial/statement/CreateSpatialIndexStatement.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing package-info.java file. 0
Errors Line is longer than 80 characters (found 90). 6
Errors Missing a Javadoc comment. 11
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 13
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 15
Errors Missing a Javadoc comment. 16
Errors Line is longer than 80 characters (found 92). 39
Errors More than 7 parameters (found 8). 39
Errors 'indexName' hides a field. 39
Errors Expected @param tag for 'indexName'. 39
Errors 'tableCatalogName' hides a field. 39
Errors Expected @param tag for 'tableCatalogName'. 39
Errors Line is longer than 80 characters (found 86). 40
Errors 'tableSchemaName' hides a field. 40
Errors Expected @param tag for 'tableSchemaName'. 40
Errors 'tableName' hides a field. 40
Errors 'columns' hides a field. 40
Errors Line is longer than 80 characters (found 82). 41
Errors 'tablespace' hides a field. 41
Errors 'geometryType' hides a field. 41
Errors 'srid' hides a field. 41
Errors Method 'getTableCatalogName' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Method 'getTableSchemaName' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. 60
Errors Missing a Javadoc comment. 60
Errors Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. 64
Errors Missing a Javadoc comment. 64
Errors Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors Method 'getTablespace' is not designed for extension - needs to be abstract, final or empty. 72
Errors Missing a Javadoc comment. 72
Errors Method 'setTablespace' is not designed for extension - needs to be abstract, final or empty. 76
Errors Missing a Javadoc comment. 76
Errors 'tablespace' hides a field. 76
Errors Line has trailing spaces. 83
Errors Method 'setGeometryType' is not designed for extension - needs to be abstract, final or empty. 87
Errors 'geometryType' hides a field. 87
Errors Line has trailing spaces. 93
Errors Method 'getGeometryType' is not designed for extension - needs to be abstract, final or empty. 96
Errors Line has trailing spaces. 102
Errors Method 'setSrid' is not designed for extension - needs to be abstract, final or empty. 106
Errors 'srid' hides a field. 106
Errors Line has trailing spaces. 112
Errors Method 'getSrid' is not designed for extension - needs to be abstract, final or empty. 115

liquibase/ext/spatial/statement/DropSpatialIndexStatement.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters (found 97). 6
Errors Line is longer than 80 characters (found 90). 27
Errors 'indexName' hides a field. 27
Errors Expected @param tag for 'indexName'. 27
Errors 'tableCatalogName' hides a field. 27
Errors Expected @param tag for 'tableCatalogName'. 27
Errors 'tableSchemaName' hides a field. 28
Errors Expected @param tag for 'tableSchemaName'. 28
Errors 'tableName' hides a field. 28
Errors Expected @param tag for 'tableName'. 28
Errors Line has trailing spaces. 37
Errors Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. 40
Errors Line has trailing spaces. 46
Errors Method 'getTableCatalogName' is not designed for extension - needs to be abstract, final or empty. 49
Errors Line has trailing spaces. 55
Errors Method 'getTableSchemaName' is not designed for extension - needs to be abstract, final or empty. 58
Errors Line has trailing spaces. 64
Errors Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. 67

liquibase/ext/spatial/utils/GeometryColumnsUtils.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Missing package-info.java file. 0
Errors Class GeometryColumnsUtils should be declared as final. 24
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters (found 90). 50
Errors Avoid inline conditionals. 51
Errors Line is longer than 80 characters (found 86). 58
Errors Must have at least one statement. 71
Errors Line has trailing spaces. 80
Errors Line is longer than 80 characters (found 90). 98
Errors Avoid inline conditionals. 99
Errors Line is longer than 80 characters (found 86). 107
Errors Line is longer than 80 characters (found 86). 115
Errors Must have at least one statement. 121
Errors Line has trailing spaces. 130
Errors Line is longer than 80 characters (found 82). 156

liquibase/ext/spatial/xml/XmlConstants.java

Violation Message Line
Errors File does not end with a newline. 0
Errors interfaces should describe a type and hence have methods. 6
Errors Line is longer than 80 characters (found 121). 8
Errors Redundant 'static' modifier. 8

liquibase/ext/spatial/xml/package-info.java

Violation Message Line
Errors File does not end with a newline. 0