The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
|
3 | Error |
NewlineAtEndOfFile | 36 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
|
0 | Error |
RegexpSingleline
|
50 | Error |
JavadocMethod | 152 | Error |
JavadocType | 2 | Error |
JavadocVariable | 19 | Error |
JavadocStyle | 0 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 3 | Error |
LineLength | 295 | Error |
MethodLength | 0 | Error |
ParameterNumber | 1 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 8 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 8 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 1 | Error |
RedundantModifier | 1 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 3 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 3 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 38 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 3 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 162 | Error |
FinalClass | 3 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 1 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 0 | Error |
TodoComment | 2 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 191). | 23 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Method 'setCatalogName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
'catalogName' hides a field. | 40 | |
Expected @param tag for 'catalogName'. | 40 | |
Method 'getCatalogName' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters (found 151). | 49 | |
Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setIndexName' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
'indexName' hides a field. | 54 | |
Method 'getSchemaName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Method 'setSchemaName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
'schemaName' hides a field. | 63 | |
Line is longer than 80 characters (found 170). | 67 | |
Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Method 'setTableName' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
'tableName' hides a field. | 72 | |
Line is longer than 80 characters (found 101). | 81 | |
Method 'getGeometryType' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'setGeometryType' is not designed for extension - needs to be abstract, final or empty. | 92 | |
'geometryType' hides a field. | 92 | |
Line is longer than 80 characters (found 173). | 101 | |
Method 'getSrid' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Method 'setSrid' is not designed for extension - needs to be abstract, final or empty. | 112 | |
'srid' hides a field. | 112 | |
Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Line is longer than 80 characters (found 138). | 117 | |
Method 'setColumns' is not designed for extension - needs to be abstract, final or empty. | 125 | |
'columns' hides a field. | 126 | |
Method 'addColumn' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Method 'getTablespace' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Method 'setTablespace' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
'tablespace' hides a field. | 140 | |
Expected an @return tag. | 147 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Expected @param tag for 'database'. | 148 | |
Method 'getConfirmationMessage' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Method 'generateStatements' is not designed for extension - needs to be abstract, final or empty. | 176 | |
'columns' hides a field. | 178 | |
'srid' hides a field. | 185 | |
Line is longer than 80 characters (found 99). | 190 | |
Line is longer than 80 characters (found 88). | 191 | |
'{' is followed by whitespace. | 193 | |
Method 'createInverses' is not designed for extension - needs to be abstract, final or empty. | 196 | |
'{' is followed by whitespace. | 204 | |
Method 'getSerializedObjectNamespace' is not designed for extension - needs to be abstract, final or empty. | 207 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 189). | 24 | |
Method 'getSchemaName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'setSchemaName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
'schemaName' hides a field. | 43 | |
Line is longer than 80 characters (found 149). | 47 | |
Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Method 'setIndexName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
'indexName' hides a field. | 52 | |
Line is longer than 80 characters (found 140). | 56 | |
Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'setTableName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
'tableName' hides a field. | 61 | |
Method 'getCatalogName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Method 'setCatalogName' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
'catalogName' hides a field. | 70 | |
Method 'getSerializedObjectNamespace' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'getConfirmationMessage' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Line is longer than 80 characters (found 96). | 93 | |
Line is longer than 80 characters (found 94). | 94 | |
Expected an @return tag. | 97 | |
Method 'generateStatements' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Expected @param tag for 'database'. | 98 | |
Line is longer than 80 characters (found 92). | 101 | |
Line is longer than 80 characters (found 90). | 102 | |
Line is longer than 80 characters (found 82). | 103 | |
Line is longer than 80 characters (found 91). | 107 | |
Line is longer than 80 characters (found 86). | 109 | |
Line is longer than 80 characters (found 84). | 110 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 100). | 19 | |
Line is longer than 80 characters (found 171). | 22 | |
Line has trailing spaces. | 26 | |
Method 'getGeometryType' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Line has trailing spaces. | 39 | |
Method 'getSRID' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Expected an @return tag. | 53 | |
Method 'toDatabaseDataType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Expected @param tag for 'database'. | 54 | |
Expected an @return tag. | 75 | |
Method 'objectToSql' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Expected @param tag for 'value'. | 76 | |
Expected @param tag for 'database'. | 76 | |
Comment matches to-do format 'TODO:'. | 79 | |
Line is longer than 80 characters (found 89). | 88 | |
Expected an @return tag. | 98 | |
Method 'sqlToObject' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Expected @param tag for 'value'. | 99 | |
Expected @param tag for 'database'. | 99 | |
Comment matches to-do format 'TODO:'. | 106 | |
Line is longer than 80 characters (found 98). | 109 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 98). | 33 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Method 'getCatalogName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setCatalogName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
'catalogName' hides a field. | 47 | |
Method 'getSchemaName' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setSchemaName' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
'schemaName' hides a field. | 55 | |
Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'setTableName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
'tableName' hides a field. | 63 | |
Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Method 'setIndexName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
'indexName' hides a field. | 71 | |
Method 'getColumnNames' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Method 'setColumnNames' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
'columnNames' hides a field. | 79 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Method 'warn' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Line is longer than 80 characters (found 91). | 101 | |
Line is longer than 80 characters (found 84). | 103 | |
Method 'check' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Line is longer than 80 characters (found 100). | 116 | |
Line is longer than 80 characters (found 84). | 119 | |
'tableName' hides a field. | 122 | |
Line is longer than 80 characters (found 84). | 126 | |
Method 'getHatboxTableName' is not designed for extension - needs to be abstract, final or empty. | 142 | |
'tableName' hides a field. | 143 | |
Line is longer than 80 characters (found 86). | 161 | |
Method 'getExample' is not designed for extension - needs to be abstract, final or empty. | 161 | |
'tableName' hides a field. | 161 | |
Line is longer than 80 characters (found 91). | 167 | |
Line is longer than 80 characters (found 87). | 177 | |
Method 'getIndexExample' is not designed for extension - needs to be abstract, final or empty. | 187 | |
'tableName' hides a field. | 188 | |
Line is longer than 80 characters (found 91). | 192 | |
Line is longer than 80 characters (found 99). | 197 | |
Expected an @return tag. | 207 | |
Method 'getSerializedObjectName' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Expected an @return tag. | 215 | |
Method 'getSerializableFields' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Line is longer than 80 characters (found 94). | 217 | |
Line is longer than 80 characters (found 97). | 222 | |
Expected an @return tag. | 224 | |
Method 'getSerializableFieldValue' is not designed for extension - needs to be abstract, final or empty. | 224 | |
Expected @param tag for 'field'. | 225 | |
Line is longer than 80 characters (found 96). | 245 | |
Expected an @return tag. | 247 | |
Method 'getSerializableFieldType' is not designed for extension - needs to be abstract, final or empty. | 247 | |
Expected @param tag for 'field'. | 248 | |
Line is longer than 80 characters (found 84). | 253 | |
Expected an @return tag. | 255 | |
Method 'getSerializedObjectNamespace' is not designed for extension - needs to be abstract, final or empty. | 255 | |
Expected an @return tag. | 263 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Expected @throws tag for 'ParsedNodeException'. | 264 | |
Line is longer than 80 characters (found 83). | 266 | |
Line is longer than 80 characters (found 85). | 275 | |
Method 'load' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Line is longer than 80 characters (found 89). | 279 | |
Expected @param tag for 'parsedNode'. | 279 | |
Expected @param tag for 'resourceAccessor'. | 279 | |
Expected @throws tag for 'ParsedNodeException'. | 280 | |
Line is longer than 80 characters (found 90). | 282 | |
Line is longer than 80 characters (found 88). | 283 | |
Line is longer than 80 characters (found 86). | 284 | |
Line is longer than 80 characters (found 90). | 285 | |
Line is longer than 80 characters (found 86). | 286 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 98). | 33 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Method 'warn' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line is longer than 80 characters (found 130). | 48 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Line is longer than 80 characters (found 130). | 59 | |
Line is longer than 80 characters (found 100). | 60 | |
Method 'check' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Line is longer than 80 characters (found 100). | 67 | |
Line is longer than 80 characters (found 84). | 69 | |
Line is longer than 80 characters (found 82). | 73 | |
Line is longer than 80 characters (found 115). | 80 | |
Line is longer than 80 characters (found 86). | 82 | |
Line is longer than 80 characters (found 116). | 86 | |
Line is longer than 80 characters (found 93). | 93 | |
Line is longer than 80 characters (found 96). | 95 | |
Expected an @return tag. | 104 | |
Method 'getSerializedObjectName' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Expected an @return tag. | 112 | |
Method 'getSerializableFields' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Line is longer than 80 characters (found 97). | 118 | |
Expected an @return tag. | 120 | |
Method 'getSerializableFieldValue' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Expected @param tag for 'field'. | 121 | |
Line is longer than 80 characters (found 96). | 127 | |
Expected an @return tag. | 129 | |
Method 'getSerializableFieldType' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Expected @param tag for 'field'. | 130 | |
Line is longer than 80 characters (found 84). | 135 | |
Expected an @return tag. | 137 | |
Method 'getSerializedObjectNamespace' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Expected an @return tag. | 145 | |
Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Expected @throws tag for 'ParsedNodeException'. | 146 | |
Line is longer than 80 characters (found 87). | 147 | |
Line is longer than 80 characters (found 85). | 151 | |
Line is longer than 80 characters (found 89). | 155 | |
Expected @param tag for 'parsedNode'. | 155 | |
Expected @param tag for 'resourceAccessor'. | 155 | |
Expected @throws tag for 'ParsedNodeException'. | 156 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Unused import - liquibase.sqlgenerator.SqlGenerator. | 6 | |
Line is longer than 80 characters (found 90). | 13 | |
Line has trailing spaces. | 20 | |
Line is longer than 80 characters (found 95). | 21 | |
Expected an @return tag. | 23 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Expected @param tag for 'statement'. | 24 | |
Expected @param tag for 'database'. | 25 | |
Expected @param tag for 'sqlGeneratorChain'. | 25 | |
Line is longer than 80 characters (found 81). | 27 | |
Line is longer than 80 characters (found 82). | 32 | |
Method 'getAffectedIndex' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters (found 84). | 35 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 98). | 13 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters (found 87). | 18 | |
Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Line is longer than 80 characters (found 93). | 26 | |
Line is longer than 80 characters (found 99). | 32 | |
Expected an @return tag. | 34 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters (found 85). | 35 | |
Expected @param tag for 'statement'. | 35 | |
Expected @param tag for 'database'. | 35 | |
Expected @param tag for 'sqlGeneratorChain'. | 36 | |
Line is longer than 80 characters (found 88). | 37 | |
Line is longer than 80 characters (found 99). | 44 | |
Expected an @return tag. | 47 | |
Method 'looksLikeFunctionCall' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Line is longer than 80 characters (found 86). | 48 | |
Expected @param tag for 'value'. | 48 | |
Expected @param tag for 'database'. | 48 | |
Line is longer than 80 characters (found 97). | 50 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters (found 98). | 65 | |
Method 'isSridRequiredInFunction' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Line is longer than 80 characters (found 99). | 73 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 80 | |
Line is longer than 80 characters (found 87). | 83 | |
Method 'handleColumnValue' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Line is longer than 80 characters (found 93). | 84 | |
Method 'convertToFunction' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Line is longer than 80 characters (found 98). | 98 | |
Line is longer than 80 characters (found 94). | 99 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 98). | 13 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters (found 87). | 18 | |
Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Line is longer than 80 characters (found 93). | 26 | |
Line is longer than 80 characters (found 99). | 32 | |
Expected an @return tag. | 34 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters (found 85). | 35 | |
Expected @param tag for 'statement'. | 35 | |
Expected @param tag for 'database'. | 35 | |
Expected @param tag for 'sqlGeneratorChain'. | 36 | |
Line is longer than 80 characters (found 91). | 37 | |
Line is longer than 80 characters (found 99). | 44 | |
Expected an @return tag. | 47 | |
Method 'looksLikeFunctionCall' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Line is longer than 80 characters (found 86). | 48 | |
Expected @param tag for 'value'. | 48 | |
Expected @param tag for 'database'. | 48 | |
Line is longer than 80 characters (found 97). | 50 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters (found 98). | 65 | |
Method 'isSridRequiredInFunction' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Line is longer than 80 characters (found 99). | 73 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 80 | |
Line is longer than 80 characters (found 87). | 83 | |
Method 'handleColumnValue' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Line is longer than 80 characters (found 93). | 84 | |
Method 'convertToFunction' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Line is longer than 80 characters (found 98). | 98 | |
Line is longer than 80 characters (found 94). | 99 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 102). | 33 | |
Expected an @return tag. | 36 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Expected @param tag for 'statement'. | 37 | |
Expected @param tag for 'database'. | 38 | |
Expected an @return tag. | 46 | |
Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Line is longer than 80 characters (found 83). | 62 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Avoid inline conditionals. | 104 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 98). | 14 | |
Line is longer than 80 characters (found 91). | 17 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Line is longer than 80 characters (found 98). | 19 | |
Line is longer than 80 characters (found 81). | 20 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line is longer than 80 characters (found 83). | 29 | |
Line is longer than 80 characters (found 92). | 36 | |
Line is longer than 80 characters (found 81). | 37 | |
Expected an @return tag. | 39 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line is longer than 80 characters (found 97). | 40 | |
Expected @param tag for 'statement'. | 40 | |
Expected @param tag for 'database'. | 40 | |
Expected @param tag for 'sqlGeneratorChain'. | 41 | |
Line is longer than 80 characters (found 88). | 68 | |
Line is longer than 80 characters (found 82). | 71 | |
'{' is followed by whitespace. | 73 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 98). | 14 | |
Line is longer than 80 characters (found 91). | 17 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Line is longer than 80 characters (found 98). | 19 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Line is longer than 80 characters (found 97). | 24 | |
Line is longer than 80 characters (found 87). | 29 | |
Line is longer than 80 characters (found 89). | 34 | |
Line is longer than 80 characters (found 89). | 35 | |
Line is longer than 80 characters (found 91). | 40 | |
'{' is followed by whitespace. | 41 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 99). | 20 | |
Line is longer than 80 characters (found 92). | 23 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Line is longer than 80 characters (found 98). | 25 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Line is longer than 80 characters (found 97). | 30 | |
Line is longer than 80 characters (found 86). | 33 | |
Line is longer than 80 characters (found 82). | 34 | |
Line is longer than 80 characters (found 86). | 35 | |
Line is longer than 80 characters (found 82). | 36 | |
Line is longer than 80 characters (found 91). | 38 | |
'{' is followed by whitespace. | 39 | |
Line is longer than 80 characters (found 98). | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters (found 90). | 53 | |
Method 'generateDeleteMetadataSql' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Line is longer than 80 characters (found 100). | 58 | |
Line is longer than 80 characters (found 98). | 68 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters (found 90). | 77 | |
Method 'generateInsertMetadataSql' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Line is longer than 80 characters (found 89). | 83 | |
Line is longer than 80 characters (found 86). | 85 | |
Line is longer than 80 characters (found 88). | 93 | |
Line has trailing spaces. | 102 | |
Line is longer than 80 characters (found 87). | 109 | |
Method 'generateCreateIndexSql' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Line is longer than 80 characters (found 92). | 119 | |
Line is longer than 80 characters (found 89). | 120 | |
Line is longer than 80 characters (found 98). | 122 | |
Line has trailing spaces. | 138 | |
Line is longer than 80 characters (found 82). | 141 | |
Line is longer than 80 characters (found 92). | 143 | |
Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Line has trailing spaces. | 159 | |
Method 'getGtype' is not designed for extension - needs to be abstract, final or empty. | 164 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 98). | 15 | |
Line is longer than 80 characters (found 96). | 18 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Line is longer than 80 characters (found 98). | 20 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Line is longer than 80 characters (found 97). | 25 | |
Line is longer than 80 characters (found 83). | 29 | |
Line is longer than 80 characters (found 89). | 34 | |
Line is longer than 80 characters (found 82). | 38 | |
Line is longer than 80 characters (found 91). | 44 | |
'{' is followed by whitespace. | 45 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - liquibase.sqlgenerator.core.CreateTableGenerator. | 19 | |
Line is longer than 80 characters (found 99). | 24 | |
Line is longer than 80 characters (found 94). | 25 | |
Line is longer than 80 characters (found 98). | 28 | |
Line is longer than 80 characters (found 102). | 30 | |
Expected an @return tag. | 33 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Line is longer than 80 characters (found 91). | 34 | |
Expected @param tag for 'statement'. | 34 | |
Expected @param tag for 'database'. | 34 | |
Line is longer than 80 characters (found 81). | 35 | |
Expected an @return tag. | 41 | |
Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line is longer than 80 characters (found 98). | 47 | |
Line is longer than 80 characters (found 98). | 50 | |
Line is longer than 80 characters (found 96). | 54 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Line is longer than 80 characters (found 90). | 63 | |
Line is longer than 80 characters (found 92). | 65 | |
Line is longer than 80 characters (found 98). | 67 | |
Line is longer than 80 characters (found 100). | 71 | |
Line is longer than 80 characters (found 81). | 72 | |
Line is longer than 80 characters (found 98). | 73 | |
Line is longer than 80 characters (found 100). | 76 | |
Line is longer than 80 characters (found 98). | 77 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 98). | 21 | |
Line is longer than 80 characters (found 100). | 22 | |
Line is longer than 80 characters (found 100). | 23 | |
Line is longer than 80 characters (found 98). | 24 | |
Line is longer than 80 characters (found 102). | 29 | |
Expected an @return tag. | 32 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line is longer than 80 characters (found 90). | 33 | |
Expected @param tag for 'statement'. | 33 | |
Expected @param tag for 'database'. | 33 | |
Line is longer than 80 characters (found 81). | 34 | |
Expected an @return tag. | 40 | |
Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Line is longer than 80 characters (found 97). | 46 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Line is longer than 80 characters (found 89). | 52 | |
Line is longer than 80 characters (found 98). | 61 | |
Line is longer than 80 characters (found 101). | 65 | |
Line is longer than 80 characters (found 98). | 66 | |
Line is longer than 80 characters (found 88). | 72 | |
Line has trailing spaces. | 79 | |
Line is longer than 80 characters (found 93). | 91 | |
Method 'dropSpatialIndexIfExists' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Line is longer than 80 characters (found 81). | 92 | |
Line is longer than 80 characters (found 92). | 93 | |
Line is longer than 80 characters (found 98). | 94 | |
Line is longer than 80 characters (found 85). | 96 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 101). | 21 | |
Line is longer than 80 characters (found 102). | 24 | |
Expected an @return tag. | 27 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Line is longer than 80 characters (found 96). | 28 | |
Expected @param tag for 'statement'. | 28 | |
Expected @param tag for 'database'. | 28 | |
Line is longer than 80 characters (found 81). | 29 | |
Expected an @return tag. | 35 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Expected @param tag for 'statement'. | 36 | |
Expected @param tag for 'database'. | 37 | |
Expected @param tag for 'sqlGeneratorChain'. | 37 | |
Line is longer than 80 characters (found 81). | 39 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Line is longer than 80 characters (found 95). | 44 | |
Line is longer than 80 characters (found 87). | 56 | |
Line is longer than 80 characters (found 86). | 61 | |
Line is longer than 80 characters (found 82). | 66 | |
'{' is followed by whitespace. | 67 | |
Line has trailing spaces. | 72 | |
Unused @param tag for 'list'. | 77 | |
Expected an @return tag. | 80 | |
Method 'generateSqlIfExists' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Line is longer than 80 characters (found 95). | 85 | |
Line is longer than 80 characters (found 82). | 89 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 100). | 19 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Line is longer than 80 characters (found 96). | 25 | |
Expected an @return tag. | 32 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Expected @param tag for 'statement'. | 33 | |
Expected @param tag for 'database'. | 34 | |
Expected @param tag for 'sqlGeneratorChain'. | 34 | |
Line is longer than 80 characters (found 81). | 36 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Line is longer than 80 characters (found 95). | 41 | |
Line is longer than 80 characters (found 90). | 46 | |
Line is longer than 80 characters (found 81). | 47 | |
Line is longer than 80 characters (found 90). | 51 | |
Line is longer than 80 characters (found 94). | 53 | |
Line is longer than 80 characters (found 100). | 62 | |
'{' is followed by whitespace. | 68 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - liquibase.statement.SqlStatement. | 17 | |
Line is longer than 80 characters (found 95). | 21 | |
Line is longer than 80 characters (found 94). | 24 | |
Expected an @return tag. | 28 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Line is longer than 80 characters (found 89). | 29 | |
Expected @param tag for 'statement'. | 29 | |
Expected @param tag for 'database'. | 29 | |
Line is longer than 80 characters (found 81). | 30 | |
Expected an @return tag. | 36 | |
Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line is longer than 80 characters (found 96). | 42 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Line is longer than 80 characters (found 88). | 48 | |
Line is longer than 80 characters (found 84). | 58 | |
Line is longer than 80 characters (found 101). | 59 | |
Line is longer than 80 characters (found 98). | 60 | |
Line is longer than 80 characters (found 85). | 64 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters (found 93). | 82 | |
Method 'dropSpatialIndexIfExists' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line is longer than 80 characters (found 81). | 83 | |
Line is longer than 80 characters (found 92). | 84 | |
Line is longer than 80 characters (found 98). | 85 | |
Line is longer than 80 characters (found 85). | 87 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 95). | 19 | |
Line is longer than 80 characters (found 95). | 22 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Line is longer than 80 characters (found 89). | 24 | |
Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Line is longer than 80 characters (found 96). | 34 | |
Method 'generateSql' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line is longer than 80 characters (found 88). | 40 | |
Line is longer than 80 characters (found 85). | 53 |
Violation | Message | Line |
---|---|---|
Class OracleSpatialUtils should be declared as final. | 19 | |
Line is longer than 80 characters (found 90). | 20 | |
Line is longer than 80 characters (found 89). | 21 | |
'static' modifier out of order with the JLS suggestions. | 24 | |
Line is longer than 80 characters (found 97). | 32 | |
Line is longer than 80 characters (found 98). | 33 | |
Line is longer than 80 characters (found 97). | 34 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters (found 82). | 39 | |
'4000' is a magic number. | 44 | |
'4000' is a magic number. | 45 | |
'4000' is a magic number. | 49 | |
Line is longer than 80 characters (found 94). | 50 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters (found 83). | 70 | |
Line is longer than 80 characters (found 94). | 84 | |
Line has trailing spaces. | 85 | |
Line is longer than 80 characters (found 84). | 92 | |
Line is longer than 80 characters (found 86). | 94 | |
Line is longer than 80 characters (found 95). | 99 | |
Line is longer than 80 characters (found 98). | 104 | |
Must have at least one statement. | 109 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 100). | 9 | |
Line is longer than 80 characters (found 81). | 12 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 13 | |
Line is longer than 80 characters (found 86). | 14 | |
Line is longer than 80 characters (found 81). | 15 | |
Line is longer than 80 characters (found 91). | 19 | |
Line has trailing spaces. | 21 | |
Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Line has trailing spaces. | 31 | |
Expected an @return tag. | 34 | |
Method 'isSridRequiredInFunction' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Expected @param tag for 'database'. | 35 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 100). | 8 | |
Line is longer than 80 characters (found 81). | 11 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 12 | |
Line is longer than 80 characters (found 86). | 13 | |
Line is longer than 80 characters (found 91). | 18 | |
Line has trailing spaces. | 20 | |
Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. | 23 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 93). | 8 | |
Line is longer than 80 characters (found 82). | 11 | |
Expected an @return tag. | 15 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Line is longer than 80 characters (found 86). | 16 | |
Expected @param tag for 'statement'. | 16 | |
Expected @param tag for 'database'. | 16 | |
Line is longer than 80 characters (found 91). | 21 | |
Line has trailing spaces. | 23 | |
Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Expected an @return tag. | 34 | |
Method 'convertToFunction' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters (found 98). | 35 | |
Expected @param tag for 'wkt'. | 35 | |
Expected @param tag for 'srid'. | 35 | |
Expected @param tag for 'database'. | 35 | |
Line is longer than 80 characters (found 81). | 37 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 90). | 9 | |
Line is longer than 80 characters (found 81). | 12 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 13 | |
Line is longer than 80 characters (found 86). | 14 | |
Line is longer than 80 characters (found 81). | 15 | |
Line is longer than 80 characters (found 91). | 19 | |
Line has trailing spaces. | 21 | |
Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Line has trailing spaces. | 31 | |
Expected an @return tag. | 34 | |
Method 'isSridRequiredInFunction' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Expected @param tag for 'database'. | 35 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 92). | 8 | |
Line is longer than 80 characters (found 81). | 11 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 12 | |
Line is longer than 80 characters (found 86). | 13 | |
Line is longer than 80 characters (found 91). | 18 | |
Line has trailing spaces. | 20 | |
Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. | 23 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 93). | 8 | |
Line is longer than 80 characters (found 82). | 11 | |
Expected an @return tag. | 15 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Line is longer than 80 characters (found 86). | 16 | |
Expected @param tag for 'statement'. | 16 | |
Expected @param tag for 'database'. | 16 | |
Line is longer than 80 characters (found 91). | 21 | |
Line has trailing spaces. | 23 | |
Method 'getGeomFromWktFunction' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Expected an @return tag. | 34 | |
Method 'convertToFunction' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters (found 98). | 35 | |
Expected @param tag for 'wkt'. | 35 | |
Expected @param tag for 'srid'. | 35 | |
Expected @param tag for 'database'. | 35 | |
Line is longer than 80 characters (found 81). | 37 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Class WktConversionUtils should be declared as final. | 10 | |
Missing a Javadoc comment. | 10 | |
Line is longer than 80 characters (found 122). | 15 | |
Line is longer than 80 characters (found 85). | 18 | |
Line is longer than 80 characters (found 100). | 21 | |
Line is longer than 80 characters (found 99). | 28 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters (found 89). | 38 | |
Expected @param tag for 'generator'. | 39 | |
Line is longer than 80 characters (found 91). | 55 | |
Line is longer than 80 characters (found 100). | 63 | |
Line has trailing spaces. | 64 | |
Expected @param tag for 'generator'. | 74 | |
Line is longer than 80 characters (found 91). | 76 | |
Line is longer than 80 characters (found 85). | 79 | |
Line is longer than 80 characters (found 83). | 86 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 5 | |
Line is longer than 80 characters (found 100). | 8 | |
Line has trailing spaces. | 9 | |
Unused @param tag for 'srid'. | 12 | |
Expected @param tag for 'sridString'. | 18 | |
Line is longer than 80 characters (found 91). | 21 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters (found 98). | 35 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Line is longer than 80 characters (found 90). | 6 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Line is longer than 80 characters (found 92). | 39 | |
More than 7 parameters (found 8). | 39 | |
'indexName' hides a field. | 39 | |
Expected @param tag for 'indexName'. | 39 | |
'tableCatalogName' hides a field. | 39 | |
Expected @param tag for 'tableCatalogName'. | 39 | |
Line is longer than 80 characters (found 86). | 40 | |
'tableSchemaName' hides a field. | 40 | |
Expected @param tag for 'tableSchemaName'. | 40 | |
'tableName' hides a field. | 40 | |
'columns' hides a field. | 40 | |
Line is longer than 80 characters (found 82). | 41 | |
'tablespace' hides a field. | 41 | |
'geometryType' hides a field. | 41 | |
'srid' hides a field. | 41 | |
Method 'getTableCatalogName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Method 'getTableSchemaName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Method 'getColumns' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'getTablespace' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'setTablespace' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
'tablespace' hides a field. | 76 | |
Line has trailing spaces. | 83 | |
Method 'setGeometryType' is not designed for extension - needs to be abstract, final or empty. | 87 | |
'geometryType' hides a field. | 87 | |
Line has trailing spaces. | 93 | |
Method 'getGeometryType' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Line has trailing spaces. | 102 | |
Method 'setSrid' is not designed for extension - needs to be abstract, final or empty. | 106 | |
'srid' hides a field. | 106 | |
Line has trailing spaces. | 112 | |
Method 'getSrid' is not designed for extension - needs to be abstract, final or empty. | 115 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters (found 97). | 6 | |
Line is longer than 80 characters (found 90). | 27 | |
'indexName' hides a field. | 27 | |
Expected @param tag for 'indexName'. | 27 | |
'tableCatalogName' hides a field. | 27 | |
Expected @param tag for 'tableCatalogName'. | 27 | |
'tableSchemaName' hides a field. | 28 | |
Expected @param tag for 'tableSchemaName'. | 28 | |
'tableName' hides a field. | 28 | |
Expected @param tag for 'tableName'. | 28 | |
Line has trailing spaces. | 37 | |
Method 'getIndexName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Line has trailing spaces. | 46 | |
Method 'getTableCatalogName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Line has trailing spaces. | 55 | |
Method 'getTableSchemaName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Line has trailing spaces. | 64 | |
Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. | 67 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Class GeometryColumnsUtils should be declared as final. | 24 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters (found 90). | 50 | |
Avoid inline conditionals. | 51 | |
Line is longer than 80 characters (found 86). | 58 | |
Must have at least one statement. | 71 | |
Line has trailing spaces. | 80 | |
Line is longer than 80 characters (found 90). | 98 | |
Avoid inline conditionals. | 99 | |
Line is longer than 80 characters (found 86). | 107 | |
Line is longer than 80 characters (found 86). | 115 | |
Must have at least one statement. | 121 | |
Line has trailing spaces. | 130 | |
Line is longer than 80 characters (found 82). | 156 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
interfaces should describe a type and hence have methods. | 6 | |
Line is longer than 80 characters (found 121). | 8 | |
Redundant 'static' modifier. | 8 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |