The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 38 | 0 | 0 | 4155 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 6 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 | |
| JavadocMethod | 106 | |
| JavadocType | 3 | |
| JavadocVariable | 32 | |
| JavadocStyle | 6 | |
| ConstantName | 0 | |
| 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 | 247 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 4 | |
| ParenPad | 1 | |
| TypecastParenPad | 0 | |
| TabCharacter | 2179 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 608 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 285 | |
| NeedBraces | 1 | |
| RightCurly | 42 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 43 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 12 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 1 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 30 | |
GenericIllegalRegexp
| 547 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 7 | |
| '{' should be on the previous line. | 8 | |
| Line contains a tab character. | 9 | |
| Line has trailing spaces. | 10 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| 'config' hides a field. | 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 has trailing spaces. | 20 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| '{' should be on the previous line. | 23 | |
| Line contains a tab character. | 24 | |
| 'for' is not followed by whitespace. | 24 | |
| Line contains a tab character. | 25 | |
| '{' should be on the previous line. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 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 | |
| 'for' is not followed by whitespace. | 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 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 10 | |
| Line contains a tab character. | 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 | |
| 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 has trailing spaces. | 21 | |
| Line contains a tab character. | 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 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Expected an @return tag. | 29 | |
| Line contains a tab character. | 29 | |
| Expected @param tag for 'input'. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| First sentence should end with a period. | 31 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line has trailing spaces. | 41 | |
| 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 | |
| Expected an @return tag. | 46 | |
| Line contains a tab character. | 46 | |
| Expected @param tag for 'input'. | 46 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Line contains a tab character. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Line contains a tab character. | 10 | |
| '{' should be on the previous line. | 10 | |
| Line contains a tab character. | 11 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line contains a tab character. | 15 | |
| '{' should be on the previous line. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 19 | |
| Line has trailing spaces. | 20 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 18 | |
| '<' is not preceded with whitespace. | 25 | |
| '<' is not followed by whitespace. | 25 | |
| '>' is not preceded with whitespace. | 25 | |
| '{' 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 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 18 | |
| Line has trailing spaces. | 23 | |
| '{' should be on the previous line. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 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 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 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 has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 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 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| '{' should be on the previous line. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line has trailing spaces. | 47 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| Line contains a tab character. | 54 | |
| '{' should be on the previous line. | 54 | |
| Line contains a tab character. | 55 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| '<' is not preceded with whitespace. | 55 | |
| '<' is not followed by whitespace. | 55 | |
| '>' is not preceded with whitespace. | 55 | |
| '>' is not followed by whitespace. | 55 | |
| Line contains a tab character. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line contains a tab character. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 61 | |
| 'for' is not followed by whitespace. | 61 | |
| Line contains a tab character. | 62 | |
| '{' should be on the previous line. | 62 | |
| Line contains a tab character. | 63 | |
| Line has trailing spaces. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line has trailing spaces. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line has trailing spaces. | 69 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter chain should be final. | 70 | |
| Line contains a tab character. | 71 | |
| '{' should be on the previous line. | 71 | |
| Line contains a tab character. | 72 | |
| Line has trailing spaces. | 73 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| 'if' is not followed by whitespace. | 74 | |
| Line contains a tab character. | 75 | |
| '{' should be on the previous line. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 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 | |
| 'if' is not followed by whitespace. | 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 same line. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| '{' should be on the previous line. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| 'for' is not followed by whitespace. | 86 | |
| Line contains a tab character. | 87 | |
| '{' should be on the previous line. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| 'if' is not followed by whitespace. | 88 | |
| Line contains a tab character. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| '}' should be on the same line. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| '{' should be on the previous line. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line contains a tab character. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line contains a tab character. | 99 | |
| 'for' is not followed by whitespace. | 99 | |
| Line contains a tab character. | 100 | |
| '{' should be on the previous line. | 100 | |
| Line has trailing spaces. | 101 | |
| Line is longer than 80 characters. | 101 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line has trailing spaces. | 105 | |
| 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 | |
| 'if' is not followed by whitespace. | 109 | |
| Line contains a tab character. | 110 | |
| '{' should be on the previous line. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line contains a tab character. | 111 | |
| 'for' is not followed by whitespace. | 111 | |
| Line contains a tab character. | 112 | |
| '{' should be on the previous line. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line contains a tab character. | 113 | |
| 'if' is not followed by whitespace. | 113 | |
| Line contains a tab character. | 114 | |
| '{' should be on the previous line. | 114 | |
| Line is longer than 80 characters. | 115 | |
| 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 is longer than 80 characters. | 119 | |
| Line contains a tab character. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line contains a tab character. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Line contains a tab character. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| '}' should be on the same line. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| '{' should be on the previous line. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| '}' should be on the same line. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| '{' should be on the previous line. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| '}' should be on the same line. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 135 | |
| '+' is not preceded with whitespace. | 135 | |
| '+' is not followed by whitespace. | 135 | |
| '+' is not preceded with whitespace. | 135 | |
| '+' is not followed by whitespace. | 135 | |
| '+' is not preceded with whitespace. | 135 | |
| '+' is not followed by whitespace. | 135 | |
| '+' is not preceded with whitespace. | 135 | |
| '+' is not followed by whitespace. | 135 | |
| Line contains a tab character. | 136 | |
| '}' should be on the same line. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| '{' should be on the previous line. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| '}' should be on the same line. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| '{' should be on the previous line. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line has trailing spaces. | 149 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line has trailing spaces. | 151 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line has trailing spaces. | 154 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Parameter domainId should be final. | 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 has trailing spaces. | 160 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line has trailing spaces. | 165 | |
| Line contains a tab character. | 165 | |
| Line has trailing spaces. | 166 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Expected an @return tag. | 171 | |
| Line contains a tab character. | 171 | |
| Parameter chain should be final. | 171 | |
| Line contains a tab character. | 172 | |
| '{' should be on the previous line. | 172 | |
| Line contains a tab character. | 173 | |
| Line has trailing spaces. | 174 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line has trailing spaces. | 178 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| 'if' is not followed by whitespace. | 181 | |
| Line contains a tab character. | 182 | |
| '{' should be on the previous line. | 182 | |
| Line is longer than 80 characters. | 183 | |
| Line contains a tab character. | 183 | |
| '<' is not preceded with whitespace. | 183 | |
| '<' is not followed by whitespace. | 183 | |
| '>' is not preceded with whitespace. | 183 | |
| Line contains a tab character. | 184 | |
| 'if' is not followed by whitespace. | 184 | |
| Line contains a tab character. | 185 | |
| '{' should be on the previous line. | 185 | |
| Line has trailing spaces. | 186 | |
| Line is longer than 80 characters. | 186 | |
| Line contains a tab character. | 186 | |
| '+' should be on a new line. | 186 | |
| Line has trailing spaces. | 187 | |
| Line is longer than 80 characters. | 187 | |
| Line contains a tab character. | 187 | |
| '+' should be on a new line. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| '}' should be on the same line. | 190 | |
| Line contains a tab character. | 191 | |
| 'if' is not followed by whitespace. | 191 | |
| Line contains a tab character. | 192 | |
| '{' should be on the previous line. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line contains a tab character. | 193 | |
| '+' should be on a new line. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Line contains a tab character. | 194 | |
| '+' should be on a new line. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line contains a tab character. | 195 | |
| Line has trailing spaces. | 196 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| 'for' is not followed by whitespace. | 197 | |
| Line contains a tab character. | 198 | |
| '{' should be on the previous line. | 198 | |
| Line contains a tab character. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Line contains a tab character. | 200 | |
| 'for' is not followed by whitespace. | 200 | |
| Line contains a tab character. | 201 | |
| '{' should be on the previous line. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line has trailing spaces. | 205 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| '}' should be on the same line. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| '{' should be on the previous line. | 210 | |
| Line has trailing spaces. | 211 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line has trailing spaces. | 213 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line has trailing spaces. | 215 | |
| Line contains a tab character. | 215 | |
| Line has trailing spaces. | 216 | |
| Line contains a tab character. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Line contains a tab character. | 217 | |
| Missing a Javadoc comment. | 217 | |
| '<' is not preceded with whitespace. | 217 | |
| '<' is not followed by whitespace. | 217 | |
| '>' is not preceded with whitespace. | 217 | |
| Parameter source should be final. | 217 | |
| Parameter target should be final. | 217 | |
| Line contains a tab character. | 218 | |
| '{' should be on the previous line. | 218 | |
| Line has trailing spaces. | 219 | |
| Line is longer than 80 characters. | 219 | |
| Line contains a tab character. | 219 | |
| '<' is not preceded with whitespace. | 219 | |
| '<' is not followed by whitespace. | 219 | |
| '>' is not preceded with whitespace. | 219 | |
| '>' is not followed by whitespace. | 219 | |
| Line contains a tab character. | 220 | |
| Line has trailing spaces. | 221 | |
| Line contains a tab character. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line contains a tab character. | 222 | |
| Missing a Javadoc comment. | 222 | |
| '<' is not preceded with whitespace. | 222 | |
| '<' is not followed by whitespace. | 222 | |
| '>' is not preceded with whitespace. | 222 | |
| Parameter source should be final. | 222 | |
| Parameter target should be final. | 222 | |
| Parameter alreadyVisited should be final. | 222 | |
| '<' is not preceded with whitespace. | 222 | |
| '<' is not followed by whitespace. | 222 | |
| '>' is not preceded with whitespace. | 222 | |
| Line contains a tab character. | 223 | |
| Line is longer than 80 characters. | 224 | |
| Line contains a tab character. | 224 | |
| '<' is not preceded with whitespace. | 224 | |
| '<' is not followed by whitespace. | 224 | |
| '>' is not preceded with whitespace. | 224 | |
| '<' is not preceded with whitespace. | 224 | |
| '<' is not followed by whitespace. | 224 | |
| '>' is not preceded with whitespace. | 224 | |
| '>' is not followed by whitespace. | 224 | |
| Line contains a tab character. | 225 | |
| 'for' is not followed by whitespace. | 225 | |
| Line contains a tab character. | 226 | |
| '{' should be on the previous line. | 226 | |
| Line contains a tab character. | 227 | |
| 'if' is not followed by whitespace. | 227 | |
| Line contains a tab character. | 228 | |
| '{' should be on the previous line. | 228 | |
| Line is longer than 80 characters. | 229 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line has trailing spaces. | 231 | |
| Line contains a tab character. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| 'if' is not followed by whitespace. | 234 | |
| Line contains a tab character. | 235 | |
| '{' should be on the previous line. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line contains a tab character. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line is longer than 80 characters. | 239 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line has trailing spaces. | 243 | |
| Line contains a tab character. | 243 | |
| Line is longer than 80 characters. | 244 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| 'if' is not followed by whitespace. | 246 | |
| Line contains a tab character. | 247 | |
| '{' should be on the previous line. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Line contains a tab character. | 250 | |
| '<' is not preceded with whitespace. | 250 | |
| '<' is not followed by whitespace. | 250 | |
| '>' is not preceded with whitespace. | 250 | |
| '<' is not preceded with whitespace. | 250 | |
| '<' is not followed by whitespace. | 250 | |
| '>' is not preceded with whitespace. | 250 | |
| '>' is not followed by whitespace. | 250 | |
| Line contains a tab character. | 251 | |
| Line is longer than 80 characters. | 252 | |
| Line contains a tab character. | 252 | |
| Line has trailing spaces. | 253 | |
| Line contains a tab character. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| 'for' is not followed by whitespace. | 256 | |
| Line contains a tab character. | 257 | |
| '{' should be on the previous line. | 257 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line has trailing spaces. | 261 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 | |
| Line has trailing spaces. | 265 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| '{' should be on the previous line. | 270 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 272 | |
| Line has trailing spaces. | 273 | |
| Line contains a tab character. | 273 | |
| Line contains a tab character. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line contains a tab character. | 275 | |
| Line contains a tab character. | 276 | |
| Line is longer than 80 characters. | 277 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 278 | |
| '{' should be on the previous line. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line has trailing spaces. | 281 | |
| Line contains a tab character. | 281 | |
| Line contains a tab character. | 282 | |
| Line is longer than 80 characters. | 283 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Line contains a tab character. | 285 | |
| Line contains a tab character. | 286 | |
| '{' should be on the previous line. | 286 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| Line has trailing spaces. | 289 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 290 | |
| Line is longer than 80 characters. | 291 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 292 | |
| Line contains a tab character. | 293 | |
| Line contains a tab character. | 294 | |
| '{' should be on the previous line. | 294 | |
| Line contains a tab character. | 295 | |
| Line contains a tab character. | 296 | |
| Line has trailing spaces. | 297 | |
| Line contains a tab character. | 297 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| '<' is not preceded with whitespace. | 301 | |
| '<' is not followed by whitespace. | 301 | |
| '>' is not preceded with whitespace. | 301 | |
| Line contains a tab character. | 302 | |
| '{' should be on the previous line. | 302 | |
| Line contains a tab character. | 303 | |
| Line contains a tab character. | 304 | |
| Line has trailing spaces. | 305 | |
| Line contains a tab character. | 305 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| '<' is not preceded with whitespace. | 309 | |
| '<' is not followed by whitespace. | 309 | |
| '>' is not preceded with whitespace. | 309 | |
| Line contains a tab character. | 310 | |
| '{' should be on the previous line. | 310 | |
| Line contains a tab character. | 311 | |
| Line contains a tab character. | 312 | |
| Line contains a tab character. | 314 | |
| Missing a Javadoc comment. | 314 | |
| '<' is not preceded with whitespace. | 314 | |
| '<' is not followed by whitespace. | 314 | |
| '>' is not preceded with whitespace. | 314 | |
| Line contains a tab character. | 315 | |
| '{' should be on the previous line. | 315 | |
| Line contains a tab character. | 316 | |
| Line contains a tab character. | 317 | |
| Line contains a tab character. | 319 | |
| Missing a Javadoc comment. | 319 | |
| Parameter emitter should be final. | 319 | |
| Line contains a tab character. | 320 | |
| '{' should be on the previous line. | 320 | |
| Line contains a tab character. | 321 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 324 | |
| Missing a Javadoc comment. | 324 | |
| Parameter emitter should be final. | 324 | |
| Line contains a tab character. | 325 | |
| '{' should be on the previous line. | 325 | |
| Line contains a tab character. | 326 | |
| Line contains a tab character. | 327 | |
| Line has trailing spaces. | 328 | |
| Line contains a tab character. | 328 | |
| Line contains a tab character. | 329 | |
| Missing a Javadoc comment. | 329 | |
| Parameter factory should be final. | 329 | |
| Line contains a tab character. | 330 | |
| '{' should be on the previous line. | 330 | |
| Line contains a tab character. | 331 | |
| Line contains a tab character. | 332 | |
| Line contains a tab character. | 334 | |
| Missing a Javadoc comment. | 334 | |
| Parameter factory should be final. | 334 | |
| Line contains a tab character. | 335 | |
| '{' should be on the previous line. | 335 | |
| Line has trailing spaces. | 336 | |
| Line contains a tab character. | 336 | |
| Line contains a tab character. | 337 | |
| Line has trailing spaces. | 338 | |
| Line contains a tab character. | 338 | |
| Line contains a tab character. | 339 | |
| Missing a Javadoc comment. | 339 | |
| '<' is not preceded with whitespace. | 339 | |
| '<' is not followed by whitespace. | 339 | |
| '>' is not preceded with whitespace. | 339 | |
| Line contains a tab character. | 340 | |
| '{' should be on the previous line. | 340 | |
| Line contains a tab character. | 341 | |
| Line contains a tab character. | 342 | |
| Missing a Javadoc comment. | 344 | |
| Line contains a tab character. | 344 | |
| Line contains a tab character. | 345 | |
| '{' should be on the previous line. | 345 | |
| Line is longer than 80 characters. | 346 | |
| Line contains a tab character. | 346 | |
| Missing a Javadoc comment. | 346 | |
| '<' is not preceded with whitespace. | 346 | |
| '<' is not followed by whitespace. | 346 | |
| '>' is not preceded with whitespace. | 346 | |
| Variable 'transformations' must be private and have accessor methods. | 346 | |
| '<' is not preceded with whitespace. | 346 | |
| '<' is not followed by whitespace. | 346 | |
| '>' is not preceded with whitespace. | 346 | |
| '>' is not followed by whitespace. | 346 | |
| Line contains a tab character. | 347 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 13 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| '{' is not followed by whitespace. | 30 | |
| '}' is not preceded with whitespace. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 18 | |
| '{' should be on the previous line. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| 'rule' hides a field. | 30 | |
| 'inputElement' hides a field. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line has trailing spaces. | 35 | |
| 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 | |
| '{' should be on the previous line. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line has trailing spaces. | 43 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line has trailing spaces. | 45 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 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 has trailing spaces. | 51 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line has trailing spaces. | 53 | |
| Line contains a tab character. | 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 | |
| 'if' is not followed by whitespace. | 56 | |
| Line contains a tab character. | 57 | |
| '{' should be on the previous line. | 57 | |
| Line contains a tab character. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| 'if' is not followed by whitespace. | 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 has trailing spaces. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line has trailing spaces. | 68 | |
| 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 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| '{' should be on the previous line. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| 'trafoRepository' hides a field. | 38 | |
| 'executionContext' hides a field. | 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 | |
| '<' is not preceded with whitespace. | 42 | |
| '<' is not followed by whitespace. | 42 | |
| '>' is not preceded with whitespace. | 42 | |
| '>' is not followed by whitespace. | 42 | |
| Line contains a tab character. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| Line contains a tab character. | 52 | |
| '{' should be on the previous line. | 52 | |
| 'if' construct must use '{}'s. | 53 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| 'if' is not followed by whitespace. | 53 | |
| Line contains a tab character. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '>' is not followed by whitespace. | 54 | |
| Line contains a tab character. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| '<' is not preceded with whitespace. | 57 | |
| '<' is not followed by whitespace. | 57 | |
| '>' is not preceded with whitespace. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| 'for' is not followed by whitespace. | 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 | |
| 'if' is not followed by whitespace. | 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 is longer than 80 characters. | 68 | |
| Line contains a tab character. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| '<' is not preceded with whitespace. | 69 | |
| '<' is not followed by whitespace. | 69 | |
| '>' is not preceded with whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| 'for' is not followed by whitespace. | 71 | |
| Line contains a tab character. | 72 | |
| '{' should be on the previous line. | 72 | |
| Line contains a tab character. | 73 | |
| Line has trailing spaces. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| '{' should be on the previous line. | 87 | |
| Line contains a tab character. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| 'if' is not followed by whitespace. | 91 | |
| Line contains a tab character. | 92 | |
| '{' should be on the previous line. | 92 | |
| Line contains a tab character. | 93 | |
| Line has trailing spaces. | 94 | |
| Line contains a tab character. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line contains a tab character. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| Line has trailing spaces. | 97 | |
| Line contains a tab character. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line contains a tab character. | 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. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line contains a tab character. | 104 | |
| Line has trailing spaces. | 105 | |
| Line contains a tab character. | 105 | |
| Line has trailing spaces. | 106 | |
| Line contains a tab character. | 106 | |
| Line has trailing spaces. | 107 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line has trailing spaces. | 110 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| '{' should be on the previous line. | 41 | |
| Line contains a tab character. | 42 | |
| Line is longer than 80 characters. | 43 | |
| 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 | |
| Unused @throws tag for 'ConfigurationException'. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| Line contains a tab character. | 49 | |
| '{' should be on the previous line. | 49 | |
| Line contains a tab character. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '>' is not followed by whitespace. | 50 | |
| Line contains a tab character. | 51 | |
| 'for' is not followed by whitespace. | 51 | |
| Line contains a tab character. | 52 | |
| '{' should be on the previous line. | 52 | |
| Line contains a tab character. | 53 | |
| 'if' is not followed by whitespace. | 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 | |
| 'if' is not followed by whitespace. | 58 | |
| Line contains a tab character. | 59 | |
| '{' should be on the previous line. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line has trailing spaces. | 62 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line has trailing spaces. | 65 | |
| 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 | |
| Line contains a tab character. | 71 | |
| Expected an @return tag. | 72 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| Expected @param tag for 'ruleMethod'. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| Expected @param tag for 'existingRules'. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| Expected @param tag for 'newRules'. | 72 | |
| Line contains a tab character. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| '>' is not followed by whitespace. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| 'for' is not followed by whitespace. | 76 | |
| Line contains a tab character. | 77 | |
| '{' should be on the previous line. | 77 | |
| Line contains a tab character. | 78 | |
| 'if' is not followed by whitespace. | 78 | |
| Line contains a tab character. | 79 | |
| '{' should be on the previous line. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line contains a tab character. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| 'if' is not followed by whitespace. | 81 | |
| '<' is not preceded with whitespace. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| '?' is not preceded with whitespace. | 81 | |
| '>' is not preceded with whitespace. | 81 | |
| '?' is not followed by whitespace. | 81 | |
| '>' is not followed by whitespace. | 81 | |
| Line contains a tab character. | 82 | |
| '{' should be on the previous line. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line contains a tab character. | 85 | |
| Line has trailing spaces. | 86 | |
| Line contains a tab character. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line contains a tab character. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| 'if' is not followed by whitespace. | 89 | |
| Line contains a tab character. | 90 | |
| '{' should be on the previous line. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| 'if' is not followed by whitespace. | 94 | |
| Line contains a tab character. | 95 | |
| '{' should be on the previous line. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| 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 | |
| Line contains a tab character. | 104 | |
| Line has trailing spaces. | 105 | |
| 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 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Expected an @return tag. | 114 | |
| Line contains a tab character. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| Expected @param tag for 'sourceType'. | 115 | |
| Expected @param tag for 'targetType'. | 115 | |
| '<' is not preceded with whitespace. | 115 | |
| '<' is not followed by whitespace. | 115 | |
| '>' is not preceded with whitespace. | 115 | |
| Expected @param tag for 'rules'. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line contains a tab character. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line contains a tab character. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| 'for' is not followed by whitespace. | 122 | |
| Line contains a tab character. | 123 | |
| '{' should be on the previous line. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line contains a tab character. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| 'if' is not followed by whitespace. | 126 | |
| Line contains a tab character. | 127 | |
| '{' should be on the previous line. | 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 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line has trailing spaces. | 134 | |
| Line contains a tab character. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 135 | |
| Missing a Javadoc comment. | 135 | |
| '<' is not preceded with whitespace. | 135 | |
| '<' is not followed by whitespace. | 135 | |
| '>' is not preceded with whitespace. | 135 | |
| Line contains a tab character. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line contains a tab character. | 137 | |
| '<' is not preceded with whitespace. | 137 | |
| '<' is not followed by whitespace. | 137 | |
| '>' is not preceded with whitespace. | 137 | |
| '<' is not preceded with whitespace. | 137 | |
| '<' is not followed by whitespace. | 137 | |
| '>' is not preceded with whitespace. | 137 | |
| '>' is not followed by whitespace. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line contains a tab character. | 138 | |
| '<' is not preceded with whitespace. | 138 | |
| '<' is not followed by whitespace. | 138 | |
| '>' is not preceded with whitespace. | 138 | |
| Line contains a tab character. | 139 | |
| 'for' is not followed by whitespace. | 139 | |
| Line contains a tab character. | 140 | |
| '{' should be on the previous line. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line has trailing spaces. | 154 | |
| Line is longer than 80 characters. | 154 | |
| Line contains a tab character. | 154 | |
| '<' is not preceded with whitespace. | 154 | |
| '<' is not followed by whitespace. | 154 | |
| '>' is not preceded with whitespace. | 154 | |
| '<' is not preceded with whitespace. | 154 | |
| '<' is not followed by whitespace. | 154 | |
| '>' is not preceded with whitespace. | 154 | |
| Line contains a tab character. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| '<' is not preceded with whitespace. | 156 | |
| '<' is not followed by whitespace. | 156 | |
| '>' is not preceded with whitespace. | 156 | |
| '<' is not preceded with whitespace. | 156 | |
| '<' is not followed by whitespace. | 156 | |
| '>' is not preceded with whitespace. | 156 | |
| '>' is not followed by whitespace. | 156 | |
| Line contains a tab character. | 157 | |
| 'for' is not followed by whitespace. | 157 | |
| Line contains a tab character. | 158 | |
| '{' should be on the previous line. | 158 | |
| Line contains a tab character. | 159 | |
| 'if' is not followed by whitespace. | 159 | |
| Line contains a tab character. | 160 | |
| '{' should be on the previous line. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Line contains a tab character. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Expected an @return tag. | 173 | |
| Line contains a tab character. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Line contains a tab character. | 174 | |
| '<' is not preceded with whitespace. | 174 | |
| '<' is not followed by whitespace. | 174 | |
| '>' is not preceded with whitespace. | 174 | |
| '<' is not preceded with whitespace. | 174 | |
| '<' is not followed by whitespace. | 174 | |
| '>' is not preceded with whitespace. | 174 | |
| Expected @throws tag for 'AmbiguousConfigurationException'. | 174 | |
| Line contains a tab character. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Line contains a tab character. | 176 | |
| '<' is not preceded with whitespace. | 176 | |
| '<' is not followed by whitespace. | 176 | |
| '>' is not preceded with whitespace. | 176 | |
| '<' is not preceded with whitespace. | 176 | |
| '<' is not followed by whitespace. | 176 | |
| '>' is not preceded with whitespace. | 176 | |
| '>' is not followed by whitespace. | 176 | |
| Line has trailing spaces. | 177 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line is longer than 80 characters. | 181 | |
| Line contains a tab character. | 181 | |
| '<' is not preceded with whitespace. | 181 | |
| '<' is not followed by whitespace. | 181 | |
| '>' is not preceded with whitespace. | 181 | |
| Line contains a tab character. | 182 | |
| 'for' is not followed by whitespace. | 182 | |
| Line contains a tab character. | 183 | |
| '{' should be on the previous line. | 183 | |
| Line is longer than 80 characters. | 184 | |
| Line contains a tab character. | 184 | |
| '<' is not preceded with whitespace. | 184 | |
| '<' is not followed by whitespace. | 184 | |
| '>' is not preceded with whitespace. | 184 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| 'for' is not followed by whitespace. | 188 | |
| Line contains a tab character. | 189 | |
| '{' should be on the previous line. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line contains a tab character. | 190 | |
| '<' is not preceded with whitespace. | 190 | |
| '<' is not followed by whitespace. | 190 | |
| '>' is not preceded with whitespace. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line has trailing spaces. | 196 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Line has trailing spaces. | 198 | |
| Line is longer than 80 characters. | 198 | |
| Line contains a tab character. | 198 | |
| '<' is not preceded with whitespace. | 198 | |
| '<' is not followed by whitespace. | 198 | |
| '>' is not preceded with whitespace. | 198 | |
| '<' is not preceded with whitespace. | 198 | |
| '<' is not followed by whitespace. | 198 | |
| '>' is not preceded with whitespace. | 198 | |
| Line contains a tab character. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Line contains a tab character. | 200 | |
| '<' is not preceded with whitespace. | 200 | |
| '<' is not followed by whitespace. | 200 | |
| '>' is not preceded with whitespace. | 200 | |
| '<' is not preceded with whitespace. | 200 | |
| '<' is not followed by whitespace. | 200 | |
| '>' is not preceded with whitespace. | 200 | |
| '>' is not followed by whitespace. | 200 | |
| Line contains a tab character. | 201 | |
| 'for' is not followed by whitespace. | 201 | |
| Line contains a tab character. | 202 | |
| '{' should be on the previous line. | 202 | |
| Line is longer than 80 characters. | 203 | |
| Line contains a tab character. | 203 | |
| 'if' is not followed by whitespace. | 203 | |
| Line contains a tab character. | 204 | |
| '{' should be on the previous line. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 13 | |
| '{' is not followed by whitespace. | 30 | |
| '}' is not preceded with whitespace. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line is longer than 80 characters. | 26 | |
| '<' is not preceded with whitespace. | 26 | |
| '<' is not followed by whitespace. | 26 | |
| '>' is not preceded with whitespace. | 26 | |
| '<' is not preceded with whitespace. | 26 | |
| '<' is not followed by whitespace. | 26 | |
| '>' is not preceded with whitespace. | 26 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters. | 31 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| 'ruleDefinition' hides a field. | 31 | |
| 'transformationRun' hides a field. | 31 | |
| 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. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line has trailing spaces. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| '{' should be on the previous line. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Line has trailing spaces. | 45 | |
| Line contains a tab character. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 31 | |
| '{' should be on the previous line. | 31 | |
| Line contains a tab character. | 31 | |
| 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 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 37 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| First sentence should end with a period. | 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 | |
| Expected an @return tag. | 46 | |
| Line contains a tab character. | 46 | |
| Expected @param tag for 'chain'. | 46 | |
| Line has trailing spaces. | 47 | |
| 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 has trailing spaces. | 53 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 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 has trailing spaces. | 59 | |
| Line contains a tab character. | 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 has trailing spaces. | 65 | |
| 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 | |
| Line has trailing spaces. | 71 | |
| Line contains a tab character. | 71 | |
| First sentence should end with a period. | 72 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line has trailing spaces. | 77 | |
| Line contains a tab character. | 77 | |
| First sentence should end with a period. | 78 | |
| Line contains a tab character. | 78 | |
| Line has trailing spaces. | 79 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Expected @param tag for 'emitter'. | 82 | |
| Line has trailing spaces. | 83 | |
| Line contains a tab character. | 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 | |
| Line contains a tab character. | 88 | |
| Expected @param tag for 'factory'. | 88 | |
| Line has trailing spaces. | 89 | |
| Line contains a tab character. | 89 | |
| First sentence should end with a period. | 90 | |
| 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 | |
| Expected @param tag for 'factory'. | 94 | |
| Line has trailing spaces. | 95 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| '<' is not preceded with whitespace. | 99 | |
| '<' is not followed by whitespace. | 99 | |
| '>' is not preceded with whitespace. | 99 | |
| Line has trailing spaces. | 100 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| '<' is not preceded with whitespace. | 104 | |
| '<' is not followed by whitespace. | 104 | |
| '>' is not preceded with whitespace. | 104 | |
| Line has trailing spaces. | 105 | |
| 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 | |
| '<' is not preceded with whitespace. | 109 | |
| '<' is not followed by whitespace. | 109 | |
| '>' is not preceded with whitespace. | 109 | |
| Line has trailing spaces. | 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 | |
| Line contains a tab character. | 114 | |
| '<' is not preceded with whitespace. | 114 | |
| '<' is not followed by whitespace. | 114 | |
| '>' is not preceded with whitespace. | 114 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 13 | |
| Line has trailing spaces. | 26 | |
| '{' should be on the previous line. | 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 | |
| Line contains a tab character. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line has trailing spaces. | 41 | |
| 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 | |
| Line has trailing spaces. | 47 | |
| 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 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '?' is not preceded with whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| '<' is not preceded with whitespace. | 57 | |
| '<' is not followed by whitespace. | 57 | |
| '?' is not preceded with whitespace. | 57 | |
| '>' is not preceded with whitespace. | 57 | |
| Line contains a tab character. | 58 | |
| '{' should be on the previous line. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line has trailing spaces. | 61 | |
| 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 | |
| '{' should be on the previous line. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line has trailing spaces. | 69 | |
| 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 | |
| '{' should be on the previous line. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 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 | |
| Line has trailing spaces. | 86 | |
| Line contains a tab character. | 86 | |
| Missing a Javadoc comment. | 86 | |
| 'sourceRepository' hides a field. | 86 | |
| Line has trailing spaces. | 87 | |
| Line contains a tab character. | 87 | |
| 'targetRepository' hides a field. | 87 | |
| Line has trailing spaces. | 88 | |
| Line contains a tab character. | 88 | |
| 'transformation' hides a field. | 88 | |
| Line contains a tab character. | 89 | |
| '<' is not preceded with whitespace. | 89 | |
| '<' is not followed by whitespace. | 89 | |
| '?' is not preceded with whitespace. | 89 | |
| '>' is not preceded with whitespace. | 89 | |
| 'sourceElements' hides a field. | 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 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 25 | |
| '{' 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. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| '<' is not preceded with whitespace. | 35 | |
| '<' is not followed by whitespace. | 35 | |
| '>' is not preceded with whitespace. | 35 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 13 | |
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 25 | |
| '{' 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 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| '{' should be on the previous line. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line has trailing spaces. | 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 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| Line has trailing spaces. | 51 | |
| 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 | |
| Line has trailing spaces. | 56 | |
| Line contains a tab character. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| Missing a Javadoc comment. | 57 | |
| 'ruleMethod' hides a field. | 57 | |
| 'transformation' hides a field. | 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 | |
| Line contains a tab character. | 62 | |
| 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 | |
| '{' should be on the previous line. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line has trailing spaces. | 71 | |
| 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 | |
| Line contains a tab character. | 76 | |
| '{' should be on the previous line. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 84 | |
| '<' is not preceded with whitespace. | 84 | |
| '<' is not followed by whitespace. | 84 | |
| '>' is not preceded with whitespace. | 84 | |
| 'dependingRules' hides a field. | 84 | |
| Line contains a tab character. | 85 | |
| '{' should be on the previous line. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line has trailing spaces. | 88 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| '<' is not preceded with whitespace. | 94 | |
| '<' is not followed by whitespace. | 94 | |
| '>' is not preceded with whitespace. | 94 | |
| Line contains a tab character. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| '<' is not preceded with whitespace. | 96 | |
| '<' is not followed by whitespace. | 96 | |
| '>' is not preceded with whitespace. | 96 | |
| '>' is not followed by whitespace. | 96 | |
| Line contains a tab character. | 97 | |
| Line has trailing spaces. | 98 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line is longer than 80 characters. | 106 | |
| 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 | |
| Line contains a tab character. | 111 | |
| 'for' is not followed by whitespace. | 111 | |
| '=' is not preceded with whitespace. | 111 | |
| '=' is not followed by whitespace. | 111 | |
| '<' is not preceded with whitespace. | 111 | |
| '<' is not followed by whitespace. | 111 | |
| Line contains a tab character. | 112 | |
| '{' should be on the previous line. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line contains a tab character. | 113 | |
| '-' is not preceded with whitespace. | 113 | |
| '-' is not followed by whitespace. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line has trailing spaces. | 117 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| '{' should be on the previous line. | 118 | |
| Line contains a tab character. | 119 | |
| Line has trailing spaces. | 120 | |
| Line contains a tab character. | 120 | |
| '}' should be on the same line. | 120 | |
| Line has trailing spaces. | 121 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| '{' should be on the previous line. | 122 | |
| Line contains a tab character. | 123 | |
| Line has trailing spaces. | 124 | |
| Line contains a tab character. | 124 | |
| '}' should be on the same line. | 124 | |
| Line has trailing spaces. | 125 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| '{' should be on the previous line. | 126 | |
| Line contains a tab character. | 127 | |
| Line has trailing spaces. | 128 | |
| Line contains a tab character. | 128 | |
| '}' should be on the same line. | 128 | |
| Line has trailing spaces. | 129 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| '{' should be on the previous line. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line has trailing spaces. | 138 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line has trailing spaces. | 144 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| '{' should be on the previous line. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| 'if' is not followed by whitespace. | 148 | |
| Line contains a tab character. | 149 | |
| '{' should be on the previous line. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line contains a tab character. | 150 | |
| '<' is not preceded with whitespace. | 150 | |
| '<' is not followed by whitespace. | 150 | |
| '>' is not preceded with whitespace. | 150 | |
| '<' is not preceded with whitespace. | 150 | |
| '<' is not followed by whitespace. | 150 | |
| '>' is not preceded with whitespace. | 150 | |
| '>' is not followed by whitespace. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Line contains a tab character. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line contains a tab character. | 155 | |
| 'if' is not followed by whitespace. | 155 | |
| Line contains a tab character. | 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 has trailing spaces. | 162 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| '{' should be on the previous line. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line has trailing spaces. | 174 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line has trailing spaces. | 176 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| '<' is not preceded with whitespace. | 181 | |
| '<' is not followed by whitespace. | 181 | |
| '?' is not preceded with whitespace. | 181 | |
| '>' is not preceded with whitespace. | 181 | |
| Line contains a tab character. | 182 | |
| '{' should be on the previous line. | 182 | |
| Line contains a tab character. | 183 | |
| Line is longer than 80 characters. | 184 | |
| Line contains a tab character. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line contains a tab character. | 185 | |
| 'for' is not followed by whitespace. | 185 | |
| '=' is not preceded with whitespace. | 185 | |
| '=' is not followed by whitespace. | 185 | |
| Line contains a tab character. | 186 | |
| Line is longer than 80 characters. | 187 | |
| Line contains a tab character. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line contains a tab character. | 188 | |
| 'for' is not followed by whitespace. | 188 | |
| '=' is not preceded with whitespace. | 188 | |
| '=' is not followed by whitespace. | 188 | |
| Line contains a tab character. | 189 | |
| '{' should be on the previous line. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line contains a tab character. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line contains a tab character. | 191 | |
| 'if' is not followed by whitespace. | 191 | |
| Line contains a tab character. | 192 | |
| '{' should be on the previous line. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| 'if' is not followed by whitespace. | 197 | |
| Line contains a tab character. | 198 | |
| '{' should be on the previous line. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| 'if' is not followed by whitespace. | 202 | |
| Line contains a tab character. | 203 | |
| '{' should be on the previous line. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line is longer than 80 characters. | 22 | |
| '{' should be on the previous line. | 29 | |
| Line contains a tab character. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line contains a tab character. | 39 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 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 has trailing spaces. | 48 | |
| 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 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 | |
| Line has trailing spaces. | 53 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 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 | |
| Line contains a tab character. | 61 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 27 | |
| '{' should be on the previous line. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| 'sourceRepository' hides a field. | 33 | |
| 'targetRepository' hides a field. | 33 | |
| 'transformation' hides a field. | 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 has trailing spaces. | 39 | |
| 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 has trailing spaces. | 44 | |
| 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 | |
| '{' should be on the previous line. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line has trailing spaces. | 52 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 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 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 35 | |
| '{' should be on the previous line. | 36 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| '<' is not preceded with whitespace. | 41 | |
| '<' is not followed by whitespace. | 41 | |
| '>' is not preceded with whitespace. | 41 | |
| Line has trailing spaces. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| '{' should be on the previous line. | 44 | |
| Line contains a tab character. | 45 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| '>' is not followed by whitespace. | 45 | |
| Line contains a tab character. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| '>' is not followed by whitespace. | 46 | |
| Line contains a tab character. | 47 | |
| '<' is not preceded with whitespace. | 47 | |
| '<' is not followed by whitespace. | 47 | |
| '>' is not preceded with whitespace. | 47 | |
| '>' is not followed by whitespace. | 47 | |
| Line contains a tab character. | 48 | |
| '<' is not preceded with whitespace. | 48 | |
| '<' is not followed by whitespace. | 48 | |
| '>' is not preceded with whitespace. | 48 | |
| '>' is not followed by whitespace. | 48 | |
| Line contains a tab character. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| '>' is not followed by whitespace. | 49 | |
| Line contains a tab character. | 50 | |
| Line has trailing spaces. | 51 | |
| 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 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| '{' should be on the previous line. | 57 | |
| Line contains a tab character. | 58 | |
| 'if' is not followed by whitespace. | 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 previous line. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| 'if' is not followed by whitespace. | 66 | |
| Line contains a tab character. | 67 | |
| '{' should be on the previous line. | 67 | |
| Line contains a tab character. | 68 | |
| 'if' is not followed by whitespace. | 68 | |
| Line contains a tab character. | 69 | |
| '{' should be on the previous line. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line contains a tab character. | 71 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| Line contains a tab character. | 72 | |
| Line has trailing spaces. | 73 | |
| Line is longer than 80 characters. | 73 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| '}' should be on the same line. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| '{' should be on the previous line. | 76 | |
| Line has trailing spaces. | 77 | |
| 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 | |
| '}' should be on the same line. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| '{' should be on the previous line. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 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 | |
| 'catch' is not followed by whitespace. | 85 | |
| Line contains a tab character. | 86 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| '}' should be on the same line. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| '{' should be on the previous line. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line has trailing spaces. | 95 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| '{' should be on the previous line. | 102 | |
| Line contains a tab character. | 103 | |
| 'if' is not followed by whitespace. | 103 | |
| Line contains a tab character. | 104 | |
| '{' should be on the previous line. | 104 | |
| Line contains a tab character. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line contains a tab character. | 106 | |
| '<' is not preceded with whitespace. | 106 | |
| '<' is not followed by whitespace. | 106 | |
| '>' is not preceded with whitespace. | 106 | |
| Line contains a tab character. | 107 | |
| 'for' is not followed by whitespace. | 107 | |
| ':' is not preceded with whitespace. | 107 | |
| Line contains a tab character. | 108 | |
| '{' should be on the previous line. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| '}' should be on the same line. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| '{' should be on the previous line. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line has trailing spaces. | 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 | |
| Line contains a tab character. | 122 | |
| '<' is not preceded with whitespace. | 122 | |
| '<' is not followed by whitespace. | 122 | |
| '>' is not preceded with whitespace. | 122 | |
| Line contains a tab character. | 123 | |
| '{' should be on the previous line. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line has trailing spaces. | 126 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line has trailing spaces. | 131 | |
| Line contains a tab character. | 131 | |
| '<' is not preceded with whitespace. | 131 | |
| '<' is not followed by whitespace. | 131 | |
| '>' is not preceded with whitespace. | 131 | |
| Line contains a tab character. | 132 | |
| '{' should be on the previous line. | 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 has trailing spaces. | 136 | |
| 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 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| '{' should be on the previous line. | 142 | |
| Line contains a tab character. | 143 | |
| 'if' is not followed by whitespace. | 143 | |
| Line contains a tab character. | 144 | |
| '{' should be on the previous line. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| '}' should be on the same line. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| '{' should be on the previous line. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line has trailing spaces. | 152 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line has trailing spaces. | 154 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| '{' should be on the previous line. | 158 | |
| Line contains a tab character. | 159 | |
| 'if' is not followed by whitespace. | 159 | |
| Line contains a tab character. | 160 | |
| '{' should be on the previous line. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line contains a tab character. | 161 | |
| '<' is not preceded with whitespace. | 161 | |
| '<' is not followed by whitespace. | 161 | |
| '>' is not preceded with whitespace. | 161 | |
| Line contains a tab character. | 162 | |
| 'if' is not followed by whitespace. | 162 | |
| Line contains a tab character. | 163 | |
| '{' should be on the previous line. | 163 | |
| Line has trailing spaces. | 164 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| '}' should be on the same line. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| '{' should be on the previous line. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| 'for' is not followed by whitespace. | 169 | |
| Line contains a tab character. | 170 | |
| '{' should be on the previous line. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| '}' should be on the same line. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| '{' should be on the previous line. | 178 | |
| Line is longer than 80 characters. | 179 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line has trailing spaces. | 182 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| '<' is not preceded with whitespace. | 186 | |
| '<' is not followed by whitespace. | 186 | |
| '>' is not preceded with whitespace. | 186 | |
| Line contains a tab character. | 187 | |
| '{' should be on the previous line. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line has trailing spaces. | 190 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Parameter emitter should be final. | 191 | |
| Line contains a tab character. | 192 | |
| '{' should be on the previous line. | 192 | |
| Line contains a tab character. | 193 | |
| 'if' is not followed by whitespace. | 193 | |
| Line contains a tab character. | 194 | |
| '{' should be on the previous line. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| 'if' is not followed by whitespace. | 197 | |
| Line contains a tab character. | 198 | |
| '{' should be on the previous line. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| '}' should be on the same line. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| '{' should be on the previous line. | 202 | |
| Line is longer than 80 characters. | 203 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| '}' should be on the same line. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| '{' should be on the previous line. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line has trailing spaces. | 211 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter emitter should be final. | 212 | |
| Line contains a tab character. | 213 | |
| '{' should be on the previous line. | 213 | |
| Line contains a tab character. | 214 | |
| 'if' is not followed by whitespace. | 214 | |
| Line contains a tab character. | 215 | |
| '{' should be on the previous line. | 215 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 217 | |
| '}' should be on the same line. | 217 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| '{' should be on the previous line. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Line has trailing spaces. | 223 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Missing a Javadoc comment. | 224 | |
| Parameter factory should be final. | 224 | |
| Line contains a tab character. | 225 | |
| '{' should be on the previous line. | 225 | |
| Line contains a tab character. | 226 | |
| 'if' is not followed by whitespace. | 226 | |
| Line contains a tab character. | 227 | |
| '{' should be on the previous line. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| '}' should be on the same line. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| '{' should be on the previous line. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Parameter factory should be final. | 236 | |
| Line contains a tab character. | 237 | |
| '{' should be on the previous line. | 237 | |
| Line contains a tab character. | 238 | |
| 'if' is not followed by whitespace. | 238 | |
| Line contains a tab character. | 239 | |
| '{' should be on the previous line. | 239 | |
| Line has trailing spaces. | 240 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| '}' should be on the same line. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| '{' should be on the previous line. | 243 | |
| Line is longer than 80 characters. | 244 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line has trailing spaces. | 247 | |
| Line contains a tab character. | 247 | |
| Line contains a tab character. | 248 | |
| Missing a Javadoc comment. | 248 | |
| '<' is not preceded with whitespace. | 248 | |
| '<' is not followed by whitespace. | 248 | |
| '>' is not preceded with whitespace. | 248 | |
| Line contains a tab character. | 249 | |
| '{' should be on the previous line. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 253 | |
| Missing a Javadoc comment. | 253 | |
| '<' is not preceded with whitespace. | 253 | |
| '<' is not followed by whitespace. | 253 | |
| '>' is not preceded with whitespace. | 253 | |
| Line contains a tab character. | 254 | |
| '{' should be on the previous line. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| Line has trailing spaces. | 258 | |
| Line contains a tab character. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line contains a tab character. | 259 | |
| Missing a Javadoc comment. | 259 | |
| '<' is not preceded with whitespace. | 259 | |
| '<' is not followed by whitespace. | 259 | |
| '>' is not preceded with whitespace. | 259 | |
| Line contains a tab character. | 260 | |
| '{' should be on the previous line. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Line contains a tab character. | 261 | |
| '<' is not preceded with whitespace. | 261 | |
| '<' is not followed by whitespace. | 261 | |
| '>' is not preceded with whitespace. | 261 | |
| '<' is not preceded with whitespace. | 261 | |
| '<' is not followed by whitespace. | 261 | |
| '>' is not preceded with whitespace. | 261 | |
| '>' is not followed by whitespace. | 261 | |
| Line contains a tab character. | 262 | |
| 'for' is not followed by whitespace. | 262 | |
| Line contains a tab character. | 263 | |
| '{' should be on the previous line. | 263 | |
| Line contains a tab character. | 264 | |
| 'if' is not followed by whitespace. | 264 | |
| Line contains a tab character. | 265 | |
| '{' should be on the previous line. | 265 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line has trailing spaces. | 271 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 272 | |
| Missing a Javadoc comment. | 272 | |
| Line contains a tab character. | 273 | |
| '{' should be on the previous line. | 273 | |
| Line contains a tab character. | 274 | |
| Line contains a tab character. | 275 | |
| 'for' is not followed by whitespace. | 275 | |
| Line contains a tab character. | 276 | |
| '{' should be on the previous line. | 276 | |
| Line contains a tab character. | 277 | |
| 'if' is not followed by whitespace. | 277 | |
| Line contains a tab character. | 278 | |
| '{' should be on the previous line. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 281 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 13 | |
| Line has trailing spaces. | 27 | |
| '{' should be on the previous line. | 28 | |
| Line contains a tab character. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line has trailing spaces. | 40 | |
| 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. | 46 | |
| Line has trailing spaces. | 47 | |
| Line contains a tab character. | 47 | |
| Line has trailing spaces. | 48 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| '<' is not preceded with whitespace. | 52 | |
| '<' is not followed by whitespace. | 52 | |
| '>' is not preceded with whitespace. | 52 |
| Violation | Message | Line |
|---|---|---|
| '{' should be on the previous line. | 8 | |
| Line contains a tab character. | 9 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Line has trailing spaces. | 15 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| '{' should be on the previous line. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| 'domainId' hides a field. | 33 | |
| '<' is not preceded with whitespace. | 33 | |
| '<' is not followed by whitespace. | 33 | |
| '>' is not preceded with whitespace. | 33 | |
| 'domainTypes' hides a field. | 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 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| '>' is not followed by whitespace. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line has trailing spaces. | 43 | |
| Line contains a tab character. | 43 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| Line contains a tab character. | 44 | |
| '{' should be on the previous line. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line has trailing spaces. | 51 | |
| 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 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| '{' should be on the previous line. | 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 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '?' is not preceded with whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| 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 has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line has trailing spaces. | 43 | |
| 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 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line has trailing spaces. | 48 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '<' is not preceded with whitespace. | 49 | |
| '<' is not followed by whitespace. | 49 | |
| '>' is not preceded with whitespace. | 49 | |
| Line has trailing spaces. | 50 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| Line has trailing spaces. | 52 | |
| Line contains a tab character. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '?' is not preceded with whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| 'sourceElements' hides a field. | 53 | |
| 'emitter' hides a field. | 53 | |
| 'rootDir' hides a field. | 53 | |
| Line contains a tab character. | 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 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| '>' is not followed by whitespace. | 59 | |
| Line contains a tab character. | 60 | |
| '<' is not preceded with whitespace. | 60 | |
| '<' is not followed by whitespace. | 60 | |
| '>' is not preceded with whitespace. | 60 | |
| '>' is not followed by whitespace. | 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 | |
| Line contains a tab character. | 67 | |
| '{' should be on the previous line. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line has trailing spaces. | 70 | |
| 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 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '?' is not preceded with whitespace. | 74 | |
| '>' is not preceded with whitespace. | 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 has trailing spaces. | 78 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| '{' should be on the previous line. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line has trailing spaces. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| '{' should be on the previous line. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| 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 | |
| 'status' hides a field. | 107 | |
| Line contains a tab character. | 108 | |
| '{' should be on the previous line. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line has trailing spaces. | 111 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| '{' should be on the previous line. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| '<' is not preceded with whitespace. | 123 | |
| '<' is not followed by whitespace. | 123 | |
| '>' is not preceded with whitespace. | 123 | |
| Line contains a tab character. | 124 | |
| '{' should be on the previous line. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| '<' is not preceded with whitespace. | 131 | |
| '<' is not followed by whitespace. | 131 | |
| '>' is not preceded with whitespace. | 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 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 23 | |
| '{' should be on the previous line. | 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 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '?' is not preceded with whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| Line has trailing spaces. | 35 | |
| 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 | |
| Line contains a tab character. | 41 | |
| Line has trailing spaces. | 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 has trailing spaces. | 49 | |
| 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 | |
| Line has trailing spaces. | 56 | |
| 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 | |
| Line contains a tab character. | 61 | |
| Line has trailing spaces. | 62 | |
| 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 | |
| Line contains a tab character. | 68 | |
| Line has trailing spaces. | 69 | |
| 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 has trailing spaces. | 74 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Missing a Javadoc comment. | 75 | |
| '<' is not preceded with whitespace. | 75 | |
| '<' is not followed by whitespace. | 75 | |
| '>' is not preceded with whitespace. | 75 | |
| Line has trailing spaces. | 76 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Missing a Javadoc comment. | 77 | |
| '<' is not preceded with whitespace. | 77 | |
| '<' is not followed by whitespace. | 77 | |
| '>' is not preceded with whitespace. | 77 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| 'sourceRepository' hides a field. | 85 | |
| Expected @param tag for 'sourceRepository'. | 85 | |
| Line contains a tab character. | 86 | |
| 'targetRepository' hides a field. | 86 | |
| Expected @param tag for 'targetRepository'. | 86 | |
| Line contains a tab character. | 87 | |
| '{' should be on the previous line. | 87 | |
| Line has trailing spaces. | 88 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line has trailing spaces. | 92 | |
| Line contains a tab character. | 92 | |
| First sentence should end with a period. | 93 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| '<' is not preceded with whitespace. | 100 | |
| '<' is not followed by whitespace. | 100 | |
| '?' is not preceded with whitespace. | 100 | |
| '>' is not preceded with whitespace. | 100 | |
| 'sourceElements' hides a field. | 100 | |
| Expected @param tag for 'sourceElements'. | 100 | |
| Line contains a tab character. | 101 | |
| 'sourceRepository' hides a field. | 101 | |
| Expected @param tag for 'sourceRepository'. | 101 | |
| Line contains a tab character. | 102 | |
| 'targetRepository' hides a field. | 102 | |
| Expected @param tag for 'targetRepository'. | 102 | |
| Line contains a tab character. | 103 | |
| '{' should be on the previous line. | 103 | |
| Line has trailing spaces. | 104 | |
| 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. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| 'sourceRepository' hides a field. | 118 | |
| Expected @param tag for 'sourceRepository'. | 118 | |
| Line contains a tab character. | 119 | |
| 'emitter' hides a field. | 119 | |
| Expected @param tag for 'emitter'. | 119 | |
| 'rootDir' hides a field. | 119 | |
| Expected @param tag for 'rootDir'. | 119 | |
| Line contains a tab character. | 120 | |
| '{' should be on the previous line. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| 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 | |
| Line is longer than 80 characters. | 132 | |
| Line contains a tab character. | 132 | |
| '<' is not preceded with whitespace. | 132 | |
| '<' is not followed by whitespace. | 132 | |
| '?' is not preceded with whitespace. | 132 | |
| '>' is not preceded with whitespace. | 132 | |
| 'sourceElements' hides a field. | 132 | |
| Expected @param tag for 'sourceElements'. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Line contains a tab character. | 133 | |
| 'sourceRepository' hides a field. | 133 | |
| Expected @param tag for 'sourceRepository'. | 133 | |
| 'emitter' hides a field. | 133 | |
| Expected @param tag for 'emitter'. | 133 | |
| 'rootDir' hides a field. | 133 | |
| Expected @param tag for 'rootDir'. | 133 | |
| Line contains a tab character. | 134 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line has trailing spaces. | 137 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| 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 | |
| Line is longer than 80 characters. | 148 | |
| Line contains a tab character. | 148 | |
| '<' is not preceded with whitespace. | 148 | |
| '<' is not followed by whitespace. | 148 | |
| '?' is not preceded with whitespace. | 148 | |
| '>' is not preceded with whitespace. | 148 | |
| 'sourceElements' hides a field. | 148 | |
| Expected @param tag for 'sourceElements'. | 148 | |
| Line contains a tab character. | 149 | |
| 'sourceRepository' hides a field. | 149 | |
| Expected @param tag for 'sourceRepository'. | 149 | |
| Line contains a tab character. | 150 | |
| 'targetDomain' hides a field. | 150 | |
| Expected @param tag for 'targetDomain'. | 150 | |
| Line contains a tab character. | 151 | |
| 'targetRepository' hides a field. | 151 | |
| Expected @param tag for 'targetRepository'. | 151 | |
| Line contains a tab character. | 152 | |
| 'emitter' hides a field. | 152 | |
| Expected @param tag for 'emitter'. | 152 | |
| Line contains a tab character. | 153 | |
| 'rootDir' hides a field. | 153 | |
| Expected @param tag for 'rootDir'. | 153 | |
| Line contains a tab character. | 154 | |
| '{' should be on the previous line. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 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 | |
| '<' is not preceded with whitespace. | 161 | |
| '<' is not followed by whitespace. | 161 | |
| '>' is not preceded with whitespace. | 161 | |
| '>' is not followed by whitespace. | 161 | |
| Line contains a tab character. | 162 | |
| '<' is not preceded with whitespace. | 162 | |
| '<' is not followed by whitespace. | 162 | |
| '>' is not preceded with whitespace. | 162 | |
| '>' is not followed by whitespace. | 162 | |
| Line has trailing spaces. | 163 | |
| Line contains a tab character. | 163 | |
| Line has trailing spaces. | 164 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| '{' should be on the previous line. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 181 | |
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| Line contains a tab character. | 182 | |
| '{' should be on the previous line. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 186 | |
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Missing a Javadoc comment. | 186 | |
| Parameter status should be final. | 186 | |
| 'status' hides a field. | 186 | |
| Line contains a tab character. | 187 | |
| '{' should be on the previous line. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 191 | |
| Method 'getEmitter' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Line contains a tab character. | 192 | |
| '{' should be on the previous line. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 196 | |
| Method 'getErrors' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| '<' is not preceded with whitespace. | 196 | |
| '<' is not followed by whitespace. | 196 | |
| '>' is not preceded with whitespace. | 196 | |
| Line contains a tab character. | 197 | |
| '{' should be on the previous line. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 201 | |
| Method 'getRootDir' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Missing a Javadoc comment. | 201 | |
| Line contains a tab character. | 202 | |
| '{' should be on the previous line. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 206 | |
| Method 'getSourceElements' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| '<' is not preceded with whitespace. | 206 | |
| '<' is not followed by whitespace. | 206 | |
| '?' is not preceded with whitespace. | 206 | |
| '>' is not preceded with whitespace. | 206 | |
| Line contains a tab character. | 207 | |
| '{' should be on the previous line. | 207 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 211 | |
| Method 'getSourceRepository' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Line contains a tab character. | 212 | |
| '{' should be on the previous line. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 216 | |
| Method 'getTargetDomain' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Missing a Javadoc comment. | 216 | |
| Line contains a tab character. | 217 | |
| '{' should be on the previous line. | 217 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 221 | |
| Method 'getTargetRepository' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Line contains a tab character. | 222 | |
| '{' should be on the previous line. | 222 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 226 | |
| Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| '<' is not preceded with whitespace. | 226 | |
| '<' is not followed by whitespace. | 226 | |
| '>' is not preceded with whitespace. | 226 | |
| Line contains a tab character. | 227 | |
| '{' should be on the previous line. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 22 | |
| '{' should be on the previous line. | 27 | |
| Line contains a tab character. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 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 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 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 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Utility classes should not have a public or default constructor. | 24 | |
| '{' should be on the previous line. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '=' is not preceded with whitespace. | 26 | |
| '=' is not followed by whitespace. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| '=' is not preceded with whitespace. | 27 | |
| '=' is not followed by whitespace. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| '=' is not preceded with whitespace. | 28 | |
| '=' is not followed by whitespace. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '=' is not preceded with whitespace. | 29 | |
| '=' is not followed by whitespace. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '=' is not preceded with whitespace. | 30 | |
| '=' is not followed by whitespace. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter file 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 | |
| 'if' is not followed by whitespace. | 36 | |
| Line contains a tab character. | 37 | |
| '{' should be on the previous line. | 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 contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| 'if' is not followed by whitespace. | 43 | |
| Line contains a tab character. | 44 | |
| '{' should be on the previous line. | 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 has trailing spaces. | 50 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter file should be final. | 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. | 55 | |
| 'if' is not followed by whitespace. | 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. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter file should be final. | 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 | |
| 'if' is not followed by whitespace. | 66 | |
| Line contains a tab character. | 67 | |
| '{' should be on the previous line. | 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 has trailing spaces. | 72 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter file should be final. | 73 | |
| Line contains a tab character. | 74 | |
| '{' should be on the previous line. | 74 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 76 | |
| 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 contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line has trailing spaces. | 81 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter file should be final. | 84 | |
| Line contains a tab character. | 85 | |
| '{' should be on the previous line. | 85 | |
| Line contains a tab character. | 86 | |
| Line has trailing spaces. | 87 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| 'if' is not followed by whitespace. | 90 | |
| Line contains a tab character. | 91 | |
| '{' should be on the previous line. | 91 | |
| Line has trailing spaces. | 92 | |
| Line is longer than 80 characters. | 92 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line has trailing spaces. | 94 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line has trailing spaces. | 97 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| 'if' is not followed by whitespace. | 98 | |
| Line contains a tab character. | 99 | |
| '{' should be on the previous line. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| '+' is not followed by whitespace. | 100 | |
| Line contains a tab character. | 101 | |
| Line has trailing spaces. | 102 | |
| Line contains a tab character. | 102 | |
| Line has trailing spaces. | 103 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| '{' should be on the previous line. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| '}' should be on the same line. | 107 | |
| Line contains a tab character. | 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 | |
| '}' should be on the same line. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| '{' should be on the previous line. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line has trailing spaces. | 118 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Parameter file should be final. | 119 | |
| Line contains a tab character. | 120 | |
| '{' should be on the previous line. | 120 | |
| Line contains a tab character. | 121 | |
| Line has trailing spaces. | 122 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| 'if' is not followed by whitespace. | 125 | |
| Line contains a tab character. | 126 | |
| '{' should be on the previous line. | 126 | |
| Line has trailing spaces. | 127 | |
| Line is longer than 80 characters. | 127 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line has trailing spaces. | 129 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line has trailing spaces. | 132 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| 'if' is not followed by whitespace. | 133 | |
| Line contains a tab character. | 134 | |
| '{' should be on the previous line. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 135 | |
| '+' is not followed by whitespace. | 135 | |
| Line contains a tab character. | 136 | |
| Line has trailing spaces. | 137 | |
| Line contains a tab character. | 137 | |
| Line has trailing spaces. | 138 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| '{' should be on the previous line. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| '}' should be on the same line. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| '{' should be on the previous line. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| '}' should be on the same line. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| '{' should be on the previous line. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line has trailing spaces. | 153 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Parameter file should be final. | 154 | |
| Line contains a tab character. | 155 | |
| '{' should be on the previous line. | 155 | |
| Line contains a tab character. | 156 | |
| Line has trailing spaces. | 157 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| '{' should be on the previous line. | 159 | |
| Line contains a tab character. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| 'if' is not followed by whitespace. | 162 | |
| Line contains a tab character. | 163 | |
| '{' should be on the previous line. | 163 | |
| Line has trailing spaces. | 164 | |
| Line is longer than 80 characters. | 164 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line has trailing spaces. | 166 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line has trailing spaces. | 169 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| 'if' is not followed by whitespace. | 170 | |
| Line contains a tab character. | 171 | |
| '{' should be on the previous line. | 171 | |
| Line has trailing spaces. | 172 | |
| Line is longer than 80 characters. | 172 | |
| Line contains a tab character. | 172 | |
| '+' is not followed by whitespace. | 172 | |
| Line contains a tab character. | 173 | |
| Line has trailing spaces. | 174 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line has trailing spaces. | 177 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| '}' should be on the same line. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| '{' should be on the previous line. | 180 | |
| Line is longer than 80 characters. | 181 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| '}' should be on the same line. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| '{' should be on the previous line. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line has trailing spaces. | 189 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Parameter file should be final. | 190 | |
| Line contains a tab character. | 191 | |
| '{' should be on the previous line. | 191 | |
| Line contains a tab character. | 192 | |
| Line has trailing spaces. | 193 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line contains a tab character. | 195 | |
| Line has trailing spaces. | 196 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| 'if' is not followed by whitespace. | 197 | |
| Line contains a tab character. | 198 | |
| '{' should be on the previous line. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| '}' should be on the same line. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| '{' should be on the previous line. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line has trailing spaces. | 205 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| 'if' is not followed by whitespace. | 206 | |
| Line contains a tab character. | 207 | |
| '{' should be on the previous line. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line has trailing spaces. | 210 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| '{' should be on the previous line. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| '}' should be on the same line. | 215 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 217 | |
| '{' should be on the previous line. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| '}' should be on the same line. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| '{' should be on the previous line. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line has trailing spaces. | 225 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line has trailing spaces. | 229 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Missing a Javadoc comment. | 230 | |
| Parameter file should be final. | 230 | |
| Line contains a tab character. | 231 | |
| '{' should be on the previous line. | 231 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| '{' should be on the previous line. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| '<' is not preceded with whitespace. | 236 | |
| '<' is not followed by whitespace. | 236 | |
| '>' is not preceded with whitespace. | 236 | |
| '<' is not preceded with whitespace. | 236 | |
| '<' is not followed by whitespace. | 236 | |
| '>' is not preceded with whitespace. | 236 | |
| '>' is not followed by whitespace. | 236 | |
| Line has trailing spaces. | 237 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Line is longer than 80 characters. | 240 | |
| Line contains a tab character. | 240 | |
| Line has trailing spaces. | 241 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| '<' is not preceded with whitespace. | 242 | |
| '<' is not followed by whitespace. | 242 | |
| '>' is not preceded with whitespace. | 242 | |
| Line contains a tab character. | 243 | |
| 'while' is not followed by whitespace. | 243 | |
| Line contains a tab character. | 244 | |
| '{' should be on the previous line. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| 'if' is not followed by whitespace. | 247 | |
| Line contains a tab character. | 248 | |
| '{' should be on the previous line. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line contains a tab character. | 249 | |
| '-' is not preceded with whitespace. | 249 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| '{' should be on the previous line. | 251 | |
| Line is longer than 80 characters. | 252 | |
| Line contains a tab character. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line contains a tab character. | 253 | |
| Line has trailing spaces. | 254 | |
| Line is longer than 80 characters. | 254 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| '}' should be on the same line. | 255 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 257 | |
| '{' should be on the previous line. | 257 | |
| Line has trailing spaces. | 258 | |
| Line is longer than 80 characters. | 258 | |
| Line contains a tab character. | 258 | |
| Line has trailing spaces. | 259 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line has trailing spaces. | 262 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| ')' is preceded with whitespace. | 263 | |
| Line has trailing spaces. | 264 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 | |
| '}' should be on the same line. | 265 | |
| Line contains a tab character. | 266 | |
| 'catch' is not followed by whitespace. | 266 | |
| Line contains a tab character. | 267 | |
| '{' should be on the previous line. | 267 | |
| Line is longer than 80 characters. | 268 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line is longer than 80 characters. | 272 | |
| Line contains a tab character. | 272 | |
| Missing a Javadoc comment. | 272 | |
| Parameter attributeName should be final. | 272 | |
| Parameter file should be final. | 272 | |
| Line contains a tab character. | 273 | |
| '{' should be on the previous line. | 273 | |
| Line contains a tab character. | 274 | |
| Line contains a tab character. | 275 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| '{' should be on the previous line. | 277 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| '}' should be on the same line. | 280 | |
| Line contains a tab character. | 281 | |
| 'catch' is not followed by whitespace. | 281 | |
| Line contains a tab character. | 282 | |
| '{' should be on the previous line. | 282 | |
| Line has trailing spaces. | 283 | |
| Line is longer than 80 characters. | 283 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Line has trailing spaces. | 285 | |
| Line contains a tab character. | 285 | |
| Line contains a tab character. | 286 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 289 | |
| Line has trailing spaces. | 290 | |
| Line contains a tab character. | 290 | |
| Line contains a tab character. | 291 | |
| Missing a Javadoc comment. | 291 | |
| Parameter file should be final. | 291 | |
| Parameter className should be final. | 291 | |
| Line contains a tab character. | 292 | |
| '{' should be on the previous line. | 292 | |
| Line contains a tab character. | 293 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| '{' should be on the previous line. | 295 | |
| Line contains a tab character. | 296 | |
| Line is longer than 80 characters. | 297 | |
| Line contains a tab character. | 297 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| '}' should be on the same line. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| '{' should be on the previous line. | 301 | |
| Line has trailing spaces. | 302 | |
| Line contains a tab character. | 302 | |
| Line contains a tab character. | 303 | |
| '}' should be on the same line. | 303 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| '{' should be on the previous line. | 305 | |
| Line has trailing spaces. | 306 | |
| Line is longer than 80 characters. | 306 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| Line has trailing spaces. | 308 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 310 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| '{' should be on the previous line. | 31 | |
| 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 has trailing spaces. | 36 | |
| 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 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line contains a tab character. | 43 | |
| '{' should be on the previous line. | 43 | |
| Line contains a tab character. | 44 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '>' is not followed by whitespace. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line has trailing spaces. | 47 | |
| 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 has trailing spaces. | 52 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 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 | |
| Line has trailing spaces. | 60 | |
| 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 has trailing spaces. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| '{' should be on the previous line. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line has trailing spaces. | 68 | |
| 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 | |
| 'domain' hides a field. | 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. | 77 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line has trailing spaces. | 83 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 | |
| '<' is not preceded with whitespace. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '?' is not preceded with whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 | |
| '<' is not preceded with whitespace. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 | |
| Line contains a tab character. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line contains a tab character. | 85 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '?' is not preceded with whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 | |
| Line contains a tab character. | 86 | |
| 'if' is not followed by whitespace. | 86 | |
| Line contains a tab character. | 87 | |
| '{' should be on the previous line. | 87 | |
| Line contains a tab character. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| '<' is not followed by whitespace. | 100 | |
| '>' is not preceded with whitespace. | 100 | |
| '<' is not preceded with whitespace. | 100 | |
| '<' is not followed by whitespace. | 100 | |
| '>' is not preceded with whitespace. | 100 | |
| Line contains a tab character. | 101 | |
| '{' should be on the previous line. | 101 | |
| Line contains a tab character. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line contains a tab character. | 103 | |
| '<' is not preceded with whitespace. | 103 | |
| '<' is not followed by whitespace. | 103 | |
| '?' is not preceded with whitespace. | 103 | |
| '>' is not preceded with whitespace. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line contains a tab character. | 104 | |
| Line has trailing spaces. | 105 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| '{' should be on the previous line. | 106 | |
| Line contains a tab character. | 107 | |
| Line has trailing spaces. | 108 | |
| Line contains a tab character. | 108 | |
| '}' should be on the same line. | 108 | |
| Line has trailing spaces. | 109 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| '{' should be on the previous line. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line contains a tab character. | 111 | |
| Line has trailing spaces. | 112 | |
| Line contains a tab character. | 112 | |
| '}' should be on the same line. | 112 | |
| Line has trailing spaces. | 113 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| '{' should be on the previous line. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 22 | |
| '{' should be on the previous line. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Line has trailing spaces. | 25 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 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 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 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 has trailing spaces. | 35 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 24 | |
| '{' should be on the previous line. | 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 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line is longer than 80 characters. | 33 | |
| 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 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 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 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '?' is not preceded with whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| Line has trailing spaces. | 46 | |
| 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 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '?' is not preceded with whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 13 | |
| '{' is not followed by whitespace. | 29 | |
| '}' is not preceded with whitespace. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line has trailing spaces. | 5 | |
| Line has trailing spaces. | 6 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 11 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 18 | |
| '{' should be on the previous line. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '<' is not preceded with whitespace. | 32 | |
| '<' is not followed by whitespace. | 32 | |
| '>' is not preceded with whitespace. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| '{' should be on the previous line. | 35 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| '>' is not followed by whitespace. | 36 | |
| Line contains a tab character. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| 'if' is not followed by whitespace. | 46 | |
| Line contains a tab character. | 47 | |
| '{' should be on the previous line. | 47 | |
| Line contains a tab character. | 48 | |
| 'if' is not followed by whitespace. | 48 | |
| Line contains a tab character. | 49 | |
| '{' should be on the previous line. | 49 | |
| Line has trailing spaces. | 50 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| 'if' is not followed by whitespace. | 52 | |
| Line contains a tab character. | 53 | |
| '{' should be on the previous line. | 53 | |
| Line has trailing spaces. | 54 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line has trailing spaces. | 56 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| 'if' is not followed by whitespace. | 57 | |
| Line contains a tab character. | 58 | |
| '{' should be on the previous line. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| '{' should be on the previous line. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| '{' should be on the previous line. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line contains a tab character. | 68 | |
| Line has trailing spaces. | 69 | |
| Line is longer than 80 characters. | 69 | |
| 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. | 76 | |
| Line contains a tab character. | 77 | |
| Line is longer than 80 characters. | 78 | |
| 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 | |
| 'if' is not followed by whitespace. | 82 | |
| Line contains a tab character. | 83 | |
| '{' 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. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| '<' is not preceded with whitespace. | 91 | |
| '<' is not followed by whitespace. | 91 | |
| '>' is not preceded with whitespace. | 91 | |
| Line contains a tab character. | 92 | |
| '{' should be on the previous line. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line has trailing spaces. | 95 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| '{' should be on the previous line. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| 'for' is not followed by whitespace. | 104 | |
| Line contains a tab character. | 105 | |
| '{' should be on the previous line. | 105 | |
| Line contains a tab character. | 106 | |
| 'if' is not followed by whitespace. | 106 | |
| Line contains a tab character. | 107 | |
| '{' should be on the previous line. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 |