The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 20 | 0 | 1095 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| JavadocMethod | 55 | |
| JavadocType | 2 | |
| JavadocVariable | 47 | |
| JavadocStyle | 0 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 44 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | Ignore |
| NoWhitespaceBefore | 2 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 662 | |
WhitespaceAround
| 2 | |
| ModifierOrder | 1 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 1 | |
| LeftCurly | 137 | |
| NeedBraces | 0 | |
| RightCurly | 23 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | Ignore |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 5 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 34 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 2 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 13 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 54 | |
GenericIllegalRegexp
| 0 | Ignore |
| TodoComment | 0 | |
| UpperEll | 0 | |
| PackageHtml | 6 | |
| NewlineAtEndOfFile | 4 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| '{' should be on the previous line. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'mediatable' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'browserFrame' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'statusLabel' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'exitAction' must be private and have accessor methods. | 49 | |
| Parameter e should be final. | 51 | |
| '{' should be on the previous line. | 52 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'newAction' must be private and have accessor methods. | 58 | |
| Parameter e should be final. | 60 | |
| '{' should be on the previous line. | 61 | |
| '{' should be on the previous line. | 63 | |
| '}' should be on the same line. | 67 | |
| '{' should be on the previous line. | 69 | |
| Missing a Javadoc comment. | 75 | |
| Variable 'openAction' must be private and have accessor methods. | 75 | |
| Parameter e should be final. | 77 | |
| '{' should be on the previous line. | 78 | |
| '{' should be on the previous line. | 80 | |
| '}' should be on the same line. | 84 | |
| '{' should be on the previous line. | 86 | |
| Missing a Javadoc comment. | 92 | |
| Variable 'aboutAction' must be private and have accessor methods. | 92 | |
| Parameter e should be final. | 94 | |
| '{' should be on the previous line. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Missing a Javadoc comment. | 101 | |
| Variable 'importAction' must be private and have accessor methods. | 101 | |
| Parameter e should be final. | 103 | |
| '{' should be on the previous line. | 104 | |
| '{' should be on the previous line. | 106 | |
| '}' should be on the same line. | 108 | |
| '{' should be on the previous line. | 110 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 119 | |
| Method 'getEventList' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| '{' should be on the previous line. | 122 | |
| Missing a Javadoc comment. | 126 | |
| '{' should be on the previous line. | 127 | |
| '{' should be on the previous line. | 132 | |
| '}' should be on the same line. | 136 | |
| '{' should be on the previous line. | 138 | |
| Line is longer than 80 characters. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 146 | |
| Method 'showMessage' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter message should be final. | 152 | |
| '{' should be on the previous line. | 153 | |
| Method 'getJFrame' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| '{' should be on the previous line. | 158 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter frame should be final. | 46 | |
| Parameter list should be final. | 46 | |
| Line contains a tab character. | 47 | |
| '{' should be on the previous line. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter input should be final. | 55 | |
| Line contains a tab character. | 56 | |
| '{' should be on the previous line. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| '{' should be on the previous line. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| '}' should be on the same line. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| '{' should be on the previous line. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter input should be final. | 68 | |
| Line contains a tab character. | 69 | |
| '{' should be on the previous line. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line contains a tab character. | 73 | |
| Method 'newDatabase' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| 'if' is not followed by whitespace. | 77 | |
| Line contains a tab character. | 78 | |
| '{' should be on the previous line. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 83 | |
| Line is longer than 80 characters. | 85 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| Method 'openDatabase' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| 'if' is not followed by whitespace. | 99 | |
| Line contains a tab character. | 100 | |
| '{' should be on the previous line. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Line contains a tab character. | 111 | |
| '{' should be on the previous line. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| '{' should be on the previous line. | 114 | |
| Line contains a tab character. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| '{' should be on the previous line. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| '}' should be on the same line. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| '{' should be on the previous line. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Method 'importFileSystem' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Line contains a tab character. | 132 | |
| '{' should be on the previous line. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line is longer than 80 characters. | 136 | |
| Line contains a tab character. | 136 | |
| Method 'importFileSystem' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter path should be final. | 136 | |
| Parameter collection should be final. | 136 | |
| Parameter format should be final. | 136 | |
| Line contains a tab character. | 137 | |
| '{' should be on the previous line. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| '{' should be on the previous line. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| '{' should be on the previous line. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| '{' should be on the previous line. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| '}' should be on the same line. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| '{' should be on the previous line. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Method 'showMessage' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Parameter message should be final. | 162 | |
| Line contains a tab character. | 163 | |
| '{' should be on the previous line. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 13 | |
| '{' should be on the previous line. | 14 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Parameter args should be final. | 22 | |
| '{' should be on the previous line. | 23 | |
| Line contains a tab character. | 24 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 11 | |
| Line contains a tab character. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line contains a tab character. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter ascending should be final. | 15 | |
| Parameter column should be final. | 15 | |
| Line contains a tab character. | 16 | |
| '{' should be on the previous line. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter arg0 should be final. | 21 | |
| Parameter arg1 should be final. | 21 | |
| Line contains a tab character. | 22 | |
| '{' should be on the previous line. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| '}' should be on the same line. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| '}' should be on the same line. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 11 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Line contains a tab character. | 16 | |
| '{' should be on the previous line. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter col should be final. | 23 | |
| Line contains a tab character. | 24 | |
| '{' should be on the previous line. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Method 'getColumnValue' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter obj should be final. | 31 | |
| Parameter col should be final. | 31 | |
| Line contains a tab character. | 32 | |
| '{' should be on the previous line. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| '}' should be on the same line. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| '{' should be on the previous line. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 17 | |
| Line contains a tab character. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter filename should be final. | 26 | |
| Line contains a tab character. | 27 | |
| '{' should be on the previous line. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 31 | |
| Method 'splitScript' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 32 | |
| '{' should be on the previous line. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| '{' should be on the previous line. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter args should be final. | 47 | |
| Line contains a tab character. | 48 | |
| '{' should be on the previous line. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| '{' should be on the previous line. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| '}' should be on the same line. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| '{' should be on the previous line. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| '{' should be on the previous line. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 65 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'rootFolder' must be private and have accessor methods. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'collection' must be private and have accessor methods. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'format' must be private and have accessor methods. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Variable 'importWizard' must be private and have accessor methods. | 33 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'submitAction' must be private and have accessor methods. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Parameter e should be final. | 37 | |
| Line contains a tab character. | 38 | |
| '{' should be on the previous line. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| '{' should be on the previous line. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| '}' should be on the same line. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| '{' should be on the previous line. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter controller should be final. | 53 | |
| Line contains a tab character. | 54 | |
| '{' should be on the previous line. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| '{' should be on the previous line. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| '}' should be on the same line. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| '{' should be on the previous line. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Method 'close' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line contains a tab character. | 71 | |
| '{' should be on the previous line. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 14 | |
| '{' should be on the previous line. | 15 | |
| Line contains a tab character. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter path should be final. | 22 | |
| Line contains a tab character. | 23 | |
| '{' should be on the previous line. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter f should be final. | 27 | |
| Line contains a tab character. | 28 | |
| '{' should be on the previous line. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| '{' should be on the previous line. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| '{' should be on the previous line. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| '{' should be on the previous line. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| '}' should be on the same line. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| '{' should be on the previous line. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| '}' should be on the same line. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| '{' should be on the previous line. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 16 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Line contains a tab character. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line contains a tab character. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter path should be final. | 21 | |
| Parameter collectionName should be final. | 21 | |
| Parameter formatName should be final. | 21 | |
| Line contains a tab character. | 22 | |
| '{' should be on the previous line. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter folder should be final. | 28 | |
| Parameter beans should be final. | 28 | |
| Line contains a tab character. | 29 | |
| '{' should be on the previous line. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| '{' should be on the previous line. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| '{' should be on the previous line. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| '{' should be on the previous line. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Line contains a tab character. | 55 | |
| '{' should be on the previous line. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| '{' should be on the previous line. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| '{' should be on the previous line. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| '{' should be on the previous line. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter args should be final. | 75 | |
| Line contains a tab character. | 76 | |
| '{' should be on the previous line. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| '{' should be on the previous line. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| '{' should be on the previous line. | 14 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter databaseName should be final. | 21 | |
| Parameter create should be final. | 21 | |
| Line contains a tab character. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| '{' should be on the previous line. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| '}' should be on the same line. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| '{' should be on the previous line. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Parameter databaseName should be final. | 39 | |
| '{' should be on the previous line. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 45 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Parameter sql should be final. | 45 | |
| Line contains a tab character. | 46 | |
| '{' should be on the previous line. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| '{' should be on the previous line. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Method 'setConnection' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter connection should be final. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 70 | |
| Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter sql should be final. | 70 | |
| Line contains a tab character. | 71 | |
| '{' should be on the previous line. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| '{' should be on the previous line. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Method 'runScript' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter filename should be final. | 82 | |
| '{' should be on the previous line. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| ';' is preceded with whitespace. | 87 | |
| ';' is preceded with whitespace. | 87 | |
| Line contains a tab character. | 88 | |
| '{' should be on the previous line. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Missing a Javadoc comment. | 93 | |
| Parameter databaseName should be final. | 93 | |
| '{' should be on the previous line. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| '{' should be on the previous line. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| '}' should be on the same line. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| '{' should be on the previous line. | 100 | |
| Must have at least one statement. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Missing a Javadoc comment. | 105 | |
| Parameter input should be final. | 105 | |
| Line contains a tab character. | 106 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 13 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Method 'accept' is not designed for extension - needs to be abstract, final or empty. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter f should be final. | 18 | |
| Line contains a tab character. | 19 | |
| '{' should be on the previous line. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line contains a tab character. | 27 | |
| '{' should be on the previous line. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 23 | |
| Parameter filename should be final. | 23 | |
| '{' should be on the previous line. | 24 | |
| '{' should be on the previous line. | 29 | |
| '}' should be on the same line. | 32 | |
| '{' should be on the previous line. | 34 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| '{' should be on the previous line. | 13 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter databaseName should be final. | 23 | |
| Line contains a tab character. | 24 | |
| '{' should be on the previous line. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 29 | |
| '{' should be on the previous line. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line contains a tab character. | 34 | |
| '{' should be on the previous line. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 41 | |
| '{' should be on the previous line. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line contains a tab character. | 52 | |
| '{' should be on the previous line. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 56 | |
| Method 'go' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Line contains a tab character. | 57 | |
| '{' should be on the previous line. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| '{' should be on the previous line. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| '}' should be on the same line. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| '{' should be on the previous line. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter args should be final. | 74 | |
| Line contains a tab character. | 75 | |
| '{' should be on the previous line. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| File does not end with a newline. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Line contains a tab character. | 16 | |
| Missing a Javadoc comment. | 16 | |
| 'static' modifier out of order with the JLS suggestions. | 16 | |
| Name 'columns' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| Line contains a tab character. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Method 'getArtist' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Line contains a tab character. | 26 | |
| '{' should be on the previous line. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Method 'setArtist' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter artist should be final. | 32 | |
| Line contains a tab character. | 33 | |
| '{' should be on the previous line. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Method 'getCollection' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Line contains a tab character. | 40 | |
| '{' should be on the previous line. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Method 'setCollection' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter collection should be final. | 46 | |
| Line contains a tab character. | 47 | |
| '{' should be on the previous line. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Method 'getFormat' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Line contains a tab character. | 54 | |
| '{' should be on the previous line. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Method 'setFormat' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Parameter format should be final. | 60 | |
| Line contains a tab character. | 61 | |
| '{' should be on the previous line. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Line contains a tab character. | 68 | |
| '{' should be on the previous line. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter name should be final. | 74 | |
| Line contains a tab character. | 75 | |
| '{' should be on the previous line. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Method 'getColumn' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter col should be final. | 79 | |
| Line contains a tab character. | 80 | |
| '{' should be on the previous line. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| '{' should be on the previous line. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| '}' should be on the same line. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| '{' should be on the previous line. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| '}' should be on the same line. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| '{' should be on the previous line. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| '}' should be on the same line. | 92 | |
| Line contains a tab character. | 93 | |
| '3' is a magic number. | 93 | |
| Line contains a tab character. | 94 | |
| '{' should be on the previous line. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| '}' should be on the same line. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| '{' should be on the previous line. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Line contains a tab character. | 104 | |
| '{' should be on the previous line. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Method 'persist' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter connection should be final. | 108 | |
| Line contains a tab character. | 109 | |
| '{' should be on the previous line. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| '3' is a magic number. | 113 | |
| Line contains a tab character. | 114 | |
| '4' is a magic number. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| '{' should be on the previous line. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| '3' is a magic number. | 121 | |
| Line contains a tab character. | 122 | |
| '4' is a magic number. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Expected an @return tag. | 132 | |
| Line is longer than 80 characters. | 132 | |
| Line contains a tab character. | 132 | |
| Parameter rs should be final. | 132 | |
| Expected @param tag for 'rs'. | 132 | |
| Expected @throws tag for 'SQLException'. | 132 | |
| Line contains a tab character. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 |